From 388b50011f662c1f870ddab669f31be8810b33a4 Mon Sep 17 00:00:00 2001 From: tmccormi Date: Tue, 11 Jan 2011 13:31:38 -0800 Subject: [PATCH] Add icd9 and minor fixes to the following: add_edit_event.php - spelling chg and add xl() main_screen.php - correct placement of head tag deleter.php - correct closing tag on cancel button demographics.php - fix width of second column div background add_transaction.php - fix location of close form tag style_default.css - fix widths tabbed column divs and backgounds to percentages gen_x12_837.inc.php - POS formatting to avoid stripping the leading zero sql/icd9-codes-insert.sql - add to distro sql/icd9-codes-replace.sql - add to distro Signed-off-by: tmccormi --- interface/main/calendar/add_edit_event.php | 2 +- interface/main/main_screen.php | 3 +- interface/patient_file/deleter.php | 2 +- interface/patient_file/summary/demographics.php | 38 +- .../patient_file/transaction/add_transaction.php | 4 +- interface/themes/style_default.css | 12 +- library/gen_x12_837.inc.php | 7 +- sql/icd9-codes-insert.sql | 14315 +++++++++++++++++++ sql/icd9-codes-replace.sql | 14315 +++++++++++++++++++ 9 files changed, 28668 insertions(+), 30 deletions(-) create mode 100644 sql/icd9-codes-insert.sql create mode 100644 sql/icd9-codes-replace.sql diff --git a/interface/main/calendar/add_edit_event.php b/interface/main/calendar/add_edit_event.php index 2adfe7c88..7fc422624 100644 --- a/interface/main/calendar/add_edit_event.php +++ b/interface/main/calendar/add_edit_event.php @@ -1366,7 +1366,7 @@ if ($repeatexdate != "") { @@ -719,7 +720,7 @@ expand_collapse_widget($widgetTitle, $widgetLabel, $widgetButtonLabel, $widgetAuth, $fixedWidth); ?>
-

+

@@ -772,10 +773,11 @@ expand_collapse_widget($widgetTitle, $widgetLabel, $widgetButtonLabel, -
+
diff --git a/interface/patient_file/transaction/add_transaction.php b/interface/patient_file/transaction/add_transaction.php index db56b960a..6d5910802 100644 --- a/interface/patient_file/transaction/add_transaction.php +++ b/interface/patient_file/transaction/add_transaction.php @@ -436,7 +436,6 @@ end_group(); ?> -

+

- - diff --git a/interface/themes/style_default.css b/interface/themes/style_default.css index 5ed9d1435..87aca47fb 100644 --- a/interface/themes/style_default.css +++ b/interface/themes/style_default.css @@ -676,8 +676,8 @@ ul.tabNav li.current a { background:#D7DFE7 ;padding: 8px; } div.tabContainer { clear: both; float: left; width: 100%; } div.tabContainer div.tab { border: 1px solid #dedede; color: #000; display: none; padding: 10px; } div.tabContainer div.current { display: block; } -div.tab { min-height: 180px; background: #DEDEDE none repeat scroll 0 0; margin-bottom: 10px;width:665px;} -div.tab_long { min-height: 180px; background: #DEDEDE none repeat scroll 0 0; margin-bottom: 10px;width:100%;} +div.tab { min-height: 180px; background: #DEDEDE none repeat scroll 0 0; margin-bottom: 10px;width:96%;} +div.tab_long { min-height: 180px; background: #DEDEDE none repeat scroll 0 0; margin-bottom: 10px;width:96%;} div.tab p:last-child { margin-bottom: 0; } div.tab table td { @@ -692,7 +692,13 @@ div.tab table td.data { min-width:120px; /*170px*/ } -div.notab {background: #DEDEDE none repeat scroll 0 0; margin-bottom: 10px; width:665px;} +div.notab { + background: #DEDEDE none repeat scroll 0 0; margin-bottom: 10px; width:100%; +} + +div.notab-right { + background: #DEDEDE none repeat scroll 0 0; margin-bottom: 10px; width:100%; +} .section-header { margin-bottom:5px; width:685px; border-bottom: 1px solid; diff --git a/library/gen_x12_837.inc.php b/library/gen_x12_837.inc.php index b8aad2527..4647bcd96 100644 --- a/library/gen_x12_837.inc.php +++ b/library/gen_x12_837.inc.php @@ -361,20 +361,21 @@ function gen_x12_837($pid, $encounter, &$log, $encounter_claim=false) { $log .= "*** This claim has no charges!\n"; } + ++$edicount; $out .= "CLM" . // Loop 2300 Claim "*$pid-$encounter" . "*" . sprintf("%.2f",$clm_total_charges) . // Zirmed computes and replaces this "*" . "*" . - "*" . $claim->facilityPOS() . "::" . $claim->frequencyTypeCode() . + "*" . sprintf('%02d', $claim->facilityPOS()) . "::" . $claim->frequencyTypeCode() . // Changed to correct single digit output "*Y" . "*A" . "*" . ($claim->billingFacilityAssignment() ? 'Y' : 'N') . "*Y" . "*C" . - "~\n"; - + "~\n"; + ++$edicount; $out .= "DTP" . // Date of Onset "*431" . diff --git a/sql/icd9-codes-insert.sql b/sql/icd9-codes-insert.sql new file mode 100644 index 000000000..c7aabcad4 --- /dev/null +++ b/sql/icd9-codes-insert.sql @@ -0,0 +1,14315 @@ +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '001.0', '', 'Cholera due to vibrio cholerae' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '001.1', '', 'Cholera due to vibrio cholerae el tor' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '001.9', '', 'Cholera unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '002.0', '', 'Typhoid fever' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '002.1', '', 'Paratyphoid fever a' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '002.2', '', 'Paratyphoid fever b' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '002.3', '', 'Paratyphoid fever c' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '002.9', '', 'Paratyphoid fever unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '003.0', '', 'Salmonella gastroenteritis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '003.1', '', 'Salmonella septicemia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '003.20', '', 'Localized salmonella infection unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '003.21', '', 'Salmonella meningitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '003.22', '', 'Salmonella pneumonia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '003.23', '', 'Salmonella arthritis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '003.24', '', 'Salmonella osteomyelitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '003.29', '', 'Other localized salmonella infections' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '003.8', '', 'Other specified salmonella infections' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '003.9', '', 'Salmonella infection unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '004.0', '', 'Shigella dysenteriae' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '004.1', '', 'Shigella flexneri' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '004.2', '', 'Shigella boydii' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '004.3', '', 'Shigella sonnei' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '004.8', '', 'Other specified shigella infections' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '004.9', '', 'Shigellosis unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '005.0', '', 'Staphylococcal food poisoning' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '005.1', '', 'Botulism food poisoning' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '005.2', '', 'Food poisoning due to clostridium perfringens (c. welchii)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '005.3', '', 'Food poisoning due to other clostridia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '005.4', '', 'Food poisoning due to vibrio parahaemolyticus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '005.81', '', 'Food poisoning due to vibrio vulnificus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '005.89', '', 'Other bacterial food poisoning' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '005.9', '', 'Food poisoning unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '006.0', '', 'Acute amebic dysentery without abscess' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '006.1', '', 'Chronic intestinal amebiasis without abscess' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '006.2', '', 'Amebic nondysenteric colitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '006.3', '', 'Amebic liver abscess' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '006.4', '', 'Amebic lung abscess' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '006.5', '', 'Amebic brain abscess' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '006.6', '', 'Amebic skin ulceration' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '006.8', '', 'Amebic infection of other sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '006.9', '', 'Amebiasis unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '007.0', '', 'Balantidiasis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '007.1', '', 'Giardiasis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '007.2', '', 'Coccidiosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '007.3', '', 'Intestinal trichomoniasis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '007.4', '', 'Cryptosporidiosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '007.5', '', 'Cyclosporiasis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '007.8', '', 'Other specified protozoal intestinal diseases' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '007.9', '', 'Unspecified protozoal intestinal disease' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '008.00', '', 'Intestinal infection due to e. coli unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '008.01', '', 'Intestinal infection due to enteropathogenic e. coli' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '008.02', '', 'Intestinal infection due to enterotoxigenic e. coli' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '008.03', '', 'Intestinal infection due to enteroinvasive e. coli' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '008.04', '', 'Intestinal infection due to enterohemorrhagic e. coli' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '008.09', '', 'Intestinal infection due to other intestinal e. coli infections' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '008.1', '', 'Intestinal infection due to arizona group of paracolon bacilli' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '008.2', '', 'Intestinal infection due to aerobacter aerogenes' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '008.3', '', 'Intestinal infection due to proteus (mirabilis) (morganii)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '008.41', '', 'Intestinal infection due to staphylococcus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '008.42', '', 'Intestinal infection due to pseudomonas' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '008.43', '', 'Intestinal infection due to campylobacter' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '008.44', '', 'Intestinal infection due to yersinia enterocolitica' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '008.45', '', 'Intestinal infection due to clostridium difficile' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '008.46', '', 'Intestinal infection due to other anaerobes' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '008.47', '', 'Intestinal infection due to other gram-negative bacteria' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '008.49', '', 'Intestinal infection due to other organisms' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '008.5', '', 'Bacterial enteritis unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '008.61', '', 'Enteritis due to rotavirus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '008.62', '', 'Enteritis due to adenovirus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '008.63', '', 'Enteritis due to norwalk virus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '008.64', '', 'Enteritis due to other small round viruses [srv''s]' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '008.65', '', 'Enteritis due to calicivirus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '008.66', '', 'Enteritis due to astrovirus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '008.67', '', 'Enteritis due to enterovirus nec' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '008.69', '', 'Enteritis due to other viral enteritis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '008.8', '', 'Intestinal infection due to other organism not elsewhere classified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '009.0', '', 'Infectious colitis enteritis and gastroenteritis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '009.1', '', 'Colitis enteritis and gastroenteritis of presumed infectious origin' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '009.2', '', 'Infectious diarrhea' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '009.3', '', 'Diarrhea of presumed infectious origin' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '010.00', '', 'Primary tuberculous complex unspecified examination' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '010.01', '', 'Primary tuberculous complex bacteriological or histological examination not done' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '010.02', '', 'Primary tuberculous complex bacteriological or histological examination results unknown (at present)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '010.03', '', 'Primary tuberculous complex tubercle bacilli found (in sputum) by microscopy' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '010.10', '', 'Tuberculous pleurisy in primary progressive tuberculosis confirmation unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '010.11', '', 'Tuberculous pleurisy in primary progressive tuberculosis bacteriological or histological examination not done' ); +INSERT 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)' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '010.80', '', 'Other primary progressive tuberculosis confirmation unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '010.81', '', 'Other primary progressive tuberculosis bacteriological or histological examination not done' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '010.82', '', 'Other primary progressive tuberculosis bacteriological or histological examination results unknown (at present)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '010.83', '', 'Other primary progressive tuberculosis tubercle bacilli found (in sputum) by microscopy' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '010.90', '', 'Primary tuberculous infection unspecified type confirmation unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '010.91', '', 'Primary tuberculous infection unspecified type bacteriological or histological examination not done' ); +INSERT 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)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '010.93', '', 'Primary tuberculous infection unspecified type tubercle bacilli found (in sputum) by microscopy' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '011.00', '', 'Tuberculosis of lung infiltrative confirmation unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '011.01', '', 'Tuberculosis of lung infiltrative bacteriological or histological examination not done' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '011.02', '', 'Tuberculosis of lung infiltrative bacteriological or histological examination results unknown (at present)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '011.03', '', 'Tuberculosis of lung infiltrative tubercle bacilli found (in sputum) by microscopy' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '011.10', '', 'Tuberculosis of lung nodular unspecified examination' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '011.11', '', 'Tuberculosis of lung nodular bacteriological or histological examination not done' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '011.12', '', 'Tuberculosis of lung nodular bacteriological or histological examination results unknown (at present)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '011.13', '', 'Tuberculosis of lung nodular tubercle bacilli found (in sputum) by microscopy' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '011.20', '', 'Tuberculosis of lung with cavitation unspecified examination' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '011.21', '', 'Tuberculosis of lung with cavitation bacteriological or histological examination not done' ); +INSERT 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)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '011.23', '', 'Tuberculosis of lung with cavitation tubercle bacilli found (in sputum) by microscopy' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '011.30', '', 'Tuberculosis of bronchus unspecified examination' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '011.31', '', 'Tuberculosis of bronchus bacteriological or histological examination not done' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '011.32', '', 'Tuberculosis of bronchus bacteriological or histological examination results unknown (at present)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '011.33', '', 'Tuberculosis of bronchus tubercle bacilli found (in sputum) by microscopy' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '011.40', '', 'Tuberculous fibrosis of lung unspecified examination' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '011.41', '', 'Tuberculous fibrosis of lung bacteriological or histological examination not done' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '011.42', '', 'Tuberculous fibrosis of lung bacteriological or histological examination unknown (at present)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '011.43', '', 'Tuberculous fibrosis of lung tubercle bacilli found (in sputum) by microscopy' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '011.50', '', 'Tuberculous bronchiectasis unspecified examination' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '011.51', '', 'Tuberculous bronchiectasis bacteriological or histological examination not done' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '011.52', '', 'Tuberculous bronchiectasis bacteriological or histological examination results unknown (at present)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '011.53', '', 'Tuberculous bronchiectasis tubercle bacilli found (in sputum) by microscopy' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '011.60', '', 'Tuberculous pneumonia (any form) unspecified examination' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '011.61', '', 'Tuberculous pneumonia (any form) bacteriological or histological examination not done' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '011.62', '', 'Tuberculous pneumonia (any form) bacteriological or histological examination results unknown (at present)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '011.63', '', 'Tuberculous pneumonia (any form) tubercle bacilli found (in sputum) by microscopy' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '011.70', '', 'Tuberculous pneumothorax unspecified examination' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '011.71', '', 'Tuberculous pneumothorax bacteriological or histological examination not done' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '011.72', '', 'Tuberculous pneumothorax bacteriological or histological examination results unknown (at present)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '011.73', '', 'Tuberculous pneumothorax tubercle bacilli found (in sputum) by microscopy' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '011.80', '', 'Other specified pulmonary tuberculosis unspecified confirmation' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '011.81', '', 'Other specified pulmonary tuberculosis bacteriological or histological examination not done' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '011.82', '', 'Other specified pulmonary tuberculosis bacteriological or histological examination results unknown (at present)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '011.83', '', 'Other specified pulmonary tuberculosis tubercle bacilli found (in sputum) by microscopy' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '011.90', '', 'Unspecified pulmonary tuberculosis confirmation unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '011.91', '', 'Unspecified pulmonary tuberculosis bacteriological or histological examination not done' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '011.92', '', 'Unspecified pulmonary tuberculosis bacteriological or histological examination results unknown (at present)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '011.93', '', 'Unspecified pulmonary tuberculosis tubercle bacilli found (in sputum) by microscopy' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '012.00', '', 'Tuberculous pleurisy confirmation unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '012.01', '', 'Tuberculous pleurisy bacteriological or histological examination not done' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '012.02', '', 'Tuberculous pleurisy bacteriological or histological examination results unknown (at present)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '012.03', '', 'Tuberculous pleurisy tubercle bacilli found (in sputum) by microscopy' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '012.10', '', 'Tuberculosis of intrathoracic lymph nodes confirmation unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '012.11', '', 'Tuberculosis of intrathoracic lymph nodes bacteriological or histological examination not done' ); +INSERT 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)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '012.13', '', 'Tuberculosis of intrathoracic lymph nodes tubercle bacilli found (in sputum) by microscopy' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '012.20', '', 'Isolated tracheal or bronchial tuberculosis unspecified examination' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '012.21', '', 'Isolated tracheal or bronchial tuberculosis bacteriological or histological examination not done' ); +INSERT 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)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '012.23', '', 'Isolated tracheal or bronchial tuberculosis tubercle bacilli found (in sputum) by microscopy' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '012.30', '', 'Tuberculous laryngitis unspecified examination' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '012.31', '', 'Tuberculous laryngitis bacteriological or histological examination not done' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '012.32', '', 'Tuberculous laryngitis bacteriological or histological examination results unknown (at present)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '012.33', '', 'Tuberculous laryngitis tubercle bacilli found (in sputum) by microscopy' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '012.80', '', 'Other specified respiratory tuberculosis unspecified examination' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '012.81', '', 'Other specified respiratory tuberculosis bacteriological or histological examination not done' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '012.82', '', 'Other specified respiratory tuberculosis bacteriological or histological examination results unknown (at present)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '012.83', '', 'Other specified respiratory tuberculosis tubercle bacilli found (in sputum) by microscopy' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '013.00', '', 'Tuberculous meningitis unspecified examination' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '013.01', '', 'Tuberculous meningitis bacteriological or histological examination not done' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '013.02', '', 'Tuberculous meningitis bacteriological or histological examination results unknown (at present)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '013.03', '', 'Tuberculous meningitis tubercle bacilli found (in sputum) by microscopy' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '013.10', '', 'Tuberculoma of meninges unspecified examination' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '013.11', '', 'Tuberculoma of meninges bacteriological or histological examination not done' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '013.12', '', 'Tuberculoma of meninges bacteriological or histological examination results unknown (at present)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '013.13', '', 'Tuberculoma of meninges tubercle bacilli found (in sputum) by microscopy' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '013.20', '', 'Tuberculoma of brain unspecified examination' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '013.21', '', 'Tuberculoma of brain bacteriological or histological examination not done' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '013.22', '', 'Tuberculoma of brain bacteriological or histological examination results unknown (at present)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '013.23', '', 'Tuberculoma of brain tubercle bacilli found (in sputum) by microscopy' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '013.30', '', 'Tuberculous abscess of brain unspecified examination' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '013.31', '', 'Tuberculous abscess of brain bacteriological or histological examination not done' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '013.32', '', 'Tuberculous abscess of brain bacteriological or histological examination results unknown (at present)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '013.33', '', 'Tuberculous abscess of brain tubercle bacilli found (in sputum) by microscopy' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '013.40', '', 'Tuberculoma of spinal cord unspecified examination' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '013.41', '', 'Tuberculoma of spinal cord bacteriological or histological examination not done' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '013.42', '', 'Tuberculoma of spinal cord bacteriological or histological examination results unknown (at present)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '013.43', '', 'Tuberculoma of spinal cord tubercle bacilli found (in sputum) by microscopy' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '013.50', '', 'Tuberculous abscess of spinal cord unspecified examination' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '013.51', '', 'Tuberculous abscess of spinal cord bacteriological or histological examination not done' ); +INSERT 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)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '013.53', '', 'Tuberculous abscess of spinal cord tubercle bacilli found (in sputum) by microscopy' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '013.60', '', 'Tuberculous encephalitis or myelitis unspecified examination' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '013.61', '', 'Tuberculous encephalitis or myelitis bacteriological or histological examination not done' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '013.62', '', 'Tuberculous encephalitis or myelitis bacteriological or histological examination results unknown (at present)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '013.63', '', 'Tuberculous encephalitis or myelitis tubercle bacilli found (in sputum) by microscopy' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '013.80', '', 'Other specified tuberculosis of central nervous system unspecified examination' ); +INSERT 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' ); +INSERT 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)' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '013.90', '', 'Unspecified tuberculosis of central nervous system unspecified examination' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '013.91', '', 'Unspecified tuberculosis of central nervous system bacteriological or histological examination not done' ); +INSERT 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)' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '014.00', '', 'Tuberculous peritonitis unspecified examination' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '014.01', '', 'Tuberculous peritonitis bacteriological or histological examination not done' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '014.02', '', 'Tuberculous peritonitis bacteriological or histological examination results unknown (at present)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '014.03', '', 'Tuberculous peritonitis tubercle bacilli found (in sputum) by microscopy' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '014.80', '', 'Other tuberculosis of intestines and mesenteric glands unspecified examination' ); +INSERT 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' ); +INSERT 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)' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '015.00', '', 'Tuberculosis of vertebral column unspecified examination' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '015.01', '', 'Tuberculosis of vertebral column bacteriological or histological examination not done' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '015.02', '', 'Tuberculosis of vertebral column bacteriological or histological examination results unknown (at present)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '015.03', '', 'Tuberculosis of vertebral column tubercle bacilli found (in sputum) by microscopy' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '015.10', '', 'Tuberculosis of hip unspecified examination' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '015.11', '', 'Tuberculosis of hip bacteriological or histological examination not done' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '015.12', '', 'Tuberculosis of hip bacteriological or histological examination results unknown (at present)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '015.13', '', 'Tuberculosis of hip tubercle bacilli found (in sputum) by microscopy' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '015.20', '', 'Tuberculosis of knee unspecified examination' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '015.21', '', 'Tuberculosis of knee bacteriological or histological examination not done' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '015.22', '', 'Tuberculosis of knee bacteriological or histological examination results unknown (at present)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '015.23', '', 'Tuberculosis of knee tubercle bacilli found (in sputum) by microscopy' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '015.50', '', 'Tuberculosis of limb bones unspecified examination' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '015.51', '', 'Tuberculosis of limb bones bacteriological or histological examination not done' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '015.52', '', 'Tuberculosis of limb bones bacteriological or histological examination results unknown (at present)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '015.53', '', 'Tuberculosis of limb bones tubercle bacilli found (in sputum) by microscopy' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '015.60', '', 'Tuberculosis of mastoid unspecified examination' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '015.61', '', 'Tuberculosis of mastoid bacteriological or histological examination not done' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '015.62', '', 'Tuberculosis of mastoid bacteriological or histological examination results unknown (at present)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '015.63', '', 'Tuberculosis of mastoid tubercle bacilli found (in sputum) by microscopy' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '015.70', '', 'Tuberculosis of other specified bone unspecified examination' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '015.71', '', 'Tuberculosis of other specified bone bacteriological or histological examination not done' ); +INSERT 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)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '015.73', '', 'Tuberculosis of other specified bone tubercle bacilli found (in sputum) by microscopy' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '015.80', '', 'Tuberculosis of other specified joint unspecified examination' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '015.81', '', 'Tuberculosis of other specified joint bacteriological or histological examination not done' ); +INSERT 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)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '015.83', '', 'Tuberculosis of other specified joint tubercle bacilli found (in sputum) by microscopy' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '015.90', '', 'Tuberculosis of unspecified bones and joints unspecified examination' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '015.91', '', 'Tuberculosis of unspecified bones and joints bacteriological or histological examination not done' ); +INSERT 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)' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '016.00', '', 'Tuberculosis of kidney unspecified examination' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '016.01', '', 'Tuberculosis of kidney bacteriological or histological examination not done' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '016.02', '', 'Tuberculosis of kidney bacteriological or histological examination results unknown (at present)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '016.03', '', 'Tuberculosis of kidney tubercle bacilli found (in sputum) by microscopy' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '016.10', '', 'Tuberculosis of bladder unspecified examination' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '016.11', '', 'Tuberculosis of bladder bacteriological or histological examination not done' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '016.12', '', 'Tuberculosis of bladder bacteriological or histological examination results unknown (at present)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '016.13', '', 'Tuberculosis of bladder tubercle bacilli found (in sputum) by microscopy' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '016.20', '', 'Tuberculosis of ureter unspecified examination' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '016.21', '', 'Tuberculosis of ureter bacteriological or histological examination not done' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '016.22', '', 'Tuberculosis of ureter bacteriological or histological examination results unknown (at present)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '016.23', '', 'Tuberculosis of ureter tubercle bacilli found (in sputum) by microscopy' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '016.30', '', 'Tuberculosis of other urinary organs unspecified examination' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '016.31', '', 'Tuberculosis of other urinary organs bacteriological or histological examination not done' ); +INSERT 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)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '016.33', '', 'Tuberculosis of other urinary organs tubercle bacilli found (in sputum) by microscopy' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '016.40', '', 'Tuberculosis of epididymis unspecified examination' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '016.41', '', 'Tuberculosis of epididymis bacteriological or histological examination not done' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '016.42', '', 'Tuberculosis of epididymis bacteriological or histological examination results unknown (at present)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '016.43', '', 'Tuberculosis of epididymis tubercle bacilli found (in sputum) by microscopy' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '016.50', '', 'Tuberculosis of other male genital organs unspecified examination' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '016.51', '', 'Tuberculosis of other male genital organs bacteriological or histological examination not done' ); +INSERT 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)' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '016.60', '', 'Tuberculous oophoritis and salpingitis unspecified examination' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '016.61', '', 'Tuberculous oophoritis and salpingitis bacteriological or histological examination not done' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '016.62', '', 'Tuberculous oophoritis and salpingitis bacteriological or histological examination results unknown (at present)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '016.63', '', 'Tuberculous oophoritis and salpingitis tubercle bacilli found (in sputum) by microscopy' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '016.70', '', 'Tuberculosis of other female genital organs unspecified examination' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '016.71', '', 'Tuberculosis of other female genital organs bacteriological or histological examination not done' ); +INSERT 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)' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '016.90', '', 'Unspecified genitourinary tuberculosis unspecified examination' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '016.91', '', 'Unspecified genitourinary tuberculosis bacteriological or histological examination not done' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '016.92', '', 'Unspecified genitourinary tuberculosis bacteriological or histological examination results unknown (at present)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '016.93', '', 'Unspecified genitourinary tuberculosis tubercle bacilli found (in sputum) by microscopy' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '017.00', '', 'Tuberculosis of skin and subcutaneous cellular tissue unspecified examination' ); +INSERT 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' ); +INSERT 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)' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '017.10', '', 'Erythema nodosum with hypersensitivity reaction in tuberculosis unspecified examination' ); +INSERT 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' ); +INSERT 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)' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '017.20', '', 'Tuberculosis of peripheral lymph nodes unspecified examination' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '017.21', '', 'Tuberculosis of peripheral lymph nodes bacteriological or histological examination not done' ); +INSERT 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)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '017.23', '', 'Tuberculosis of peripheral lymph nodes tubercle bacilli found (in sputum) by microscopy' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '017.30', '', 'Tuberculosis of eye unspecified examination' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '017.31', '', 'Tuberculosis of eye bacteriological or histological examination not done' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '017.32', '', 'Tuberculosis of eye bacteriological or histological examination results unknown (at present)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '017.33', '', 'Tuberculosis of eye tubercle bacilli found (in sputum) by microscopy' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '017.40', '', 'Tuberculosis of ear unspecified examination' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '017.41', '', 'Tuberculosis of ear bacteriological or histological examination not done' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '017.42', '', 'Tuberculosis of ear bacteriological or histological examination results unknown (at present)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '017.43', '', 'Tuberculosis of ear tubercle bacilli found (in sputum) by microscopy' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '017.50', '', 'Tuberculosis of thyroid gland unspecified origin' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '017.51', '', 'Tuberculosis of thyroid gland bacteriological or histological examination not done' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '017.52', '', 'Tuberculosis of thyroid gland bacteriological or histological examination results unknown (at present)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '017.53', '', 'Tuberculosis of thyroid gland tubercle bacilli found (in sputum) by microscopy' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '017.60', '', 'Tuberculosis of adrenal glands unspecified examination' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '017.61', '', 'Tuberculosis of adrenal glands bacteriological or histological examination not done' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '017.62', '', 'Tuberculosis of adrenal glands bacteriological or histological examination results unknown (at present)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '017.63', '', 'Tuberculosis of adrenal glands tubercle bacilli found (in sputum) by microscopy' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '017.70', '', 'Tuberculosis of spleen unspecified examination' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '017.71', '', 'Tuberculosis of spleen bacteriological or histological examination not done' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '017.72', '', 'Tuberculosis of spleen bacteriological or histological examination results unknown (at present)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '017.73', '', 'Tuberculosis of spleen tubercle bacilli found (in sputum) by microscopy' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '017.80', '', 'Tuberculosis of esophagus unspecified examination' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '017.81', '', 'Tuberculosis of esophagus bacteriological or histological examination not done' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '017.82', '', 'Tuberculosis of esophagus bacteriological or histological examination results unknown (at present)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '017.83', '', 'Tuberculosis of esophagus tubercle bacilli found (in sputum) by microscopy' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '017.90', '', 'Tuberculosis of other specified organs unspecified examination' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '017.91', '', 'Tuberculosis of other specified organs bacteriological or histological examination not done' ); +INSERT 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)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '017.93', '', 'Tuberculosis of other specified organs tubercle bacilli found (in sputum) by microscopy' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '018.00', '', 'Acute miliary tuberculosis unspecified examination' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '018.01', '', 'Acute miliary tuberculosis bacteriological or histological examination not done' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '018.02', '', 'Acute miliary tuberculosis bacteriological or histological examination results unknown (at present)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '018.03', '', 'Acute miliary tuberculosis tubercle bacilli found (in sputum) by microscopy' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '018.80', '', 'Other specified miliary tuberculosis unspecified examination' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '018.81', '', 'Other specified miliary tuberculosis bacteriological or histological examination not done' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '018.82', '', 'Other specified miliary tuberculosis bacteriological or histological examination results unknown (at present)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '018.83', '', 'Other specified miliary tuberculosis tubercle bacilli found (in sputum) by microscopy' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '018.90', '', 'Unspecified miliary tuberculosis unspecified examination' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '018.91', '', 'Unspecified miliary tuberculosis bacteriological or histological examination not done' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '018.92', '', 'Unspecified miliary tuberculosis bacteriological or histological examination results unknown (at present)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '018.93', '', 'Unspecified miliary tuberculosis tubercle bacilli found (in sputum) by microscopy' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '020.0', '', 'Bubonic plague' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '020.1', '', 'Cellulocutaneous plague' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '020.2', '', 'Septicemic plague' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '020.3', '', 'Primary pneumonic plague' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '020.4', '', 'Secondary pneumonic plague' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '020.5', '', 'Pneumonic plague unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '020.8', '', 'Other specified types of plague' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '020.9', '', 'Plague unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '021.0', '', 'Ulceroglandular tularemia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '021.1', '', 'Enteric tularemia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '021.2', '', 'Pulmonary tularemia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '021.3', '', 'Oculoglandular tularemia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '021.8', '', 'Other specified tularemia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '021.9', '', 'Unspecified tularemia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '022.0', '', 'Cutaneous anthrax' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '022.1', '', 'Pulmonary anthrax' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '022.2', '', 'Gastrointestinal anthrax' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '022.3', '', 'Anthrax septicemia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '022.8', '', 'Other specified manifestations of anthrax' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '022.9', '', 'Anthrax unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '023.0', '', 'Brucella melitensis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '023.1', '', 'Brucella abortus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '023.2', '', 'Brucella suis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '023.3', '', 'Brucella canis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '023.8', '', 'Other brucellosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '023.9', '', 'Brucellosis unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '024', '', 'Glanders' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '025', '', 'Melioidosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '026.0', '', 'Spirillary fever' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '026.1', '', 'Streptobacillary fever' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '026.9', '', 'Unspecified rat-bite fever' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '027.0', '', 'Listeriosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '027.1', '', 'Erysipelothrix infection' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '027.2', '', 'Pasteurellosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '027.8', '', 'Other specified zoonotic bacterial diseases' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '027.9', '', 'Unspecified zoonotic bacterial disease' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '030.0', '', 'Lepromatous leprosy (type l)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '030.1', '', 'Tuberculoid leprosy (type t)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '030.2', '', 'Indeterminate leprosy (group i)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '030.3', '', 'Borderline leprosy (group b)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '030.8', '', 'Other specified leprosy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '030.9', '', 'Leprosy unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '031.0', '', 'Pulmonary diseases due to other mycobacteria' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '031.1', '', 'Cutaneous diseases due to other mycobacteria' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '031.2', '', 'Disseminated mycobacterium' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '031.8', '', 'Other specified mycobacterial diseases' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '031.9', '', 'Unspecified diseases due to mycobacteria' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '032.0', '', 'Faucial diphtheria' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '032.1', '', 'Nasopharyngeal diphtheria' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '032.2', '', 'Anterior nasal diphtheria' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '032.3', '', 'Laryngeal diphtheria' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '032.81', '', 'Conjunctival diphtheria' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '032.82', '', 'Diphtheritic myocarditis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '032.83', '', 'Diphtheritic peritonitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '032.84', '', 'Diphtheritic cystitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '032.85', '', 'Cutaneous diphtheria' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '032.89', '', 'Other specified diphtheria' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '032.9', '', 'Diphtheria unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '033.0', '', 'Whooping cough due to bordetella pertussis (b. pertussis)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '033.1', '', 'Whooping cough due to bordetella parapertussis (b. parapertussis)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '033.8', '', 'Whooping cough due to other specified organism' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '033.9', '', 'Whooping cough unspecified organism' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '034.0', '', 'Streptococcal sore throat' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '034.1', '', 'Scarlet fever' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '035', '', 'Erysipelas' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '036.0', '', 'Meningococcal meningitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '036.1', '', 'Meningococcal encephalitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '036.2', '', 'Meningococcemia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '036.3', '', 'Waterhouse-friderichsen syndrome meningococcal' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '036.40', '', 'Meningococcal carditis unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '036.41', '', 'Meningococcal pericarditis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '036.42', '', 'Meningococcal endocarditis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '036.43', '', 'Meningococcal myocarditis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '036.81', '', 'Meningococcal optic neuritis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '036.82', '', 'Meningococcal arthropathy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '036.89', '', 'Other specified meningococcal infections' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '036.9', '', 'Meningococcal infection unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '037', '', 'Tetanus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '038.0', '', 'Streptococcal septicemia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '038.10', '', 'Staphylococcal septicemia unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '038.11', '', 'Methicillin susceptible staphylococcus aureus septicemia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '038.12', '', 'Methicillin resistant staphylococcus aureus septicemia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '038.19', '', 'Other staphylococcal septicemia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '038.2', '', 'Pneumococcal septicemia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '038.3', '', 'Septicemia due to anaerobes' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '038.40', '', 'Septicemia due to gram-negative organism unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '038.41', '', 'Septicemia due to hemophilus influenzae [h. influenzae]' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '038.42', '', 'Septicemia due to escherichia coli [e. coli]' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '038.43', '', 'Septicemia due to pseudomonas' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '038.44', '', 'Septicemia due to serratia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '038.49', '', 'Other septicemia due to gram-negative organisms' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '038.8', '', 'Other specified septicemias' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '038.9', '', 'Unspecified septicemia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '039.0', '', 'Cutaneous actinomycotic infection' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '039.1', '', 'Pulmonary actinomycotic infection' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '039.2', '', 'Abdominal actinomycotic infection' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '039.3', '', 'Cervicofacial actinomycotic infection' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '039.4', '', 'Madura foot' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '039.8', '', 'Actinomycotic infection of other specified sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '039.9', '', 'Actinomycotic infection of unspecified site' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '040.0', '', 'Gas gangrene' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '040.1', '', 'Rhinoscleroma' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '040.2', '', 'Whipple''s disease' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '040.3', '', 'Necrobacillosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '040.41', '', 'Infant botulism' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '040.42', '', 'Wound botulism' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '040.81', '', 'Tropical pyomyositis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '040.82', '', 'Toxic shock syndrome' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '040.89', '', 'Other specified bacterial diseases' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '041.00', '', 'Streptococcus infection in conditions classified elsewhere and of unspecified site streptococcus unspecified' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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]' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '041.09', '', 'Streptococcus infection in conditions classified elsewhere and of unspecified site other streptococcus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '041.10', '', 'Staphylococcus infection in conditions classified elsewhere and of unspecified site staphylococcus unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '041.11', '', 'Methicillin susceptible staphylococcus aureus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '041.12', '', 'Methicillin resistant staphylococcus aureus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '041.19', '', 'Staphylococcus infection in conditions classified elsewhere and of unspecified site other staphylococcus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '041.2', '', 'Pneumococcus infection in conditions classified elsewhere and of unspecified site' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '041.3', '', 'Klebsiella pneumoniae' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '041.6', '', 'Proteus (mirabilis) (morganii) infection in conditions classified elsewhere and of unspecified site' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '041.7', '', 'Pseudomonas infection in conditions classified elsewhere and of unspecified site' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '041.86', '', 'Helicobacter pylori [h. pylori]' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '041.9', '', 'Bacterial infection unspecified in conditions classified elsewhere and of unspecified site' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '042', '', 'Human immunodeficiency virus (hiv) disease' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '045.00', '', 'Acute paralytic poliomyelitis specified as bulbar unspecified type of poliovirus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '045.01', '', 'Acute paralytic poliomyelitis specified as bulbar poliovirus type i' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '045.02', '', 'Acute paralytic poliomyelitis specified as bulbar poliovirus type ii' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '045.03', '', 'Acute paralytic poliomyelitis specified as bulbar poliovirus type iii' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '045.10', '', 'Acute poliomyelitis with other paralysis unspecified type of poliovirus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '045.11', '', 'Acute poliomyelitis with other paralysis poliovirus type i' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '045.12', '', 'Acute poliomyelitis with other paralysis poliovirus type ii' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '045.13', '', 'Acute poliomyelitis with other paralysis poliovirus type iii' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '045.20', '', 'Acute nonparalytic poliomyelitis unspecified type poliovirus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '045.21', '', 'Acute nonparalytic poliomyelitis poliovirus type i' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '045.22', '', 'Acute nonparalytic poliomyelitis poliovirus type ii' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '045.23', '', 'Acute nonparalytic poliomyelitis poliovirus type iii' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '045.90', '', 'Unspecified acute poliomyelitis unspecified type poliovirus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '045.91', '', 'Unspecified acute poliomyelitis poliovirus type i' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '045.92', '', 'Unspecified acute poliomyelitis poliovirus type ii' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '045.93', '', 'Unspecified acute poliomyelitis poliovirus type iii' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '046.0', '', 'Kuru' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '046.11', '', 'Variant creutzfeldt-jakob disease' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '046.19', '', 'Other and unspecified creutzfeldt-jakob disease' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '046.2', '', 'Subacute sclerosing panencephalitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '046.3', '', 'Progressive multifocal leukoencephalopathy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '046.71', '', 'Gerstmann-straussler-scheinker syndrome' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '046.72', '', 'Fatal familial insomnia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '046.79', '', 'Other and unspecified prion disease of central nervous system' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '046.8', '', 'Other specified slow virus infection of central nervous system' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '046.9', '', 'Unspecified slow virus infection of central nervous system' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '047.0', '', 'Meningitis due to coxsackie virus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '047.1', '', 'Meningitis due to echo virus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '047.8', '', 'Other specified viral meningitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '047.9', '', 'Unspecified viral meningitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '048', '', 'Other enterovirus diseases of central nervous system' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '049.0', '', 'Non-arthropod borne lymphocytic choriomeningitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '049.1', '', 'Non-arthropod borne meningitis due to adenovirus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '049.8', '', 'Other specified non-arthropod-borne viral diseases of central nervous system' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '049.9', '', 'Unspecified non-arthropod-borne viral diseases of central nervous system' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '050.0', '', 'Variola major' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '050.1', '', 'Alastrim' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '050.2', '', 'Modified smallpox' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '050.9', '', 'Smallpox unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '051.01', '', 'Cowpox' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '051.02', '', 'Vaccinia not from vaccination' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '051.1', '', 'Pseudocowpox' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '051.2', '', 'Contagious pustular dermatitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '051.9', '', 'Paravaccinia unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '052.0', '', 'Postvaricella encephalitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '052.1', '', 'Varicella (hemorrhagic) pneumonitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '052.2', '', 'Postvaricella myelitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '052.7', '', 'Chickenpox with other specified complications' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '052.8', '', 'Chickenpox with unspecified complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '052.9', '', 'Varicella without complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '053.0', '', 'Herpes zoster with meningitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '053.10', '', 'Herpes zoster with unspecified nervous system complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '053.11', '', 'Geniculate herpes zoster' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '053.12', '', 'Postherpetic trigeminal neuralgia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '053.13', '', 'Postherpetic polyneuropathy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '053.14', '', 'Herpes zoster myelitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '053.19', '', 'Herpes zoster with other nervous system complications' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '053.20', '', 'Herpes zoster dermatitis of eyelid' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '053.21', '', 'Herpes zoster keratoconjunctivitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '053.22', '', 'Herpes zoster iridocyclitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '053.29', '', 'Herpes zoster with other ophthalmic complications' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '053.71', '', 'Otitis externa due to herpes zoster' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '053.79', '', 'Herpes zoster with other specified complications' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '053.8', '', 'Herpes zoster with unspecified complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '053.9', '', 'Herpes zoster without complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '054.0', '', 'Eczema herpeticum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '054.10', '', 'Genital herpes unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '054.11', '', 'Herpetic vulvovaginitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '054.12', '', 'Herpetic ulceration of vulva' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '054.13', '', 'Herpetic infection of penis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '054.19', '', 'Other genital herpes' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '054.2', '', 'Herpetic gingivostomatitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '054.3', '', 'Herpetic meningoencephalitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '054.40', '', 'Herpes simplex with unspecified ophthalmic complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '054.41', '', 'Herpes simplex dermatitis of eyelid' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '054.42', '', 'Dendritic keratitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '054.43', '', 'Herpes simplex disciform keratitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '054.44', '', 'Herpes simplex iridocyclitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '054.49', '', 'Herpes simplex with other ophthalmic complications' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '054.5', '', 'Herpetic septicemia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '054.6', '', 'Herpetic whitlow' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '054.71', '', 'Visceral herpes simplex' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '054.72', '', 'Herpes simplex meningitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '054.73', '', 'Herpes simplex otitis externa' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '054.74', '', 'Herpes simplex myelitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '054.79', '', 'Herpes simplex with other specified complications' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '054.8', '', 'Herpes simplex with unspecified complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '054.9', '', 'Herpes simplex without complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '055.0', '', 'Postmeasles encephalitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '055.1', '', 'Postmeasles pneumonia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '055.2', '', 'Postmeasles otitis media' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '055.71', '', 'Measles keratoconjunctivitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '055.79', '', 'Measles with other specified complications' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '055.8', '', 'Measles with unspecified complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '055.9', '', 'Measles without complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '056.00', '', 'Rubella with unspecified neurological complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '056.01', '', 'Encephalomyelitis due to rubella' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '056.09', '', 'Rubella with other neurological complications' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '056.71', '', 'Arthritis due to rubella' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '056.79', '', 'Rubella with other specified complications' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '056.8', '', 'Rubella with unspecified complications' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '056.9', '', 'Rubella without complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '057.0', '', 'Erythema infectiosum (fifth disease)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '057.8', '', 'Other specified viral exanthemata' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '057.9', '', 'Viral exanthem unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '058.10', '', 'Roseola infantum, unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '058.11', '', 'Roseola infantum due to human herpes virus 6' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '058.12', '', 'Roseola infantum due to human herpes virus 7' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '058.21', '', 'Human herpesvirus 6 encephalitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '058.29', '', 'Other human herpesvirus encephalitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '058.81', '', 'Human herpesvirus 6 infection' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '058.82', '', 'Human herpesvirus 7 infection' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '058.89', '', 'Other human herpesvirus infections' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '059.00', '', 'Orthopoxvirus infection, unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '059.01', '', 'Monkeypox' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '059.09', '', 'Other orthopoxvirus infections' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '059.10', '', 'Parapoxvirus infection, unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '059.11', '', 'Bovine stomatitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '059.12', '', 'Sealpox' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '059.19', '', 'Other parapoxvirus infections' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '059.20', '', 'Yatapoxvirus infection, unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '059.21', '', 'Tanapox' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '059.22', '', 'Yaba monkey tumor virus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '059.8', '', 'Other poxvirus infections' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '059.9', '', 'Poxvirus infections, unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '060.0', '', 'Sylvatic yellow fever' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '060.1', '', 'Urban yellow fever' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '060.9', '', 'Yellow fever unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '061', '', 'Dengue' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '062.0', '', 'Japanese encephalitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '062.1', '', 'Western equine encephalitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '062.2', '', 'Eastern equine encephalitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '062.3', '', 'St. louis encephalitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '062.4', '', 'Australian encephalitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '062.5', '', 'California virus encephalitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '062.8', '', 'Other specified mosquito-borne viral encephalitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '062.9', '', 'Mosquito-borne viral encephalitis unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '063.0', '', 'Russian spring-summer (taiga) encephalitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '063.1', '', 'Louping ill' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '063.2', '', 'Central european encephalitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '063.8', '', 'Other specified tick-borne viral encephalitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '063.9', '', 'Tick-borne viral encephalitis unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '064', '', 'Viral encephalitis transmitted by other and unspecified arthropods' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '065.0', '', 'Crimean hemorrhagic fever (chf congo virus)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '065.1', '', 'Omsk hemorrhagic fever' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '065.2', '', 'Kyasanur forest disease' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '065.3', '', 'Other tick-borne hemorrhagic fever' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '065.4', '', 'Mosquito-borne hemorrhagic fever' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '065.8', '', 'Other specified arthropod-borne hemorrhagic fever' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '065.9', '', 'Arthropod-borne hemorrhagic fever unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '066.0', '', 'Phlebotomus fever' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '066.1', '', 'Tick-borne fever' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '066.2', '', 'Venezuelan equine fever' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '066.3', '', 'Other mosquito-borne fever' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '066.40', '', 'West nile fever, unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '066.41', '', 'West nile fever with encephalitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '066.42', '', 'West nile fever with other neurologic manifestation' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '066.49', '', 'West nile fever with other complications' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '066.8', '', 'Other specified arthropod-borne viral diseases' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '066.9', '', 'Arthropod-borne viral disease unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '070.0', '', 'Viral hepatitis a with hepatic coma' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '070.1', '', 'Viral hepatitis a without hepatic coma' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '070.20', '', 'Viral hepatitis b with hepatic coma acute or unspecified without hepatitis delta' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '070.21', '', 'Viral hepatitis b with hepatic coma acute or unspecified with hepatitis delta' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '070.22', '', 'Chronic viral hepatitis b with hepatic coma without hepatitis delta' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '070.23', '', 'Chronic viral hepatitis b with hepatic coma with hepatitis delta' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '070.30', '', 'Viral hepatitis b without hepatic coma acute or unspecified without hepatitis delta' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '070.31', '', 'Viral hepatitis b without hepatic coma acute or unspecified with hepatitis delta' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '070.32', '', 'Chronic viral hepatitis b without hepatic coma without hepatitis delta' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '070.33', '', 'Chronic viral hepatitis b without hepatic coma with hepatitis delta' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '070.41', '', 'Acute hepatitis c with hepatic coma' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '070.43', '', 'Hepatitis e with hepatic coma' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '070.44', '', 'Chronic hepatitis c with hepatic coma' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '070.49', '', 'Other specified viral hepatitis with hepatic coma' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '070.51', '', 'Acute hepatitis c without hepatic coma' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '070.52', '', 'Hepatitis delta without active hepatitis b disease or hepatic coma' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '070.53', '', 'Hepatitis e without hepatic coma' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '070.54', '', 'Chronic hepatitis c without hepatic coma' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '070.59', '', 'Other specified viral hepatitis without hepatic coma' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '070.6', '', 'Unspecified viral hepatitis with hepatic coma' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '070.70', '', 'Unspecified viral hepatitis c without hepatic coma' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '070.71', '', 'Unspecified viral hepatitis c with hepatic coma' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '070.9', '', 'Unspecified viral hepatitis without hepatic coma' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '071', '', 'Rabies' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '072.0', '', 'Mumps orchitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '072.1', '', 'Mumps meningitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '072.2', '', 'Mumps encephalitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '072.3', '', 'Mumps pancreatitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '072.71', '', 'Mumps hepatitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '072.72', '', 'Mumps polyneuropathy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '072.79', '', 'Mumps with other specified complications' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '072.8', '', 'Mumps with unspecified complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '072.9', '', 'Mumps without complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '073.0', '', 'Ornithosis with pneumonia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '073.7', '', 'Ornithosis with other specified complications' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '073.8', '', 'Ornithosis with unspecified complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '073.9', '', 'Ornithosis unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '074.0', '', 'Herpangina' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '074.1', '', 'Epidemic pleurodynia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '074.20', '', 'Coxsackie carditis unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '074.21', '', 'Coxsackie pericarditis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '074.22', '', 'Coxsackie endocarditis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '074.23', '', 'Coxsackie myocarditis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '074.3', '', 'Hand foot and mouth disease' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '074.8', '', 'Other specified diseases due to coxsackie virus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '075', '', 'Infectious mononucleosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '076.0', '', 'Trachoma initial stage' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '076.1', '', 'Trachoma active stage' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '076.9', '', 'Trachoma unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '077.0', '', 'Inclusion conjunctivitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '077.1', '', 'Epidemic keratoconjunctivitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '077.2', '', 'Pharyngoconjunctival fever' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '077.3', '', 'Other adenoviral conjunctivitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '077.4', '', 'Epidemic hemorrhagic conjunctivitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '077.8', '', 'Other viral conjunctivitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '077.98', '', 'Unspecified diseases of conjunctiva due to chlamydiae' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '077.99', '', 'Unspecified diseases of conjunctiva due to viruses' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '078.0', '', 'Molluscum contagiosum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '078.10', '', 'Viral warts unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '078.11', '', 'Condyloma acuminatum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '078.12', '', 'Plantar wart' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '078.19', '', 'Other specified viral warts' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '078.2', '', 'Sweating fever' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '078.3', '', 'Cat-scratch disease' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '078.4', '', 'Foot and mouth disease' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '078.5', '', 'Cytomegaloviral disease' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '078.6', '', 'Hemorrhagic nephrosonephritis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '078.7', '', 'Arenaviral hemorrhagic fever' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '078.81', '', 'Epidemic vertigo' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '078.82', '', 'Epidemic vomiting syndrome' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '078.88', '', 'Other specified diseases due to chlamydiae' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '078.89', '', 'Other specified diseases due to viruses' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '079.0', '', 'Adenovirus infection in conditions classified elsewhere and of unspecified site' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '079.1', '', 'Echo virus infection in conditions classified elsewhere and of unspecified site' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '079.2', '', 'Coxsackie virus infection in conditions classified elsewhere and of unspecified site' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '079.3', '', 'Rhinovirus infection in conditions classified elsewhere and of unspecified site' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '079.4', '', 'Human papillomavirus in conditions classified elsewhere and of unspecified site' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '079.50', '', 'Retrovirus unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '079.51', '', 'Human t-cell lymphotrophic virus type i [htlv-i]' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '079.52', '', 'Human t-cell lymphotrophic virus type ii [htlv-ii]' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '079.53', '', 'Human immunodeficiency virus type 2 [hiv-2]' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '079.59', '', 'Other specified retrovirus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '079.6', '', 'Respiratory syncytial virus (rsv)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '079.81', '', 'Hantavirus infection' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '079.82', '', 'Sars-associated coronavirus infection' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '079.83', '', 'Parvovirus b19' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '079.88', '', 'Other specified chlamydial infection' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '079.89', '', 'Other specified viral infection' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '079.98', '', 'Unspecified chlamydial infection' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '079.99', '', 'Unspecified viral infection' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '080', '', 'Louse-borne (epidemic) typhus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '081.0', '', 'Murine (endemic) typhus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '081.1', '', 'Brill''s disease' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '081.2', '', 'Scrub typhus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '081.9', '', 'Typhus unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '082.0', '', 'Spotted fevers' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '082.1', '', 'Boutonneuse fever' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '082.2', '', 'North asian tick fever' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '082.3', '', 'Queensland tick typhus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '082.40', '', 'Unspecified ehrlichiosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '082.41', '', 'Ehrlichiosis chafeensis (e chafeensis)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '082.49', '', 'Other ehrlichiosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '082.8', '', 'Other specified tick-borne rickettsioses' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '082.9', '', 'Tick-borne rickettsiosis unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '083.0', '', 'Q fever' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '083.1', '', 'Trench fever' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '083.2', '', 'Rickettsialpox' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '083.8', '', 'Other specified rickettsioses' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '083.9', '', 'Rickettsiosis unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '084.0', '', 'Falciparum malaria (malignant tertian)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '084.1', '', 'Vivax malaria (benign tertian)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '084.2', '', 'Quartan malaria' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '084.3', '', 'Ovale malaria' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '084.4', '', 'Other malaria' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '084.5', '', 'Mixed malaria' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '084.6', '', 'Malaria unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '084.7', '', 'Induced malaria' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '084.8', '', 'Blackwater fever' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '084.9', '', 'Other pernicious complications of malaria' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '085.0', '', 'Leishmaniasis visceral (kala-azar)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '085.1', '', 'Cutaneous leishmaniasis urban' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '085.2', '', 'Cutaneous leishmaniasis asian desert' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '085.3', '', 'Cutaneous leishmaniasis ethiopian' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '085.4', '', 'Cutaneous leishmaniasis american' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '085.5', '', 'Mucocutaneous leishmaniasis (american)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '085.9', '', 'Leishmaniasis unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '086.0', '', 'Chagas'' disease with heart involvement' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '086.1', '', 'Chagas'' disease with other organ involvement' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '086.2', '', 'Chagas'' disease without organ involvement' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '086.3', '', 'Gambian trypanosomiasis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '086.4', '', 'Rhodesian trypanosomiasis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '086.5', '', 'African trypanosomiasis unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '086.9', '', 'Trypanosomiasis unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '087.0', '', 'Relapsing fever louse-borne' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '087.1', '', 'Relapsing fever tick-borne' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '087.9', '', 'Relapsing fever unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '088.0', '', 'Bartonellosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '088.81', '', 'Lyme disease' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '088.82', '', 'Babesiosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '088.89', '', 'Other specified arthropod-borne diseases other' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '088.9', '', 'Arthropod-borne disease unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '090.0', '', 'Early congenital syphilis symptomatic' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '090.1', '', 'Early congenital syphilis latent' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '090.2', '', 'Early congenital syphilis unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '090.3', '', 'Syphilitic interstitial keratitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '090.40', '', 'Juvenile neurosyphilis unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '090.41', '', 'Congenital syphilitic encephalitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '090.42', '', 'Congenital syphilitic meningitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '090.49', '', 'Other juvenile neurosyphilis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '090.5', '', 'Other late congenital syphilis symptomatic' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '090.6', '', 'Late congenital syphilis latent' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '090.7', '', 'Late congenital syphilis unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '090.9', '', 'Congenital syphilis unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '091.0', '', 'Genital syphilis (primary)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '091.1', '', 'Primary anal syphilis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '091.2', '', 'Other primary syphilis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '091.3', '', 'Secondary syphilis of skin or mucous membranes' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '091.4', '', 'Adenopathy due to secondary syphilis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '091.50', '', 'Syphilitic uveitis unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '091.51', '', 'Syphilitic chorioretinitis (secondary)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '091.52', '', 'Syphilitic iridocyclitis (secondary)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '091.61', '', 'Secondary syphilitic periostitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '091.62', '', 'Secondary syphilitic hepatitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '091.69', '', 'Secondary syphilis of other viscera' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '091.7', '', 'Secondary syphilis relapse' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '091.81', '', 'Acute syphilitic meningitis (secondary)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '091.82', '', 'Syphilitic alopecia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '091.89', '', 'Other forms of secondary syphilis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '091.9', '', 'Unspecified secondary syphilis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '092.0', '', 'Early syphilis latent serological relapse after treatment' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '092.9', '', 'Early syphilis latent unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '093.0', '', 'Aneurysm of aorta specified as syphilitic' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '093.1', '', 'Syphilitic aortitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '093.20', '', 'Syphilitic endocarditis of valve unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '093.21', '', 'Syphilitic endocarditis of mitral valve' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '093.22', '', 'Syphilitic endocarditis of aortic valve' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '093.23', '', 'Syphilitic endocarditis of tricuspid valve' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '093.24', '', 'Syphilitic endocarditis of pulmonary valve' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '093.81', '', 'Syphilitic pericarditis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '093.82', '', 'Syphilitic myocarditis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '093.89', '', 'Other specified cardiovascular syphilis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '093.9', '', 'Cardiovascular syphilis unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '094.0', '', 'Tabes dorsalis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '094.1', '', 'General paresis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '094.2', '', 'Syphilitic meningitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '094.3', '', 'Asymptomatic neurosyphilis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '094.81', '', 'Syphilitic encephalitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '094.82', '', 'Syphilitic parkinsonism' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '094.83', '', 'Syphilitic disseminated retinochoroiditis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '094.84', '', 'Syphilitic optic atrophy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '094.85', '', 'Syphilitic retrobulbar neuritis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '094.86', '', 'Syphilitic acoustic neuritis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '094.87', '', 'Syphilitic ruptured cerebral aneurysm' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '094.89', '', 'Other specified neurosyphilis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '094.9', '', 'Neurosyphilis unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '095.0', '', 'Syphilitic episcleritis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '095.1', '', 'Syphilis of lung' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '095.2', '', 'Syphilitic peritonitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '095.3', '', 'Syphilis of liver' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '095.4', '', 'Syphilis of kidney' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '095.5', '', 'Syphilis of bone' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '095.6', '', 'Syphilis of muscle' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '095.7', '', 'Syphilis of synovium tendon and bursa' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '095.8', '', 'Other specified forms of late symptomatic syphilis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '095.9', '', 'Late symptomatic syphilis unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '096', '', 'Late syphilis latent' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '097.0', '', 'Late syphilis unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '097.1', '', 'Latent syphilis unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '097.9', '', 'Syphilis unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '098.0', '', 'Gonococcal infection (acute) of lower genitourinary tract' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '098.10', '', 'Gonococcal infection (acute) of upper genitourinary tract site unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '098.11', '', 'Gonococcal cystitis (acute)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '098.12', '', 'Gonococcal prostatitis (acute)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '098.13', '', 'Gonococcal epididymo-orchitis (acute)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '098.14', '', 'Gonococcal seminal vesiculitis (acute)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '098.15', '', 'Gonococcal cervicitis (acute)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '098.16', '', 'Gonococcal endometritis (acute)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '098.17', '', 'Gonococcal salpingitis specified as acute' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '098.19', '', 'Other gonococcal infection (acute) of upper genitourinary tract' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '098.2', '', 'Gonococcal infection chronic of lower genitourinary tract' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '098.30', '', 'Chronic gonococcal infection of upper genitourinary tract site unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '098.31', '', 'Gonococcal cystitis chronic' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '098.32', '', 'Gonococcal prostatitis chronic' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '098.33', '', 'Gonococcal epididymo-orchitis chronic' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '098.34', '', 'Gonococcal seminal vesiculitis chronic' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '098.35', '', 'Gonococcal cervicitis chronic' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '098.36', '', 'Gonococcal endometritis chronic' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '098.37', '', 'Gonococcal salpingitis (chronic)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '098.39', '', 'Other chronic gonococcal infection of upper genitourinary tract' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '098.40', '', 'Gonococcal conjunctivitis (neonatorum)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '098.41', '', 'Gonococcal iridocyclitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '098.42', '', 'Gonococcal endophthalmia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '098.43', '', 'Gonococcal keratitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '098.49', '', 'Other gonococcal infection of eye' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '098.50', '', 'Gonococcal arthritis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '098.51', '', 'Gonococcal synovitis and tenosynovitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '098.52', '', 'Gonococcal bursitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '098.53', '', 'Gonococcal spondylitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '098.59', '', 'Other gonococcal infection of joint' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '098.6', '', 'Gonococcal infection of pharynx' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '098.7', '', 'Gonococcal infection of anus and rectum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '098.81', '', 'Gonococcal keratosis (blennorrhagica)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '098.82', '', 'Gonococcal meningitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '098.83', '', 'Gonococcal pericarditis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '098.84', '', 'Gonococcal endocarditis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '098.85', '', 'Other gonococcal heart disease' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '098.86', '', 'Gonococcal peritonitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '098.89', '', 'Gonococcal infection of other specified sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '099.0', '', 'Chancroid' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '099.1', '', 'Lymphogranuloma venereum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '099.2', '', 'Granuloma inguinale' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '099.3', '', 'Reiter''s disease' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '099.40', '', 'Other nongonococcal urethritis unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '099.41', '', 'Other nongonococcal urethritis chlamydia trachomatis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '099.49', '', 'Other nongonococcal urethritis other specified organism' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '099.50', '', 'Other venereal diseases due to chlamydia trachomatis unspecified site' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '099.51', '', 'Other venereal diseases due to chlamydia trachomatis pharynx' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '099.52', '', 'Other venereal diseases due to chlamydia trachomatis anus and rectum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '099.53', '', 'Other venereal diseases due to chlamydia trachomatis lower genitourinary sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '099.54', '', 'Other venereal diseases due to chlamydia trachomatis other genitourinary sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '099.55', '', 'Other venereal diseases due to chlamydia trachomatis unspecified genitourinary site' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '099.56', '', 'Other venereal diseases due to chlamydia trachomatis peritoneum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '099.59', '', 'Other venereal diseases due to chlamydia trachomatis other specified site' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '099.8', '', 'Other specified venereal diseases' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '099.9', '', 'Venereal disease unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '100.0', '', 'Leptospirosis icterohemorrhagica' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '100.81', '', 'Leptospiral meningitis (aseptic)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '100.89', '', 'Other specified leptospiral infections' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '100.9', '', 'Leptospirosis unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '101', '', 'Vincent''s angina' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '102.0', '', 'Initial lesions of yaws' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '102.1', '', 'Multiple papillomata due to yaws and wet crab yaws' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '102.2', '', 'Other early skin lesions of yaws' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '102.3', '', 'Hyperkeratosis due to yaws' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '102.4', '', 'Gummata and ulcers due to yaws' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '102.5', '', 'Gangosa' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '102.6', '', 'Bone and joint lesions due to yaws' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '102.7', '', 'Other manifestations of yaws' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '102.8', '', 'Latent yaws' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '102.9', '', 'Yaws unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '103.0', '', 'Primary lesions of pinta' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '103.1', '', 'Intermediate lesions of pinta' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '103.2', '', 'Late lesions of pinta' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '103.3', '', 'Mixed lesions of pinta' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '103.9', '', 'Pinta unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '104.0', '', 'Nonvenereal endemic syphilis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '104.8', '', 'Other specified spirochetal infections' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '104.9', '', 'Spirochetal infection unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '110.0', '', 'Dermatophytosis of scalp and beard' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '110.1', '', 'Dermatophytosis of nail' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '110.2', '', 'Dermatophytosis of hand' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '110.3', '', 'Dermatophytosis of groin and perianal area' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '110.4', '', 'Dermatophytosis of foot' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '110.5', '', 'Dermatophytosis of the body' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '110.6', '', 'Deep seated dermatophytosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '110.8', '', 'Dermatophytosis of other specified sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '110.9', '', 'Dermatophytosis of unspecified site' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '111.0', '', 'Pityriasis versicolor' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '111.1', '', 'Tinea nigra' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '111.2', '', 'Tinea blanca' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '111.3', '', 'Black piedra' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '111.8', '', 'Other specified dermatomycoses' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '111.9', '', 'Dermatomycosis unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '112.0', '', 'Candidiasis of mouth' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '112.1', '', 'Candidiasis of vulva and vagina' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '112.2', '', 'Candidiasis of other urogenital sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '112.3', '', 'Candidiasis of skin and nails' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '112.4', '', 'Candidiasis of lung' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '112.5', '', 'Disseminated candidiasis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '112.81', '', 'Candidal endocarditis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '112.82', '', 'Candidal otitis externa' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '112.83', '', 'Candidal meningitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '112.84', '', 'Candidal esophagitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '112.85', '', 'Candidal enteritis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '112.89', '', 'Other candidiasis of other specified sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '112.9', '', 'Candidiasis of unspecified site' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '114.0', '', 'Primary coccidioidomycosis (pulmonary)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '114.1', '', 'Primary extrapulmonary coccidioidomycosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '114.2', '', 'Coccidioidal meningitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '114.3', '', 'Other forms of progressive coccidioidomycosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '114.4', '', 'Chronic pulmonary coccidioidomycosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '114.5', '', 'Pulmonary coccidioidomycosis unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '114.9', '', 'Coccidioidomycosis unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '115.00', '', 'Infection by histoplasma capsulatum without manifestation' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '115.01', '', 'Histoplasma capsulatum meningitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '115.02', '', 'Histoplasma capsulatum retinitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '115.03', '', 'Histoplasma capsulatum pericarditis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '115.04', '', 'Histoplasma capsulatum endocarditis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '115.05', '', 'Histoplasma capsulatum pneumonia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '115.09', '', 'Infection by histoplasma capsulatum with other manifestation' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '115.10', '', 'Infection by histoplasma duboisii without manifestation' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '115.11', '', 'Histoplasma duboisii meningitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '115.12', '', 'Histoplasma duboisii retinitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '115.13', '', 'Histoplasma duboisii pericarditis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '115.14', '', 'Histoplasma duboisii endocarditis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '115.15', '', 'Histoplasma duboisii pneumonia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '115.19', '', 'Infection by histoplasma duboisii with other manifestation' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '115.90', '', 'Histoplasmosis unspecified without manifestation' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '115.91', '', 'Histoplasmosis meningitis unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '115.92', '', 'Histoplasmosis retinitis unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '115.93', '', 'Histoplasmosis pericarditis unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '115.94', '', 'Histoplasmosis endocarditis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '115.95', '', 'Histoplasmosis pneumonia unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '115.99', '', 'Histoplasmosis unspecified with other manifestation' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '116.0', '', 'Blastomycosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '116.1', '', 'Paracoccidioidomycosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '116.2', '', 'Lobomycosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '117.0', '', 'Rhinosporidiosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '117.1', '', 'Sporotrichosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '117.2', '', 'Chromoblastomycosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '117.3', '', 'Aspergillosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '117.4', '', 'Mycotic mycetomas' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '117.5', '', 'Cryptococcosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '117.6', '', 'Allescheriosis (petriellidosis)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '117.7', '', 'Zygomycosis (phycomycosis or mucormycosis)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '117.8', '', 'Infection by dematiacious fungi (phaehyphomycosis)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '117.9', '', 'Other and unspecified mycoses' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '118', '', 'Opportunistic mycoses' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '120.0', '', 'Schistosomiasis due to schistosoma haematobium' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '120.1', '', 'Schistosomiasis due to schistosoma mansoni' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '120.2', '', 'Schistosomiasis due to schistosoma japonicum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '120.3', '', 'Cutaneous schistosomiasis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '120.8', '', 'Other specified schistosomiasis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '120.9', '', 'Schistosomiasis unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '121.0', '', 'Opisthorchiasis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '121.1', '', 'Clonorchiasis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '121.2', '', 'Paragonimiasis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '121.3', '', 'Fascioliasis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '121.4', '', 'Fasciolopsiasis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '121.5', '', 'Metagonimiasis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '121.6', '', 'Heterophyiasis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '121.8', '', 'Other specified trematode infections' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '121.9', '', 'Trematode infection unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '122.0', '', 'Echinococcus granulosus infection of liver' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '122.1', '', 'Echinococcus granulosus infection of lung' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '122.2', '', 'Echinococcus granulosus infection of thyroid' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '122.3', '', 'Echinococcus granulosus infection other' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '122.4', '', 'Echinococcus granulosus infection unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '122.5', '', 'Echinococcus multilocularis infection of liver' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '122.6', '', 'Echinococcus multilocularis infection other' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '122.7', '', 'Echinococcus multilocularis infection unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '122.8', '', 'Echinococcosis unspecified of liver' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '122.9', '', 'Echinococcosis other and unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '123.0', '', 'Taenia solium infection intestinal form' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '123.1', '', 'Cysticercosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '123.2', '', 'Taenia saginata infection' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '123.3', '', 'Taeniasis unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '123.4', '', 'Diphyllobotherriasis intestinal' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '123.5', '', 'Sparganosis (larval diphyllobotherriasis)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '123.6', '', 'Hymenolepiasis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '123.8', '', 'Other specified cestode infection' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '123.9', '', 'Cestode infection unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '124', '', 'Trichinosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '125.0', '', 'Bancroftian filariasis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '125.1', '', 'Malayan filariasis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '125.2', '', 'Loiasis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '125.3', '', 'Onchocerciasis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '125.4', '', 'Dipetalonemiasis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '125.5', '', 'Mansonella ozzardi infection' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '125.6', '', 'Other specified filariasis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '125.7', '', 'Dracontiasis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '125.9', '', 'Unspecified filariasis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '126.0', '', 'Ancylostomiasis due to ancylostoma duodenale' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '126.1', '', 'Necatoriasis due to necator americanus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '126.2', '', 'Ancylostomiasis due to ancylostoma braziliense' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '126.3', '', 'Ancylostomiasis due to ancylostoma ceylanicum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '126.8', '', 'Other specified ancylostoma' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '126.9', '', 'Ancylostomiasis and necatoriasis unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '127.0', '', 'Ascariasis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '127.1', '', 'Anisakiasis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '127.2', '', 'Strongyloidiasis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '127.3', '', 'Trichuriasis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '127.4', '', 'Enterobiasis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '127.5', '', 'Capillariasis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '127.6', '', 'Trichostrongyliasis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '127.7', '', 'Other specified intestinal helminthiasis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '127.8', '', 'Mixed intestinal helminthiasis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '127.9', '', 'Intestinal helminthiasis unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '128.0', '', 'Toxocariasis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '128.1', '', 'Gnathostomiasis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '128.8', '', 'Other specified helminthiasis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '128.9', '', 'Helminth infection unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '129', '', 'Intestinal parasitism unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '130.0', '', 'Meningoencephalitis due to toxoplasmosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '130.1', '', 'Conjunctivitis due to toxoplasmosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '130.2', '', 'Chorioretinitis due to toxoplasmosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '130.3', '', 'Myocarditis due to toxoplasmosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '130.4', '', 'Pneumonitis due to toxoplasmosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '130.5', '', 'Hepatitis due to toxoplasmosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '130.7', '', 'Toxoplasmosis of other specified sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '130.8', '', 'Multisystemic disseminated toxoplasmosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '130.9', '', 'Toxoplasmosis unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '131.00', '', 'Urogenital trichomoniasis unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '131.01', '', 'Trichomonal vulvovaginitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '131.02', '', 'Trichomonal urethritis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '131.03', '', 'Trichomonal prostatitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '131.09', '', 'Other urogenital trichomoniasis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '131.8', '', 'Trichomoniasis of other specified sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '131.9', '', 'Trichomoniasis unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '132.0', '', 'Pediculus capitis (head louse)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '132.1', '', 'Pediculus corporis (body louse)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '132.2', '', 'Phthirus pubis (pubic louse)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '132.3', '', 'Mixed pediculosis infestation' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '132.9', '', 'Pediculosis unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '133.0', '', 'Scabies' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '133.8', '', 'Other acariasis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '133.9', '', 'Acariasis unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '134.0', '', 'Myiasis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '134.1', '', 'Other arthropod infestation' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '134.2', '', 'Hirudiniasis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '134.8', '', 'Other specified infestations' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '134.9', '', 'Infestation unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '135', '', 'Sarcoidosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '136.0', '', 'Ainhum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '136.1', '', 'Behcet''s syndrome' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '136.21', '', 'Specific infection due to acanthamoeba' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '136.29', '', 'Other specific infections by free-living amebae' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '136.3', '', 'Pneumocystosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '136.4', '', 'Psorospermiasis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '136.5', '', 'Sarcosporidiosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '136.8', '', 'Other specified infectious and parasitic diseases' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '136.9', '', 'Unspecified infectious and parasitic diseases' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '137.0', '', 'Late effects of respiratory or unspecified tuberculosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '137.1', '', 'Late effects of central nervous system tuberculosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '137.2', '', 'Late effects of genitourinary tuberculosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '137.3', '', 'Late effects of tuberculosis of bones and joints' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '137.4', '', 'Late effects of tuberculosis of other specified organs' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '138', '', 'Late effects of acute poliomyelitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '139.0', '', 'Late effects of viral encephalitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '139.1', '', 'Late effects of trachoma' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '139.8', '', 'Late effects of other and unspecified infectious and parasitic diseases' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '140.0', '', 'Malignant neoplasm of upper lip vermilion border' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '140.1', '', 'Malignant neoplasm of lower lip vermilion border' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '140.3', '', 'Malignant neoplasm of upper lip inner aspect' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '140.4', '', 'Malignant neoplasm of lower lip inner aspect' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '140.5', '', 'Malignant neoplasm of lip unspecified inner aspect' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '140.6', '', 'Malignant neoplasm of commissure of lip' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '140.8', '', 'Malignant neoplasm of other sites of lip' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '140.9', '', 'Malignant neoplasm of lip unspecified vermilion border' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '141.0', '', 'Malignant neoplasm of base of tongue' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '141.1', '', 'Malignant neoplasm of dorsal surface of tongue' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '141.2', '', 'Malignant neoplasm of tip and lateral border of tongue' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '141.3', '', 'Malignant neoplasm of ventral surface of tongue' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '141.4', '', 'Malignant neoplasm of anterior two-thirds of tongue part unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '141.5', '', 'Malignant neoplasm of junctional zone of tongue' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '141.6', '', 'Malignant neoplasm of lingual tonsil' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '141.8', '', 'Malignant neoplasm of other sites of tongue' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '141.9', '', 'Malignant neoplasm of tongue unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '142.0', '', 'Malignant neoplasm of parotid gland' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '142.1', '', 'Malignant neoplasm of submandibular gland' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '142.2', '', 'Malignant neoplasm of sublingual gland' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '142.8', '', 'Malignant neoplasm of other major salivary glands' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '142.9', '', 'Malignant neoplasm of salivary gland unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '143.0', '', 'Malignant neoplasm of upper gum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '143.1', '', 'Malignant neoplasm of lower gum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '143.8', '', 'Malignant neoplasm of other sites of gum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '143.9', '', 'Malignant neoplasm of gum unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '144.0', '', 'Malignant neoplasm of anterior portion of floor of mouth' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '144.1', '', 'Malignant neoplasm of lateral portion of floor of mouth' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '144.8', '', 'Malignant neoplasm of other sites of floor of mouth' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '144.9', '', 'Malignant neoplasm of floor of mouth part unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '145.0', '', 'Malignant neoplasm of cheek mucosa' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '145.1', '', 'Malignant neoplasm of vestibule of mouth' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '145.2', '', 'Malignant neoplasm of hard palate' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '145.3', '', 'Malignant neoplasm of soft palate' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '145.4', '', 'Malignant neoplasm of uvula' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '145.5', '', 'Malignant neoplasm of palate unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '145.6', '', 'Malignant neoplasm of retromolar area' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '145.8', '', 'Malignant neoplasm of other specified parts of mouth' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '145.9', '', 'Malignant neoplasm of mouth unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '146.0', '', 'Malignant neoplasm of tonsil' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '146.1', '', 'Malignant neoplasm of tonsillar fossa' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '146.2', '', 'Malignant neoplasm of tonsillar pillars (anterior) (posterior)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '146.3', '', 'Malignant neoplasm of vallecula epiglottica' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '146.4', '', 'Malignant neoplasm of anterior aspect of epiglottis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '146.5', '', 'Malignant neoplasm of junctional region of oropharynx' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '146.6', '', 'Malignant neoplasm of lateral wall of oropharynx' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '146.7', '', 'Malignant neoplasm of posterior wall of oropharynx' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '146.8', '', 'Malignant neoplasm of other specified sites of oropharynx' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '146.9', '', 'Malignant neoplasm of oropharynx unspecified site' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '147.0', '', 'Malignant neoplasm of superior wall of nasopharynx' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '147.1', '', 'Malignant neoplasm of posterior wall of nasopharynx' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '147.2', '', 'Malignant neoplasm of lateral wall of nasopharynx' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '147.3', '', 'Malignant neoplasm of anterior wall of nasopharynx' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '147.8', '', 'Malignant neoplasm of other specified sites of nasopharynx' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '147.9', '', 'Malignant neoplasm of nasopharynx unspecified site' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '148.0', '', 'Malignant neoplasm of postcricoid region of hypopharynx' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '148.1', '', 'Malignant neoplasm of pyriform sinus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '148.2', '', 'Malignant neoplasm of aryepiglottic fold hypopharyngeal aspect' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '148.3', '', 'Malignant neoplasm of posterior hypopharyngeal wall' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '148.8', '', 'Malignant neoplasm of other specified sites of hypopharynx' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '148.9', '', 'Malignant neoplasm of hypopharynx unspecified site' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '149.0', '', 'Malignant neoplasm of pharynx unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '149.1', '', 'Malignant neoplasm of waldeyer''s ring' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '149.8', '', 'Malignant neoplasm of other sites within the lip and oral cavity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '149.9', '', 'Malignant neoplasm of ill-defined sites within the lip and oral cavity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '150.0', '', 'Malignant neoplasm of cervical esophagus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '150.1', '', 'Malignant neoplasm of thoracic esophagus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '150.2', '', 'Malignant neoplasm of abdominal esophagus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '150.3', '', 'Malignant neoplasm of upper third of esophagus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '150.4', '', 'Malignant neoplasm of middle third of esophagus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '150.5', '', 'Malignant neoplasm of lower third of esophagus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '150.8', '', 'Malignant neoplasm of other specified part of esophagus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '150.9', '', 'Malignant neoplasm of esophagus unspecified site' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '151.0', '', 'Malignant neoplasm of cardia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '151.1', '', 'Malignant neoplasm of pylorus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '151.2', '', 'Malignant neoplasm of pyloric antrum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '151.3', '', 'Malignant neoplasm of fundus of stomach' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '151.4', '', 'Malignant neoplasm of body of stomach' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '151.5', '', 'Malignant neoplasm of lesser curvature of stomach unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '151.6', '', 'Malignant neoplasm of greater curvature of stomach unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '151.8', '', 'Malignant neoplasm of other specified sites of stomach' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '151.9', '', 'Malignant neoplasm of stomach unspecified site' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '152.0', '', 'Malignant neoplasm of duodenum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '152.1', '', 'Malignant neoplasm of jejunum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '152.2', '', 'Malignant neoplasm of ileum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '152.3', '', 'Malignant neoplasm of meckel''s diverticulum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '152.8', '', 'Malignant neoplasm of other specified sites of small intestine' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '152.9', '', 'Malignant neoplasm of small intestine unspecified site' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '153.0', '', 'Malignant neoplasm of hepatic flexure' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '153.1', '', 'Malignant neoplasm of transverse colon' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '153.2', '', 'Malignant neoplasm of descending colon' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '153.3', '', 'Malignant neoplasm of sigmoid colon' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '153.4', '', 'Malignant neoplasm of cecum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '153.5', '', 'Malignant neoplasm of appendix vermiformis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '153.6', '', 'Malignant neoplasm of ascending colon' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '153.7', '', 'Malignant neoplasm of splenic flexure' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '153.8', '', 'Malignant neoplasm of other specified sites of large intestine' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '153.9', '', 'Malignant neoplasm of colon unspecified site' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '154.0', '', 'Malignant neoplasm of rectosigmoid junction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '154.1', '', 'Malignant neoplasm of rectum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '154.2', '', 'Malignant neoplasm of anal canal' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '154.3', '', 'Malignant neoplasm of anus unspecified site' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '154.8', '', 'Malignant neoplasm of other sites of rectum rectosigmoid junction and anus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '155.0', '', 'Malignant neoplasm of liver primary' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '155.1', '', 'Malignant neoplasm of intrahepatic bile ducts' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '155.2', '', 'Malignant neoplasm of liver not specified as primary or secondary' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '156.0', '', 'Malignant neoplasm of gallbladder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '156.1', '', 'Malignant neoplasm of extrahepatic bile ducts' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '156.2', '', 'Malignant neoplasm of ampulla of vater' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '156.8', '', 'Malignant neoplasm of other specified sites of gallbladder and extrahepatic bile ducts' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '156.9', '', 'Malignant neoplasm of biliary tract part unspecified site' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '157.0', '', 'Malignant neoplasm of head of pancreas' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '157.1', '', 'Malignant neoplasm of body of pancreas' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '157.2', '', 'Malignant neoplasm of tail of pancreas' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '157.3', '', 'Malignant neoplasm of pancreatic duct' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '157.4', '', 'Malignant neoplasm of islets of langerhans' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '157.8', '', 'Malignant neoplasm of other specified sites of pancreas' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '157.9', '', 'Malignant neoplasm of pancreas part unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '158.0', '', 'Malignant neoplasm of retroperitoneum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '158.8', '', 'Malignant neoplasm of specified parts of peritoneum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '158.9', '', 'Malignant neoplasm of peritoneum unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '159.0', '', 'Malignant neoplasm of intestinal tract part unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '159.1', '', 'Malignant neoplasm of spleen not elsewhere classified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '159.8', '', 'Malignant neoplasm of other sites of digestive system and intra-abdominal organs' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '159.9', '', 'Malignant neoplasm of ill-defined sites within the digestive organs and peritoneum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '160.0', '', 'Malignant neoplasm of nasal cavities' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '160.1', '', 'Malignant neoplasm of auditory tube middle ear and mastoid air cells' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '160.2', '', 'Malignant neoplasm of maxillary sinus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '160.3', '', 'Malignant neoplasm of ethmoidal sinus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '160.4', '', 'Malignant neoplasm of frontal sinus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '160.5', '', 'Malignant neoplasm of sphenoidal sinus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '160.8', '', 'Malignant neoplasm of other accessory sinuses' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '160.9', '', 'Malignant neoplasm of accessory sinus unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '161.0', '', 'Malignant neoplasm of glottis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '161.1', '', 'Malignant neoplasm of supraglottis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '161.2', '', 'Malignant neoplasm of subglottis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '161.3', '', 'Malignant neoplasm of laryngeal cartilages' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '161.8', '', 'Malignant neoplasm of other specified sites of larynx' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '161.9', '', 'Malignant neoplasm of larynx unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '162.0', '', 'Malignant neoplasm of trachea' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '162.2', '', 'Malignant neoplasm of main bronchus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '162.3', '', 'Malignant neoplasm of upper lobe bronchus or lung' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '162.4', '', 'Malignant neoplasm of middle lobe bronchus or lung' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '162.5', '', 'Malignant neoplasm of lower lobe bronchus or lung' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '162.8', '', 'Malignant neoplasm of other parts of bronchus or lung' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '162.9', '', 'Malignant neoplasm of bronchus and lung unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '163.0', '', 'Malignant neoplasm of parietal pleura' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '163.1', '', 'Malignant neoplasm of visceral pleura' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '163.8', '', 'Malignant neoplasm of other specified sites of pleura' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '163.9', '', 'Malignant neoplasm of pleura unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '164.0', '', 'Malignant neoplasm of thymus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '164.1', '', 'Malignant neoplasm of heart' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '164.2', '', 'Malignant neoplasm of anterior mediastinum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '164.3', '', 'Malignant neoplasm of posterior mediastinum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '164.8', '', 'Malignant neoplasm of other parts of mediastinum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '164.9', '', 'Malignant neoplasm of mediastinum part unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '165.0', '', 'Malignant neoplasm of upper respiratory tract part unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '165.8', '', 'Malignant neoplasm of other sites within the respiratory system and intrathoracic organs' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '165.9', '', 'Malignant neoplasm of ill-defined sites within the respiratory system' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '170.0', '', 'Malignant neoplasm of bones of skull and face except mandible' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '170.1', '', 'Malignant neoplasm of mandible' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '170.2', '', 'Malignant neoplasm of vertebral column excluding sacrum and coccyx' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '170.3', '', 'Malignant neoplasm of ribs sternum and clavicle' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '170.4', '', 'Malignant neoplasm of scapula and long bones of upper limb' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '170.5', '', 'Malignant neoplasm of short bones of upper limb' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '170.6', '', 'Malignant neoplasm of pelvic bones sacrum and coccyx' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '170.7', '', 'Malignant neoplasm of long bones of lower limb' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '170.8', '', 'Malignant neoplasm of short bones of lower limb' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '170.9', '', 'Malignant neoplasm of bone and articular cartilage site unspecified' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '171.4', '', 'Malignant neoplasm of connective and other soft tissue of thorax' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '171.5', '', 'Malignant neoplasm of connective and other soft tissue of abdomen' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '171.6', '', 'Malignant neoplasm of connective and other soft tissue of pelvis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '171.7', '', 'Malignant neoplasm of connective and other soft tissue of trunk unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '171.8', '', 'Malignant neoplasm of other specified sites of connective and other soft tissue' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '171.9', '', 'Malignant neoplasm of connective and other soft tissue site unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '172.0', '', 'Malignant melanoma of skin of lip' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '172.1', '', 'Malignant melanoma of skin of eyelid including canthus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '172.2', '', 'Malignant melanoma of skin of ear and external auditory canal' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '172.3', '', 'Malignant melanoma of skin of other and unspecified parts of face' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '172.4', '', 'Malignant melanoma of skin of scalp and neck' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '172.5', '', 'Malignant melanoma of skin of trunk except scrotum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '172.6', '', 'Malignant melanoma of skin of upper limb including shoulder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '172.7', '', 'Malignant melanoma of skin of lower limb including hip' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '172.8', '', 'Malignant melanoma of other specified sites of skin' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '172.9', '', 'Melanoma of skin site unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '173.0', '', 'Other malignant neoplasm of skin of lip' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '173.1', '', 'Other malignant neoplasm of skin of eyelid including canthus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '173.2', '', 'Other malignant neoplasm of skin of ear and external auditory canal' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '173.3', '', 'Other malignant neoplasm of skin of other and unspecified parts of face' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '173.4', '', 'Other malignant neoplasm of scalp and skin of neck' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '173.5', '', 'Other malignant neoplasm of skin of trunk except scrotum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '173.6', '', 'Other malignant neoplasm of skin of upper limb including shoulder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '173.7', '', 'Other malignant neoplasm of skin of lower limb including hip' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '173.8', '', 'Other malignant neoplasm of other specified sites of skin' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '173.9', '', 'Other malignant neoplasm of skin site unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '174.0', '', 'Malignant neoplasm of nipple and areola of female breast' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '174.1', '', 'Malignant neoplasm of central portion of female breast' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '174.2', '', 'Malignant neoplasm of upper-inner quadrant of female breast' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '174.3', '', 'Malignant neoplasm of lower-inner quadrant of female breast' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '174.4', '', 'Malignant neoplasm of upper-outer quadrant of female breast' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '174.5', '', 'Malignant neoplasm of lower-outer quadrant of female breast' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '174.6', '', 'Malignant neoplasm of axillary tail of female breast' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '174.8', '', 'Malignant neoplasm of other specified sites of female breast' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '174.9', '', 'Malignant neoplasm of breast (female) unspecified site' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '175.0', '', 'Malignant neoplasm of nipple and areola of male breast' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '175.9', '', 'Malignant neoplasm of other and unspecified sites of male breast' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '176.0', '', 'Kaposi''s sarcoma skin' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '176.1', '', 'Kaposi''s sarcoma soft tissue' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '176.2', '', 'Kaposi''s sarcoma palate' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '176.3', '', 'Kaposi''s sarcoma gastrointestinal sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '176.4', '', 'Kaposi''s sarcoma lung' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '176.5', '', 'Kaposi''s sarcoma lymph nodes' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '176.8', '', 'Kaposi''s sarcoma other specified sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '176.9', '', 'Kaposi''s sarcoma unspecified site' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '179', '', 'Malignant neoplasm of uterus-part unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '180.0', '', 'Malignant neoplasm of endocervix' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '180.1', '', 'Malignant neoplasm of exocervix' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '180.8', '', 'Malignant neoplasm of other specified sites of cervix' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '180.9', '', 'Malignant neoplasm of cervix uteri unspecified site' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '181', '', 'Malignant neoplasm of placenta' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '182.0', '', 'Malignant neoplasm of corpus uteri except isthmus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '182.1', '', 'Malignant neoplasm of isthmus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '182.8', '', 'Malignant neoplasm of other specified sites of body of uterus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '183.0', '', 'Malignant neoplasm of ovary' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '183.2', '', 'Malignant neoplasm of fallopian tube' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '183.3', '', 'Malignant neoplasm of broad ligament of uterus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '183.4', '', 'Malignant neoplasm of parametrium' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '183.5', '', 'Malignant neoplasm of round ligament of uterus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '183.8', '', 'Malignant neoplasm of other specified sites of uterine adnexa' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '183.9', '', 'Malignant neoplasm of uterine adnexa unspecified site' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '184.0', '', 'Malignant neoplasm of vagina' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '184.1', '', 'Malignant neoplasm of labia majora' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '184.2', '', 'Malignant neoplasm of labia minora' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '184.3', '', 'Malignant neoplasm of clitoris' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '184.4', '', 'Malignant neoplasm of vulva unspecified site' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '184.8', '', 'Malignant neoplasm of other specified sites of female genital organs' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '184.9', '', 'Malignant neoplasm of female genital organ site unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '185', '', 'Malignant neoplasm of prostate' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '186.0', '', 'Malignant neoplasm of undescended testis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '186.9', '', 'Malignant neoplasm of other and unspecified testis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '187.1', '', 'Malignant neoplasm of prepuce' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '187.2', '', 'Malignant neoplasm of glans penis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '187.3', '', 'Malignant neoplasm of body of penis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '187.4', '', 'Malignant neoplasm of penis part unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '187.5', '', 'Malignant neoplasm of epididymis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '187.6', '', 'Malignant neoplasm of spermatic cord' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '187.7', '', 'Malignant neoplasm of scrotum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '187.8', '', 'Malignant neoplasm of other specified sites of male genital organs' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '187.9', '', 'Malignant neoplasm of male genital organ site unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '188.0', '', 'Malignant neoplasm of trigone of urinary bladder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '188.1', '', 'Malignant neoplasm of dome of urinary bladder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '188.2', '', 'Malignant neoplasm of lateral wall of urinary bladder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '188.3', '', 'Malignant neoplasm of anterior wall of urinary bladder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '188.4', '', 'Malignant neoplasm of posterior wall of urinary bladder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '188.5', '', 'Malignant neoplasm of bladder neck' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '188.6', '', 'Malignant neoplasm of ureteric orifice' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '188.7', '', 'Malignant neoplasm of urachus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '188.8', '', 'Malignant neoplasm of other specified sites of bladder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '188.9', '', 'Malignant neoplasm of bladder part unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '189.0', '', 'Malignant neoplasm of kidney except pelvis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '189.1', '', 'Malignant neoplasm of renal pelvis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '189.2', '', 'Malignant neoplasm of ureter' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '189.3', '', 'Malignant neoplasm of urethra' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '189.4', '', 'Malignant neoplasm of paraurethral glands' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '189.8', '', 'Malignant neoplasm of other specified sites of urinary organs' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '189.9', '', 'Malignant neoplasm of urinary organ site unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '190.0', '', 'Malignant neoplasm of eyeball except conjunctiva cornea retina and choroid' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '190.1', '', 'Malignant neoplasm of orbit' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '190.2', '', 'Malignant neoplasm of lacrimal gland' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '190.3', '', 'Malignant neoplasm of conjunctiva' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '190.4', '', 'Malignant neoplasm of cornea' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '190.5', '', 'Malignant neoplasm of retina' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '190.6', '', 'Malignant neoplasm of choroid' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '190.7', '', 'Malignant neoplasm of lacrimal duct' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '190.8', '', 'Malignant neoplasm of other specified sites of eye' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '190.9', '', 'Malignant neoplasm of eye part unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '191.0', '', 'Malignant neoplasm of cerebrum except lobes and ventricles' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '191.1', '', 'Malignant neoplasm of frontal lobe' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '191.2', '', 'Malignant neoplasm of temporal lobe' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '191.3', '', 'Malignant neoplasm of parietal lobe' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '191.4', '', 'Malignant neoplasm of occipital lobe' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '191.5', '', 'Malignant neoplasm of ventricles' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '191.6', '', 'Malignant neoplasm of cerebellum nos' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '191.7', '', 'Malignant neoplasm of brain stem' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '191.8', '', 'Malignant neoplasm of other parts of brain' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '191.9', '', 'Malignant neoplasm of brain unspecified site' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '192.0', '', 'Malignant neoplasm of cranial nerves' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '192.1', '', 'Malignant neoplasm of cerebral meninges' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '192.2', '', 'Malignant neoplasm of spinal cord' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '192.3', '', 'Malignant neoplasm of spinal meninges' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '192.8', '', 'Malignant neoplasm of other specified sites of nervous system' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '192.9', '', 'Malignant neoplasm of nervous system part unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '193', '', 'Malignant neoplasm of thyroid gland' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '194.0', '', 'Malignant neoplasm of adrenal gland' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '194.1', '', 'Malignant neoplasm of parathyroid gland' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '194.3', '', 'Malignant neoplasm of pituitary gland and craniopharyngeal duct' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '194.4', '', 'Malignant neoplasm of pineal gland' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '194.5', '', 'Malignant neoplasm of carotid body' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '194.6', '', 'Malignant neoplasm of aortic body and other paraganglia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '194.8', '', 'Malignant neoplasm of other endocrine glands and related structures' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '194.9', '', 'Malignant neoplasm of endocrine gland site unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '195.0', '', 'Malignant neoplasm of head face and neck' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '195.1', '', 'Malignant neoplasm of thorax' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '195.2', '', 'Malignant neoplasm of abdomen' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '195.3', '', 'Malignant neoplasm of pelvis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '195.4', '', 'Malignant neoplasm of upper limb' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '195.5', '', 'Malignant neoplasm of lower limb' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '195.8', '', 'Malignant neoplasm of other specified sites' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '196.1', '', 'Secondary and unspecified malignant neoplasm of intrathoracic lymph nodes' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '196.2', '', 'Secondary and unspecified malignant neoplasm of intra-abdominal lymph nodes' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '196.6', '', 'Secondary and unspecified malignant neoplasm of intrapelvic lymph nodes' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '196.8', '', 'Secondary and unspecified malignant neoplasm of lymph nodes of multiple sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '196.9', '', 'Secondary and unspecified malignant neoplasm of lymph nodes site unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '197.0', '', 'Secondary malignant neoplasm of lung' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '197.1', '', 'Secondary malignant neoplasm of mediastinum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '197.2', '', 'Secondary malignant neoplasm of pleura' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '197.3', '', 'Secondary malignant neoplasm of other respiratory organs' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '197.4', '', 'Secondary malignant neoplasm of small intestine including duodenum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '197.5', '', 'Secondary malignant neoplasm of large intestine and rectum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '197.6', '', 'Secondary malignant neoplasm of retroperitoneum and peritoneum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '197.7', '', 'Malignant neoplasm of liver secondary' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '197.8', '', 'Secondary malignant neoplasm of other digestive organs and spleen' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '198.0', '', 'Secondary malignant neoplasm of kidney' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '198.1', '', 'Secondary malignant neoplasm of other urinary organs' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '198.2', '', 'Secondary malignant neoplasm of skin' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '198.3', '', 'Secondary malignant neoplasm of brain and spinal cord' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '198.4', '', 'Secondary malignant neoplasm of other parts of nervous system' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '198.5', '', 'Secondary malignant neoplasm of bone and bone marrow' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '198.6', '', 'Secondary malignant neoplasm of ovary' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '198.7', '', 'Secondary malignant neoplasm of adrenal gland' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '198.81', '', 'Secondary malignant neoplasm of breast' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '198.82', '', 'Secondary malignant neoplasm of genital organs' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '198.89', '', 'Secondary malignant neoplasm of other specified sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '199.0', '', 'Disseminated malignant neoplasm' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '199.1', '', 'Other malignant neoplasm of unspecified site' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '199.2', '', 'Malignant neoplasm associated with transplant organ' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.00', '', 'Reticulosarcoma unspecified site' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.01', '', 'Reticulosarcoma involving lymph nodes of head face and neck' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.02', '', 'Reticulosarcoma involving intrathoracic lymph nodes' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.03', '', 'Reticulosarcoma involving intra-abdominal lymph nodes' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.04', '', 'Reticulosarcoma involving lymph nodes of axilla and upper limb' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.05', '', 'Reticulosarcoma involving lymph nodes of inguinal region and lower limb' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.06', '', 'Reticulosarcoma involving intrapelvic lymph nodes' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.07', '', 'Reticulosarcoma involving spleen' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.08', '', 'Reticulosarcoma involving lymph nodes of multiple sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.10', '', 'Lymphosarcoma unspecified site' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.11', '', 'Lymphosarcoma involving lymph nodes of head face and neck' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.12', '', 'Lymphosarcoma involving intrathoracic lymph nodes' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.13', '', 'Lymphosarcoma involving intra-abdominal lymph nodes' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.14', '', 'Lymphosarcoma involving lymph nodes of axilla and upper limb' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.15', '', 'Lymphosarcoma involving lymph nodes of inguinal region and lower limb' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.16', '', 'Lymphosarcoma involving intrapelvic lymph nodes' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.17', '', 'Lymphosarcoma involving spleen' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.18', '', 'Lymphosarcoma involving lymph nodes of multiple sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.20', '', 'Burkitt''s tumor or lymphoma unspecified site' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.22', '', 'Burkitt''s tumor or lymphoma involving intrathoracic lymph nodes' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.23', '', 'Burkitt''s tumor or lymphoma involving intra-abdominal lymph nodes' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.26', '', 'Burkitt''s tumor or lymphoma involving intrapelvic lymph nodes' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.27', '', 'Burkitt''s tumor or lymphoma involving spleen' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.28', '', 'Burkitt''s tumor or lymphoma involving lymph nodes of multiple sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.30', '', 'Marginal zone lymphoma, unspecified site, extranodal and solid organ sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.31', '', 'Marginal zone lymphoma, lymph nodes of head, face and neck' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.32', '', 'Marginal zone lymphoma, intrathoracic lymph nodes' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.33', '', 'Marginal zone lymphoma, intraabdominal lymph nodes' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.34', '', 'Marginal zone lymphoma, lymph nodes of axilla and upper limb' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.35', '', 'Marginal zone lymphoma, lymph nodes of inguinal region and lower limb' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.36', '', 'Marginal zone lymphoma, intrapelvic lymph nodes' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.37', '', 'Marginal zone lymphoma, spleen' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.38', '', 'Marginal zone lymphoma, lymph nodes of multiple sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.40', '', 'Mantle cell lymphoma, unspecified site, extranodal and solid organ sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.41', '', 'Mantle cell lymphoma, lymph nodes of head, face and neck' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.42', '', 'Mantle cell lymphoma, intrathoracic lymph nodes' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.43', '', 'Mantle cell lymphoma, intra-abdominal lymph nodes' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.44', '', 'Mantle cell lymphoma, lymph nodes of axilla and upper limb' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.45', '', 'Mantle cell lymphoma, lymph nodes of inguinal region and lower limb' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.46', '', 'Mantle cell lymphoma, intrapelvic lymph nodes' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.47', '', 'Mantle cell lymphoma, spleen' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.48', '', 'Mantle cell lymphoma, lymph nodes multiple sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.50', '', 'Primary central nervous system lymphoma, unspecified site, extranodal and solid organ sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.51', '', 'Primary central nervous system lymphoma, lymph nodes of head, face, and neck' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.52', '', 'Primary central nervous system lymphoma, intrathoracic lymph nodes' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.53', '', 'Primary central nervous system lymphoma, intra-abdominal lymph nodes' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.54', '', 'Primary central nervous system lymphoma, lymph nodes of axilla and upper limb' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.56', '', 'Primary central nervous system lymphoma, intrapelvic lymph nodes' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.57', '', 'Primary central nervous system lymphoma, spleen' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.58', '', 'Primary central nervous system lymphoma, lymph nodes of multiple sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.60', '', 'Anaplastic large cell lymphoma, unspecified site, extranodal and solid organ sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.61', '', 'Anaplastic large cell lymphoma, lymph nodes of head, face, and neck' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.62', '', 'Anaplastic large cell lymphoma, intrathoracic lymph nodes' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.63', '', 'Anaplastic large cell lymphoma, intra-abdominal lymph nodes' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.64', '', 'Anaplastic large cell lymphoma, lymph nodes of axilla and upper limb' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.65', '', 'Anaplastic large cell lymphoma, lymph nodes of inguinal region and lower limb' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.66', '', 'Anaplastic large cell lymphoma, intrapelvic lymph nodes' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.67', '', 'Anaplastic large cell lymphoma, spleen' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.68', '', 'Anaplastic large cell lymphoma, lymph nodes of multiple sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.70', '', 'Large cell lymphoma, unspecified site, extranodal and solid organ sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.71', '', 'Large cell lymphoma, lymph nodes of head, face, and neck' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.72', '', 'Large cell lymphoma, intrathoracic lymph nodes' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.73', '', 'Large cell lymphoma, intra-abdominal lymph nodes' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.74', '', 'Large cell lymphoma, lymph nodes of axilla and upper limb' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.75', '', 'Large cell lymphoma, lymph nodes of inguinal region and lower limb' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.76', '', 'Large cell lymphoma, intrapelvic lymph nodes' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.77', '', 'Large cell lymphoma, spleen' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.78', '', 'Large cell lymphoma, lymph nodes of multiple sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.80', '', 'Other named variants of lymphosarcoma and reticulosarcoma unspecified site' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.82', '', 'Other named variants of lymphosarcoma and reticulosarcoma involving intrathoracic lymph nodes' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.83', '', 'Other named variants of lymphosarcoma and reticulosarcoma involving intra-abdominal lymph nodes' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.86', '', 'Other named variants of lymphosarcoma and reticulosarcoma involving intrapelvic lymph nodes' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.87', '', 'Other named variants of lymphosarcoma and reticulosarcoma involving spleen' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '201.00', '', 'Hodgkin''s paragranuloma unspecified site' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '201.01', '', 'Hodgkin''s paragranuloma involving lymph nodes of head face and neck' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '201.02', '', 'Hodgkin''s paragranuloma involving intrathoracic lymph nodes' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '201.03', '', 'Hodgkin''s paragranuloma involving intra-abdominal lymph nodes' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '201.04', '', 'Hodgkin''s paragranuloma involving lymph nodes of axilla and upper limb' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '201.05', '', 'Hodgkin''s paragranuloma involving lymph nodes of inguinal region and lower limb' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '201.06', '', 'Hodgkin''s paragranuloma involving intrapelvic lymph nodes' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '201.07', '', 'Hodgkin''s paragranuloma involving spleen' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '201.08', '', 'Hodgkin''s paragranuloma involving lymph nodes of multiple sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '201.10', '', 'Hodgkin''s granuloma unspecified site' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '201.11', '', 'Hodgkin''s granuloma involving lymph nodes of head face and neck' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '201.12', '', 'Hodgkin''s granuloma involving intrathoracic lymph nodes' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '201.13', '', 'Hodgkin''s granuloma involving intra-abdominal lymph nodes' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '201.14', '', 'Hodgkin''s granuloma involving lymph nodes of axilla and upper limb' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '201.15', '', 'Hodgkin''s granuloma involving lymph nodes of inguinal region and lower limb' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '201.16', '', 'Hodgkin''s granuloma involving intrapelvic lymph nodes' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '201.17', '', 'Hodgkin''s granuloma involving spleen' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '201.18', '', 'Hodgkin''s granuloma involving lymph nodes of multiple sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '201.20', '', 'Hodgkin''s sarcoma unspecified site' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '201.21', '', 'Hodgkin''s sarcoma involving lymph nodes of head face and neck' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '201.22', '', 'Hodgkin''s sarcoma involving intrathoracic lymph nodes' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '201.23', '', 'Hodgkin''s sarcoma involving intra-abdominal lymph nodes' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '201.24', '', 'Hodgkin''s sarcoma involving lymph nodes of axilla and upper limb' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '201.25', '', 'Hodgkin''s sarcoma involving lymph nodes of inguinal region and lower limb' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '201.26', '', 'Hodgkin''s sarcoma involving intrapelvic lymph nodes' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '201.27', '', 'Hodgkin''s sarcoma involving spleen' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '201.28', '', 'Hodgkin''s sarcoma involving lymph nodes of multiple sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '201.40', '', 'Hodgkin''s disease lymphocytic-histiocytic predominance unspecified site' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '201.42', '', 'Hodgkin''s disease lymphocytic-histiocytic predominance involving intrathoracic lymph nodes' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '201.43', '', 'Hodgkin''s disease lymphocytic-histiocytic predominance involving intra-abdominal lymph nodes' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '201.46', '', 'Hodgkin''s disease lymphocytic-histiocytic predominance involving intrapelvic lymph nodes' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '201.47', '', 'Hodgkin''s disease lymphocytic-histiocytic predominance involving spleen' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '201.48', '', 'Hodgkin''s disease lymphocytic-histiocytic predominance involving lymph nodes of multiple sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '201.50', '', 'Hodgkin''s disease nodular sclerosis unspecified site' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '201.52', '', 'Hodgkin''s disease nodular sclerosis involving intrathoracic lymph nodes' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '201.53', '', 'Hodgkin''s disease nodular sclerosis involving intra-abdominal lymph nodes' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '201.56', '', 'Hodgkin''s disease nodular sclerosis involving intrapelvic lymph nodes' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '201.57', '', 'Hodgkin''s disease nodular sclerosis involving spleen' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '201.58', '', 'Hodgkin''s disease nodular sclerosis involving lymph nodes of multiple sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '201.60', '', 'Hodgkin''s disease mixed cellularity unspecified site' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '201.62', '', 'Hodgkin''s disease mixed cellularity involving intrathoracic lymph nodes' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '201.63', '', 'Hodgkin''s disease mixed cellularity involving intra-abdominal lymph nodes' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '201.66', '', 'Hodgkin''s disease mixed cellularity involving intrapelvic lymph nodes' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '201.67', '', 'Hodgkin''s disease mixed cellularity involving spleen' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '201.68', '', 'Hodgkin''s disease mixed cellularity involving lymph nodes of multiple sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '201.70', '', 'Hodgkin''s disease lymphocytic depletion unspecified site' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '201.72', '', 'Hodgkin''s disease lymphocytic depletion involving intrathoracic lymph nodes' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '201.73', '', 'Hodgkin''s disease lymphocytic depletion involving intra-abdominal lymph nodes' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '201.76', '', 'Hodgkin''s disease lymphocytic depletion involving intrapelvic lymph nodes' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '201.77', '', 'Hodgkin''s disease lymphocytic depletion involving spleen' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '201.78', '', 'Hodgkin''s disease lymphocytic depletion involving lymph nodes of multiple sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '201.90', '', 'Hodgkin''s disease unspecified type unspecified site' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '201.92', '', 'Hodgkin''s disease unspecified type involving intrathoracic lymph nodes' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '201.93', '', 'Hodgkin''s disease unspecified type involving intra-abdominal lymph nodes' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '201.96', '', 'Hodgkin''s disease unspecified type involving intrapelvic lymph nodes' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '201.97', '', 'Hodgkin''s disease unspecified type involving spleen' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '201.98', '', 'Hodgkin''s disease unspecified type involving lymph nodes of multiple sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.00', '', 'Nodular lymphoma unspecified site' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.01', '', 'Nodular lymphoma involving lymph nodes of head face and neck' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.02', '', 'Nodular lymphoma involving intrathoracic lymph nodes' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.03', '', 'Nodular lymphoma involving intra-abdominal lymph nodes' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.04', '', 'Nodular lymphoma involving lymph nodes of axilla and upper limb' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.05', '', 'Nodular lymphoma involving lymph nodes of inguinal region and lower limb' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.06', '', 'Nodular lymphoma involving intrapelvic lymph nodes' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.07', '', 'Nodular lymphoma involving spleen' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.08', '', 'Nodular lymphoma involving lymph nodes of multiple sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.10', '', 'Mycosis fungoides unspecified site' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.11', '', 'Mycosis fungoides involving lymph nodes of head face and neck' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.12', '', 'Mycosis fungoides involving intrathoracic lymph nodes' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.13', '', 'Mycosis fungoides involving intra-abdominal lymph nodes' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.14', '', 'Mycosis fungoides involving lymph nodes of axilla and upper limb' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.15', '', 'Mycosis fungoides involving lymph nodes of inguinal region and lower limb' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.16', '', 'Mycosis fungoides involving intrapelvic lymph nodes' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.17', '', 'Mycosis fungoides involving spleen' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.18', '', 'Mycosis fungoides involving lymph nodes of multiple sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.20', '', 'Sezary''s disease unspecified site' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.21', '', 'Sezary''s disease involving lymph nodes of head face and neck' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.22', '', 'Sezary''s disease involving intrathoracic lymph nodes' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.23', '', 'Sezary''s disease involving intra-abdominal lymph nodes' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.24', '', 'Sezary''s disease involving lymph nodes of axilla and upper limb' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.25', '', 'Sezary''s disease involving lymph nodes of inguinal region and lower limb' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.26', '', 'Sezary''s disease involving intrapelvic lymph nodes' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.27', '', 'Sezary''s disease involving spleen' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.28', '', 'Sezary''s disease involving lymph nodes of multiple sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.30', '', 'Malignant histiocytosis unspecified site' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.31', '', 'Malignant histiocytosis involving lymph nodes of head face and neck' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.32', '', 'Malignant histiocytosis involving intrathoracic lymph nodes' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.33', '', 'Malignant histiocytosis involving intra-abdominal lymph nodes' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.34', '', 'Malignant histiocytosis involving lymph nodes of axilla and upper limb' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.35', '', 'Malignant histiocytosis involving lymph nodes of inguinal region and lower limb' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.36', '', 'Malignant histiocytosis involving intrapelvic lymph nodes' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.37', '', 'Malignant histiocytosis involving spleen' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.38', '', 'Malignant histiocytosis involving lymph nodes of multiple sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.40', '', 'Leukemic reticuloendotheliosis unspecified site' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.41', '', 'Leukemic reticuloendotheliosis involving lymph nodes of head face and neck' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.42', '', 'Leukemic reticuloendotheliosis involving intrathoracic lymph nodes' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.43', '', 'Leukemic reticuloendotheliosis involving intra-abdominal lymph nodes' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.44', '', 'Leukemic reticuloendotheliosis involving lymph nodes of axilla and upper arm' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.45', '', 'Leukemic reticuloendotheliosis involving lymph nodes of inguinal region and lower limb' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.46', '', 'Leukemic reticuloendotheliosis involving intrapelvic lymph nodes' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.47', '', 'Leukemic reticuloendotheliosis involving spleen' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.48', '', 'Leukemic reticuloendotheliosis involving lymph nodes of multiple sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.50', '', 'Letterer-siwe disease unspecified site' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.51', '', 'Letterer-siwe disease involving lymph nodes of head face and neck' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.52', '', 'Letterer-siwe disease involving intrathoracic lymph nodes' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.53', '', 'Letterer-siwe disease involving intra-abdominal lymph nodes' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.54', '', 'Letterer-siwe disease involving lymph nodes of axilla and upper limb' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.55', '', 'Letterer-siwe disease involving lymph nodes of inguinal region and lower limb' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.56', '', 'Letterer-siwe disease involving intrapelvic lymph nodes' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.57', '', 'Letterer-siwe disease involving spleen' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.58', '', 'Letterer-siwe disease involving lymph nodes of multiple sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.60', '', 'Malignant mast cell tumors unspecified site' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.61', '', 'Malignant mast cell tumors involving lymph nodes of head face and neck' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.62', '', 'Malignant mast cell tumors involving intrathoracic lymph nodes' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.63', '', 'Malignant mast cell tumors involving intra-abdominal lymph nodes' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.64', '', 'Malignant mast cell tumors involving lymph nodes of axilla and upper limb' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.66', '', 'Malignant mast cell tumors involving intrapelvic lymph nodes' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.67', '', 'Malignant mast cell tumors involving spleen' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.68', '', 'Malignant mast cell tumors involving lymph nodes of multiple sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.70', '', 'Peripheral t-cell lymphoma, unspecified site, extranodal and solid organ sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.71', '', 'Peripheral t-cell lymphoma, lymph nodes of head, face and neck' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.72', '', 'Peripheral t-cell lymphoma, intrathoracic lymph nodes' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.73', '', 'Peripheral t-cell lymphoma, intraabdominal lymph nodes' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.74', '', 'Peripheral t-cell lymphoma, lymph nodes of axilla and upper limb' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.75', '', 'Peripheral t-cell lymphoma, lymph nodes of inguinal region and lower limb' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.76', '', 'Peripheral t-cell lymphoma, intrapelvic lymph nodes' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.77', '', 'Peripheral t-cell lymphoma, spleen' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.78', '', 'Peripheral t-cell lymphoma, lymph nodes of multiple sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.80', '', 'Other malignant lymphomas unspecified site' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.81', '', 'Other malignant lymphomas involving lymph nodes of head face and neck' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.82', '', 'Other malignant lymphomas involving intrathoracic lymph nodes' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.83', '', 'Other malignant lymphomas involving intra-abdominal lymph nodes' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.84', '', 'Other malignant lymphomas involving lymph nodes of axilla and upper limb' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.85', '', 'Other malignant lymphomas involving lymph nodes of inguinal region and lower limb' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.86', '', 'Other malignant lymphomas involving intrapelvic lymph nodes' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.87', '', 'Other malignant lymphomas involving spleen' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.88', '', 'Other malignant lymphomas involving lymph nodes of multiple sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.90', '', 'Other and unspecified malignant neoplasms of lymphoid and histiocytic tissue unspecified site' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.97', '', 'Other and unspecified malignant neoplasms of lymphoid and histiocytic tissue involving spleen' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '203.00', '', 'Multiple myeloma without remission' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '203.01', '', 'Multiple myeloma in remission' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '203.02', '', 'Multiple myeloma, in relapse' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '203.10', '', 'Plasma cell leukemia without remission' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '203.11', '', 'Plasma cell leukemia in remission' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '203.12', '', 'Plasma cell leukemia, in relapse' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '203.80', '', 'Other immunoproliferative neoplasms without remission' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '203.81', '', 'Other immunoproliferative neoplasms in remission' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '203.82', '', 'Other immunoproliferative neoplasms, in relapse' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '204.00', '', 'Lymphoid leukemia acute without mention of having achieved remission' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '204.01', '', 'Lymphoid leukemia acute in remission' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '204.02', '', 'Acute lymphoid leukemia, in relapse' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '204.10', '', 'Lymphoid leukemia chronic without mention of having achieved remission' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '204.11', '', 'Lymphoid leukemia chronic in remission' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '204.12', '', 'Chronic lymphoid leukemia, in relapse' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '204.20', '', 'Lymphoid leukemia subacute without mention of having achieved remission' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '204.21', '', 'Lymphoid leukemia subacute in remission' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '204.22', '', 'Subacute lymphoid leukemia, in relapse' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '204.80', '', 'Other lymphoid leukemia without mention of having achieved remission' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '204.81', '', 'Other lymphoid leukemia in remission' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '204.82', '', 'Other lymphoid leukemia, in relapse' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '204.90', '', 'Unspecified lymphoid leukemia without mention of having achieved remission' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '204.91', '', 'Unspecified lymphoid leukemia in remission' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '204.92', '', 'Unspecified lymphoid leukemia, in relapse' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '205.00', '', 'Myeloid leukemia acute without mention of having achieved remission' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '205.01', '', 'Myeloid leukemia acute in remission' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '205.02', '', 'Acute myeloid leukemia, in relapse' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '205.10', '', 'Myeloid leukemia chronic without mention of having achieved remission' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '205.11', '', 'Myeloid leukemia chronic in remission' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '205.12', '', 'Chronic myeloid leukemia, in relapse' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '205.20', '', 'Myeloid leukemia subacute without mention of having achieved remission' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '205.21', '', 'Myeloid leukemia subacute in remission' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '205.22', '', 'Subacute myeloid leukemia, in relapse' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '205.30', '', 'Myeloid sarcoma without mention of having achieved remission' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '205.31', '', 'Myeloid sarcoma in remission' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '205.32', '', 'Myeloid sarcoma, in relapse' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '205.80', '', 'Other myeloid leukemia without mention of having achieved remission' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '205.81', '', 'Other myeloid leukemia in remission' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '205.82', '', 'Other myeloid leukemia, in relapse' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '205.90', '', 'Unspecified myeloid leukemia without mention of having achieved remission' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '205.91', '', 'Unspecified myeloid leukemia in remission' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '205.92', '', 'Unspecified myeloid leukemia, in relapse' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '206.00', '', 'Monocytic leukemia acute without mention of having achieved remission' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '206.01', '', 'Monocytic leukemia acute in remission' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '206.02', '', 'Acute monocytic leukemia, in relapse' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '206.10', '', 'Monocytic leukemia chronic without mention of having achieved remission' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '206.11', '', 'Monocytic leukemia chronic in remission' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '206.12', '', 'Chronic monocytic leukemia, in relapse' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '206.20', '', 'Monocytic leukemia subacute without mention of having achieved remission' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '206.21', '', 'Monocytic leukemia subacute in remission' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '206.22', '', 'Subacute monocytic leukemia, in relapse' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '206.80', '', 'Other monocytic leukemia without mention of having achieved remission' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '206.81', '', 'Other monocytic leukemia in remission' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '206.82', '', 'Other monocytic leukemia, in relapse' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '206.90', '', 'Unspecified monocytic leukemia without mention of having achieved remission' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '206.91', '', 'Unspecified monocytic leukemia in remission' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '206.92', '', 'Unspecified monocytic leukemia, in relapse' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '207.00', '', 'Acute erythremia and erythroleukemia without mention of having achieved remission' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '207.01', '', 'Acute erythremia and erythroleukemia in remission' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '207.02', '', 'Acute erythremia and erythroleukemia, in relapse' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '207.10', '', 'Chronic erythremia without mention of having achieved remission' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '207.11', '', 'Chronic erythremia in remission' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '207.12', '', 'Chronic erythremia, in relapse' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '207.20', '', 'Megakaryocytic leukemia without mention of having achieved remission' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '207.21', '', 'Megakaryocytic leukemia in remission' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '207.22', '', 'Megakaryocytic leukemia, in relapse' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '207.80', '', 'Other specified leukemia without mention of having achieved remission' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '207.81', '', 'Other specified leukemia in remission' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '207.82', '', 'Other specified leukemia, in relapse' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '208.00', '', 'Leukemia of unspecified cell type acute without mention of having achieved remission' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '208.01', '', 'Leukemia of unspecified cell type acute in remission' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '208.02', '', 'Acute leukemia of unspecified cell type, in relapse' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '208.10', '', 'Leukemia of unspecified cell type chronic without mention of having achieved remission' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '208.11', '', 'Leukemia of unspecified cell type chronic in remission' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '208.12', '', 'Chronic leukemia of unspecified cell type, in relapse' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '208.20', '', 'Leukemia of unspecified cell type subacute without mention of having achieved remission' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '208.21', '', 'Leukemia of unspecified cell type subacute in remission' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '208.22', '', 'Subacute leukemia of unspecified cell type, in relapse' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '208.80', '', 'Other leukemia of unspecified cell type without mention of having achieved remission' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '208.81', '', 'Other leukemia of unspecified cell type in remission' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '208.82', '', 'Other leukemia of unspecified cell type, in relapse' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '208.90', '', 'Unspecified leukemia without mention of having achieved remission' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '208.91', '', 'Unspecified leukemia in remission' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '208.92', '', 'Unspecified leukemia in relapse' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '209.00', '', 'Malignant carcinoid tumor of the small intestine, unspecified portion' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '209.01', '', 'Malignant carcinoid tumor of the duodenum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '209.02', '', 'Malignant carcinoid tumor of the jejunum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '209.03', '', 'Malignant carcinoid tumor of the ileum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '209.10', '', 'Malignant carcinoid tumor of the large intestine, unspecified portion' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '209.11', '', 'Malignant carcinoid tumor of the appendix' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '209.12', '', 'Malignant carcinoid tumor of the cecum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '209.13', '', 'Malignant carcinoid tumor of the ascending colon' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '209.14', '', 'Malignant carcinoid tumor of the transverse colon' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '209.15', '', 'Malignant carcinoid tumor of the descending colon' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '209.16', '', 'Malignant carcinoid tumor of the sigmoid colon' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '209.17', '', 'Malignant carcinoid tumor of the rectum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '209.20', '', 'Malignant carcinoid tumor of unknown primary site' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '209.21', '', 'Malignant carcinoid tumor of the bronchus and lung' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '209.22', '', 'Malignant carcinoid tumor of the thymus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '209.23', '', 'Malignant carcinoid tumor of the stomach' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '209.24', '', 'Malignant carcinoid tumor of the kidney' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '209.25', '', 'Malignant carcinoid tumor of foregut, not otherwise specified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '209.26', '', 'Malignant carcinoid tumor of midgut, not otherwise specified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '209.27', '', 'Malignant carcinoid tumor of hindgut, not otherwise specified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '209.29', '', 'Malignant carcinoid tumor of other sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '209.30', '', 'Malignant poorly differentiated neuroendocrine carcinoma, any site' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '209.31', '', 'Merkel cell carcinoma of the face' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '209.32', '', 'Merkel cell carcinoma of the scalp and neck' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '209.33', '', 'Merkel cell carcinoma of the upper limb' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '209.34', '', 'Merkel cell carcinoma of the lower limb' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '209.35', '', 'Merkel cell carcinoma of the trunk' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '209.36', '', 'Merkel cell carcinoma of other sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '209.40', '', 'Benign carcinoid tumor of the small intestine, unspecified portion' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '209.41', '', 'Benign carcinoid tumor of the duodenum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '209.42', '', 'Benign carcinoid tumor of the jejunum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '209.43', '', 'Benign carcinoid tumor of the ileum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '209.50', '', 'Benign carcinoid tumor of the large intestine, unspecified portion' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '209.51', '', 'Benign carcinoid tumor of the appendix' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '209.52', '', 'Benign carcinoid tumor of the cecum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '209.53', '', 'Benign carcinoid tumor of the ascending colon' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '209.54', '', 'Benign carcinoid tumor of the transverse colon' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '209.55', '', 'Benign carcinoid tumor of the descending colon' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '209.56', '', 'Benign carcinoid tumor of the sigmoid colon' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '209.57', '', 'Benign carcinoid tumor of the rectum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '209.60', '', 'Benign carcinoid tumor of unknown primary site' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '209.61', '', 'Benign carcinoid tumor of the bronchus and lung' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '209.62', '', 'Benign carcinoid tumor of the thymus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '209.63', '', 'Benign carcinoid tumor of the stomach' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '209.64', '', 'Benign carcinoid tumor of the kidney' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '209.65', '', 'Benign carcinoid tumor of foregut, not otherwise specified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '209.66', '', 'Benign carcinoid tumor of midgut, not otherwise specified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '209.67', '', 'Benign carcinoid tumor of hindgut, not otherwise specified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '209.69', '', 'Benign carcinoid tumor of other sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '209.70', '', 'Secondary neuroendocrine tumor, unspecified site' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '209.71', '', 'Secondary neuroendocrine tumor of distant lymph nodes' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '209.72', '', 'Secondary neuroendocrine tumor of liver' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '209.73', '', 'Secondary neuroendocrine tumor of bone' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '209.74', '', 'Secondary neuroendocrine tumor of peritoneum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '209.75', '', 'Merkel cell carcinoma, unknown primary site' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '209.79', '', 'Secondary neuroendocrine tumor of other sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '210.0', '', 'Benign neoplasm of lip' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '210.1', '', 'Benign neoplasm of tongue' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '210.2', '', 'Benign neoplasm of major salivary glands' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '210.3', '', 'Benign neoplasm of floor of mouth' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '210.4', '', 'Benign neoplasm of other and unspecified parts of mouth' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '210.5', '', 'Benign neoplasm of tonsil' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '210.6', '', 'Benign neoplasm of other parts of oropharynx' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '210.7', '', 'Benign neoplasm of nasopharynx' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '210.8', '', 'Benign neoplasm of hypopharynx' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '210.9', '', 'Benign neoplasm of pharynx unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '211.0', '', 'Benign neoplasm of esophagus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '211.1', '', 'Benign neoplasm of stomach' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '211.2', '', 'Benign neoplasm of duodenum jejunum and ileum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '211.3', '', 'Benign neoplasm of colon' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '211.4', '', 'Benign neoplasm of rectum and anal canal' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '211.5', '', 'Benign neoplasm of liver and biliary passages' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '211.6', '', 'Benign neoplasm of pancreas except islets of langerhans' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '211.7', '', 'Benign neoplasm of islets of langerhans' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '211.8', '', 'Benign neoplasm of retroperitoneum and peritoneum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '211.9', '', 'Benign neoplasm of other and unspecified site in the digestive system' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '212.0', '', 'Benign neoplasm of nasal cavities middle ear and accessory sinuses' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '212.1', '', 'Benign neoplasm of larynx' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '212.2', '', 'Benign neoplasm of trachea' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '212.3', '', 'Benign neoplasm of bronchus and lung' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '212.4', '', 'Benign neoplasm of pleura' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '212.5', '', 'Benign neoplasm of mediastinum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '212.6', '', 'Benign neoplasm of thymus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '212.7', '', 'Benign neoplasm of heart' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '212.8', '', 'Benign neoplasm of other specified sites of respiratory and intrathoracic organs' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '212.9', '', 'Benign neoplasm of respiratory and intrathoracic organs site unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '213.0', '', 'Benign neoplasm of bones of skull and face' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '213.1', '', 'Benign neoplasm of lower jaw bone' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '213.2', '', 'Benign neoplasm of vertebral column excluding sacrum and coccyx' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '213.3', '', 'Benign neoplasm of ribs sternum and clavicle' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '213.4', '', 'Benign neoplasm of scapula and long bones of upper limb' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '213.5', '', 'Benign neoplasm of short bones of upper limb' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '213.6', '', 'Benign neoplasm of pelvic bones sacrum and coccyx' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '213.7', '', 'Benign neoplasm of long bones of lower limb' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '213.8', '', 'Benign neoplasm of short bones of lower limb' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '213.9', '', 'Benign neoplasm of bone and articular cartilage site unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '214.0', '', 'Lipoma of skin and subcutaneous tissue of face' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '214.1', '', 'Lipoma of other skin and subcutaneous tissue' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '214.2', '', 'Lipoma of intrathoracic organs' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '214.3', '', 'Lipoma of intra-abdominal organs' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '214.4', '', 'Lipoma of spermatic cord' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '214.8', '', 'Lipoma of other specified sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '214.9', '', 'Lipoma unspecified site' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '215.4', '', 'Other benign neoplasm of connective and other soft tissue of thorax' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '215.5', '', 'Other benign neoplasm of connective and other soft tissue of abdomen' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '215.6', '', 'Other benign neoplasm of connective and other soft tissue of pelvis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '215.7', '', 'Other benign neoplasm of connective and other soft tissue of trunk unspecified' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '215.9', '', 'Other benign neoplasm of connective and other soft tissue site unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '216.0', '', 'Benign neoplasm of skin of lip' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '216.1', '', 'Benign neoplasm of eyelid including canthus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '216.2', '', 'Benign neoplasm of ear and external auditory canal' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '216.3', '', 'Benign neoplasm of skin of other and unspecified parts of face' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '216.4', '', 'Benign neoplasm of scalp and skin of neck' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '216.5', '', 'Benign neoplasm of skin of trunk except scrotum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '216.6', '', 'Benign neoplasm of skin of upper limb including shoulder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '216.7', '', 'Benign neoplasm of skin of lower limb including hip' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '216.8', '', 'Benign neoplasm of other specified sites of skin' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '216.9', '', 'Benign neoplasm of skin site unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '217', '', 'Benign neoplasm of breast' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '218.0', '', 'Submucous leiomyoma of uterus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '218.1', '', 'Intramural leiomyoma of uterus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '218.2', '', 'Subserous leiomyoma of uterus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '218.9', '', 'Leiomyoma of uterus unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '219.0', '', 'Benign neoplasm of cervix uteri' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '219.1', '', 'Benign neoplasm of corpus uteri' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '219.8', '', 'Benign neoplasm of other specified parts of uterus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '219.9', '', 'Benign neoplasm of uterus part unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '220', '', 'Benign neoplasm of ovary' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '221.0', '', 'Benign neoplasm of fallopian tube and uterine ligaments' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '221.1', '', 'Benign neoplasm of vagina' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '221.2', '', 'Benign neoplasm of vulva' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '221.8', '', 'Benign neoplasm of other specified sites of female genital organs' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '221.9', '', 'Benign neoplasm of female genital organ site unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '222.0', '', 'Benign neoplasm of testis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '222.1', '', 'Benign neoplasm of penis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '222.2', '', 'Benign neoplasm of prostate' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '222.3', '', 'Benign neoplasm of epididymis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '222.4', '', 'Benign neoplasm of scrotum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '222.8', '', 'Benign neoplasm of other specified sites of male genital organs' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '222.9', '', 'Benign neoplasm of male genital organ site unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '223.0', '', 'Benign neoplasm of kidney except pelvis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '223.1', '', 'Benign neoplasm of renal pelvis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '223.2', '', 'Benign neoplasm of ureter' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '223.3', '', 'Benign neoplasm of bladder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '223.81', '', 'Benign neoplasm of urethra' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '223.89', '', 'Benign neoplasm of other specified sites of urinary organs' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '223.9', '', 'Benign neoplasm of urinary organ site unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '224.0', '', 'Benign neoplasm of eyeball except conjunctiva cornea retina and choroid' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '224.1', '', 'Benign neoplasm of orbit' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '224.2', '', 'Benign neoplasm of lacrimal gland' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '224.3', '', 'Benign neoplasm of conjunctiva' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '224.4', '', 'Benign neoplasm of cornea' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '224.5', '', 'Benign neoplasm of retina' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '224.6', '', 'Benign neoplasm of choroid' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '224.7', '', 'Benign neoplasm of lacrimal duct' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '224.8', '', 'Benign neoplasm of other specified parts of eye' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '224.9', '', 'Benign neoplasm of eye part unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '225.0', '', 'Benign neoplasm of brain' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '225.1', '', 'Benign neoplasm of cranial nerves' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '225.2', '', 'Benign neoplasm of cerebral meninges' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '225.3', '', 'Benign neoplasm of spinal cord' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '225.4', '', 'Benign neoplasm of spinal meninges' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '225.8', '', 'Benign neoplasm of other specified sites of nervous system' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '225.9', '', 'Benign neoplasm of nervous system part unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '226', '', 'Benign neoplasm of thyroid glands' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '227.0', '', 'Benign neoplasm of adrenal gland' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '227.1', '', 'Benign neoplasm of parathyroid gland' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '227.3', '', 'Benign neoplasm of pituitary gland and craniopharyngeal duct' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '227.4', '', 'Benign neoplasm of pineal gland' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '227.5', '', 'Benign neoplasm of carotid body' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '227.6', '', 'Benign neoplasm of aortic body and other paraganglia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '227.8', '', 'Benign neoplasm of other endocrine glands and related structures' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '227.9', '', 'Benign neoplasm of endocrine gland site unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '228.00', '', 'Hemangioma of unspecified site' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '228.01', '', 'Hemangioma of skin and subcutaneous tissue' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '228.02', '', 'Hemangioma of intracranial structures' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '228.03', '', 'Hemangioma of retina' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '228.04', '', 'Hemangioma of intra-abdominal structures' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '228.09', '', 'Hemangioma of other sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '228.1', '', 'Lymphangioma any site' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '229.0', '', 'Benign neoplasm of lymph nodes' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '229.8', '', 'Benign neoplasm of other specified sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '229.9', '', 'Benign neoplasm of unspecified site' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '230.0', '', 'Carcinoma in situ of lip oral cavity and pharynx' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '230.1', '', 'Carcinoma in situ of esophagus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '230.2', '', 'Carcinoma in situ of stomach' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '230.3', '', 'Carcinoma in situ of colon' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '230.4', '', 'Carcinoma in situ of rectum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '230.5', '', 'Carcinoma in situ of anal canal' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '230.6', '', 'Carcinoma in situ of anus unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '230.7', '', 'Carcinoma in situ of other and unspecified parts of intestine' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '230.8', '', 'Carcinoma in situ of liver and biliary system' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '230.9', '', 'Carcinoma in situ of other and unspecified digestive organs' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '231.0', '', 'Carcinoma in situ of larynx' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '231.1', '', 'Carcinoma in situ of trachea' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '231.2', '', 'Carcinoma in situ of bronchus and lung' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '231.8', '', 'Carcinoma in situ of other specified parts of respiratory system' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '231.9', '', 'Carcinoma in situ of respiratory system part unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '232.0', '', 'Carcinoma in situ of skin of lip' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '232.1', '', 'Carcinoma in situ of eyelid including canthus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '232.2', '', 'Carcinoma in situ of skin of ear and external auditory canal' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '232.3', '', 'Carcinoma in situ of skin of other and unspecified parts of face' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '232.4', '', 'Carcinoma in situ of scalp and skin of neck' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '232.5', '', 'Carcinoma in situ of skin of trunk except scrotum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '232.6', '', 'Carcinoma in situ of skin of upper limb including shoulder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '232.7', '', 'Carcinoma in situ of skin of lower limb including hip' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '232.8', '', 'Carcinoma in situ of other specified sites of skin' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '232.9', '', 'Carcinoma in situ of skin site unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '233.0', '', 'Carcinoma in situ of breast' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '233.1', '', 'Carcinoma in situ of cervix uteri' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '233.2', '', 'Carcinoma in situ of other and unspecified parts of uterus' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '233.31', '', 'Carcinoma in situ of other and unspecified female genital organs; vagina' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '233.32', '', 'Carcinoma in situ of other and unspecified female genital organs; vulva' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '233.4', '', 'Carcinoma in situ of prostate' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '233.5', '', 'Carcinoma in situ of penis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '233.6', '', 'Carcinoma in situ of other and unspecified male genital organs' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '233.7', '', 'Carcinoma in situ of bladder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '233.9', '', 'Carcinoma in situ of other and unspecified urinary organs' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '234.0', '', 'Carcinoma in situ of eye' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '234.8', '', 'Carcinoma in situ of other specified sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '234.9', '', 'Carcinoma in situ site unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '235.0', '', 'Neoplasm of uncertain behavior of major salivary glands' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '235.1', '', 'Neoplasm of uncertain behavior of lip oral cavity and pharynx' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '235.2', '', 'Neoplasm of uncertain behavior of stomach intestines and rectum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '235.3', '', 'Neoplasm of uncertain behavior of liver and biliary passages' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '235.4', '', 'Neoplasm of uncertain behavior of retroperitoneum and peritoneum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '235.5', '', 'Neoplasm of uncertain behavior of other and unspecified digestive organs' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '235.6', '', 'Neoplasm of uncertain behavior of larynx' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '235.7', '', 'Neoplasm of uncertain behavior of trachea bronchus and lung' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '235.8', '', 'Neoplasm of uncertain behavior of pleura thymus and mediastinum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '235.9', '', 'Neoplasm of uncertain behavior of other and unspecified respiratory organs' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '236.0', '', 'Neoplasm of uncertain behavior of uterus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '236.1', '', 'Neoplasm of uncertain behavior of placenta' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '236.2', '', 'Neoplasm of uncertain behavior of ovary' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '236.3', '', 'Neoplasm of uncertain behavior of other and unspecified female genital organs' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '236.4', '', 'Neoplasm of uncertain behavior of testis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '236.5', '', 'Neoplasm of uncertain behavior of prostate' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '236.6', '', 'Neoplasm of uncertain behavior of other and unspecified male genital organs' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '236.7', '', 'Neoplasm of uncertain behavior of bladder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '236.90', '', 'Neoplasm of uncertain behavior of urinary organ unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '236.91', '', 'Neoplasm of uncertain behavior of kidney and ureter' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '236.99', '', 'Neoplasm of uncertain behavior of other and unspecified urinary organs' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '237.0', '', 'Neoplasm of uncertain behavior of pituitary gland and craniopharyngeal duct' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '237.1', '', 'Neoplasm of uncertain behavior of pineal gland' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '237.2', '', 'Neoplasm of uncertain behavior of adrenal gland' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '237.3', '', 'Neoplasm of uncertain behavior of paraganglia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '237.4', '', 'Neoplasm of uncertain behavior of other and unspecified endocrine glands' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '237.5', '', 'Neoplasm of uncertain behavior of brain and spinal cord' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '237.6', '', 'Neoplasm of uncertain behavior of meninges' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '237.70', '', 'Neurofibromatosis unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '237.71', '', 'Neurofibromatosis type 1 von recklinghausen''s disease' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '237.72', '', 'Neurofibromatosis type 2 acoustic neurofibromatosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '237.9', '', 'Neoplasm of uncertain behavior of other and unspecified parts of nervous system' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '238.0', '', 'Neoplasm of uncertain behavior of bone and articular cartilage' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '238.1', '', 'Neoplasm of uncertain behavior of connective and other soft tissue' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '238.2', '', 'Neoplasm of uncertain behavior of skin' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '238.3', '', 'Neoplasm of uncertain behavior of breast' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '238.4', '', 'Polycythemia vera' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '238.5', '', 'Neoplasm of uncertain behavior of histiocytic and mast cells' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '238.6', '', 'Neoplasm of uncertain behavior of plasma cells' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '238.71', '', 'Essential thrombocythemia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '238.72', '', 'Low grade myelodysplastic syndrome lesions' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '238.73', '', 'High grade myelodysplastic syndrome lesions' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '238.74', '', 'Myelodysplastic syndrome with 5q deletion' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '238.75', '', 'Myelodysplastic syndrome, unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '238.76', '', 'Myelofibrosis with myeloid metaplasia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '238.77', '', 'Post-transplant lymphoproliferative disorder (ptld)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '238.79', '', 'Other lymphatic and hematopoietic tissues' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '238.8', '', 'Neoplasm of uncertain behavior of other specified sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '238.9', '', 'Neoplasm of uncertain behavior site unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '239.0', '', 'Neoplasm of unspecified nature of digestive system' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '239.1', '', 'Neoplasm of unspecified nature of respiratory system' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '239.2', '', 'Neoplasm of unspecified nature of bone soft tissue and skin' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '239.3', '', 'Neoplasm of unspecified nature of breast' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '239.4', '', 'Neoplasm of unspecified nature of bladder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '239.5', '', 'Neoplasm of unspecified nature of other genitourinary organs' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '239.6', '', 'Neoplasm of unspecified nature of brain' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '239.81', '', 'Neoplasms of unspecified nature, retina and choroid' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '239.89', '', 'Neoplasms of unspecified nature, other specified sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '239.9', '', 'Neoplasm of unspecified nature site unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '240.0', '', 'Goiter specified as simple' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '240.9', '', 'Goiter unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '241.0', '', 'Nontoxic uninodular goiter' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '241.1', '', 'Nontoxic multinodular goiter' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '241.9', '', 'Unspecified nontoxic nodular goiter' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '242.00', '', 'Toxic diffuse goiter without thyrotoxic crisis or storm' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '242.01', '', 'Toxic diffuse goiter with thyrotoxic crisis or storm' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '242.10', '', 'Toxic uninodular goiter without thyrotoxic crisis or storm' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '242.11', '', 'Toxic uninodular goiter with thyrotoxic crisis or storm' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '242.20', '', 'Toxic multinodular goiter without thyrotoxic crisis or storm' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '242.21', '', 'Toxic multinodular goiter with thyrotoxic crisis or storm' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '242.30', '', 'Toxic nodular goiter unspecified type without thyrotoxic crisis or storm' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '242.31', '', 'Toxic nodular goiter unspecified type with thyrotoxic crisis or storm' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '242.40', '', 'Thyrotoxicosis from ectopic thyroid nodule without thyrotoxic crisis or storm' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '242.41', '', 'Thyrotoxicosis from ectopic thyroid nodule with thyrotoxic crisis or storm' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '242.80', '', 'Thyrotoxicosis of other specified origin without thyrotoxic crisis or storm' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '242.81', '', 'Thyrotoxicosis of other specified origin with thyrotoxic crisis or storm' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '242.90', '', 'Thyrotoxicosis without goiter or other cause and without thyrotoxic crisis or storm' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '242.91', '', 'Thyrotoxicosis without goiter or other cause with thyrotoxic crisis or storm' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '243', '', 'Congenital hypothyroidism' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '244.0', '', 'Postsurgical hypothyroidism' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '244.1', '', 'Other postablative hypothyroidism' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '244.2', '', 'Iodine hypothyroidism' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '244.3', '', 'Other iatrogenic hypothyroidism' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '244.8', '', 'Other specified acquired hypothyroidism' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '244.9', '', 'Unspecified acquired hypothyroidism' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '245.0', '', 'Acute thyroiditis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '245.1', '', 'Subacute thyroiditis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '245.2', '', 'Chronic lymphocytic thyroiditis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '245.3', '', 'Chronic fibrous thyroiditis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '245.4', '', 'Iatrogenic thyroiditis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '245.8', '', 'Other and unspecified chronic thyroiditis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '245.9', '', 'Thyroiditis unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '246.0', '', 'Disorders of thyrocalcitonin secretion' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '246.1', '', 'Dyshormonogenic goiter' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '246.2', '', 'Cyst of thyroid' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '246.3', '', 'Hemorrhage and infarction of thyroid' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '246.8', '', 'Other specified disorders of thyroid' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '246.9', '', 'Unspecified disorder of thyroid' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '249.01', '', 'Secondary diabetes mellitus without mention of complication, uncontrolled' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '249.10', '', 'Secondary diabetes mellitus with ketoacidosis, not stated as uncontrolled, or unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '249.11', '', 'Secondary diabetes mellitus with ketoacidosis, uncontrolled' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '249.20', '', 'Secondary diabetes mellitus with hyperosmolarity, not stated as uncontrolled, or unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '249.21', '', 'Secondary diabetes mellitus with hyperosmolarity, uncontrolled' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '249.30', '', 'Secondary diabetes mellitus with other coma, not stated as uncontrolled, or unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '249.31', '', 'Secondary diabetes mellitus with other coma, uncontrolled' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '249.40', '', 'Secondary diabetes mellitus with renal manifestations, not stated as uncontrolled, or unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '249.41', '', 'Secondary diabetes mellitus with renal manifestations, uncontrolled' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '249.50', '', 'Secondary diabetes mellitus with ophthalmic manifestations, not stated as uncontrolled, or unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '249.51', '', 'Secondary diabetes mellitus with ophthalmic manifestations, uncontrolled' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '249.60', '', 'Secondary diabetes mellitus with neurological manifestations, not stated as uncontrolled, or unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '249.61', '', 'Secondary diabetes mellitus with neurological manifestations, uncontrolled' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '249.71', '', 'Secondary diabetes mellitus with peripheral circulatory disorders, uncontrolled' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '249.81', '', 'Secondary diabetes mellitus with other specified manifestations, uncontrolled' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '249.90', '', 'Secondary diabetes mellitus with unspecified complication, not stated as uncontrolled, or unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '249.91', '', 'Secondary diabetes mellitus with unspecified complication, uncontrolled' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '250.01', '', 'Diabetes mellitus without complication type i not stated as uncontrolled' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '250.02', '', 'Diabetes mellitus without complication type ii or unspecified type uncontrolled' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '250.03', '', 'Diabetes mellitus without complication type i uncontrolled' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '250.11', '', 'Diabetes mellitus with ketoacidosis type i not stated as uncontrolled' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '250.12', '', 'Diabetes mellitus with ketoacidosis type ii or unspecified type uncontrolled' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '250.13', '', 'Diabetes mellitus with ketoacidosis type i uncontrolled' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '250.21', '', 'Diabetes mellitus with hyperosmolarity type i not stated as uncontrolled' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '250.22', '', 'Diabetes mellitus with hyperosmolarity type ii or unspecified type uncontrolled' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '250.23', '', 'Diabetes mellitus with hyperosmolarity type i uncontrolled' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '250.31', '', 'Diabetes mellitus with other coma type i not stated as uncontrolled' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '250.32', '', 'Diabetes mellitus with other coma type ii or unspecified type uncontrolled' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '250.33', '', 'Diabetes mellitus with other coma type i uncontrolled' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '250.41', '', 'Diabetes mellitus with renal manifestations type i not stated as uncontrolled' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '250.42', '', 'Diabetes mellitus with renal manifestations type ii or unspecified type uncontrolled' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '250.43', '', 'Diabetes mellitus with renal manifestations type i uncontrolled' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '250.51', '', 'Diabetes mellitus with ophthalmic manifestations type i not stated as uncontrolled' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '250.52', '', 'Diabetes mellitus with ophthalmic manifestations type ii or unspecified type uncontrolled' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '250.53', '', 'Diabetes mellitus with ophthalmic manifestations type i uncontrolled' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '250.61', '', 'Diabetes mellitus with neurological manifestations type i not stated as uncontrolled' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '250.62', '', 'Diabetes mellitus with neurological manifestations type ii or unspecified type uncontrolled' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '250.63', '', 'Diabetes mellitus with neurological manifestations type i uncontrolled' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '250.71', '', 'Diabetes mellitus with peripheral circulatory disorders type i not stated as uncontrolled' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '250.72', '', 'Diabetes mellitus with peripheral circulatory disorders type ii or unspecified type uncontrolled' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '250.73', '', 'Diabetes mellitus with peripheral circulatory disorders type i uncontrolled' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '250.81', '', 'Diabetes mellitus with other specified manifestations type i not stated as uncontrolled' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '250.82', '', 'Diabetes mellitus with other specified manifestations type ii or unspecified type uncontrolled' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '250.83', '', 'Diabetes mellitus with other specified manifestations type i uncontrolled' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '250.91', '', 'Diabetes mellitus with unspecified complication type i not stated as uncontrolled' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '250.92', '', 'Diabetes mellitus with unspecified complication type ii or unspecified type uncontrolled' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '250.93', '', 'Diabetes mellitus with unspecified complication type i uncontrolled' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '251.0', '', 'Hypoglycemic coma' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '251.1', '', 'Other specified hypoglycemia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '251.2', '', 'Hypoglycemia unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '251.3', '', 'Postsurgical hypoinsulinemia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '251.4', '', 'Abnormality of secretion of glucagon' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '251.5', '', 'Abnormality of secretion of gastrin' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '251.8', '', 'Other specified disorders of pancreatic internal secretion' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '251.9', '', 'Unspecified disorder of pancreatic internal secretion' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '252.00', '', 'Hyperparathyroidism, unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '252.01', '', 'Primary hyperparathyroidism' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '252.02', '', 'Secondary hyperparathyroidism, non-renal' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '252.08', '', 'Other hyperparathyroidism' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '252.1', '', 'Hypoparathyroidism' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '252.8', '', 'Other specified disorders of parathyroid gland' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '252.9', '', 'Unspecified disorder of parathyroid gland' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '253.0', '', 'Acromegaly and gigantism' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '253.1', '', 'Other and unspecified anterior pituitary hyperfunction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '253.2', '', 'Panhypopituitarism' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '253.3', '', 'Pituitary dwarfism' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '253.4', '', 'Other anterior pituitary disorders' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '253.5', '', 'Diabetes insipidus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '253.6', '', 'Other disorders of neurohypophysis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '253.7', '', 'Iatrogenic pituitary disorders' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '253.8', '', 'Other disorders of the pituitary and other syndromes of diencephalohypophyseal origin' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '253.9', '', 'Unspecified disorder of the pituitary gland and its hypothalamic control' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '254.0', '', 'Persistent hyperplasia of thymus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '254.1', '', 'Abscess of thymus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '254.8', '', 'Other specified diseases of thymus gland' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '254.9', '', 'Unspecified disease of thymus gland' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '255.0', '', 'Cushing''s syndrome' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '255.10', '', 'Primary aldosteronism' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '255.11', '', 'Glucocorticoid-remediable aldosteronism' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '255.12', '', 'Conn''s syndrome' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '255.13', '', 'Bartter''s syndrome' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '255.14', '', 'Other secondary aldosteronism' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '255.2', '', 'Adrenogenital disorders' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '255.3', '', 'Other corticoadrenal overactivity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '255.41', '', 'Glucocorticoid deficiency' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '255.42', '', 'Mineralocorticoid deficiency' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '255.5', '', 'Other adrenal hypofunction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '255.6', '', 'Medulloadrenal hyperfunction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '255.8', '', 'Other specified disorders of adrenal glands' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '255.9', '', 'Unspecified disorder of adrenal glands' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '256.0', '', 'Hyperestrogenism' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '256.1', '', 'Other ovarian hyperfunction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '256.2', '', 'Postablative ovarian failure' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '256.31', '', 'Premature menopause' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '256.39', '', 'Other ovarian failure' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '256.4', '', 'Polycystic ovaries' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '256.8', '', 'Other ovarian dysfunction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '256.9', '', 'Unspecified ovarian dysfunction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '257.0', '', 'Testicular hyperfunction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '257.1', '', 'Postablative testicular hypofunction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '257.2', '', 'Other testicular hypofunction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '257.8', '', 'Other testicular dysfunction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '257.9', '', 'Unspecified testicular dysfunction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '258.01', '', 'Multiple endocrine neoplasia [men] type i' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '258.02', '', 'Multiple endocrine neoplasia [men] type iia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '258.03', '', 'Multiple endocrine neoplasia [men] type iib' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '258.1', '', 'Other combinations of endocrine dysfunction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '258.8', '', 'Other specified polyglandular dysfunction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '258.9', '', 'Polyglandular dysfunction unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '259.0', '', 'Delay in sexual development and puberty not elsewhere classified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '259.1', '', 'Precocious sexual development and puberty not elsewhere classified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '259.2', '', 'Carcinoid syndrome' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '259.3', '', 'Ectopic hormone secretion not elsewhere classified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '259.4', '', 'Dwarfism not elsewhere classified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '259.50', '', 'Androgen insensitivity, unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '259.51', '', 'Androgen insensitivity syndrome' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '259.52', '', 'Partial androgen insensitivity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '259.8', '', 'Other specified endocrine disorders' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '259.9', '', 'Unspecified endocrine disorder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '260', '', 'Kwashiorkor' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '261', '', 'Nutritional marasmus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '262', '', 'Other severe protein-calorie malnutrition' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '263.0', '', 'Malnutrition of moderate degree' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '263.1', '', 'Malnutrition of mild degree' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '263.2', '', 'Arrested development following protein-calorie malnutrition' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '263.8', '', 'Other protein-calorie malnutrition' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '263.9', '', 'Unspecified protein-calorie malnutrition' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '264.0', '', 'Vitamin a deficiency with conjunctival xerosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '264.1', '', 'Vitamin a deficiency with conjunctival xerosis and bitot''s spot' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '264.2', '', 'Vitamin a deficiency with corneal xerosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '264.3', '', 'Vitamin a deficiency with corneal ulceration and xerosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '264.4', '', 'Vitamin a deficiency with keratomalacia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '264.5', '', 'Vitamin a deficiency with night blindness' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '264.6', '', 'Vitamin a deficiency with xerophthalmic scars of cornea' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '264.7', '', 'Other ocular manifestations of vitamin a deficiency' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '264.8', '', 'Other manifestations of vitamin a deficiency' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '264.9', '', 'Unspecified vitamin a deficiency' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '265.0', '', 'Beriberi' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '265.1', '', 'Other and unspecified manifestations of thiamine deficiency' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '265.2', '', 'Pellagra' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '266.0', '', 'Ariboflavinosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '266.1', '', 'Vitamin b6 deficiency' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '266.2', '', 'Other b-complex deficiencies' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '266.9', '', 'Unspecified vitamin b deficiency' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '267', '', 'Ascorbic acid deficiency' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '268.0', '', 'Rickets active' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '268.1', '', 'Rickets late effect' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '268.2', '', 'Osteomalacia unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '268.9', '', 'Unspecified vitamin d deficiency' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '269.0', '', 'Deficiency of vitamin k' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '269.1', '', 'Deficiency of other vitamins' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '269.2', '', 'Unspecified vitamin deficiency' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '269.3', '', 'Mineral deficiency not elsewhere classified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '269.8', '', 'Other nutritional deficiency' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '269.9', '', 'Unspecified nutritional deficiency' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '270.0', '', 'Disturbances of amino-acid transport' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '270.1', '', 'Phenylketonuria (pku)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '270.2', '', 'Other disturbances of aromatic amino-acid metabolism' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '270.3', '', 'Disturbances of branched-chain amino-acid metabolism' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '270.4', '', 'Disturbances of sulphur-bearing amino-acid metabolism' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '270.5', '', 'Disturbances of histidine metabolism' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '270.6', '', 'Disorders of urea cycle metabolism' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '270.7', '', 'Other disturbances of straight-chain amino-acid metabolism' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '270.8', '', 'Other specified disorders of amino-acid metabolism' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '270.9', '', 'Unspecified disorder of amino-acid metabolism' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '271.0', '', 'Glycogenosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '271.1', '', 'Galactosemia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '271.2', '', 'Hereditary fructose intolerance' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '271.3', '', 'Intestinal disaccharidase deficiencies and disaccharide malabsorption' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '271.4', '', 'Renal glycosuria' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '271.8', '', 'Other specified disorders of carbohydrate transport and metabolism' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '271.9', '', 'Unspecified disorder of carbohydrate transport and metabolism' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '272.0', '', 'Pure hypercholesterolemia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '272.1', '', 'Pure hyperglyceridemia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '272.2', '', 'Mixed hyperlipidemia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '272.3', '', 'Hyperchylomicronemia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '272.4', '', 'Other and unspecified hyperlipidemia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '272.5', '', 'Lipoprotein deficiencies' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '272.6', '', 'Lipodystrophy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '272.7', '', 'Lipidoses' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '272.8', '', 'Other disorders of lipoid metabolism' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '272.9', '', 'Unspecified disorder of lipoid metabolism' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '273.0', '', 'Polyclonal hypergammaglobulinemia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '273.1', '', 'Monoclonal paraproteinemia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '273.2', '', 'Other paraproteinemias' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '273.3', '', 'Macroglobulinemia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '273.4', '', 'Alpha-1-antitrypsin deficiency' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '273.8', '', 'Other disorders of plasma protein metabolism' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '273.9', '', 'Unspecified disorder of plasma protein metabolism' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '274.00', '', 'Gouty arthropathy, unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '274.01', '', 'Acute gouty arthropathy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '274.02', '', 'Chronic gouty arthropathy without mention of tophus (tophi)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '274.03', '', 'Chronic gouty arthropathy with tophus (tophi)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '274.10', '', 'Gouty nephropathy unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '274.11', '', 'Uric acid nephrolithiasis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '274.19', '', 'Other gouty nephropathy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '274.81', '', 'Gouty tophi of ear' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '274.82', '', 'Gouty tophi of other sites except ear' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '274.89', '', 'Gout with other specified manifestations' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '274.9', '', 'Gout unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '275.0', '', 'Disorders of iron metabolism' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '275.1', '', 'Disorders of copper metabolism' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '275.2', '', 'Disorders of magnesium metabolism' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '275.3', '', 'Disorders of phosphorus metabolism' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '275.40', '', 'Unspecified disorder of calcium metabolism' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '275.41', '', 'Hypocalcemia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '275.42', '', 'Hypercalcemia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '275.49', '', 'Other disorders of calcium metabolism' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '275.5', '', 'Hungry bone syndrome' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '275.8', '', 'Other specified disorders of mineral metabolism' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '275.9', '', 'Unspecified disorder of mineral metabolism' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '276.0', '', 'Hyperosmolality and/or hypernatremia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '276.1', '', 'Hyposmolality and/or hyponatremia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '276.2', '', 'Acidosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '276.3', '', 'Alkalosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '276.4', '', 'Mixed acid-base balance disorder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '276.50', '', 'Volume depletion, unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '276.51', '', 'Dehydration' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '276.52', '', 'Hypovolemia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '276.6', '', 'Fluid overload disorder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '276.7', '', 'Hyperpotassemia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '276.8', '', 'Hypopotassemia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '276.9', '', 'Electrolyte and fluid disorders not elsewhere classified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '277.00', '', 'Cystic fibrosis without meconium ileus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '277.01', '', 'Cystic fibrosis with meconium ileus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '277.02', '', 'Cystic fibrosis with pulmonary manifestations' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '277.03', '', 'Cystic fibrosis with gastrointestinal manifestations' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '277.09', '', 'Cystic fibrosis with other manifestations' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '277.1', '', 'Disorders of porphyrin metabolism' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '277.2', '', 'Other disorders of purine and pyrimidine metabolism' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '277.30', '', 'Amyloidosis, unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '277.31', '', 'Familial mediterranean fever' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '277.39', '', 'Other amyloidosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '277.4', '', 'Disorders of bilirubin excretion' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '277.5', '', 'Mucopolysaccharidosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '277.6', '', 'Other deficiencies of circulating enzymes' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '277.7', '', 'Dysmetabolic syndrome x' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '277.81', '', 'Primary carnitine deficiency' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '277.82', '', 'Carnitine deficiency due to inborn errors of metabolism' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '277.83', '', 'Iatrogenic carnitine deficiency' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '277.84', '', 'Other secondary carnitine deficiency' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '277.85', '', 'Disorders of fatty acid oxidation' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '277.86', '', 'Peroxisomal disorders' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '277.87', '', 'Disorders of mitochondrial metabolism' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '277.88', '', 'Tumor lysis syndrome' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '277.89', '', 'Other specified disorders of metabolism' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '277.9', '', 'Unspecified disorder of metabolism' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '278.00', '', 'Obesity unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '278.01', '', 'Morbid obesity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '278.02', '', 'Overweight' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '278.1', '', 'Localized adiposity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '278.2', '', 'Hypervitaminosis a' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '278.3', '', 'Hypercarotinemia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '278.4', '', 'Hypervitaminosis d' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '278.8', '', 'Other hyperalimentation' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '279.00', '', 'Hypogammaglobulinemia unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '279.01', '', 'Selective iga immunodeficiency' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '279.02', '', 'Selective igm immunodeficiency' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '279.03', '', 'Other selective immunoglobulin deficiencies' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '279.04', '', 'Congenital hypogammaglobulinemia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '279.05', '', 'Immunodeficiency with increased igm' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '279.06', '', 'Common variable immunodeficiency' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '279.09', '', 'Other deficiency of humoral immunity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '279.10', '', 'Immunodeficiency with predominant t-cell defect unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '279.11', '', 'Digeorge''s syndrome' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '279.12', '', 'Wiskott-aldrich syndrome' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '279.13', '', 'Nezelof''s syndrome' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '279.19', '', 'Other deficiency of cell-mediated immunity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '279.2', '', 'Combined immunity deficiency' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '279.3', '', 'Unspecified immunity deficiency' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '279.41', '', 'Autoimmune lymphoproliferative syndrome' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '279.49', '', 'Autoimmune disease, not elsewhere classified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '279.50', '', 'Graft-versus-host disease, unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '279.51', '', 'Acute graft-versus-host disease' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '279.52', '', 'Chronic graft-versus-host disease' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '279.53', '', 'Acute or chronic graft-versus-host disease' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '279.8', '', 'Other specified disorders involving the immune mechanism' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '279.9', '', 'Unspecified disorder of immune mechanism' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '280.0', '', 'Iron deficiency anemia secondary to blood loss (chronic)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '280.1', '', 'Iron deficiency anemia secondary to inadequate dietary iron intake' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '280.8', '', 'Other specified iron deficiency anemias' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '280.9', '', 'Iron deficiency anemia unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '281.0', '', 'Pernicious anemia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '281.1', '', 'Other vitamin b12 deficiency anemia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '281.2', '', 'Folate-deficiency anemia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '281.3', '', 'Other specified megaloblastic anemias not elsewhere classified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '281.4', '', 'Protein-deficiency anemia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '281.8', '', 'Anemia associated with other specified nutritional deficiency' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '281.9', '', 'Unspecified deficiency anemia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '282.0', '', 'Hereditary spherocytosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '282.1', '', 'Hereditary elliptocytosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '282.2', '', 'Anemias due to disorders of glutathione metabolism' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '282.3', '', 'Other hemolytic anemias due to enzyme deficiency' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '282.41', '', 'Sickle-cell thalassemia without crisis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '282.42', '', 'Sickle-cell thalassemia with crisis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '282.49', '', 'Other thalassemia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '282.5', '', 'Sickle-cell trait' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '282.60', '', 'Sickle-cell disease unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '282.61', '', 'Hb-ss disease without crisis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '282.62', '', 'Hb-ss disease with crisis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '282.63', '', 'Sickle-cell/hb-c disease without crisis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '282.64', '', 'Sickle-cell/hb c disease with crisis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '282.68', '', 'Other sickle-cell disease without crisis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '282.69', '', 'Other sickle-cell disease with crisis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '282.7', '', 'Other hemoglobinopathies' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '282.8', '', 'Other specified hereditary hemolytic anemias' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '282.9', '', 'Hereditary hemolytic anemia unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '283.0', '', 'Autoimmune hemolytic anemias' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '283.10', '', 'Non-autoimmune hemolytic anemia unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '283.11', '', 'Hemolytic-uremic syndrome' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '283.19', '', 'Other non-autoimmune hemolytic anemias' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '283.2', '', 'Hemoglobinuria due to hemolysis from external causes' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '283.9', '', 'Acquired hemolytic anemia unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '284.01', '', 'Constitutional red blood cell aplasia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '284.09', '', 'Other constitutional aplastic anemia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '284.1', '', 'Pancytopenia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '284.2', '', 'Myelophthisis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '284.81', '', 'Other specified aplastic anemias' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '284.89', '', 'Red cell aplasia (acquired)(adult) (with thymoma)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '284.9', '', 'Aplastic anemia unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '285.0', '', 'Sideroblastic anemia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '285.1', '', 'Acute posthemorrhagic anemia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '285.21', '', 'Anemia in chronic kidney disease' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '285.22', '', 'Anemia in neoplastic disease' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '285.29', '', 'Anemia of other chronic illness' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '285.3', '', 'Antineoplastic chemotherapy induced anemia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '285.8', '', 'Other specified anemias' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '285.9', '', 'Anemia unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '286.0', '', 'Congenital factor viii disorder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '286.1', '', 'Congenital factor ix disorder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '286.2', '', 'Congenital factor xi deficiency' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '286.3', '', 'Congenital deficiency of other clotting factors' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '286.4', '', 'Von willebrand''s disease' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '286.5', '', 'Hemorrhagic disorder due to intrinsic circulating anticoagulants' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '286.6', '', 'Defibrination syndrome' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '286.7', '', 'Acquired coagulation factor deficiency' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '286.9', '', 'Other and unspecified coagulation defects' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '287.0', '', 'Allergic purpura' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '287.1', '', 'Qualitative platelet defects' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '287.2', '', 'Other nonthrombocytopenic purpuras' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '287.30', '', 'Primary thrombocytopenia, unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '287.31', '', 'Immune thrombocyopenic purpura' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '287.32', '', 'Evans'' syndrome' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '287.33', '', 'Congenital and hereditary thrombocytopenic purpura' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '287.39', '', 'Other primary thrombocytopenia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '287.4', '', 'Secondary thrombocytopenia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '287.5', '', 'Thrombocytopenia unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '287.8', '', 'Other specified hemorrhagic conditions' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '287.9', '', 'Unspecified hemorrhagic conditions' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '288.00', '', 'Neutropenia, unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '288.01', '', 'Congenital neutropenia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '288.02', '', 'Cyclic neutropenia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '288.03', '', 'Drug induced neutropenia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '288.04', '', 'Neutropenia due to infection' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '288.09', '', 'Other neutropenia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '288.1', '', 'Functional disorders of polymorphonuclear neutrophils' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '288.2', '', 'Genetic anomalies of leukocytes' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '288.3', '', 'Eosinophilia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '288.4', '', 'Hemophagocytic syndromes' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '288.50', '', 'Leukocytopenia, unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '288.51', '', 'Lymphocytopenia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '288.59', '', 'Other decreased white blood cell count' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '288.60', '', 'Leukocytosis, unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '288.61', '', 'Lymphocytosis (symptomatic)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '288.62', '', 'Leukemoid reaction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '288.63', '', 'Monocytosis (symptomatic)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '288.64', '', 'Plasmacytosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '288.65', '', 'Basophilia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '288.66', '', 'Bandemia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '288.69', '', 'Other elevated white blood cell count' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '288.8', '', 'Other specified disease of white blood cells' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '288.9', '', 'Unspecified disease of white blood cells' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '289.0', '', 'Polycythemia secondary' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '289.1', '', 'Chronic lymphadenitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '289.2', '', 'Nonspecific mesenteric lymphadenitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '289.3', '', 'Lymphadenitis unspecified except mesenteric' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '289.4', '', 'Hypersplenism' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '289.50', '', 'Disease of spleen unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '289.51', '', 'Chronic congestive splenomegaly' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '289.52', '', 'Splenic sequestration' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '289.53', '', 'Neutropenic splenomegaly' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '289.59', '', 'Other diseases of spleen' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '289.6', '', 'Familial polycythemia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '289.7', '', 'Methemoglobinemia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '289.81', '', 'Primary hypercoagulable state' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '289.82', '', 'Secondary hypercoagulable state' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '289.83', '', 'Myelofibrosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '289.84', '', 'Heparin-induced thrombocytopenia (hit)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '289.89', '', 'Other specified diseases of blood and blood-forming organs' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '289.9', '', 'Unspecified diseases of blood and blood-forming organs' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '290.0', '', 'Senile dementia uncomplicated' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '290.10', '', 'Presenile dementia uncomplicated' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '290.11', '', 'Presenile dementia with delirium' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '290.12', '', 'Presenile dementia with delusional features' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '290.13', '', 'Presenile dementia with depressive features' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '290.20', '', 'Senile dementia with delusional features' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '290.21', '', 'Senile dementia with depressive features' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '290.3', '', 'Senile dementia with delirium' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '290.40', '', 'Vascular dementia uncomplicated' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '290.41', '', 'Vascular dementia with delirium' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '290.42', '', 'Vascular dementia with delusions' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '290.43', '', 'Vascular dementia with depressed mood' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '290.8', '', 'Other specified senile psychotic conditions' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '290.9', '', 'Unspecified senile psychotic condition' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '291.0', '', 'Alcohol withdrawal delirium' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '291.1', '', 'Alcohol-induced persisting amnestic disorder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '291.2', '', 'Alcohol-induced persisting dementia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '291.3', '', 'Alcohol-induced psychotic disorder with hallucinations' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '291.4', '', 'Idiosyncratic alcohol intoxication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '291.5', '', 'Alcohol-induced psychotic disorder with delusions' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '291.81', '', 'Alcohol withdrawal' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '291.82', '', 'Alcohol-induced sleep disorder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '291.89', '', 'Other alcoholic psychosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '291.9', '', 'Unspecified alcohol-induced mental disorders' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '292.0', '', 'Drug withdrawal' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '292.11', '', 'Drug-induced psychotic disorder with delusions' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '292.12', '', 'Drug-induced psychotic disorder with hallucinations' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '292.2', '', 'Pathological drug intoxication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '292.81', '', 'Drug-induced persisting delirium' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '292.82', '', 'Drug-induced persisting dementia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '292.83', '', 'Drug-induced persisting amnestic disorder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '292.84', '', 'Drug-induced mood disorder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '292.85', '', 'Drug-induced sleep disorders' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '292.89', '', 'Other specified drug-induced mental disorders' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '292.9', '', 'Unspecified drug-induced mental disorder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '293.0', '', 'Delirium due to conditions classified elsewhere' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '293.1', '', 'Subacute delirium' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '293.81', '', 'Psychotic disorder with delusions in conditions classified elsewhere' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '293.82', '', 'Psychotic disorder with hallucinations in conditions classified elsewhere' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '293.83', '', 'Mood disorder in conditions classified elsewhere' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '293.84', '', 'Anxiety disorder in conditions classified elsewhere' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '293.89', '', 'Other catatonic disorder in conditions classified elsewhere' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '293.9', '', 'Unspecified transient mental disorder in conditions classified elsewhere' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '294.0', '', 'Amnestic disorder in conditions classified elsewhere' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '294.10', '', 'Dementia in conditions classified elsewhere without behavioral disturbance' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '294.11', '', 'Dementia in conditions classified elsewhere with behavioral disturbance' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '294.8', '', 'Other persistent mental disorders due to conditions classified elsewhere' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '294.9', '', 'Unspecified persistent mental disorders due to conditions classified elsewhere' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '295.00', '', 'Simple type schizophrenia unspecified state' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '295.01', '', 'Simple type schizophrenia subchronic state' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '295.02', '', 'Simple type schizophrenia chronic state' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '295.03', '', 'Simple type schizophrenia subchronic state with acute exacerbation' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '295.04', '', 'Simple type schizophrenia chronic state with acute exacerbation' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '295.05', '', 'Simple type schizophrenia in remission' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '295.10', '', 'Disorganized type schizophrenia unspecified state' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '295.11', '', 'Disorganized type schizophrenia subchronic state' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '295.12', '', 'Disorganized type schizophrenia chronic state' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '295.13', '', 'Disorganized type schizophrenia subchronic state with acute exacerbation' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '295.14', '', 'Disorganized type schizophrenia chronic state with acute exacerbation' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '295.15', '', 'Disorganized type schizophrenia in remission' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '295.20', '', 'Catatonic type schizophrenia unspecified state' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '295.21', '', 'Catatonic type schizophrenia subchronic state' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '295.22', '', 'Catatonic type schizophrenia chronic state' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '295.23', '', 'Catatonic type schizophrenia subchronic state with acute exacerbation' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '295.24', '', 'Catatonic type schizophrenia chronic state with acute exacerbation' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '295.25', '', 'Catatonic type schizophrenia in remission' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '295.30', '', 'Paranoid type schizophrenia unspecified state' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '295.31', '', 'Paranoid type schizophrenia subchronic state' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '295.32', '', 'Paranoid type schizophrenia chronic state' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '295.33', '', 'Paranoid type schizophrenia subchronic state with acute exacerbation' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '295.34', '', 'Paranoid type schizophrenia chronic state with acute exacerbation' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '295.35', '', 'Paranoid type schizophrenia in remission' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '295.40', '', 'Acute schizophrenic episode unspecified state' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '295.41', '', 'Acute schizophrenic episode subchronic state' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '295.42', '', 'Acute schizophrenic episode chronic state' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '295.43', '', 'Acute schizophrenic episode subchronic state with acute exacerbation' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '295.44', '', 'Acute schizophrenic episode chronic state with acute exacerbation' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '295.45', '', 'Acute schizophrenic episode in remission' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '295.50', '', 'Latent schizophrenia unspecified state' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '295.51', '', 'Latent schizophrenia subchronic state' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '295.52', '', 'Latent schizophrenia chronic state' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '295.53', '', 'Latent schizophrenia subchronic state with acute exacerbation' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '295.54', '', 'Latent schizophrenia chronic state with acute exacerbation' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '295.55', '', 'Latent schizophrenia in remission' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '295.60', '', 'Residual schizophrenia unspecified state' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '295.61', '', 'Residual schizophrenia subchronic state' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '295.62', '', 'Residual schizophrenia chronic state' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '295.63', '', 'Residual schizophrenia subchronic state with acute exacerbation' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '295.64', '', 'Residual schizophrenia chronic state with acute exacerbation' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '295.65', '', 'Residual schizophrenia in remission' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '295.70', '', 'Schizo-affective type schizophrenia unspecified state' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '295.71', '', 'Schizo-affective type schizophrenia subchronic state' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '295.72', '', 'Schizo-affective type schizophrenia chronic state' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '295.73', '', 'Schizo-affective type schizophrenia subchronic state with acute exacerbation' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '295.74', '', 'Schizo-affective type schizophrenia chronic state with acute exacerbation' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '295.75', '', 'Schizo-affective type schizophrenia in remission' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '295.80', '', 'Other specified types of schizophrenia unspecified state' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '295.81', '', 'Other specified types of schizophrenia subchronic state' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '295.82', '', 'Other specified types of schizophrenia chronic state' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '295.83', '', 'Other specified types of schizophrenia subchronic state with acute exacerbation' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '295.84', '', 'Other specified types of schizophrenia chronic state with acute exacerbation' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '295.85', '', 'Other specified types of schizophrenia in remission' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '295.90', '', 'Unspecified type schizophrenia unspecified state' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '295.91', '', 'Unspecified type schizophrenia subchronic state' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '295.92', '', 'Unspecified type schizophrenia chronic state' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '295.93', '', 'Unspecified type schizophrenia subchronic state with acute exacerbation' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '295.94', '', 'Unspecified type schizophrenia chronic state with acute exacerbation' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '295.95', '', 'Unspecified type schizophrenia in remission' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '296.00', '', 'Bipolar i disorder, single episode unspecified degree' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '296.01', '', 'Bipolar i disorder, single episode mild degree' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '296.02', '', 'Bipolar i disorder, single episode moderate degree' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '296.03', '', 'Bipolar i disorder, single episode severe degree without psychotic behavior' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '296.04', '', 'Bipolar i disorder, single episode severe degree specified as with psychotic behavior' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '296.05', '', 'Bipolar i disorder, single episode in partial or unspecified remission' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '296.06', '', 'Bipolar i disorder, single episode in full remission' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '296.10', '', 'Manic affective disorder recurrent episode unspecified degree' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '296.11', '', 'Manic affective disorder recurrent episode mild degree' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '296.12', '', 'Manic affective disorder recurrent episode moderate degree' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '296.13', '', 'Manic affective disorder recurrent episode severe degree without psychotic behavior' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '296.14', '', 'Manic affective disorder recurrent episode severe degree specified as with psychotic behavior' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '296.15', '', 'Manic affective disorder recurrent episode in partial or unspecified remission' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '296.16', '', 'Manic affective disorder recurrent episode in full remission' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '296.20', '', 'Major depressive affective disorder single episode unspecified degree' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '296.21', '', 'Major depressive affective disorder single episode mild degree' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '296.22', '', 'Major depressive affective disorder single episode moderate degree' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '296.23', '', 'Major depressive affective disorder single episode severe degree without psychotic behavior' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '296.25', '', 'Major depressive affective disorder single episode in partial or unspecified remission' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '296.26', '', 'Major depressive affective disorder single episode in full remission' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '296.30', '', 'Major depressive affective disorder recurrent episode unspecified degree' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '296.31', '', 'Major depressive affective disorder recurrent episode mild degree' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '296.32', '', 'Major depressive affective disorder recurrent episode moderate degree' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '296.33', '', 'Major depressive affective disorder recurrent episode severe degree without psychotic behavior' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '296.35', '', 'Major depressive affective disorder recurrent episode in partial or unspecified remission' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '296.36', '', 'Major depressive affective disorder recurrent episode in full remission' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '296.40', '', 'Bipolar i disorder, most recent episode (or current) manic unspecified degree' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '296.41', '', 'Bipolar i disorder, most recent episode (or current) manic mild degree' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '296.42', '', 'Bipolar i disorder, most recent episode (or current) manic moderate degree' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '296.46', '', 'Bipolar i disorder, most recent episode (or current) manic in full remission' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '296.50', '', 'Bipolar i disorder, most recent episode (or current) depressed unspecified degree' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '296.51', '', 'Bipolar i disorder, most recent episode (or current) depressed mild degree' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '296.52', '', 'Bipolar i disorder, most recent episode (or current) depressed moderate degree' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '296.56', '', 'Bipolar i disorder, most recent episode (or current) depressed in remission' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '296.60', '', 'Bipolar i disorder, most recent episode (or current) mixed unspecified degree' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '296.61', '', 'Bipolar i disorder, most recent episode (or current) mixed mild degree' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '296.62', '', 'Bipolar i disorder, most recent episode (or current) mixed moderate degree' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '296.66', '', 'Bipolar i disorder, most recent episode (or current) mixed in full remission' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '296.7', '', 'Bipolar i disorder, most recent episode (or current) unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '296.80', '', 'Bipolar disorder, unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '296.81', '', 'Atypical manic disorder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '296.82', '', 'Atypical depressive disorder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '296.89', '', 'Bipolar disorder, other' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '296.90', '', 'Unspecified episodic mood disorder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '296.99', '', 'Other specified episodic mood disorder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '297.0', '', 'Paranoid state simple' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '297.1', '', 'Delusional disorder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '297.2', '', 'Paraphrenia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '297.3', '', 'Shared psychotic disorder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '297.8', '', 'Other specified paranoid states' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '297.9', '', 'Unspecified paranoid state' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '298.0', '', 'Depressive type psychosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '298.1', '', 'Excitative type psychosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '298.2', '', 'Reactive confusion' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '298.3', '', 'Acute paranoid reaction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '298.4', '', 'Psychogenic paranoid psychosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '298.8', '', 'Other and unspecified reactive psychosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '298.9', '', 'Unspecified psychosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '299.00', '', 'Autistic disorder current or active state' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '299.01', '', 'Autistic disorder residual state' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '299.10', '', 'Childhood disintegrative disorder current or active state' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '299.11', '', 'Childhood disintegrative disorder residual state' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '299.80', '', 'Other specified pervasive developmental disorders current or active state' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '299.81', '', 'Other specified pervasive developmental disorders residual state' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '299.90', '', 'Unspecified pervasive developmental disorder current or active state' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '299.91', '', 'Unspecified pervasive developmental disorder residual state' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '300.00', '', 'Anxiety state unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '300.01', '', 'Panic disorder without agoraphobia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '300.02', '', 'Generalized anxiety disorder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '300.09', '', 'Other anxiety states' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '300.10', '', 'Hysteria unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '300.11', '', 'Conversion disorder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '300.12', '', 'Dissociative amnesia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '300.13', '', 'Dissociative fugue' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '300.14', '', 'Dissociative identity disorder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '300.15', '', 'Dissociative disorder or reaction unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '300.16', '', 'Factitious disorder with predominantly psychological signs and symptoms' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '300.19', '', 'Other and unspecified factitious illness' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '300.20', '', 'Phobia unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '300.21', '', 'Agoraphobia with panic attacks' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '300.22', '', 'Agoraphobia without panic attacks' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '300.23', '', 'Social phobia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '300.29', '', 'Other isolated or specific phobias' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '300.3', '', 'Obsessive-compulsive disorders' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '300.4', '', 'Dysthymic disorder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '300.5', '', 'Neurasthenia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '300.6', '', 'Depersonalization disorder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '300.7', '', 'Hypochondriasis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '300.81', '', 'Somatization disorder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '300.82', '', 'Undifferentiated somatoform disorder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '300.89', '', 'Other somatoform disorders' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '300.9', '', 'Unspecified nonpsychotic mental disorder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '301.0', '', 'Paranoid personality disorder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '301.10', '', 'Affective personality disorder unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '301.11', '', 'Chronic hypomanic personality disorder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '301.12', '', 'Chronic depressive personality disorder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '301.13', '', 'Cyclothymic disorder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '301.20', '', 'Schizoid personality disorder unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '301.21', '', 'Introverted personality' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '301.22', '', 'Schizotypal personality disorder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '301.3', '', 'Explosive personality disorder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '301.4', '', 'Obsessive-compulsive personality disorder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '301.50', '', 'Histrionic personality disorder unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '301.51', '', 'Chronic factitious illness with physical symptoms' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '301.59', '', 'Other histrionic personality disorder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '301.6', '', 'Dependent personality disorder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '301.7', '', 'Antisocial personality disorder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '301.81', '', 'Narcissistic personality disorder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '301.82', '', 'Avoidant personality disorder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '301.83', '', 'Borderline personality disorder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '301.84', '', 'Passive-aggressive personality' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '301.89', '', 'Other personality disorders' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '301.9', '', 'Unspecified personality disorder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '302.0', '', 'Ego-dystonic sexual orientation' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '302.1', '', 'Zoophilia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '302.2', '', 'Pedophilia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '302.3', '', 'Transvestic fetishism' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '302.4', '', 'Exhibitionism' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '302.50', '', 'Trans-sexualism with unspecified sexual history' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '302.51', '', 'Trans-sexualism with asexual history' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '302.52', '', 'Trans-sexualism with homosexual history' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '302.53', '', 'Trans-sexualism with heterosexual history' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '302.6', '', 'Gender identity disorder in children' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '302.70', '', 'Psychosexual dysfunction unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '302.71', '', 'Psychosexual dysfunction with hypoactive sexual desire' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '302.72', '', 'Psychosexual dysfunction sexual excitement' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '302.73', '', 'Psychosexual dysfunction female orgasm disorder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '302.74', '', 'Psychosexual dysfunction male orgasm disorder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '302.75', '', 'Psychosexual dysfunction premature ejaculation' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '302.76', '', 'Psychosexual dysfunction dyspareunia, psychogenic' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '302.79', '', 'Psychosexual dysfunction with other specified psychosexual dysfunctions' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '302.81', '', 'Fetishism' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '302.82', '', 'Voyeurism' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '302.83', '', 'Sexual masochism' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '302.84', '', 'Sexual sadism' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '302.85', '', 'Gender identity disorder in adolescents or adults' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '302.89', '', 'Other specified psychosexual disorders' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '302.9', '', 'Unspecified psychosexual disorder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '303.00', '', 'Acute alcoholic intoxication in alcoholism unspecified drinking behavior' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '303.01', '', 'Acute alcoholic intoxication in alcoholism continuous drinking behavior' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '303.02', '', 'Acute alcoholic intoxication in alcoholism episodic drinking behavior' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '303.03', '', 'Acute alcoholic intoxication in alcoholism in remission' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '303.90', '', 'Other and unspecified alcohol dependence unspecified drinking behavior' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '303.91', '', 'Other and unspecified alcohol dependence continuous drinking behavior' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '303.92', '', 'Other and unspecified alcohol dependence episodic drinking behavior' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '303.93', '', 'Other and unspecified alcohol dependence in remission' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '304.00', '', 'Opioid type dependence unspecified use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '304.01', '', 'Opioid type dependence continuous use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '304.02', '', 'Opioid type dependence episodic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '304.03', '', 'Opioid type dependence in remission' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '304.10', '', 'Sedative, hypnotic or anxiolytic dependence unspecified use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '304.11', '', 'Sedative, hypnotic or anxiolytic dependence continuous use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '304.12', '', 'Sedative, hypnotic or anxiolytic dependence episodic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '304.13', '', 'Sedative, hypnotic or anxiolytic dependence in remission' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '304.20', '', 'Cocaine dependence unspecified use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '304.21', '', 'Cocaine dependence continuous use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '304.22', '', 'Cocaine dependence episodic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '304.23', '', 'Cocaine dependence in remission' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '304.30', '', 'Cannabis dependence unspecified use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '304.31', '', 'Cannabis dependence continuous use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '304.32', '', 'Cannabis dependence episodic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '304.33', '', 'Cannabis dependence in remission' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '304.40', '', 'Amphetamine and other psychostimulant dependence unspecified use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '304.41', '', 'Amphetamine and other psychostimulant dependence continuous use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '304.42', '', 'Amphetamine and other psychostimulant dependence episodic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '304.43', '', 'Amphetamine and other psychostimulant dependence in remission' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '304.50', '', 'Hallucinogen dependence unspecified use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '304.51', '', 'Hallucinogen dependence continuous use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '304.52', '', 'Hallucinogen dependence episodic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '304.53', '', 'Hallucinogen dependence in remission' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '304.60', '', 'Other specified drug dependence unspecified use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '304.61', '', 'Other specified drug dependence continuous use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '304.62', '', 'Other specified drug dependence episodic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '304.63', '', 'Other specified drug dependence in remission' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '304.70', '', 'Combinations of opioid type drug with any other drug dependence unspecified use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '304.71', '', 'Combinations of opioid type drug with any other drug dependence continuous use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '304.72', '', 'Combinations of opioid type drug with any other drug dependence episodic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '304.73', '', 'Combinations of opioid type drug with any other drug dependence in remission' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '304.80', '', 'Combinations of drug dependence excluding opioid type drug unspecified use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '304.81', '', 'Combinations of drug dependence excluding opioid type drug continuous use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '304.82', '', 'Combinations of drug dependence excluding opioid type drug episodic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '304.83', '', 'Combinations of drug dependence excluding opioid type drug in remission' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '304.90', '', 'Unspecified drug dependence unspecified use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '304.91', '', 'Unspecified drug dependence continuous use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '304.92', '', 'Unspecified drug dependence episodic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '304.93', '', 'Unspecified drug dependence in remission' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '305.00', '', 'Nondependent alcohol abuse unspecified drinking behavior' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '305.01', '', 'Nondependent alcohol abuse continuous drinking behavior' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '305.02', '', 'Nondependent alcohol abuse episodic drinking behavior' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '305.03', '', 'Nondependent alcohol abuse in remission' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '305.1', '', 'Nondependent tobacco use disorder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '305.20', '', 'Nondependent cannabis abuse unspecified use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '305.21', '', 'Nondependent cannabis abuse continuous use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '305.22', '', 'Nondependent cannabis abuse episodic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '305.23', '', 'Nondependent cannabis abuse in remission' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '305.30', '', 'Nondependent hallucinogen abuse unspecified use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '305.31', '', 'Nondependent hallucinogen abuse continuous use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '305.32', '', 'Nondependent hallucinogen abuse episodic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '305.33', '', 'Nondependent hallucinogen abuse in remission' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '305.40', '', 'Nondependent sedative, hypnotic or anxiolytic abuse unspecified use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '305.41', '', 'Nondependent sedative, hypnotic or anxiolytic abuse continuous use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '305.42', '', 'Nondependent sedative, hypnotic or anxiolytic abuse episodic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '305.43', '', 'Nondependent sedative, hypnotic or anxiolytic abuse in remission' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '305.50', '', 'Nondependent opioid abuse unspecified use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '305.51', '', 'Nondependent opioid abuse continuous use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '305.52', '', 'Nondependent opioid abuse episodic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '305.53', '', 'Nondependent opioid abuse in remission' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '305.60', '', 'Nondependent cocaine abuse unspecified use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '305.61', '', 'Nondependent cocaine abuse continuous use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '305.62', '', 'Nondependent cocaine abuse episodic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '305.63', '', 'Nondependent cocaine abuse in remission' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '305.70', '', 'Nondependent amphetamine or related acting sympathomimetic abuse unspecified use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '305.71', '', 'Nondependent amphetamine or related acting sympathomimetic abuse continuous use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '305.72', '', 'Nondependent amphetamine or related acting sympathomimetic abuse episodic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '305.73', '', 'Nondependent amphetamine or related acting sympathomimetic abuse in remission' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '305.80', '', 'Nondependent antidepressant type abuse unspecified use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '305.81', '', 'Nondependent antidepressant type abuse continuous use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '305.82', '', 'Nondependent antidepressant type abuse episodic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '305.83', '', 'Nondependent antidepressant type abuse in remission' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '305.90', '', 'Other mixed or unspecified drug abuse unspecified use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '305.91', '', 'Nondependent other mixed or unspecified drug abuse continuous use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '305.92', '', 'Nondependent other mixed or unspecified drug abuse episodic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '305.93', '', 'Nondependent other mixed or unspecified drug abuse in remission' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '306.0', '', 'Musculoskeletal malfunction arising from mental factors' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '306.1', '', 'Respiratory malfunction arising from mental factors' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '306.2', '', 'Cardiovascular malfunction arising from mental factors' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '306.3', '', 'Skin disorder arising from mental factors' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '306.4', '', 'Gastrointestinal malfunction arising from mental factors' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '306.50', '', 'Psychogenic genitourinary malfunction unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '306.51', '', 'Psychogenic vaginismus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '306.52', '', 'Psychogenic dysmenorrhea' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '306.53', '', 'Psychogenic dysuria' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '306.59', '', 'Other genitourinary malfunction arising from mental factors' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '306.6', '', 'Endocrine disorder arising from mental factors' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '306.7', '', 'Disorder of organs of special sense arising from mental factors' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '306.8', '', 'Other specified psychophysiological malfunction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '306.9', '', 'Unspecified psychophysiological malfunction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '307.0', '', 'Stuttering' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '307.1', '', 'Anorexia nervosa' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '307.20', '', 'Tic disorder unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '307.21', '', 'Transient tic disorder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '307.22', '', 'Chronic motor or vocal tic disorder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '307.23', '', 'Tourette''s disorder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '307.3', '', 'Stereotypic movement disorder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '307.40', '', 'Nonorganic sleep disorder unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '307.41', '', 'Transient disorder of initiating or maintaining sleep' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '307.42', '', 'Persistent disorder of initiating or maintaining sleep' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '307.43', '', 'Transient disorder of initiating or maintaining wakefulness' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '307.44', '', 'Persistent disorder of initiating or maintaining wakefulness' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '307.45', '', 'Circadian rhythm sleep disorder of nonorganic' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '307.46', '', 'Sleep arousal disorder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '307.47', '', 'Other dysfunctions of sleep stages or arousal from sleep' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '307.48', '', 'Repetitive intrusions of sleep' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '307.49', '', 'Other specific disorders of sleep of nonorganic origin' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '307.50', '', 'Eating disorder unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '307.51', '', 'Bulimia nervosa' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '307.52', '', 'Pica' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '307.53', '', 'Rumination disorder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '307.54', '', 'Psychogenic vomiting' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '307.59', '', 'Other disorders of eating' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '307.6', '', 'Enuresis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '307.7', '', 'Encopresis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '307.80', '', 'Psychogenic pain site unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '307.81', '', 'Tension headache' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '307.89', '', 'Other psychalgia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '307.9', '', 'Other and unspecified special symptoms or syndromes not elsewhere classified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '308.0', '', 'Predominant disturbance of emotions' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '308.1', '', 'Predominant disturbance of consciousness' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '308.2', '', 'Predominant psychomotor disturbance' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '308.3', '', 'Other acute reactions to stress' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '308.4', '', 'Mixed disorders as reaction to stress' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '308.9', '', 'Unspecified acute reaction to stress' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '309.0', '', 'Adjustment reaction with adjustment disorder with depressed mood' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '309.1', '', 'Adjustment reaction with prolonged depressive reaction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '309.21', '', 'Separation anxiety disorder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '309.22', '', 'Emancipation disorder of adolescence and early adult life' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '309.23', '', 'Specific academic or work inhibition' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '309.24', '', 'Adjustment disorder with anxiety' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '309.28', '', 'Adjustment disorder with mixed anxiety and depressed mood' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '309.29', '', 'Other adjustment reactions with predominant disturbance of other emotions' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '309.3', '', 'Adjustment disorder with disturbance of conduct' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '309.4', '', 'Adjustment disorder with mixed disturbance of emotions and conduct' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '309.81', '', 'Posttraumatic stress disorder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '309.82', '', 'Adjustment reaction with physical symptoms' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '309.83', '', 'Adjustment reaction with withdrawal' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '309.89', '', 'Other specified adjustment reactions' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '309.9', '', 'Unspecified adjustment reaction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '310.0', '', 'Frontal lobe syndrome' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '310.1', '', 'Personality change due to conditions classified elsewhere' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '310.2', '', 'Postconcussion syndrome' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '310.8', '', 'Other specified nonpsychotic mental disorders following organic brain damage' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '310.9', '', 'Unspecified nonpsychotic mental disorder following organic brain damage' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '311', '', 'Depressive disorder not elsewhere classified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '312.00', '', 'Undersocialized conduct disorder aggressive type unspecified degree' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '312.01', '', 'Undersocialized conduct disorder aggressive type mild degree' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '312.02', '', 'Undersocialized conduct disorder aggressive type moderate degree' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '312.03', '', 'Undersocialized conduct disorder aggressive type severe degree' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '312.10', '', 'Undersocialized conduct disorder unaggressive type unspecified degree' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '312.11', '', 'Undersocialized conduct disorder unaggressive type mild degree' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '312.12', '', 'Undersocialized conduct disorder unaggressive type moderate degree' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '312.13', '', 'Undersocialized conduct disorder unaggressive type severe degree' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '312.20', '', 'Socialized conduct disorder unspecified degree' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '312.21', '', 'Socialized conduct disorder mild degree' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '312.22', '', 'Socialized conduct disorder moderate degree' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '312.23', '', 'Socialized conduct disorder severe degree' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '312.30', '', 'Impulse control disorder unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '312.31', '', 'Pathological gambling' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '312.32', '', 'Kleptomania' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '312.33', '', 'Pyromania' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '312.34', '', 'Intermittent explosive disorder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '312.35', '', 'Isolated explosive disorder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '312.39', '', 'Other disorders of impulse control' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '312.4', '', 'Mixed disturbance of conduct and emotions' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '312.81', '', 'Conduct disorder childhood onset type' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '312.82', '', 'Conduct disorder adolescent onset type' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '312.89', '', 'Other specified conduct disorder not elsewhere classified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '312.9', '', 'Unspecified disturbance of conduct' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '313.0', '', 'Overanxious disorder specific to childhood and adolescence' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '313.1', '', 'Misery and unhappiness disorder specific to childhood and adolescence' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '313.21', '', 'Shyness disorder of childhood' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '313.22', '', 'Introverted disorder of childhood' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '313.23', '', 'Selective mutism specific to childhood and adolescence' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '313.3', '', 'Relationship problems specific to childhood and adolescence' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '313.81', '', 'Oppositional defiant disorder of childhood or adolescence' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '313.82', '', 'Identity disorder of childhood or adolescence' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '313.83', '', 'Academic underachievement disorder of childhood or adolescence' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '313.89', '', 'Other emotional disturbances of childhood or adolescence' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '313.9', '', 'Unspecified emotional disturbance of childhood or adolescence' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '314.00', '', 'Attention deficit disorder of childhood without hyperactivity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '314.01', '', 'Attention deficit disorder of childhood with hyperactivity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '314.1', '', 'Hyperkinesis of childhood with developmental delay' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '314.2', '', 'Hyperkinetic conduct disorder of childhood' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '314.8', '', 'Other specified manifestations of hyperkinetic syndrome of childhood' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '314.9', '', 'Unspecified hyperkinetic syndrome of childhood' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '315.00', '', 'Developmental reading disorder unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '315.01', '', 'Alexia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '315.02', '', 'Developmental dyslexia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '315.09', '', 'Other specific developmental reading disorder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '315.1', '', 'Developmental mathematics disorder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '315.2', '', 'Other specific developmental learning difficulties' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '315.31', '', 'Expressive language disorder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '315.32', '', 'Mixed receptive-expressive language disorder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '315.34', '', 'Speech and language developmental delay due to hearing loss' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '315.39', '', 'Other developmental speech disorder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '315.4', '', 'Developmental coordination disorder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '315.5', '', 'Mixed development disorder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '315.8', '', 'Other specified delays in development' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '315.9', '', 'Unspecified delay in development' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '316', '', 'Psychic factors associated with diseases classified elsewhere' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '317', '', 'Mild mental retardation' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '318.0', '', 'Moderate mental retardation' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '318.1', '', 'Severe mental retardation' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '318.2', '', 'Profound mental retardation' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '319', '', 'Unspecified mental retardation' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '320.0', '', 'Hemophilus meningitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '320.1', '', 'Pneumococcal meningitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '320.2', '', 'Streptococcal meningitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '320.3', '', 'Staphylococcal meningitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '320.7', '', 'Meningitis in other bacterial diseases classified elsewhere' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '320.81', '', 'Anaerobic meningitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '320.82', '', 'Meningitis due to gram-negative bacteria not elsewhere classified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '320.89', '', 'Meningitis due to other specified bacteria' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '320.9', '', 'Meningitis due to unspecified bacterium' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '321.0', '', 'Cryptococcal meningitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '321.1', '', 'Meningitis in other fungal diseases' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '321.2', '', 'Meningitis due to viruses not elsewhere classified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '321.3', '', 'Meningitis due to trypanosomiasis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '321.4', '', 'Meningitis in sarcoidosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '321.8', '', 'Meningitis due to other nonbacterial organisms classified elsewhere' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '322.0', '', 'Nonpyogenic meningitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '322.1', '', 'Eosinophilic meningitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '322.2', '', 'Chronic meningitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '322.9', '', 'Meningitis unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '323.01', '', 'Encephalitis and encephalomyelitis in viral diseases classified elsewhere' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '323.02', '', 'Myelitis in viral diseases classified elsewhere' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '323.1', '', 'Encephalitis in rickettsial diseases classified elsewhere' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '323.2', '', 'Encephalitis in protozoal diseases classified elsewhere' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '323.41', '', 'Other encephalitis and encephalomyelitis due to infection classified elsewhere' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '323.42', '', 'Other myelitis due to infection classified elsewhere' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '323.51', '', 'Encephalitis and encephalomyelitis following immunization procedures' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '323.52', '', 'Myelitis following immunization procedures' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '323.61', '', 'Infectious acute disseminated encephalomyelitis (adem)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '323.62', '', 'Other postinfectious encephalitis and encephalomyelitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '323.63', '', 'Postinfectious myelitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '323.71', '', 'Toxic encephalitis and encephalomyelitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '323.72', '', 'Toxic myelitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '323.81', '', 'Other causes of encephalitis and encephalomyelitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '323.82', '', 'Other causes of myelitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '323.9', '', 'Unspecified cause of encephalitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '324.0', '', 'Intracranial abscess' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '324.1', '', 'Intraspinal abscess' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '324.9', '', 'Intracranial and intraspinal abscess of unspecified site' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '325', '', 'Phlebitis and thrombophlebitis of intracranial venous sinuses' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '326', '', 'Late effects of intracranial abscess or pyogenic infection' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '327.00', '', 'Organic insomnia, unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '327.01', '', 'Insomnia due to medical condition classified elsewhere' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '327.02', '', 'Insomnia due to mental disorder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '327.09', '', 'Other organic insomnia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '327.10', '', 'Organic hypersomnia, unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '327.11', '', 'Idiopathic hypersomnia with long sleep time' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '327.12', '', 'Idiopathic hypersomnia without long sleep time' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '327.13', '', 'Recurrent hypersomnia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '327.14', '', 'Hypersomnia due to medical condition classified elsewhere' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '327.15', '', 'Hypersomnia due to mental disorder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '327.19', '', 'Other organic hypersomnia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '327.20', '', 'Organic sleep apnea, unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '327.21', '', 'Primary central sleep apnea' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '327.22', '', 'High altitude periodic breathing' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '327.23', '', 'Obstructive sleep apnea (adult)(pediatric)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '327.24', '', 'Idiopathic sleep related non-obstructive alveolar hypoventilation' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '327.25', '', 'Congenital central alveolar hypoventilation syndrome' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '327.26', '', 'Sleep related hypoventilation/hypoxemia in conditions classifiable elsewhere' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '327.27', '', 'Central sleep apnea in conditions classified elsewhere' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '327.29', '', 'Other organic sleep apnea' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '327.30', '', 'Circadian rhythm sleep disorder, unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '327.31', '', 'Circadian rhythm sleep disorder, delayed sleep phase type' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '327.32', '', 'Circadian rhythm sleep disorder, advanced sleep phase type' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '327.33', '', 'Circadian rhythm sleep disorder, irregular sleep-wake type' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '327.34', '', 'Circadian rhythm sleep disorder, free-running type' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '327.35', '', 'Circadian rhythm sleep disorder, jet lag type' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '327.36', '', 'Circadian rhythm sleep disorder, shift work type' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '327.37', '', 'Circadian rhythm sleep disorder in conditions classified elsewhere' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '327.39', '', 'Other circadian rhythm sleep disorder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '327.40', '', 'Organic parsomnia, unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '327.41', '', 'Confusional arousals' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '327.42', '', 'Rem sleep behavior disorder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '327.43', '', 'Recurrent isolated sleep paralysis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '327.44', '', 'Parasomnia in conditions classified elsewhere' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '327.49', '', 'Other organic parasomnia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '327.51', '', 'Periodic limb movement disorder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '327.52', '', 'Sleep related leg cramps' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '327.53', '', 'Sleep related bruxism' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '327.59', '', 'Other organic sleep related movement disorders' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '327.8', '', 'Other organic sleep disorders' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '330.0', '', 'Leukodystrophy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '330.1', '', 'Cerebral lipidoses' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '330.2', '', 'Cerebral degeneration in generalized lipidoses' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '330.3', '', 'Cerebral degeneration of childhood in other diseases classified elsewhere' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '330.8', '', 'Other specified cerebral degenerations in childhood' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '330.9', '', 'Unspecified cerebral degeneration in childhood' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '331.0', '', 'Alzheimer''s disease' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '331.11', '', 'Pick''s disease' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '331.19', '', 'Other frontotemporal dementia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '331.2', '', 'Senile degeneration of brain' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '331.3', '', 'Communicating hydrocephalus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '331.4', '', 'Obstructive hydrocephalus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '331.5', '', 'Idiopathic normal pressure hydrocephalus (inph)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '331.7', '', 'Cerebral degeneration in diseases classified elsewhere' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '331.81', '', 'Reye''s syndrome' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '331.82', '', 'Dementia with lewy bodies' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '331.83', '', 'Mild cognitive impairment, so stated' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '331.89', '', 'Other cerebral degeneration' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '331.9', '', 'Cerebral degeneration unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '332.0', '', 'Paralysis agitans' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '332.1', '', 'Secondary parkinsonism' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '333.0', '', 'Other degenerative diseases of the basal ganglia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '333.1', '', 'Essential and other specified forms of tremor' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '333.2', '', 'Myoclonus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '333.3', '', 'Tics of organic origin' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '333.4', '', 'Huntington''s chorea' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '333.5', '', 'Other choreas' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '333.6', '', 'Idiopathic torsion dystonia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '333.71', '', 'Athetoid cerebral palsy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '333.72', '', 'Acute dystonia due to drugs' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '333.79', '', 'Other acquired torsion dystonia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '333.81', '', 'Blepharospasm' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '333.82', '', 'Orofacial dyskinesia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '333.83', '', 'Spasmodic torticollis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '333.84', '', 'Organic writers'' cramp' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '333.85', '', 'Subacute dyskinesia due to drugs' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '333.89', '', 'Other fragments of torsion dystonia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '333.90', '', 'Unspecified extrapyramidal disease and abnormal movement disorder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '333.91', '', 'Stiff-man syndrome' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '333.92', '', 'Neuroleptic malignant syndrome' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '333.93', '', 'Benign shuddering attacks' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '333.94', '', 'Restless legs syndrome' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '333.99', '', 'Other extrapyramidal diseases and abnormal movement disorders' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '334.0', '', 'Friedreich''s ataxia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '334.1', '', 'Hereditary spastic paraplegia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '334.2', '', 'Primary cerebellar degeneration' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '334.3', '', 'Other cerebellar ataxia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '334.4', '', 'Cerebellar ataxia in diseases classified elsewhere' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '334.8', '', 'Other spinocerebellar diseases' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '334.9', '', 'Spinocerebellar disease unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '335.0', '', 'Werdnig-hoffmann disease' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '335.10', '', 'Spinal muscular atrophy unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '335.11', '', 'Kugelberg-welander disease' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '335.19', '', 'Other spinal muscular atrophy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '335.20', '', 'Amyotrophic lateral sclerosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '335.21', '', 'Progressive muscular atrophy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '335.22', '', 'Progressive bulbar palsy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '335.23', '', 'Pseudobulbar palsy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '335.24', '', 'Primary lateral sclerosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '335.29', '', 'Other motor neuron diseases' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '335.8', '', 'Other anterior horn cell diseases' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '335.9', '', 'Anterior horn cell disease unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '336.0', '', 'Syringomyelia and syringobulbia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '336.1', '', 'Vascular myelopathies' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '336.2', '', 'Subacute combined degeneration of spinal cord in diseases classified elsewhere' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '336.3', '', 'Myelopathy in other diseases classified elsewhere' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '336.8', '', 'Other myelopathy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '336.9', '', 'Unspecified disease of spinal cord' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '337.00', '', 'Idiopathic peripheral autonomic neuropathy, unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '337.01', '', 'Carotid sinus syndrome' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '337.09', '', 'Other idiopathic peripheral autonomic neuropathy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '337.1', '', 'Peripheral autonomic neuropathy in disorders classified elsewhere' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '337.20', '', 'Reflex sympathetic dystrophy unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '337.21', '', 'Reflex sympathetic dystrophy of the upper limb' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '337.22', '', 'Reflex sympathetic dystrophy of the lower limb' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '337.29', '', 'Reflex sympathetic dystrophy of other specified site' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '337.3', '', 'Autonomic dysreflexia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '337.9', '', 'Unspecified disorder of autonomic nervous system' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '338.0', '', 'Central pain syndrome' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '338.11', '', 'Acute pain due to trauma' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '338.12', '', 'Acute post-thoracotomy pain' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '338.18', '', 'Other acute postoperative pain' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '338.19', '', 'Other acute pain' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '338.21', '', 'Chronic pain due to trauma' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '338.22', '', 'Chronic post-thoracotomy pain' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '338.28', '', 'Other chronic postoperative pain' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '338.29', '', 'Other chronic pain' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '338.3', '', 'Neoplasm related pain (acute) (chronic)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '338.4', '', 'Chronic pain syndrome' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '339.00', '', 'Cluster headache syndrome, unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '339.01', '', 'Episodic cluster headache' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '339.02', '', 'Chronic cluster headache' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '339.03', '', 'Episodic paroxysmal hemicrania' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '339.04', '', 'Chronic paroxysmal hemicrania' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '339.05', '', 'Short lasting unilateral neuralgiform headache with conjunctival injection and tearing' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '339.09', '', 'Other trigeminal autonomic cephalgias' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '339.10', '', 'Tension type headache, unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '339.11', '', 'Episodic tension type headache' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '339.12', '', 'Chronic tension type headache' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '339.20', '', 'Post-traumatic headache, unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '339.21', '', 'Acute post-traumatic headache' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '339.22', '', 'Chronic post-traumatic headache' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '339.3', '', 'Drug induced headache, not elsewhere classified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '339.41', '', 'Hemicrania continua' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '339.42', '', 'New daily persistent headache' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '339.43', '', 'Primary thunderclap headache' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '339.44', '', 'Other complicated headache syndrome' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '339.81', '', 'Hypnic headache' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '339.82', '', 'Headache associated with sexual activity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '339.83', '', 'Primary cough headache' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '339.84', '', 'Primary exertional headache' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '339.85', '', 'Primary stabbing headache' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '339.89', '', 'Other headache syndromes' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '340', '', 'Multiple sclerosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '341.0', '', 'Neuromyelitis optica' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '341.1', '', 'Schilder''s disease' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '341.20', '', 'Acute (transverse) myelitis nos' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '341.21', '', 'Acute (transverse) myelitis in conditions classified elsewhere' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '341.22', '', 'Idiopathic transverse myelitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '341.8', '', 'Other demyelinating diseases of central nervous system' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '341.9', '', 'Demyelinating disease of central nervous system unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '342.00', '', 'Flaccid hemiplegia and hemiparesis affecting unspecified side' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '342.01', '', 'Flaccid hemiplegia and hemiparesis affecting dominant side' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '342.02', '', 'Flaccid hemiplegia and hemiparesis affecting nondominant side' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '342.10', '', 'Spastic hemiplegia and hemiparesis affecting unspecified side' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '342.11', '', 'Spastic hemiplegia and hemiparesis affecting dominant side' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '342.12', '', 'Spastic hemiplegia and hemiparesis affecting nondominant side' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '342.80', '', 'Other specified hemiplegia and hemiparesis affecting unspecified side' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '342.81', '', 'Other specified hemiplegia and hemiparesis affecting dominant side' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '342.82', '', 'Other specified hemiplegia and hemiparesis affecting nondominant side' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '342.90', '', 'Unspecified hemiplegia and hemiparesis affecting unspecified side' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '342.91', '', 'Unspecified hemiplegia and hemiparesis affecting dominant side' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '342.92', '', 'Unspecified hemiplegia and hemiparesis affecting nondominant side' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '343.0', '', 'Congenital diplegia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '343.1', '', 'Congenital hemiplegia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '343.2', '', 'Congenital quadriplegia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '343.3', '', 'Congenital monoplegia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '343.4', '', 'Infantile hemiplegia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '343.8', '', 'Other specified infantile cerebral palsy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '343.9', '', 'Infantile cerebral palsy unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '344.00', '', 'Quadriplegia unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '344.01', '', 'Quadriplegia c1-c4 complete' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '344.02', '', 'Quadriplegia c1-c4 incomplete' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '344.03', '', 'Quadriplegia c5-c7 complete' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '344.04', '', 'Quadriplegia c5-c7 incomplete' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '344.09', '', 'Other quadriplegia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '344.1', '', 'Paraplegia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '344.2', '', 'Diplegia of upper limbs' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '344.30', '', 'Monoplegia of lower limb affecting unspecified side' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '344.31', '', 'Monoplegia of lower limb affecting dominant side' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '344.32', '', 'Monoplegia of lower limb affecting nondominant side' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '344.40', '', 'Monoplegia of upper limb affecting unspecified side' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '344.41', '', 'Monoplegia of upper limb affecting dominant side' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '344.42', '', 'Monoplegia of upper limb affecting nondominant side' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '344.5', '', 'Unspecified monoplegia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '344.60', '', 'Cauda equina syndrome without neurogenic bladder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '344.61', '', 'Cauda equina syndrome with neurogenic bladder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '344.81', '', 'Locked-in state' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '344.89', '', 'Other specified paralytic syndrome' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '344.9', '', 'Paralysis unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '345.00', '', 'Generalized nonconvulsive epilepsy without intractable epilepsy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '345.01', '', 'Generalized nonconvulsive epilepsy with intractable epilepsy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '345.10', '', 'Generalized convulsive epilepsy without intractable epilepsy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '345.11', '', 'Generalized convulsive epilepsy with intractable epilepsy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '345.2', '', 'Petit mal status epileptic' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '345.3', '', 'Grand mal status epileptic' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '345.40', '', 'Partial epilepsy without intractable epilepsy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '345.41', '', 'Partial epilepsy with intractable epilepsy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '345.50', '', 'Partial epilepsy without impairment of consciousness without intractable epilepsy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '345.51', '', 'Partial epilepsy without impairment of consciousness with intractable epilepsy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '345.60', '', 'Infantile spasms without intractable epilepsy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '345.61', '', 'Infantile spasms with intractable epilepsy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '345.70', '', 'Epilepsia partialis continua without intractable epilepsy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '345.71', '', 'Epilepsia partialis continua with intractable epilepsy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '345.80', '', 'Other forms of epilepsy without intractable epilepsy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '345.81', '', 'Other forms of epilepsy with intractable epilepsy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '345.90', '', 'Epilepsy unspecified without intractable epilepsy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '345.91', '', 'Epilepsy unspecified with intractable epilepsy' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '346.02', '', 'Migraine with aura, without mention of intractable migraine with status migrainosus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '346.03', '', 'Migraine with aura, with intractable migraine, so stated, with status migrainosus' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '346.12', '', 'Migraine without aura, without mention of intractable migraine with status migrainosus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '346.13', '', 'Migraine without aura, with intractable migraine, so stated, with status migrainosus' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '346.30', '', 'Hemiplegic migraine, without mention of intractable migraine without mention of status migrainosus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '346.31', '', 'Hemiplegic migraine, with intractable migraine, so stated, without mention of status migrainosus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '346.32', '', 'Hemiplegic migraine, without mention of intractable migraine with status migrainosus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '346.33', '', 'Hemiplegic migraine, with intractable migraine, so stated, with status migrainosus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '346.40', '', 'Menstrual migraine, without mention of intractable migraine without mention of status migrainosus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '346.41', '', 'Menstrual migraine, with intractable migraine, so stated, without mention of status migrainosus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '346.42', '', 'Menstrual migraine, without mention of intractable migraine with status migrainosus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '346.43', '', 'Menstrual migraine, with intractable migraine, so stated, with status migrainosus' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '346.72', '', 'Chronic migraine without aura, without mention of intractable migraine with status migrainosus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '346.73', '', 'Chronic migraine without aura, with intractable migraine, so stated, with status migrainosus' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '346.81', '', 'Other forms of migraine with intractable migraine, so stated, with status migrainosus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '346.82', '', 'Other forms of migraine, without mention of intractable migraine with status migrainosus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '346.83', '', 'Other forms of migraine, with intractable migraine, so stated, with status migrainosus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '346.90', '', 'Migraine unspecified without mention of intractable migraine without mention of status migrainosus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '346.91', '', 'Migraine unspecified with intractable migraine, so stated, with status migrainosus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '346.92', '', 'Migraine unspecified without mention of intractable migraine with status migrainosus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '346.93', '', 'Migraine unspecified with intractable migraine, so stated, with status migrainosus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '347.00', '', 'Narcolepsy without cataplexy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '347.01', '', 'Narcolepsy with cataplexy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '347.10', '', 'Narcolepsy in conditions classified elsewhere without cataplexy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '347.11', '', 'Narcolepsy in conditions classified elsewhere with cataplexy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '348.0', '', 'Cerebral cysts' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '348.1', '', 'Anoxic brain damage' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '348.2', '', 'Benign intracranial hypertension' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '348.30', '', 'Encephalopathy unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '348.31', '', 'Metabolic encephalopathy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '348.39', '', 'Other encephalopathy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '348.4', '', 'Compression of brain' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '348.5', '', 'Cerebral edema' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '348.81', '', 'Temporal sclerosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '348.89', '', 'Other conditions of brain' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '348.9', '', 'Unspecified condition of brain' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '349.0', '', 'Reaction to spinal or lumbar puncture' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '349.1', '', 'Nervous system complications from surgically implanted device' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '349.2', '', 'Disorders of meninges not elsewhere classified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '349.31', '', 'Accidental puncture or laceration of dura during a procedure' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '349.39', '', 'Other dural tear' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '349.81', '', 'Cerebrospinal fluid rhinorrhea' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '349.82', '', 'Toxic encephalopathy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '349.89', '', 'Other specified disorders of nervous system' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '349.9', '', 'Unspecified disorders of nervous system' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '350.1', '', 'Trigeminal neuralgia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '350.2', '', 'Atypical face pain' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '350.8', '', 'Other specified trigeminal nerve disorders' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '350.9', '', 'Trigeminal nerve disorder unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '351.0', '', 'Bell''s palsy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '351.1', '', 'Geniculate ganglionitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '351.8', '', 'Other facial nerve disorders' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '351.9', '', 'Facial nerve disorder unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '352.0', '', 'Disorders of olfactory (1st) nerve' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '352.1', '', 'Glossopharyngeal neuralgia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '352.2', '', 'Other disorders of glossopharyngeal (9th) nerve' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '352.3', '', 'Disorders of pneumogastric (10th) nerve' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '352.4', '', 'Disorders of accessory (11th) nerve' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '352.5', '', 'Disorders of hypoglossal (12th) nerve' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '352.6', '', 'Multiple cranial nerve palsies' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '352.9', '', 'Unspecified disorder of cranial nerves' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '353.0', '', 'Brachial plexus lesions' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '353.1', '', 'Lumbosacral plexus lesions' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '353.2', '', 'Cervical root lesions not elsewhere classified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '353.3', '', 'Thoracic root lesions not elsewhere classified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '353.4', '', 'Lumbosacral root lesions not elsewhere classified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '353.5', '', 'Neuralgic amyotrophy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '353.6', '', 'Phantom limb (syndrome)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '353.8', '', 'Other nerve root and plexus disorders' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '353.9', '', 'Unspecified nerve root and plexus disorder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '354.0', '', 'Carpal tunnel syndrome' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '354.1', '', 'Other lesion of median nerve' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '354.2', '', 'Lesion of ulnar nerve' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '354.3', '', 'Lesion of radial nerve' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '354.4', '', 'Causalgia of upper limb' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '354.5', '', 'Mononeuritis multiplex' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '354.8', '', 'Other mononeuritis of upper limb' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '354.9', '', 'Mononeuritis of upper limb unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '355.0', '', 'Lesion of sciatic nerve' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '355.1', '', 'Meralgia paresthetica' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '355.2', '', 'Other lesion of femoral nerve' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '355.3', '', 'Lesion of lateral popliteal nerve' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '355.4', '', 'Lesion of medial popliteal nerve' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '355.5', '', 'Tarsal tunnel syndrome' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '355.6', '', 'Lesion of plantar nerve' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '355.71', '', 'Causalgia of lower limb' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '355.79', '', 'Other mononeuritis of lower limb' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '355.8', '', 'Mononeuritis of lower limb unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '355.9', '', 'Mononeuritis of unspecified site' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '356.0', '', 'Hereditary peripheral neuropathy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '356.1', '', 'Peroneal muscular atrophy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '356.2', '', 'Hereditary sensory neuropathy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '356.3', '', 'Refsum''s disease' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '356.4', '', 'Idiopathic progressive polyneuropathy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '356.8', '', 'Other specified idiopathic peripheral neuropathy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '356.9', '', 'Unspecified idiopathic peripheral neuropathy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '357.0', '', 'Acute infective polyneuritis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '357.1', '', 'Polyneuropathy in collagen vascular disease' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '357.2', '', 'Polyneuropathy in diabetes' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '357.3', '', 'Polyneuropathy in malignant disease' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '357.4', '', 'Polyneuropathy in other diseases classified elsewhere' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '357.5', '', 'Alcoholic polyneuropathy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '357.6', '', 'Polyneuropathy due to drugs' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '357.7', '', 'Polyneuropathy due to other toxic agents' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '357.81', '', 'Chronic inflammatory demyelinating polyneuritis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '357.82', '', 'Critical illness polyneuropathy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '357.89', '', 'Other inflammatory and toxic neuropathy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '357.9', '', 'Unspecified inflammatory and toxic neuropathies' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '358.00', '', 'Myasthenia gravis without (acute) exacerbation' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '358.01', '', 'Myasthenia gravis with (acute) exacerbation' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '358.1', '', 'Myasthenic syndromes in diseases classified elsewhere' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '358.2', '', 'Toxic myoneural disorders' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '358.8', '', 'Other specified myoneural disorders' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '358.9', '', 'Myoneural disorders unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '359.0', '', 'Congenital hereditary muscular dystrophy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '359.1', '', 'Hereditary progressive muscular dystrophy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '359.21', '', 'Myotonic muscular dystrophy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '359.22', '', 'Myotonia congenita' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '359.23', '', 'Myotonic chondrodystrophy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '359.24', '', 'Drug-induced myotonia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '359.29', '', 'Other specified myotonic disorder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '359.3', '', 'Periodic paralysis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '359.4', '', 'Toxic myopathy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '359.5', '', 'Myopathy in endocrine diseases classified elsewhere' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '359.6', '', 'Symptomatic inflammatory myopathy in diseases classified elsewhere' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '359.71', '', 'Inclusion body myositis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '359.79', '', 'Other inflammatory and immune myopathies, nec' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '359.81', '', 'Critical illness myopathy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '359.89', '', 'Other myopathies' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '359.9', '', 'Myopathy unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '360.00', '', 'Purulent endophthalmitis unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '360.01', '', 'Acute endophthalmitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '360.02', '', 'Panophthalmitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '360.03', '', 'Chronic endophthalmitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '360.04', '', 'Vitreous abscess' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '360.11', '', 'Sympathetic uveitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '360.12', '', 'Panuveitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '360.13', '', 'Parasitic endophthalmitis unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '360.14', '', 'Ophthalmia nodosa' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '360.19', '', 'Other endophthalmitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '360.20', '', 'Degenerative disorder of globe unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '360.21', '', 'Progressive high (degenerative) myopia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '360.23', '', 'Siderosis of globe' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '360.24', '', 'Other metallosis of globe' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '360.29', '', 'Other degenerative disorders of globe' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '360.30', '', 'Hypotony of eye unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '360.31', '', 'Primary hypotony of eye' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '360.32', '', 'Ocular fistula causing hypotony' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '360.33', '', 'Hypotony associated with other ocular disorders' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '360.34', '', 'Flat anterior chamber of eye' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '360.40', '', 'Degenerated globe or eye unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '360.41', '', 'Blind hypotensive eye' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '360.42', '', 'Blind hypertensive eye' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '360.43', '', 'Hemophthalmos except current injury' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '360.44', '', 'Leucocoria' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '360.50', '', 'Foreign body magnetic intraocular unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '360.51', '', 'Foreign body magnetic in anterior chamber of eye' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '360.52', '', 'Foreign body magnetic in iris or ciliary body' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '360.53', '', 'Foreign body magnetic in lens' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '360.54', '', 'Foreign body magnetic in vitreous' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '360.55', '', 'Foreign body magnetic in posterior wall' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '360.59', '', 'Intraocular foreign body magnetic in other or multiple sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '360.60', '', 'Foreign body intraocular unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '360.61', '', 'Foreign body in anterior chamber' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '360.62', '', 'Foreign body in iris or ciliary body' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '360.63', '', 'Foreign body in lens' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '360.64', '', 'Foreign body in vitreous' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '360.65', '', 'Foreign body in posterior wall of eye' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '360.69', '', 'Intraocular foreign body in other or multiple sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '360.81', '', 'Luxation of globe' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '360.89', '', 'Other disorders of globe' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '360.9', '', 'Unspecified disorder of globe' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '361.00', '', 'Retinal detach with retinal defect unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '361.01', '', 'Recent retinal detach partial with single defect' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '361.02', '', 'Recent retinal detach partial with multiple defects' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '361.03', '', 'Recent retinal detach partial with giant tear' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '361.04', '', 'Recent retinal detach partial with retinal dialysis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '361.05', '', 'Recent retinal detach total or subtotal' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '361.06', '', 'Old retinal detach partial' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '361.07', '', 'Old retinal detach total or subtotal' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '361.10', '', 'Retinoschisis unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '361.11', '', 'Flat retinoschisis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '361.12', '', 'Bullous retinoschisis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '361.13', '', 'Primary retinal cysts' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '361.14', '', 'Secondary retinal cysts' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '361.19', '', 'Other retinoschisis and retinal cysts' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '361.2', '', 'Serous retinal detach' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '361.30', '', 'Retinal defect unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '361.31', '', 'Round hole of retina without detach' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '361.32', '', 'Horseshoe tear of retina without detach' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '361.33', '', 'Multiple defects of retina without detach' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '361.81', '', 'Traction detach of retina' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '361.89', '', 'Other forms of retinal detach' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '361.9', '', 'Unspecified retinal detach' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '362.01', '', 'Background diabetic retinopathy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '362.02', '', 'Proliferative diabetic retinopathy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '362.03', '', 'Nonproliferative diabetic retinopathy nos' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '362.04', '', 'Mild nonproliferative diabetic retinopathy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '362.05', '', 'Moderate nonproliferative diabetic retinopathy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '362.06', '', 'Severe nonproliferative diabetic retinopathy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '362.07', '', 'Diabetic macular edema' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '362.10', '', 'Background retinopathy unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '362.11', '', 'Hypertensive retinopathy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '362.12', '', 'Exudative retinopathy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '362.13', '', 'Changes in vascular appearance of retina' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '362.14', '', 'Retinal microaneurysms nos' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '362.15', '', 'Retinal telangiectasia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '362.16', '', 'Retinal neovascularization nos' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '362.17', '', 'Other intraretinal microvascular abnormalities' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '362.18', '', 'Retinal vasculitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '362.20', '', 'Retinopathy of prematurity, unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '362.21', '', 'Retrolental fibroplasia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '362.22', '', 'Retinopathy of prematurity, stage 0' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '362.23', '', 'Retinopathy of prematurity, stage 1' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '362.24', '', 'Retinopathy of prematurity, stage 2' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '362.25', '', 'Retinopathy of prematurity, stage 3' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '362.26', '', 'Retinopathy of prematurity, stage 4' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '362.27', '', 'Retinopathy of prematurity, stage 5' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '362.29', '', 'Other nondiabetic proliferative retinopathy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '362.30', '', 'Retinal vascular occlusion unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '362.31', '', 'Central retinal artery occlusion' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '362.32', '', 'Retinal arterial branch occlusion' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '362.33', '', 'Partial retinal arterial occlusion' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '362.34', '', 'Transient retinal arterial occlusion' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '362.35', '', 'Central retinal vein occlusion' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '362.36', '', 'Venous tributary (branch) occlusion of retina' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '362.37', '', 'Venous engorgement of retina' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '362.40', '', 'Retinal layer separation unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '362.41', '', 'Central serous retinopathy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '362.42', '', 'Serous detach of retinal pigment epithelium' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '362.43', '', 'Hemorrhagic detach of retinal pigment epithelium' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '362.50', '', 'Macular degeneration (senile) of retina unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '362.51', '', 'Nonexudative senile macular degeneration of retina' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '362.52', '', 'Exudative senile macular degeneration of retina' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '362.53', '', 'Cystoid macular degeneration of retina' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '362.54', '', 'Macular cyst hole or pseudohole of retina' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '362.55', '', 'Toxic maculopathy of retina' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '362.56', '', 'Macular puckering of retina' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '362.57', '', 'Drusen (degenerative) of retina' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '362.60', '', 'Peripheral retinal degeneration unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '362.61', '', 'Paving stone degeneration of retina' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '362.62', '', 'Microcystoid degeneration of retina' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '362.63', '', 'Lattice degeneration of retina' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '362.64', '', 'Senile reticular degeneration of retina' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '362.65', '', 'Secondary pigmentary degeneration of retina' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '362.66', '', 'Secondary vitreoretinal degenerations' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '362.70', '', 'Hereditary retinal dystrophy unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '362.71', '', 'Retinal dystrophy in systemic or cerebroretinal lipidoses' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '362.72', '', 'Retinal dystrophy in other systemic disorders and syndromes' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '362.73', '', 'Vitreoretinal dystrophies' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '362.74', '', 'Pigmentary retinal dystrophy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '362.75', '', 'Other dystrophies primarily involving the sensory retina' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '362.76', '', 'Dystrophies primarily involving the retinal pigment epithelium' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '362.77', '', 'Retinal dystrophies primarily involving bruch''s membrane' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '362.81', '', 'Retinal hemorrhage' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '362.82', '', 'Retinal exudates and deposits' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '362.83', '', 'Retinal edema' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '362.84', '', 'Retinal ischemia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '362.85', '', 'Retinal nerve fiber bundle defects' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '362.89', '', 'Other retinal disorders' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '362.9', '', 'Unspecified retinal disorder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '363.00', '', 'Focal chorioretinitis unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '363.01', '', 'Focal choroiditis and chorioretinitis juxtapapillary' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '363.03', '', 'Focal choroiditis and chorioretinitis of other posterior pole' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '363.04', '', 'Focal choroiditis and chorioretinitis peripheral' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '363.05', '', 'Focal retinitis and retinochoroiditis juxtapapillary' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '363.06', '', 'Focal retinitis and retinochoroiditis macular or paramacular' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '363.07', '', 'Focal retinitis and retinochoroiditis of other posterior pole' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '363.08', '', 'Focal retinitis and retinochoroiditis peripheral' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '363.10', '', 'Disseminated chorioretinitis unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '363.11', '', 'Disseminated choroiditis and chorioretinitis posterior pole' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '363.12', '', 'Disseminated choroiditis and chorioretinitis peripheral' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '363.13', '', 'Disseminated choroiditis and chorioretinitis generalized' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '363.14', '', 'Disseminated retinitis and retinochoroiditis metastatic' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '363.15', '', 'Disseminated retinitis and retinochoroiditis pigment epitheliopathy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '363.20', '', 'Chorioretinitis unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '363.21', '', 'Pars planitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '363.22', '', 'Harada''s disease' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '363.30', '', 'Chorioretinal scar unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '363.31', '', 'Solar retinopathy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '363.32', '', 'Other macular scars of retina' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '363.33', '', 'Other scars of posterior pole of retina' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '363.34', '', 'Peripheral scars of retina' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '363.35', '', 'Disseminated scars of retina' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '363.40', '', 'Choroidal degeneration unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '363.41', '', 'Senile atrophy of choroid' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '363.42', '', 'Diffuse secondary atrophy of choroid' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '363.43', '', 'Angioid streaks of choroid' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '363.50', '', 'Hereditary choroidal dystrophy or atrophy unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '363.51', '', 'Circumpapillary dystrophy of choroid partial' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '363.52', '', 'Circumpapillary dystrophy of choroid total' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '363.53', '', 'Central dystrophy of choroid partial' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '363.54', '', 'Central choroidal atrophy total' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '363.55', '', 'Choroideremia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '363.56', '', 'Other diffuse or generalized dystrophy of choroid partial' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '363.57', '', 'Other diffuse or generalized dystrophy of choroid total' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '363.61', '', 'Choroidal hemorrhage unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '363.62', '', 'Expulsive choroidal hemorrhage' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '363.63', '', 'Choroidal rupture' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '363.70', '', 'Choroidal detach unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '363.71', '', 'Serous choroidal detach' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '363.72', '', 'Hemorrhagic choroidal detach' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '363.8', '', 'Other disorders of choroid' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '363.9', '', 'Unspecified disorder of choroid' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '364.00', '', 'Acute and subacute iridocyclitis unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '364.01', '', 'Primary iridocyclitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '364.02', '', 'Recurrent iridocyclitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '364.03', '', 'Secondary iridocyclitis infectious' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '364.04', '', 'Secondary iridocyclitis noninfectious' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '364.05', '', 'Hypopyon' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '364.10', '', 'Chronic iridocyclitis unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '364.11', '', 'Chronic iridocyclitis in diseases classified elsewhere' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '364.21', '', 'Fuchs'' heterochromic cyclitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '364.22', '', 'Glaucomatocyclitic crises' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '364.23', '', 'Lens-induced iridocyclitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '364.24', '', 'Vogt-koyanagi syndrome' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '364.3', '', 'Unspecified iridocyclitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '364.41', '', 'Hyphema of iris and ciliary body' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '364.42', '', 'Rubeosis iridis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '364.51', '', 'Essential or progressive iris atrophy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '364.52', '', 'Iridoschisis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '364.53', '', 'Pigmentary iris degeneration' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '364.54', '', 'Degeneration of pupillary margin' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '364.55', '', 'Miotic cysts of pupillary margin' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '364.56', '', 'Degenerative changes of chamber angle' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '364.57', '', 'Degenerative changes of ciliary body' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '364.59', '', 'Other iris atrophy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '364.60', '', 'Idiopathic cysts of iris and ciliary body' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '364.61', '', 'Implantation cysts of iris and ciliary body' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '364.62', '', 'Exudative cysts of iris or anterior chamber' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '364.63', '', 'Primary cyst of pars plana' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '364.64', '', 'Exudative cyst of pars plana' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '364.70', '', 'Adhesions of iris unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '364.71', '', 'Posterior synechiae of iris' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '364.72', '', 'Anterior synechiae of iris' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '364.73', '', 'Goniosynechiae' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '364.74', '', 'Adhesions and disruptions of pupillary membranes' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '364.75', '', 'Pupillary abnormalities' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '364.76', '', 'Iridodialysis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '364.77', '', 'Recession of chamber angle of eye' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '364.81', '', 'Floppy iris syndrome' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '364.82', '', 'Plateau iris syndrome' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '364.89', '', 'Other disorders of iris and ciliary body' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '364.9', '', 'Unspecified disorder of iris and ciliary body' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '365.00', '', 'Preglaucoma unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '365.01', '', 'Open angle with borderline glaucoma findings' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '365.02', '', 'Anatomical narrow angle borderline glaucoma' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '365.03', '', 'Steroid responders borderline glaucoma' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '365.04', '', 'Ocular hypertension' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '365.10', '', 'Open-angle glaucoma unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '365.11', '', 'Primary open angle glaucoma' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '365.12', '', 'Low tension open-angle glaucoma' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '365.13', '', 'Pigmentary open-angle glaucoma' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '365.14', '', 'Glaucoma of childhood' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '365.15', '', 'Residual stage of open angle glaucoma' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '365.20', '', 'Primary angle-closure glaucoma unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '365.21', '', 'Intermittent angle-closure glaucoma' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '365.22', '', 'Acute angle-closure glaucoma' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '365.23', '', 'Chronic angle-closure glaucoma' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '365.24', '', 'Residual stage of angle-closure glaucoma' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '365.31', '', 'Corticosteroid-induced glaucoma glaucomatous stage' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '365.32', '', 'Corticosteroid-induced glaucoma residual stage' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '365.41', '', 'Glaucoma associated with chamber angle anomalies' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '365.42', '', 'Glaucoma associated with anomalies of iris' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '365.43', '', 'Glaucoma associated with other anterior segment anomalies' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '365.44', '', 'Glaucoma associated with systemic syndromes' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '365.51', '', 'Phacolytic glaucoma' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '365.52', '', 'Pseudoexfoliation glaucoma' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '365.59', '', 'Glaucoma associated with other lens disorders' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '365.60', '', 'Glaucoma associated with unspecified ocular disorder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '365.61', '', 'Glaucoma associated with pupillary block' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '365.62', '', 'Glaucoma associated with ocular inflammations' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '365.63', '', 'Glaucoma associated with vascular disorders of eye' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '365.64', '', 'Glaucoma associated with tumors or cysts' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '365.65', '', 'Glaucoma associated with ocular trauma' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '365.81', '', 'Hypersecretion glaucoma' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '365.82', '', 'Glaucoma with increased episcleral venous pressure' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '365.83', '', 'Aqueous misdirection' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '365.89', '', 'Other specified glaucoma' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '365.9', '', 'Unspecified glaucoma' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '366.00', '', 'Nonsenile cataract unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '366.01', '', 'Anterior subcapsular polar nonsenile cataract' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '366.02', '', 'Posterior subcapsular polar nonsenile cataract' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '366.03', '', 'Cortical lamellar or zonular nonsenile cataract' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '366.04', '', 'Nuclear nonsenile cataract' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '366.09', '', 'Other and combined forms of nonsenile cataract' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '366.10', '', 'Senile cataract unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '366.11', '', 'Pseudoexfoliation of lens capsule' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '366.12', '', 'Incipient senile cataract' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '366.13', '', 'Anterior subcapsular polar senile cataract' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '366.14', '', 'Posterior subcapsular polar senile cataract' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '366.15', '', 'Cortical senile cataract' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '366.16', '', 'Senile nuclear sclerosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '366.17', '', 'Total or mature cataract' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '366.18', '', 'Hypermature cataract' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '366.19', '', 'Other and combined forms of senile cataract' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '366.20', '', 'Traumatic cataract unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '366.21', '', 'Localized traumatic opacities' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '366.22', '', 'Total traumatic cataract' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '366.23', '', 'Partially resolved traumatic cataract' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '366.30', '', 'Cataract complication unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '366.31', '', 'Cataract secondary to glaucomatous flecks (subcapsular)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '366.32', '', 'Cataract in inflammatory ocular disorders' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '366.33', '', 'Cataract with ocular neovascularization' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '366.34', '', 'Cataract in degenerative ocular disorders' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '366.41', '', 'Diabetic cataract' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '366.42', '', 'Tetanic cataract' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '366.43', '', 'Myotonic cataract' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '366.44', '', 'Cataract associated with other syndromes' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '366.45', '', 'Toxic cataract' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '366.46', '', 'Cataract associated with radiation and other physical influences' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '366.50', '', 'After-cataract unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '366.51', '', 'Soemmering''s ring' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '366.52', '', 'Other after-cataract not obscuring vision' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '366.53', '', 'After-cataract obscuring vision' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '366.8', '', 'Other cataract' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '366.9', '', 'Unspecified cataract' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '367.0', '', 'Hypermetropia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '367.1', '', 'Myopia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '367.20', '', 'Astigmatism unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '367.21', '', 'Regular astigmatism' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '367.22', '', 'Irregular astigmatism' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '367.31', '', 'Anisometropia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '367.32', '', 'Aniseikonia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '367.4', '', 'Presbyopia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '367.51', '', 'Paresis of accommodation' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '367.52', '', 'Total or complete internal ophthalmoplegia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '367.53', '', 'Spasm of accommodation' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '367.81', '', 'Transient refractive change' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '367.89', '', 'Other disorders of refraction and accommodation' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '367.9', '', 'Unspecified disorder of refraction and accommodation' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '368.00', '', 'Amblyopia unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '368.01', '', 'Strabismic amblyopia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '368.02', '', 'Deprivation amblyopia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '368.03', '', 'Refractive amblyopia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '368.10', '', 'Subjective visual disturbance unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '368.11', '', 'Sudden visual loss' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '368.12', '', 'Transient visual loss' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '368.13', '', 'Visual discomfort' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '368.14', '', 'Visual distortions of shape and size' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '368.15', '', 'Other visual distortions and entoptic phenomena' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '368.16', '', 'Psychophysical visual disturbances' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '368.2', '', 'Diplopia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '368.30', '', 'Binocular vision disorder unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '368.31', '', 'Suppression of binocular vision' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '368.32', '', 'Simultaneous visual perception without fusion' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '368.33', '', 'Fusion with defective stereopsis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '368.34', '', 'Abnormal retinal correspondence' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '368.40', '', 'Visual field defect unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '368.41', '', 'Scotoma involving central area' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '368.42', '', 'Scotoma of blind spot area' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '368.43', '', 'Sector or arcuate visual field defects' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '368.44', '', 'Other localized visual field defect' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '368.45', '', 'Generalized visual field contraction or constriction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '368.46', '', 'Homonymous bilateral field defects' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '368.47', '', 'Heteronymous bilateral field defects' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '368.51', '', 'Protan defect' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '368.52', '', 'Deutan defect' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '368.53', '', 'Tritan defect' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '368.54', '', 'Achromatopsia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '368.55', '', 'Acquired color vision deficiencies' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '368.59', '', 'Other color vision deficiencies' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '368.60', '', 'Night blindness unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '368.61', '', 'Congenital night blindness' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '368.62', '', 'Acquired night blindness' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '368.63', '', 'Abnormal dark adaptation curve' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '368.69', '', 'Other night blindness' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '368.8', '', 'Other specified visual disturbances' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '368.9', '', 'Unspecified visual disturbance' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '369.00', '', 'Blindness of both eyes impairment level not further specified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '369.01', '', 'Better eye: total vision impairment; lesser eye: total vision impairment' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '369.02', '', 'Better eye: near-total vision impairment; lesser eye: not further specified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '369.03', '', 'Better eye: near-total vision impairment; lesser eye: total vision impairment' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '369.04', '', 'Better eye: near-total vision impairment; lesser eye: near-total vision impairment' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '369.05', '', 'Better eye: profound vision impairment; lesser eye: not further specified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '369.06', '', 'Better eye: profound vision impairment; lesser eye: total vision impairment' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '369.07', '', 'Better eye: profound vision impairment; lesser eye: near-total vision impairment' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '369.08', '', 'Better eye: profound vision impairment; lesser eye: profound vision impairment' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '369.10', '', 'Blindness one eye; low vision other eye' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '369.11', '', 'Better eye: severe vision impairment; lesser eye: blind not further specified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '369.12', '', 'Better eye: severe vision impairment; lesser eye: total vision impairment' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '369.13', '', 'Better eye: severe vision impairment; lesser eye: near-total vision impairment' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '369.14', '', 'Better eye: severe vision impairment; lesser eye: profound vision impairment' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '369.15', '', 'Better eye: moderate vision impairment; lesser eye: blind not further specified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '369.16', '', 'Better eye: moderate vision impairment; lesser eye: total vision impairment' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '369.17', '', 'Better eye: moderate vision impairment; lesser eye: near-total vision impairment' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '369.18', '', 'Better eye: moderate vision impairment; lesser eye: profound vision impairment' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '369.20', '', 'Low vision both eyes not otherwise specified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '369.21', '', 'Better eye: severe vision impairment; lesser eye; impairment not further specified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '369.22', '', 'Better eye: severe vision impairment; lesser eye: severe vision impairment' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '369.23', '', 'Better eye: moderate vision impairment; lesser eye: impairment not further specified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '369.24', '', 'Better eye: moderate vision impairment; lesser eye: severe vision impairment' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '369.25', '', 'Better eye: moderate vision impairment; lesser eye: moderate vision impairment' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '369.3', '', 'Unqualified visual loss both eyes' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '369.4', '', 'Legal blindness as defined in usa.' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '369.60', '', 'Blindness one eye not otherwise specified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '369.61', '', 'One eye: total vision impairment; other eye: not specified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '369.62', '', 'One eye: total vision impairment; other eye: near-normal vision' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '369.63', '', 'One eye: total vision impairment; other eye: normal vision' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '369.64', '', 'One eye: near-total vision impairment; other eye: vision not specified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '369.65', '', 'One eye: near-total vision impairment; other eye: near-normal vision' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '369.66', '', 'One eye: near-total vision impairment; other eye: normal vision' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '369.67', '', 'One eye: profound vision impairment; other eye: vision not specified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '369.68', '', 'One eye: profound vision impairment; other eye: near-normal vision' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '369.69', '', 'One eye: profound vision impairment; other eye: normal vision' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '369.70', '', 'Low vision one eye not otherwise specified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '369.71', '', 'One eye: severe vision impairment; other eye: vision not specified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '369.72', '', 'One eye: severe vision impairment; other eye: near-normal vision' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '369.73', '', 'One eye: severe vision impairment; other eye: normal vision' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '369.74', '', 'One eye: moderate vision impairment; other eye: vision not specified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '369.75', '', 'One eye: moderate vision impairment; other eye: near-normal vision' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '369.76', '', 'One eye: moderate vision impairment; other eye: normal vision' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '369.8', '', 'Unqualified visual loss one eye' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '369.9', '', 'Unspecified visual loss' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '370.00', '', 'Corneal ulcer unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '370.01', '', 'Marginal corneal ulcer' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '370.02', '', 'Ring corneal ulcer' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '370.03', '', 'Central corneal ulcer' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '370.04', '', 'Hypopyon ulcer' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '370.05', '', 'Mycotic corneal ulcer' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '370.06', '', 'Perforated corneal ulcer' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '370.07', '', 'Mooren''s ulcer' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '370.20', '', 'Superficial keratitis unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '370.21', '', 'Punctate keratitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '370.22', '', 'Macular keratitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '370.23', '', 'Filamentary keratitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '370.24', '', 'Photokeratitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '370.31', '', 'Phlyctenular keratoconjunctivitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '370.32', '', 'Limbar and corneal involvement in vernal conjunctivitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '370.33', '', 'Keratoconjunctivitis sicca not specified as sjogren''s' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '370.34', '', 'Exposure keratoconjunctivitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '370.35', '', 'Neurotrophic keratoconjunctivitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '370.40', '', 'Keratoconjunctivitis unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '370.44', '', 'Keratitis or keratoconjunctivitis in exanthema' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '370.49', '', 'Other keratoconjunctivitis unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '370.50', '', 'Interstitial keratitis unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '370.52', '', 'Diffuse interstitial keratitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '370.54', '', 'Sclerosing keratitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '370.55', '', 'Corneal abscess' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '370.59', '', 'Other interstitial and deep keratitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '370.60', '', 'Corneal neovascularization unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '370.61', '', 'Localized vascularization of cornea' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '370.62', '', 'Pannus (corneal)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '370.63', '', 'Deep vascularization of cornea' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '370.64', '', 'Ghost vessels (corneal)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '370.8', '', 'Other forms of keratitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '370.9', '', 'Unspecified keratitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '371.00', '', 'Corneal opacity unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '371.01', '', 'Minor opacity of cornea' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '371.02', '', 'Peripheral opacity of cornea' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '371.03', '', 'Central opacity of cornea' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '371.04', '', 'Adherent leucoma' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '371.05', '', 'Phthisical cornea' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '371.10', '', 'Corneal deposit unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '371.11', '', 'Anterior corneal pigmentations' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '371.12', '', 'Stromal corneal pigmentations' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '371.13', '', 'Posterior corneal pigmentations' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '371.14', '', 'Kayser-fleischer ring' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '371.15', '', 'Other corneal deposits associated with metabolic disorders' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '371.16', '', 'Argentous corneal deposits' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '371.20', '', 'Corneal edema unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '371.21', '', 'Idiopathic corneal edema' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '371.22', '', 'Secondary corneal edema' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '371.23', '', 'Bullous keratopathy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '371.24', '', 'Corneal edema due to wearing of contact lenses' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '371.30', '', 'Corneal membrane change unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '371.31', '', 'Folds and rupture of bowman''s membrane' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '371.32', '', 'Folds in descemet''s membrane' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '371.33', '', 'Rupture in descemet''s membrane' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '371.40', '', 'Corneal degeneration unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '371.41', '', 'Senile corneal changes' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '371.42', '', 'Recurrent erosion of cornea' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '371.43', '', 'Band-shaped keratopathy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '371.44', '', 'Other calcerous degenerations of cornea' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '371.45', '', 'Keratomalacia nos' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '371.46', '', 'Nodular degeneration of cornea' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '371.48', '', 'Peripheral degenerations of cornea' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '371.49', '', 'Other corneal degenerations' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '371.50', '', 'Hereditary corneal dystrophy unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '371.51', '', 'Juvenile epithelial corneal dystrophy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '371.52', '', 'Other anterior corneal dystrophies' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '371.53', '', 'Granular corneal dystrophy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '371.54', '', 'Lattice corneal dystrophy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '371.55', '', 'Macular corneal dystrophy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '371.56', '', 'Other stromal corneal dystrophies' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '371.57', '', 'Endothelial corneal dystrophy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '371.58', '', 'Other posterior corneal dystrophies' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '371.60', '', 'Keratoconus unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '371.61', '', 'Keratoconus stable condition' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '371.62', '', 'Keratoconus acute hydrops' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '371.70', '', 'Corneal deformity unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '371.71', '', 'Corneal ectasia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '371.72', '', 'Descemetocele' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '371.73', '', 'Corneal staphyloma' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '371.81', '', 'Corneal anesthesia and hypoesthesia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '371.82', '', 'Corneal disorder due to contact lens' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '371.89', '', 'Other corneal disorders' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '371.9', '', 'Unspecified corneal disorder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '372.00', '', 'Acute conjunctivitis unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '372.01', '', 'Serous conjunctivitis except viral' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '372.02', '', 'Acute follicular conjunctivitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '372.03', '', 'Other mucopurulent conjunctivitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '372.04', '', 'Pseudomembranous conjunctivitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '372.05', '', 'Acute atopic conjunctivitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '372.06', '', 'Acute chemical conjunctivitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '372.10', '', 'Chronic conjunctivitis unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '372.11', '', 'Simple chronic conjunctivitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '372.12', '', 'Chronic follicular conjunctivitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '372.13', '', 'Vernal conjunctivitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '372.14', '', 'Other chronic allergic conjunctivitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '372.15', '', 'Parasitic conjunctivitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '372.20', '', 'Blepharoconjunctivitis unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '372.21', '', 'Angular blepharoconjunctivitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '372.22', '', 'Contact blepharoconjunctivitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '372.30', '', 'Conjunctivitis unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '372.31', '', 'Rosacea conjunctivitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '372.33', '', 'Conjunctivitis in mucocutaneous disease' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '372.34', '', 'Pingueculitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '372.39', '', 'Other conjunctivitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '372.40', '', 'Pterygium unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '372.41', '', 'Peripheral pterygium stationary' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '372.42', '', 'Peripheral pterygium progressive' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '372.43', '', 'Central pterygium' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '372.44', '', 'Double pterygium' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '372.45', '', 'Recurrent pterygium' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '372.50', '', 'Conjunctival degeneration unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '372.51', '', 'Pinguecula' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '372.52', '', 'Pseudopterygium' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '372.53', '', 'Conjunctival xerosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '372.54', '', 'Conjunctival concretions' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '372.55', '', 'Conjunctival pigmentations' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '372.56', '', 'Conjunctival deposits' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '372.61', '', 'Granuloma of conjunctiva' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '372.62', '', 'Localized adhesions and strands of conjunctiva' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '372.63', '', 'Symblepharon' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '372.64', '', 'Scarring of conjunctiva' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '372.71', '', 'Hyperemia of conjunctiva' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '372.72', '', 'Conjunctival hemorrhage' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '372.73', '', 'Conjunctival edema' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '372.74', '', 'Vascular abnormalities of conjunctiva' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '372.75', '', 'Conjunctival cysts' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '372.81', '', 'Conjunctivochalasis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '372.89', '', 'Other disorders of conjunctiva' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '372.9', '', 'Unspecified disorder of conjunctiva' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '373.00', '', 'Blepharitis unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '373.01', '', 'Ulcerative blepharitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '373.02', '', 'Squamous blepharitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '373.11', '', 'Hordeolum externum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '373.12', '', 'Hordeolum internum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '373.13', '', 'Abscess of eyelid' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '373.2', '', 'Chalazion' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '373.31', '', 'Eczematous dermatitis of eyelid' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '373.32', '', 'Contact and allergic dermatitis of eyelid' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '373.33', '', 'Xeroderma of eyelid' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '373.34', '', 'Discoid lupus erythematosus of eyelid' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '373.4', '', 'Infective dermatitis of eyelid of types resulting in deformity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '373.5', '', 'Other infective dermatitis of eyelid' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '373.6', '', 'Parasitic infestation of eyelid' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '373.8', '', 'Other inflammations of eyelids' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '373.9', '', 'Unspecified inflammation of eyelid' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '374.00', '', 'Entropion unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '374.01', '', 'Senile entropion' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '374.02', '', 'Mechanical entropion' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '374.03', '', 'Spastic entropion' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '374.04', '', 'Cicatricial entropion' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '374.05', '', 'Trichiasis of eyelid without entropion' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '374.10', '', 'Ectropion unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '374.11', '', 'Senile ectropion' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '374.12', '', 'Mechanical ectropion' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '374.13', '', 'Spastic ectropion' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '374.14', '', 'Cicatricial ectropion' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '374.20', '', 'Lagophthalmos unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '374.21', '', 'Paralytic lagophthalmos' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '374.22', '', 'Mechanical lagophthalmos' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '374.23', '', 'Cicatricial lagophthalmos' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '374.30', '', 'Ptosis of eyelid unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '374.31', '', 'Paralytic ptosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '374.32', '', 'Myogenic ptosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '374.33', '', 'Mechanical ptosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '374.34', '', 'Blepharochalasis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '374.41', '', 'Lid retraction or lag' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '374.43', '', 'Abnormal innervation syndrome of eyelid' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '374.44', '', 'Sensory disorders of eyelid' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '374.45', '', 'Other sensorimotor disorders of eyelid' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '374.46', '', 'Blepharophimosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '374.50', '', 'Degenerative disorder of eyelid unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '374.51', '', 'Xanthelasma of eyelid' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '374.52', '', 'Hyperpigmentation of eyelid' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '374.53', '', 'Hypopigmentation of eyelid' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '374.54', '', 'Hypertrichosis of eyelid' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '374.55', '', 'Hypotrichosis of eyelid' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '374.56', '', 'Other degenerative disorders of skin affecting eyelid' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '374.81', '', 'Hemorrhage of eyelid' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '374.82', '', 'Edema of eyelid' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '374.83', '', 'Elephantiasis of eyelid' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '374.84', '', 'Cysts of eyelids' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '374.85', '', 'Vascular anomalies of eyelid' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '374.86', '', 'Retained foreign body of eyelid' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '374.87', '', 'Dermatochalasis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '374.89', '', 'Other disorders of eyelid' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '374.9', '', 'Unspecified disorder of eyelid' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '375.00', '', 'Dacryoadenitis unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '375.01', '', 'Acute dacryoadenitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '375.02', '', 'Chronic dacryoadenitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '375.03', '', 'Chronic enlargement of lacrimal gland' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '375.11', '', 'Dacryops' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '375.12', '', 'Other lacrimal cysts and cystic degeneration' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '375.13', '', 'Primary lacrimal atrophy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '375.14', '', 'Secondary lacrimal atrophy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '375.15', '', 'Tear film insufficiency unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '375.16', '', 'Dislocation of lacrimal gland' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '375.20', '', 'Epiphora unspecified as to cause' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '375.21', '', 'Epiphora due to excess lacrimation' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '375.22', '', 'Epiphora due to insufficient drainage' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '375.30', '', 'Dacryocystitis unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '375.31', '', 'Acute canaliculitis lacrimal' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '375.32', '', 'Acute dacryocystitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '375.33', '', 'Phlegmonous dacryocystitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '375.41', '', 'Chronic canaliculitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '375.42', '', 'Chronic dacryocystitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '375.43', '', 'Lacrimal mucocele' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '375.51', '', 'Eversion of lacrimal punctum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '375.52', '', 'Stenosis of lacrimal punctum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '375.53', '', 'Stenosis of lacrimal canaliculi' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '375.54', '', 'Stenosis of lacrimal sac' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '375.55', '', 'Obstruction of nasolacrimal duct neonatal' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '375.56', '', 'Stenosis of nasolacrimal duct acquired' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '375.57', '', 'Dacryolith' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '375.61', '', 'Lacrimal fistula' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '375.69', '', 'Other changes of lacrimal passages' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '375.81', '', 'Granuloma of lacrimal passages' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '375.89', '', 'Other disorders of lacrimal system' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '375.9', '', 'Unspecified disorder of lacrimal system' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '376.00', '', 'Acute inflammation of orbit unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '376.01', '', 'Orbital cellulitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '376.02', '', 'Orbital periostitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '376.03', '', 'Orbital osteomyelitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '376.04', '', 'Orbital tenonitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '376.10', '', 'Chronic inflammation of orbit unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '376.11', '', 'Orbital granuloma' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '376.12', '', 'Orbital myositis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '376.13', '', 'Parasitic infestation of orbit' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '376.21', '', 'Thyrotoxic exophthalmos' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '376.22', '', 'Exophthalmic ophthalmoplegia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '376.30', '', 'Exophthalmos unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '376.31', '', 'Constant exophthalmos' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '376.32', '', 'Orbital hemorrhage' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '376.33', '', 'Orbital edema or congestion' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '376.34', '', 'Intermittent exophthalmos' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '376.35', '', 'Pulsating exophthalmos' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '376.36', '', 'Lateral displacement of globe' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '376.40', '', 'Deformity of orbit unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '376.41', '', 'Hypertelorism of orbit' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '376.42', '', 'Exostosis of orbit' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '376.43', '', 'Local deformities of orbit due to bone disease' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '376.44', '', 'Orbital deformities associated with craniofacial deformities' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '376.45', '', 'Atrophy of orbit' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '376.46', '', 'Enlargement of orbit' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '376.47', '', 'Deformity of orbit due to trauma or surgery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '376.50', '', 'Enophthalmos unspecified as to cause' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '376.51', '', 'Enophthalmos due to atrophy of orbital tissue' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '376.52', '', 'Enophthalmos due to trauma or surgery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '376.6', '', 'Retained (old) foreign body following penetrating wound of orbit' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '376.81', '', 'Orbital cysts' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '376.82', '', 'Myopathy of extraocular muscles' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '376.89', '', 'Other orbital disorders' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '376.9', '', 'Unspecified disorder of orbit' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '377.00', '', 'Papilledema unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '377.01', '', 'Papilledema associated with increased intracranial pressure' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '377.02', '', 'Papilledema associated with decreased ocular pressure' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '377.03', '', 'Papilledema associated with retinal disorder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '377.04', '', 'Foster-kennedy syndrome' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '377.10', '', 'Optic atrophy unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '377.11', '', 'Primary optic atrophy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '377.12', '', 'Postinflammatory optic atrophy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '377.13', '', 'Optic atrophy associated with retinal dystrophies' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '377.14', '', 'Glaucomatous atrophy (cupping) of optic disc' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '377.15', '', 'Partial optic atrophy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '377.16', '', 'Hereditary optic atrophy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '377.21', '', 'Drusen of optic disc' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '377.22', '', 'Crater-like holes of optic disc' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '377.23', '', 'Coloboma of optic disc' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '377.24', '', 'Pseudopapilledema' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '377.30', '', 'Optic neuritis unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '377.31', '', 'Optic papillitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '377.32', '', 'Retrobulbar neuritis (acute)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '377.33', '', 'Nutritional optic neuropathy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '377.34', '', 'Toxic optic neuropathy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '377.39', '', 'Other optic neuritis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '377.41', '', 'Ischemic optic neuropathy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '377.42', '', 'Hemorrhage in optic nerve sheaths' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '377.43', '', 'Optic nerve hypoplasia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '377.49', '', 'Other disorders of optic nerve' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '377.51', '', 'Disorders of optic chiasm associated with pituitary neoplasms and disorders' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '377.52', '', 'Disorders of optic chiasm associated with other neoplasms' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '377.53', '', 'Disorders of optic chiasm associated with vascular disorders' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '377.54', '', 'Disorders of optic chiasm associated with inflammatory disorders' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '377.61', '', 'Disorders of other visual pathways associated with neoplasms' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '377.62', '', 'Disorders of other visual pathways associated with vascular disorders' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '377.63', '', 'Disorders of other visual pathways associated with inflammatory disorders' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '377.71', '', 'Disorders of visual cortex associated with neoplasms' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '377.72', '', 'Disorders of visual cortex associated with vascular disorders' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '377.73', '', 'Disorders of visual cortex associated with inflammatory disorders' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '377.75', '', 'Cortical blindness' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '377.9', '', 'Unspecified disorder of optic nerve and visual pathways' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '378.00', '', 'Esotropia unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '378.01', '', 'Monocular esotropia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '378.02', '', 'Monocular esotropia with a pattern' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '378.03', '', 'Monocular esotropia with v pattern' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '378.04', '', 'Monocular esotropia with other noncomitancies' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '378.05', '', 'Alternating esotropia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '378.06', '', 'Alternating esotropia with a pattern' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '378.07', '', 'Alternating esotropia with v pattern' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '378.08', '', 'Alternating esotropia with other noncomitancies' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '378.10', '', 'Exotropia unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '378.11', '', 'Monocular exotropia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '378.12', '', 'Monocular exotropia with a pattern' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '378.13', '', 'Monocular exotropia with v pattern' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '378.14', '', 'Monocular exotropia with other noncomitancies' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '378.15', '', 'Alternating exotropia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '378.16', '', 'Alternating exotropia with a pattern' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '378.17', '', 'Alternating exotropia with v pattern' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '378.18', '', 'Alternating exotropia with other noncomitancies' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '378.20', '', 'Intermittent heterotropia unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '378.21', '', 'Intermittent esotropia monocular' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '378.22', '', 'Intermittent esotropia alternating' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '378.23', '', 'Intermittent exotropia monocular' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '378.24', '', 'Intermittent exotropia alternating' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '378.30', '', 'Heterotropia unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '378.31', '', 'Hypertropia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '378.32', '', 'Hypotropia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '378.33', '', 'Cyclotropia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '378.34', '', 'Monofixation syndrome' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '378.35', '', 'Accommodative component in esotropia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '378.40', '', 'Heterophoria unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '378.41', '', 'Esophoria' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '378.42', '', 'Exophoria' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '378.43', '', 'Vertical heterophoria' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '378.44', '', 'Cyclophoria' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '378.45', '', 'Alternating hyperphoria' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '378.50', '', 'Paralytic strabismus unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '378.51', '', 'Third or oculomotor nerve palsy partial' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '378.52', '', 'Third or oculomotor nerve palsy total' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '378.53', '', 'Fourth or trochlear nerve palsy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '378.54', '', 'Sixth or abducens nerve palsy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '378.55', '', 'External ophthalmoplegia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '378.56', '', 'Total ophthalmoplegia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '378.60', '', 'Mechanical strabismus unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '378.61', '', 'Brown''s (tendon) sheath syndrome' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '378.62', '', 'Mechanical strabismus from other musculofascial disorders' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '378.63', '', 'Limited duction associated with other conditions' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '378.71', '', 'Duane''s syndrome' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '378.72', '', 'Progressive external ophthalmoplegia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '378.73', '', 'Strabismus in other neuromuscular disorders' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '378.81', '', 'Palsy of conjugate gaze' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '378.82', '', 'Spasm of conjugate gaze' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '378.83', '', 'Convergence insufficiency or palsy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '378.84', '', 'Convergence excess or spasm' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '378.85', '', 'Anomalies of divergence' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '378.86', '', 'Internuclear ophthalmoplegia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '378.87', '', 'Other dissociated deviation of eye movements' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '378.9', '', 'Unspecified disorder of eye movements' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '379.00', '', 'Scleritis unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '379.01', '', 'Episcleritis periodica fugax' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '379.02', '', 'Nodular episcleritis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '379.03', '', 'Anterior scleritis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '379.04', '', 'Scleromalacia perforans' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '379.05', '', 'Scleritis with corneal involvement' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '379.06', '', 'Brawny scleritis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '379.07', '', 'Posterior scleritis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '379.09', '', 'Other scleritis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '379.11', '', 'Scleral ectasia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '379.12', '', 'Staphyloma posticum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '379.13', '', 'Equatorial staphyloma' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '379.14', '', 'Anterior staphyloma localized' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '379.15', '', 'Ring staphyloma' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '379.16', '', 'Other degenerative disorders of sclera' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '379.19', '', 'Other scleral disorders' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '379.21', '', 'Vitreous degeneration' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '379.22', '', 'Crystalline deposits in vitreous' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '379.23', '', 'Vitreous hemorrhage' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '379.24', '', 'Other vitreous opacities' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '379.25', '', 'Vitreous membranes and strands' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '379.26', '', 'Vitreous prolapse' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '379.29', '', 'Other disorders of vitreous' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '379.31', '', 'Aphakia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '379.32', '', 'Subluxation of lens' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '379.33', '', 'Anterior dislocation of lens' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '379.34', '', 'Posterior dislocation of lens' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '379.39', '', 'Other disorders of lens' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '379.40', '', 'Abnormal pupillary function unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '379.41', '', 'Anisocoria' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '379.42', '', 'Miosis (persistent) not due to miotics' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '379.43', '', 'Mydriasis (persistent) not due to mydriatics' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '379.45', '', 'Argyll robertson pupil atypical' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '379.46', '', 'Tonic pupillary reaction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '379.49', '', 'Other anomalies of pupillary function' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '379.50', '', 'Nystagmus unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '379.51', '', 'Congenital nystagmus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '379.52', '', 'Latent nystagmus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '379.53', '', 'Visual deprivation nystagmus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '379.54', '', 'Nystagmus associated with disorders of the vestibular system' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '379.55', '', 'Dissociated nystagmus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '379.56', '', 'Other forms of nystagmus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '379.57', '', 'Deficiencies of saccadic eye movements' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '379.58', '', 'Deficiencies of smooth pursuit movements' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '379.59', '', 'Other irregularities of eye movements' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '379.60', '', 'Inflammation (infection) of postprocedural bleb, unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '379.61', '', 'Inflammation (infection) of postprocedural bleb, stage 1' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '379.62', '', 'Inflammation (infection) of postprocedural bleb, stage2' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '379.63', '', 'Inflammation (infection) of postprocedural bleb, stage3' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '379.8', '', 'Other specified disorders of eye and adnexa' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '379.90', '', 'Disorder of eye unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '379.91', '', 'Pain in or around eye' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '379.92', '', 'Swelling or mass of eye' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '379.93', '', 'Redness or discharge of eye' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '379.99', '', 'Other ill-defined disorders of eye' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '380.00', '', 'Perichondritis of pinna unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '380.01', '', 'Acute perichondritis of pinna' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '380.02', '', 'Chronic perichondritis of pinna' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '380.03', '', 'Chondritis of pinna' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '380.10', '', 'Infective otitis externa unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '380.11', '', 'Acute infection of pinna' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '380.12', '', 'Acute swimmers'' ear' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '380.13', '', 'Other acute infections of external ear' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '380.14', '', 'Malignant otitis externa' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '380.15', '', 'Chronic mycotic otitis externa' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '380.16', '', 'Other chronic infective otitis externa' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '380.21', '', 'Cholesteatoma of external ear' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '380.22', '', 'Other acute otitis externa' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '380.23', '', 'Other chronic otitis externa' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '380.30', '', 'Disorder of pinna unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '380.31', '', 'Hematoma of auricle or pinna' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '380.32', '', 'Acquired deformities of auricle or pinna' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '380.39', '', 'Other noninfectious disorders of pinna' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '380.4', '', 'Impacted cerumen' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '380.50', '', 'Acquired stenosis of external ear canal unspecified as to cause' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '380.51', '', 'Acquired stenosis of external ear canal secondary to trauma' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '380.52', '', 'Acquired stenosis of external ear canal secondary to surgery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '380.53', '', 'Acquired stenosis of external ear canal secondary to inflammation' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '380.81', '', 'Exostosis of external ear canal' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '380.89', '', 'Other disorders of external ear' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '380.9', '', 'Unspecified disorder of external ear' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '381.00', '', 'Acute nonsuppurative otitis media unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '381.01', '', 'Acute serous otitis media' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '381.02', '', 'Acute mucoid otitis media' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '381.03', '', 'Acute sanguinous otitis media' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '381.04', '', 'Acute allergic serous otitis media' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '381.05', '', 'Acute allergic mucoid otitis media' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '381.06', '', 'Acute allergic sanguinous otitis media' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '381.10', '', 'Chronic serous otitis media simple or unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '381.19', '', 'Other chronic serous otitis media' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '381.20', '', 'Chronic mucoid otitis media simple or unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '381.29', '', 'Other chronic mucoid otitis media' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '381.3', '', 'Other and unspecified chronic nonsuppurative otitis media' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '381.4', '', 'Nonsuppurative otitis media not specified as acute or chronic' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '381.50', '', 'Eustachian salpingitis unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '381.51', '', 'Acute eustachian salpingitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '381.52', '', 'Chronic eustachian salpingitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '381.60', '', 'Obstruction of eustachian tube unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '381.61', '', 'Osseous obstruction of eustachian tube' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '381.62', '', 'Intrinsic cartilaginous obstruction of eustachian tube' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '381.63', '', 'Extrinsic cartilaginous obstruction of eustachian tube' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '381.7', '', 'Patulous eustachian tube' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '381.81', '', 'Dysfunction of eustachian tube' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '381.89', '', 'Other disorders of eustachian tube' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '381.9', '', 'Unspecified eustachian tube disorder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '382.00', '', 'Acute suppurative otitis media without spontaneous rupture of eardrum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '382.01', '', 'Acute suppurative otitis media with spontaneous rupture of eardrum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '382.02', '', 'Acute suppurative otitis media in diseases classified elsewhere' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '382.1', '', 'Chronic tubotympanic suppurative otitis media' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '382.2', '', 'Chronic atticoantral suppurative otitis media' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '382.3', '', 'Unspecified chronic suppurative otitis media' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '382.4', '', 'Unspecified suppurative otitis media' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '382.9', '', 'Unspecified otitis media' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '383.00', '', 'Acute mastoiditis without complications' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '383.01', '', 'Subperiosteal abscess of mastoid' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '383.02', '', 'Acute mastoiditis with other complications' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '383.1', '', 'Chronic mastoiditis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '383.20', '', 'Petrositis unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '383.21', '', 'Acute petrositis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '383.22', '', 'Chronic petrositis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '383.30', '', 'Postmastoidectomy complication unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '383.31', '', 'Mucosal cyst of postmastoidectomy cavity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '383.32', '', 'Recurrent cholesteatoma of postmastoidectomy cavity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '383.33', '', 'Granulations of postmastoidectomy cavity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '383.81', '', 'Postauricular fistula' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '383.89', '', 'Other disorders of mastoid' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '383.9', '', 'Unspecified mastoiditis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '384.00', '', 'Acute myringitis unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '384.01', '', 'Bullous myringitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '384.09', '', 'Other acute myringitis without otitis media' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '384.1', '', 'Chronic myringitis without otitis media' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '384.20', '', 'Perforation of tympanic membrane unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '384.21', '', 'Central perforation of tympanic membrane' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '384.22', '', 'Attic perforation of tympanic membrane' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '384.23', '', 'Other marginal perforation of tympanic membrane' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '384.24', '', 'Multiple perforations of tympanic membrane' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '384.25', '', 'Total perforation of tympanic membrane' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '384.81', '', 'Atrophic flaccid tympanic membrane' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '384.82', '', 'Atrophic nonflaccid tympanic membrane' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '384.9', '', 'Unspecified disorder of tympanic membrane' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '385.00', '', 'Tympanosclerosis unspecified as to involvement' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '385.01', '', 'Tympanosclerosis involving tympanic membrane only' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '385.02', '', 'Tympanosclerosis involving tympanic membrane and ear ossicles' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '385.03', '', 'Tympanosclerosis involving tympanic membrane ear ossicles and middle ear' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '385.09', '', 'Tympanosclerosis involving other combination of structures' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '385.10', '', 'Adhesive middle ear disease unspecified as to involvement' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '385.11', '', 'Adhesions of drum head to incus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '385.12', '', 'Adhesions of drum head to stapes' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '385.13', '', 'Adhesions of drum head to promontorium' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '385.19', '', 'Other middle ear adhesions and combinations' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '385.21', '', 'Impaired mobility of malleus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '385.22', '', 'Impaired mobility of other ear ossicles' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '385.23', '', 'Discontinuity or dislocation of ear ossicles' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '385.24', '', 'Partial loss or necrosis of ear ossicles' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '385.30', '', 'Cholesteatoma unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '385.31', '', 'Cholesteatoma of attic' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '385.32', '', 'Cholesteatoma of middle ear' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '385.33', '', 'Cholesteatoma of middle ear and mastoid' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '385.35', '', 'Diffuse cholesteatosis of middle ear and mastoid' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '385.82', '', 'Cholesterin granuloma of middle ear' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '385.83', '', 'Retained foreign body of middle ear' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '385.89', '', 'Other disorders of middle ear and mastoid' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '385.9', '', 'Unspecified disorder of middle ear and mastoid' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '386.00', '', 'Meniere''s disease unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '386.01', '', 'Active meniere''s disease cochleovestibular' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '386.02', '', 'Active meniere''s disease cochlear' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '386.03', '', 'Active meniere''s disease vestibular' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '386.04', '', 'Inactive meniere''s disease' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '386.10', '', 'Peripheral vertigo unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '386.11', '', 'Benign paroxysmal positional vertigo' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '386.12', '', 'Vestibular neuronitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '386.19', '', 'Other peripheral vertigo' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '386.2', '', 'Vertigo of central origin' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '386.30', '', 'Labyrinthitis unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '386.31', '', 'Serous labyrinthitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '386.32', '', 'Circumscribed labyrinthitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '386.33', '', 'Suppurative labyrinthitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '386.34', '', 'Toxic labyrinthitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '386.35', '', 'Viral labyrinthitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '386.40', '', 'Labyrinthine fistula unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '386.41', '', 'Round window fistula' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '386.42', '', 'Oval window fistula' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '386.43', '', 'Semicircular canal fistula' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '386.48', '', 'Labyrinthine fistula of combined sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '386.50', '', 'Labyrinthine dysfunction unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '386.51', '', 'Hyperactive labyrinth unilateral' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '386.52', '', 'Hyperactive labyrinth bilateral' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '386.53', '', 'Hypoactive labyrinth unilateral' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '386.54', '', 'Hypoactive labyrinth bilateral' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '386.55', '', 'Loss of labyrinthine reactivity unilateral' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '386.56', '', 'Loss of labyrinthine reactivity bilateral' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '386.58', '', 'Other forms and combinations of labyrinthine dysfunction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '386.8', '', 'Other disorders of labyrinth' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '386.9', '', 'Unspecified vertiginous syndromes and labyrinthine disorders' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '387.0', '', 'Otosclerosis involving oval window nonobliterative' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '387.1', '', 'Otosclerosis involving oval window obliterative' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '387.2', '', 'Cochlear otosclerosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '387.8', '', 'Other otosclerosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '387.9', '', 'Otosclerosis unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '388.00', '', 'Degenerative and vascular disorders unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '388.01', '', 'Presbyacusis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '388.02', '', 'Transient ischemic deafness' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '388.10', '', 'Noise effects on inner ear unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '388.11', '', 'Acoustic trauma (explosive) to ear' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '388.12', '', 'Noise-induced hearing loss' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '388.2', '', 'Sudden hearing loss unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '388.30', '', 'Tinnitus unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '388.31', '', 'Subjective tinnitus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '388.32', '', 'Objective tinnitus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '388.40', '', 'Abnormal auditory perception unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '388.41', '', 'Diplacusis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '388.42', '', 'Hyperacusis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '388.43', '', 'Impairment of auditory discrimination' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '388.44', '', 'Auditory recruitment' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '388.45', '', 'Acquired auditory processing disorder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '388.5', '', 'Disorders of acoustic nerve' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '388.60', '', 'Otorrhea unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '388.61', '', 'Cerebrospinal fluid otorrhea' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '388.69', '', 'Other otorrhea' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '388.70', '', 'Otalgia unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '388.71', '', 'Otogenic pain' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '388.72', '', 'Referred otogenic pain' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '388.8', '', 'Other disorders of ear' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '388.9', '', 'Unspecified disorder of ear' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '389.00', '', 'Conductive hearing loss unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '389.01', '', 'Conductive hearing loss external ear' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '389.02', '', 'Conductive hearing loss tympanic membrane' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '389.03', '', 'Conductive hearing loss middle ear' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '389.04', '', 'Conductive hearing loss inner ear' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '389.05', '', 'Conductive hearing loss, unilateral' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '389.06', '', 'Conductive hearing loss, bilateral' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '389.08', '', 'Conductive hearing loss of combined types' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '389.10', '', 'Sensorineural hearing loss unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '389.11', '', 'Sensory hearing loss' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '389.12', '', 'Neural hearing loss' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '389.13', '', 'Neural hearing loss, unilateral' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '389.14', '', 'Central hearing loss' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '389.15', '', 'Sensorineural hearing loss, unilateral' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '389.16', '', 'Sensorineural hearing loss, asymmetrical' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '389.17', '', 'Sensory hearing loss, unilateral' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '389.18', '', 'Sensorineural hearing loss, bilateral' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '389.20', '', 'Mixed hearing loss, unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '389.21', '', 'Mixed hearing loss, unilateral' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '389.22', '', 'Mixed hearing loss, bilateral' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '389.7', '', 'Deaf nonspeaking, not elsewhere classifiable' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '389.8', '', 'Other specified forms of hearing loss' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '389.9', '', 'Unspecified hearing loss' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '390', '', 'Rheumatic fever without heart involvement' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '391.0', '', 'Acute rheumatic pericarditis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '391.1', '', 'Acute rheumatic endocarditis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '391.2', '', 'Acute rheumatic myocarditis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '391.8', '', 'Other acute rheumatic heart disease' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '391.9', '', 'Acute rheumatic heart disease unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '392.0', '', 'Rheumatic chorea with heart involvement' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '392.9', '', 'Rheumatic chorea without heart involvement' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '393', '', 'Chronic rheumatic pericarditis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '394.0', '', 'Mitral stenosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '394.1', '', 'Rheumatic mitral insufficiency' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '394.2', '', 'Mitral stenosis with insufficiency' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '394.9', '', 'Other and unspecified mitral valve diseases' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '395.0', '', 'Rheumatic aortic stenosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '395.1', '', 'Rheumatic aortic insufficiency' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '395.2', '', 'Rheumatic aortic stenosis with insufficiency' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '395.9', '', 'Other and unspecified rheumatic aortic diseases' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '396.0', '', 'Mitral valve stenosis and aortic valve stenosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '396.1', '', 'Mitral valve stenosis and aortic valve insufficiency' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '396.2', '', 'Mitral valve insufficiency and aortic valve stenosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '396.3', '', 'Mitral valve insufficiency and aortic valve insufficiency' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '396.8', '', 'Multiple involvement of mitral and aortic valves' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '396.9', '', 'Mitral and aortic valve diseases unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '397.0', '', 'Diseases of tricuspid valve' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '397.1', '', 'Rheumatic diseases of pulmonary valve' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '397.9', '', 'Rheumatic diseases of endocardium valve unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '398.0', '', 'Rheumatic myocarditis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '398.90', '', 'Rheumatic heart disease unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '398.91', '', 'Rheumatic heart failure (congestive)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '398.99', '', 'Other rheumatic heart diseases' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '401.0', '', 'Malignant essential hypertension' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '401.1', '', 'Benign essential hypertension' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '401.9', '', 'Unspecified essential hypertension' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '402.00', '', 'Malignant hypertensive heart disease without heart failure' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '402.01', '', 'Malignant hypertensive heart disease with heart failure' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '402.10', '', 'Benign hypertensive heart disease without heart failure' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '402.11', '', 'Benign hypertensive heart disease with heart failure' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '402.90', '', 'Unspecified hypertensive heart disease without heart failure' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '402.91', '', 'Unspecified hypertensive heart disease with heart failure' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '403.00', '', 'Malignant hypertensive renal disease without renal failure' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '403.01', '', 'Malignant hypertensive renal disease with renal failure' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '403.10', '', 'Benign hypertensive renal disease without renal failure' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '403.11', '', 'Benign hypertensive renal disease with renal failure' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '403.90', '', 'Unspecified hypertensive renal disease without renal failure' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '403.91', '', 'Unspecified hypertensive renal disease with renal failure' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '404.00', '', 'Malignant hypertensive heart and renal disease without heart failure or renal failure' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '404.01', '', 'Malignant hypertensive heart and renal disease with heart failure' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '404.02', '', 'Malignant hypertensive heart and renal disease with renal failure' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '404.03', '', 'Malignant hypertensive heart and renal disease with heart failure and renal failure' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '404.10', '', 'Benign hypertensive heart and renal disease without heart failure or renal failure' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '404.11', '', 'Benign hypertensive heart and renal disease with heart failure' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '404.12', '', 'Benign hypertensive heart and renal disease with renal failure' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '404.13', '', 'Benign hypertensive heart and renal disease with heart failure and renal failure' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '404.90', '', 'Unspecified hypertensive heart and renal disease without heart failure or renal failure' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '404.91', '', 'Unspecified hypertensive heart and renal disease with heart failure' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '404.92', '', 'Unspecified hypertensive heart and renal disease with renal failure' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '404.93', '', 'Unspecified hypertensive heart and renal disease with heart failure and renal failure' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '405.01', '', 'Malignant renovascular hypertension' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '405.09', '', 'Other malignant secondary hypertension' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '405.11', '', 'Benign renovascular hypertension' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '405.19', '', 'Other benign secondary hypertension' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '405.91', '', 'Unspecified renovascular hypertension' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '405.99', '', 'Other unspecified secondary hypertension' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '410.00', '', 'Acute myocardial infarction of anterolateral wall episode of care unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '410.01', '', 'Acute myocardial infarction of anterolateral wall initial episode of care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '410.02', '', 'Acute myocardial infarction of anterolateral wall subsequent episode of care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '410.10', '', 'Acute myocardial infarction of other anterior wall episode of care unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '410.11', '', 'Acute myocardial infarction of other anterior wall initial episode of care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '410.12', '', 'Acute myocardial infarction of other anterior wall subsequent episode of care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '410.20', '', 'Acute myocardial infarction of inferolateral wall episode of care unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '410.21', '', 'Acute myocardial infarction of inferolateral wall initial episode of care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '410.22', '', 'Acute myocardial infarction of inferolateral wall subsequent episode of care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '410.30', '', 'Acute myocardial infarction of inferoposterior wall episode of care unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '410.31', '', 'Acute myocardial infarction of inferoposterior wall initial episode of care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '410.32', '', 'Acute myocardial infarction of inferoposterior wall subsequent episode of care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '410.40', '', 'Acute myocardial infarction of other inferior wall episode of care unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '410.41', '', 'Acute myocardial infarction of other inferior wall initial episode of care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '410.42', '', 'Acute myocardial infarction of other inferior wall subsequent episode of care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '410.50', '', 'Acute myocardial infarction of other lateral wall episode of care unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '410.51', '', 'Acute myocardial infarction of other lateral wall initial episode of care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '410.52', '', 'Acute myocardial infarction of other lateral wall subsequent episode of care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '410.60', '', 'True posterior wall infarction episode of care unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '410.61', '', 'True posterior wall infarction initial episode of care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '410.62', '', 'True posterior wall infarction subsequent episode of care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '410.70', '', 'Subendocardial infarction episode of care unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '410.71', '', 'Subendocardial infarction initial episode of care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '410.72', '', 'Subendocardial infarction subsequent episode of care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '410.80', '', 'Acute myocardial infarction of other specified sites episode of care unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '410.81', '', 'Acute myocardial infarction of other specified sites initial episode of care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '410.82', '', 'Acute myocardial infarction of other specified sites subsequent episode of care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '410.90', '', 'Acute myocardial infarction of unspecified site episode of care unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '410.91', '', 'Acute myocardial infarction of unspecified site initial episode of care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '410.92', '', 'Acute myocardial infarction of unspecified site subsequent episode of care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '411.0', '', 'Postmyocardial infarction syndrome' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '411.1', '', 'Intermediate coronary syndrome' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '411.81', '', 'Acute coronary occlusion without myocardial infarction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '411.89', '', 'Other acute and subacute forms of ischemic heart disease other' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '412', '', 'Old myocardial infarction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '413.0', '', 'Angina decubitus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '413.1', '', 'Prinzmetal angina' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '413.9', '', 'Other and unspecified angina pectoris' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '414.00', '', 'Coronary atherosclerosis of unspecified type of vessel native or graft' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '414.01', '', 'Coronary atherosclerosis of native coronary artery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '414.02', '', 'Coronary atherosclerosis of autologous vein bypass graft' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '414.03', '', 'Coronary atherosclerosis of nonautologous biological bypass graft' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '414.04', '', 'Coronary atherosclerosis of artery bypass graft' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '414.05', '', 'Coronary atherosclerosis of unspecified bypass graft' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '414.06', '', 'Coronary atherosclerosis of native coronary artery of transplanted heart' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '414.07', '', 'Coronary atherosclerosis of bypass graft (artery) (vein) of transplanted heart' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '414.10', '', 'Aneurysm of heart (wall)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '414.11', '', 'Aneurysm of coronary vessels' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '414.12', '', 'Dissection of coronary artery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '414.19', '', 'Other aneurysm of heart' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '414.2', '', 'Chronic total occlusion of coronary artery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '414.3', '', 'Coronary atherosclerosis due to lipid rich plaque' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '414.8', '', 'Other specified forms of chronic ischemic heart disease' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '414.9', '', 'Chronic ischemic heart disease unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '415.0', '', 'Acute cor pulmonale' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '415.11', '', 'Iatrogenic pulmonary embolism and infarction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '415.12', '', 'Septic pulmonary embolism' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '415.19', '', 'Other pulmonary embolism and infarction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '416.0', '', 'Primary pulmonary hypertension' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '416.1', '', 'Kyphoscoliotic heart disease' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '416.2', '', 'Chronic pulmonary embolism' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '416.8', '', 'Other chronic pulmonary heart diseases' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '416.9', '', 'Chronic pulmonary heart disease unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '417.0', '', 'Arteriovenous fistula of pulmonary vessels' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '417.1', '', 'Aneurysm of pulmonary artery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '417.8', '', 'Other specified diseases of pulmonary circulation' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '417.9', '', 'Unspecified disease of pulmonary circulation' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '420.0', '', 'Acute pericarditis in diseases classified elsewhere' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '420.90', '', 'Acute pericarditis unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '420.91', '', 'Acute idiopathic pericarditis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '420.99', '', 'Other acute pericarditis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '421.0', '', 'Acute and subacute bacterial endocarditis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '421.1', '', 'Acute and subacute infective endocarditis in diseases classified elsewhere' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '421.9', '', 'Acute endocarditis unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '422.0', '', 'Acute myocarditis in diseases classified elsewhere' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '422.90', '', 'Acute myocarditis unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '422.91', '', 'Idiopathic myocarditis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '422.92', '', 'Septic myocarditis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '422.93', '', 'Toxic myocarditis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '422.99', '', 'Other acute myocarditis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '423.0', '', 'Hemopericardium' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '423.1', '', 'Adhesive pericarditis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '423.2', '', 'Constrictive pericarditis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '423.3', '', 'Cardiac tamponade' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '423.8', '', 'Other specified diseases of pericardium' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '423.9', '', 'Unspecified disease of pericardium' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '424.0', '', 'Mitral valve disorders' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '424.1', '', 'Aortic valve disorders' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '424.2', '', 'Tricuspid valve disorders specified as nonrheumatic' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '424.3', '', 'Pulmonary valve disorders' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '424.90', '', 'Endocarditis valve unspecified cause' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '424.91', '', 'Endocarditis in diseases classified elsewhere' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '424.99', '', 'Other endocarditis valve unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '425.0', '', 'Endomyocardial fibrosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '425.1', '', 'Hypertrophic obstructive cardiomyopathy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '425.2', '', 'Obscure cardiomyopathy of africa' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '425.3', '', 'Endocardial fibroelastosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '425.4', '', 'Other primary cardiomyopathies' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '425.5', '', 'Alcoholic cardiomyopathy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '425.7', '', 'Nutritional and metabolic cardiomyopathy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '425.8', '', 'Cardiomyopathy in other diseases classified elsewhere' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '425.9', '', 'Secondary cardiomyopathy unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '426.0', '', 'Atrioventricular block complete' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '426.10', '', 'Atrioventricular block unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '426.11', '', 'First degree atrioventricular block' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '426.12', '', 'Mobitz (type) ii atrioventricular block' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '426.13', '', 'Other second degree atrioventricular block' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '426.2', '', 'Left bundle branch hemiblock' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '426.3', '', 'Other left bundle branch block' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '426.4', '', 'Right bundle branch block' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '426.50', '', 'Bundle branch block unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '426.51', '', 'Right bundle branch block and left posterior fascicular block' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '426.52', '', 'Right bundle branch block and left anterior fascicular block' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '426.53', '', 'Other bilateral bundle branch block' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '426.54', '', 'Trifascicular block' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '426.6', '', 'Other heart block' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '426.7', '', 'Anomalous atrioventricular excitation' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '426.81', '', 'Lown-ganong-levine syndrome' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '426.82', '', 'Long qt syndrome' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '426.89', '', 'Other specified conduction disorders' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '426.9', '', 'Conduction disorder unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '427.0', '', 'Paroxysmal supraventricular tachycardia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '427.1', '', 'Paroxysmal ventricular tachycardia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '427.2', '', 'Paroxysmal tachycardia unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '427.31', '', 'Atrial fibrillation' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '427.32', '', 'Atrial flutter' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '427.41', '', 'Ventricular fibrillation' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '427.42', '', 'Ventricular flutter' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '427.5', '', 'Cardiac arrest' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '427.60', '', 'Premature beats unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '427.61', '', 'Supraventricular premature beats' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '427.69', '', 'Other premature beats' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '427.81', '', 'Sinoatrial node dysfunction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '427.89', '', 'Other specified cardiac dysrhythmias' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '427.9', '', 'Cardiac dysrhythmia unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '428.0', '', 'Congestive heart failure unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '428.1', '', 'Left heart failure' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '428.20', '', 'Unspecified systolic heart failure' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '428.21', '', 'Acute systolic heart failure' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '428.22', '', 'Chronic systolic heart failure' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '428.23', '', 'Acute on chronic systolic heart failure' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '428.30', '', 'Unspecified diastolic heart failure' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '428.31', '', 'Acute diastolic heart failure' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '428.32', '', 'Chronic diastolic heart failure' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '428.33', '', 'Acute on chronic diastolic heart failure' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '428.40', '', 'Unspecified combined systolic and diastolic heart failure' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '428.41', '', 'Acute combined systolic and diastolic heart failure' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '428.42', '', 'Chronic combined systolic and diastolic heart failure' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '428.43', '', 'Acute on chronic combined systolic and diastolic heart failure' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '428.9', '', 'Heart failure unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '429.0', '', 'Myocarditis unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '429.1', '', 'Myocardial degeneration' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '429.2', '', 'Cardiovascular disease unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '429.3', '', 'Cardiomegaly' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '429.4', '', 'Functional disturbances following cardiac surgery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '429.5', '', 'Rupture of chordae tendineae' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '429.6', '', 'Rupture of papillary muscle' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '429.71', '', 'Certain sequelae of myocardial infarction not elsewhere classified acquired cardiac septal defect' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '429.79', '', 'Certain sequelae of myocardial infarction not elsewhere classified other' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '429.81', '', 'Other disorders of papillary muscle' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '429.82', '', 'Hyperkinetic heart disease' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '429.83', '', 'Takotsubo syndrome' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '429.89', '', 'Other ill-defined heart diseases' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '429.9', '', 'Heart disease unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '430', '', 'Subarachnoid hemorrhage' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '431', '', 'Intracerebral hemorrhage' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '432.0', '', 'Nontraumatic extradural hemorrhage' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '432.1', '', 'Subdural hemorrhage' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '432.9', '', 'Unspecified intracranial hemorrhage' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '433.00', '', 'Occlusion and stenosis of basilar artery without cerebral infarction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '433.01', '', 'Occlusion and stenosis of basilar artery with cerebral infarction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '433.10', '', 'Occlusion and stenosis of carotid artery without cerebral infarction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '433.11', '', 'Occlusion and stenosis of carotid artery with cerebral infarction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '433.20', '', 'Occlusion and stenosis of vertebral artery without cerebral infarction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '433.21', '', 'Occlusion and stenosis of vertebral artery with cerebral infarction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '433.30', '', 'Occlusion and stenosis of multiple and bilateral precerebral arteries without cerebral infarction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '433.31', '', 'Occlusion and stenosis of multiple and bilateral precerebral arteries with cerebral infarction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '433.80', '', 'Occlusion and stenosis of other specified precerebral artery without cerebral infarction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '433.81', '', 'Occlusion and stenosis of other specified precerebral artery with cerebral infarction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '433.90', '', 'Occlusion and stenosis of unspecified precerebral artery without cerebral infarction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '433.91', '', 'Occlusion and stenosis of unspecified precerebral artery with cerebral infarction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '434.00', '', 'Cerebral thrombosis without cerebral infarction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '434.01', '', 'Cerebral thrombosis with cerebral infarction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '434.10', '', 'Cerebral embolism without cerebral infarction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '434.11', '', 'Cerebral embolism with cerebral infarction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '434.90', '', 'Cerebral artery occlusion unspecified without cerebral infarction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '434.91', '', 'Cerebral artery occlusion unspecified with cerebral infarction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '435.0', '', 'Basilar artery syndrome' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '435.1', '', 'Vertebral artery syndrome' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '435.2', '', 'Subclavian steal syndrome' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '435.3', '', 'Vertebrobasilar artery syndrome' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '435.8', '', 'Other specified transient cerebral ischemias' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '435.9', '', 'Unspecified transient cerebral ischemia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '436', '', 'Acute but ill-defined cerebrovascular disease' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '437.0', '', 'Cerebral atherosclerosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '437.1', '', 'Other generalized ischemic cerebrovascular disease' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '437.2', '', 'Hypertensive encephalopathy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '437.3', '', 'Cerebral aneurysm nonruptured' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '437.4', '', 'Cerebral arteritis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '437.5', '', 'Moyamoya disease' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '437.6', '', 'Nonpyogenic thrombosis of intracranial venous sinus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '437.7', '', 'Transient global amnesia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '437.8', '', 'Other ill-defined cerebrovascular disease' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '437.9', '', 'Unspecified cerebrovascular disease' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '438.0', '', 'Cognitive deficits' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '438.10', '', 'Speech and language deficit unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '438.11', '', 'Aphasia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '438.12', '', 'Dysphasia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '438.13', '', 'Late effects of cerebrovascular disease, dysarthria' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '438.14', '', 'Late effects of cerebrovascular disease, fluency disorder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '438.19', '', 'Other speech and language deficits' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '438.20', '', 'Hemiplegia affecting unspecified side' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '438.21', '', 'Hemiplegia affecting dominant side' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '438.22', '', 'Hemiplegia affecting nondominant side' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '438.30', '', 'Monoplegia of upper limb affecting unspecified side' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '438.31', '', 'Monoplegia of upper limb affecting dominant side' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '438.32', '', 'Monoplegia of upper limb affecting nondominant side' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '438.40', '', 'Monoplegia of lower limb affecting unspecified side' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '438.41', '', 'Monoplegia of lower limb affecting dominant side' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '438.42', '', 'Monoplegia of lower limb affecting nondominant side' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '438.50', '', 'Other paralytic syndrome affecting unspecified side' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '438.51', '', 'Other paralytic syndrome affecting dominant side' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '438.52', '', 'Other paralytic syndrome affecting nondominant side' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '438.53', '', 'Other paralytic syndrome bilateral' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '438.6', '', 'Alterations of sensations' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '438.7', '', 'Disturbances of vision' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '438.81', '', 'Apraxia cerebrovascular disease' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '438.82', '', 'Dysphagia cerebrovascular disease' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '438.83', '', 'Facial weakness' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '438.84', '', 'Ataxia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '438.85', '', 'Vertigo' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '438.89', '', 'Other late effects of cerebrovascular disease' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '438.9', '', 'Unspecified late effects of cerebrovascular disease' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '440.0', '', 'Atherosclerosis of aorta' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '440.1', '', 'Atherosclerosis of renal artery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '440.20', '', 'Atherosclerosis of native arteries of the extremities unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '440.21', '', 'Atherosclerosis of native arteries of the extremities with intermittent claudication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '440.22', '', 'Atherosclerosis of native arteries of the extremities with rest pain' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '440.23', '', 'Atherosclerosis of native arteries of the extremities with ulceration' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '440.24', '', 'Atherosclerosis of native arteries of the extremities with gangrene' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '440.29', '', 'Other atherosclerosis of native arteries of the extremities' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '440.30', '', 'Atherosclerosis of unspecified bypass graft of the extremities' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '440.31', '', 'Atherosclerosis of autologous vein bypass graft of the extremities' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '440.32', '', 'Atherosclerosis of nonautologous biological bypass graft of the extremities' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '440.4', '', 'Chronic total occlusion of artery of the extremities' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '440.8', '', 'Atherosclerosis of other specified arteries' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '440.9', '', 'Generalized and unspecified atherosclerosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '441.00', '', 'Dissection of aorta aneurysm unspecified site' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '441.01', '', 'Dissection of aorta thoracic' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '441.02', '', 'Dissection of aorta abdominal' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '441.03', '', 'Dissection of aorta thoracoabdominal' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '441.1', '', 'Thoracic aneurysm ruptured' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '441.2', '', 'Thoracic aneurysm without rupture' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '441.3', '', 'Abdominal aneurysm ruptured' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '441.4', '', 'Abdominal aneurysm without rupture' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '441.5', '', 'Aortic aneurysm of unspecified site ruptured' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '441.6', '', 'Thoracoabdominal aneurysm ruptured' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '441.7', '', 'Thoracoabdominal aneurysm without rupture' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '441.9', '', 'Aortic aneurysm of unspecified site without rupture' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '442.0', '', 'Aneurysm of artery of upper extremity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '442.1', '', 'Aneurysm of renal artery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '442.2', '', 'Aneurysm of iliac artery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '442.3', '', 'Aneurysm of artery of lower extremity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '442.81', '', 'Aneurysm of artery of neck' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '442.82', '', 'Aneurysm of subclavian artery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '442.83', '', 'Aneurysm of splenic artery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '442.84', '', 'Aneurysm of other visceral artery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '442.89', '', 'Aneurysm of other specified site' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '442.9', '', 'Other aneurysm of unspecified site' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '443.0', '', 'Raynaud''s syndrome' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '443.1', '', 'Thromboangiitis obliterans (buerger''s disease)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '443.21', '', 'Dissection of carotid artery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '443.22', '', 'Dissection of iliac artery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '443.23', '', 'Dissection of renal artery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '443.24', '', 'Dissection of vertebral artery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '443.29', '', 'Dissection of other artery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '443.81', '', 'Peripheral angiopathy in diseases classified elsewhere' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '443.82', '', 'Erythromelalgia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '443.89', '', 'Other peripheral vascular disease' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '443.9', '', 'Peripheral vascular disease unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '444.0', '', 'Embolism and thrombosis of abdominal aorta' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '444.1', '', 'Embolism and thrombosis of thoracic aorta' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '444.21', '', 'Arterial embolism and thrombosis of upper extremity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '444.22', '', 'Arterial embolism and thrombosis of lower extremity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '444.81', '', 'Embolism and thrombosis of iliac artery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '444.89', '', 'Embolism and thrombosis of other artery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '444.9', '', 'Embolism and thrombosis of unspecified artery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '445.01', '', 'Atheroembolism of upper extremity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '445.02', '', 'Atheroembolism of lower extremity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '445.81', '', 'Atheroembolism of kidney' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '445.89', '', 'Atheroembolism of other site' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '446.0', '', 'Polyarteritis nodosa' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '446.1', '', 'Acute febrile mucocutaneous lymph node syndrome (mcls)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '446.20', '', 'Hypersensitivity angiitis unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '446.21', '', 'Goodpasture''s syndrome' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '446.29', '', 'Other specified hypersensitivity angiitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '446.3', '', 'Lethal midline granuloma' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '446.4', '', 'Wegener''s granulomatosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '446.5', '', 'Giant cell arteritis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '446.6', '', 'Thrombotic microangiopathy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '446.7', '', 'Takayasu''s disease' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '447.0', '', 'Arteriovenous fistula acquired' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '447.1', '', 'Stricture of artery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '447.2', '', 'Rupture of artery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '447.3', '', 'Hyperplasia of renal artery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '447.4', '', 'Celiac artery compression syndrome' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '447.5', '', 'Necrosis of artery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '447.6', '', 'Arteritis unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '447.8', '', 'Other specified disorders of arteries and arterioles' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '447.9', '', 'Unspecified disorders of arteries and arterioles' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '448.0', '', 'Hereditary hemorrhagic telangiectasia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '448.1', '', 'Nevus non-neoplastic' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '448.9', '', 'Other and unspecified capillary diseases' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '449', '', 'Septic arterial embolism' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '451.0', '', 'Phlebitis and thrombophlebitis of superficial vessels of lower extremities' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '451.11', '', 'Phlebitis and thrombophlebitis of femoral vein (deep) (superficial)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '451.19', '', 'Phlebitis and thrombophlebitis of other' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '451.2', '', 'Phlebitis and thrombophlebitis of lower extremities unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '451.81', '', 'Phlebitis and thrombophlebitis of iliac vein' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '451.82', '', 'Phlebitis and thrombophlebitis of superficial veins of upper extremities' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '451.83', '', 'Phlebitis and thrombophlebitis of deep veins of upper extremities' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '451.84', '', 'Phlebitis and thrombophlebitis of upper extremities unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '451.89', '', 'Phlebitis and thrombophlebitis of other sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '451.9', '', 'Phlebitis and thrombophlebitis of unspecified site' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '452', '', 'Portal vein thrombosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '453.0', '', 'Budd-chiari syndrome' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '453.1', '', 'Thrombophlebitis migrans' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '453.2', '', 'Embolism and thrombosis of inferior vena cava' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '453.3', '', 'Embolism and thrombosis of renal vein' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '453.40', '', 'Acute venous embolism and thrombosis of unspecified deep vessels of lower extremity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '453.41', '', 'Acute venous embolism and thrombosis of deep vessels of proximal lower extremity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '453.42', '', 'Acute venous embolism and thrombosis of deep vessels of distal lower extremity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '453.50', '', 'Chronic venous embolism and thrombosis of unspecified deep vessels of lower extremity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '453.51', '', 'Chronic venous embolism and thrombosis of deep vessels of proximal lower extremity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '453.52', '', 'Chronic venous embolism and thrombosis of deep vessels of distal lower extremity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '453.6', '', 'Venous embolism and thrombosis of superficial vessels of lower extremity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '453.71', '', 'Chronic venous embolism and thrombosis of superficial veins of upper extremity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '453.72', '', 'Chronic venous embolism and thrombosis of deep veins of upper extremity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '453.73', '', 'Chronic venous embolism and thrombosis of upper extremity, unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '453.74', '', 'Chronic venous embolism and thrombosis axillary veins' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '453.75', '', 'Chronic venous embolism and thrombosis of subclavian veins' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '453.76', '', 'Chronic venous embolism and thrombosis of internal jugular veins' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '453.77', '', 'Chronic venous embolism and thrombosis of other thoracic veins' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '453.79', '', 'Chronic venous embolism and thrombosis of other specified veins' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '453.81', '', 'Acute venous embolism and thrombosis of superficial veins of upper extremity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '453.82', '', 'Acute venous embolism and thrombosis of deep veins of upper extremity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '453.83', '', 'Acute venous embolism and thrombosis of upper extremity, unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '453.84', '', 'Acute venous embolism and thrombosis of axillary veins' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '453.85', '', 'Acute venous embolism and thrombosis of subclavian veins' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '453.86', '', 'Acute venous embolism and thrombosis of internal jugular veins' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '453.87', '', 'Acute venous embolism and thrombosis of other thoracic veins' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '453.89', '', 'Acute venous embolism and thrombosis of other specified veins' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '453.9', '', 'Embolism and thrombosis of unspecified site' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '454.0', '', 'Varicose veins of lower extremities with ulcer' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '454.1', '', 'Varicose veins of lower extremities with inflammation' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '454.2', '', 'Varicose veins of lower extremities with ulcer and inflammation' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '454.8', '', 'Varicose veins of lower extremities with other complications' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '454.9', '', 'Asymptomatic varicose veins' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '455.0', '', 'Internal hemorrhoids without complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '455.1', '', 'Internal thrombosed hemorrhoids' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '455.2', '', 'Internal hemorrhoids with other complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '455.3', '', 'External hemorrhoids without complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '455.4', '', 'External thrombosed hemorrhoids' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '455.5', '', 'External hemorrhoids with other complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '455.6', '', 'Unspecified hemorrhoids without complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '455.7', '', 'Unspecified thrombosed hemorrhoids' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '455.8', '', 'Unspecified hemorrhoids with other complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '455.9', '', 'Residual hemorrhoidal skin tags' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '456.0', '', 'Esophageal varices with bleeding' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '456.1', '', 'Esophageal varices without bleeding' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '456.20', '', 'Esophageal varices in diseases classified elsewhere with bleeding' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '456.21', '', 'Esophageal varices in diseases classified elsewhere without bleeding' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '456.3', '', 'Sublingual varices' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '456.4', '', 'Scrotal varices' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '456.5', '', 'Pelvic varices' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '456.6', '', 'Vulval varices' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '456.8', '', 'Varices of other sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '457.0', '', 'Postmastectomy lymphedema syndrome' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '457.1', '', 'Other lymphedema' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '457.2', '', 'Lymphangitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '457.8', '', 'Other noninfectious disorders of lymphatic channels' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '457.9', '', 'Unspecified noninfectious disorder of lymphatic channels' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '458.0', '', 'Orthostatic hypotension' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '458.1', '', 'Chronic hypotension' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '458.21', '', 'Hypotension of hemodialysis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '458.29', '', 'Other iatrogenic hypotension' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '458.8', '', 'Other specified hypotension' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '458.9', '', 'Hypotension unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '459.0', '', 'Hemorrhage unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '459.10', '', 'Postphlebetic syndrome without complications' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '459.11', '', 'Postphlebetic syndrome with ulcer' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '459.12', '', 'Postphlebetic syndrome with inflammation' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '459.13', '', 'Postphlebetic syndrome with ulcer and inflammation' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '459.19', '', 'Postphlebetic syndrome with other complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '459.2', '', 'Compression of vein' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '459.30', '', 'Chronic venous hypertension without complications' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '459.31', '', 'Chronic venous hypertension with ulcer' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '459.32', '', 'Chronic venous hypertension with inflammation' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '459.33', '', 'Chronic venous hypertension with ulcer and inflammation' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '459.39', '', 'Chronic venous hypertension with other complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '459.81', '', 'Venous (peripheral) insufficiency unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '459.89', '', 'Other specified circulatory system disorders' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '459.9', '', 'Unspecified circulatory system disorder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '460', '', 'Acute nasopharyngitis (common cold)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '461.0', '', 'Acute maxillary sinusitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '461.1', '', 'Acute frontal sinusitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '461.2', '', 'Acute ethmoidal sinusitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '461.3', '', 'Acute sphenoidal sinusitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '461.8', '', 'Other acute sinusitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '461.9', '', 'Acute sinusitis unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '462', '', 'Acute pharyngitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '463', '', 'Acute tonsillitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '464.00', '', 'Acute laryngitis without obstruction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '464.01', '', 'Acute laryngitis with obstruction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '464.10', '', 'Acute tracheitis without obstruction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '464.11', '', 'Acute tracheitis with obstruction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '464.20', '', 'Acute laryngotracheitis without obstruction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '464.21', '', 'Acute laryngotracheitis with obstruction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '464.30', '', 'Acute epiglottitis without obstruction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '464.31', '', 'Acute epiglottitis with obstruction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '464.4', '', 'Croup' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '464.50', '', 'Supraglottitis unspecified without obstruction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '464.51', '', 'Supraglottitis unspecified with obstruction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '465.0', '', 'Acute laryngopharyngitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '465.8', '', 'Acute upper respiratory infections of other multiple sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '465.9', '', 'Acute upper respiratory infections of unspecified site' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '466.0', '', 'Acute bronchitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '466.11', '', 'Acute bronchiolitis due to respiratory syncytial virus (rsv)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '466.19', '', 'Acute bronchiolitis due to other infectious organisms' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '470', '', 'Deviated nasal septum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '471.0', '', 'Polyp of nasal cavity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '471.1', '', 'Polypoid sinus degeneration' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '471.8', '', 'Other polyp of sinus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '471.9', '', 'Unspecified nasal polyp' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '472.0', '', 'Chronic rhinitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '472.1', '', 'Chronic pharyngitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '472.2', '', 'Chronic nasopharyngitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '473.0', '', 'Chronic maxillary sinusitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '473.1', '', 'Chronic frontal sinusitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '473.2', '', 'Chronic ethmoidal sinusitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '473.3', '', 'Chronic sphenoidal sinusitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '473.8', '', 'Other chronic sinusitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '473.9', '', 'Unspecified sinusitis (chronic)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '474.00', '', 'Chronic tonsillitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '474.01', '', 'Chronic adenoiditis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '474.02', '', 'Chronic tonsillitis and adenoiditis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '474.10', '', 'Hypertrophy of tonsil with adenoids' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '474.11', '', 'Hypertrophy of tonsils alone' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '474.12', '', 'Hypertrophy of adenoids alone' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '474.2', '', 'Adenoid vegetations' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '474.8', '', 'Other chronic disease of tonsils and adenoids' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '474.9', '', 'Unspecified chronic disease of tonsils and adenoids' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '475', '', 'Peritonsillar abscess' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '476.0', '', 'Chronic laryngitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '476.1', '', 'Chronic laryngotracheitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '477.0', '', 'Allergic rhinitis due to pollen' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '477.1', '', 'Allergic rhinitis due to food' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '477.2', '', 'Allergic rhinitis due to animal (cat)(dog) hair and dander' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '477.8', '', 'Allergic rhinitis due to other allergen' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '477.9', '', 'Allergic rhinitis cause unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '478.0', '', 'Hypertrophy of nasal turbinates' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '478.11', '', 'Nasal mucositis (ulcerative)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '478.19', '', 'Other disease of nasal cavity and sinuses' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '478.20', '', 'Unspecified disease of pharynx' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '478.21', '', 'Cellulitis of pharynx or nasopharynx' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '478.22', '', 'Parapharyngeal abscess' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '478.24', '', 'Retropharyngeal abscess' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '478.25', '', 'Edema of pharynx or nasopharynx' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '478.26', '', 'Cyst of pharynx or nasopharynx' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '478.29', '', 'Other diseases of pharynx or nasopharynx' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '478.30', '', 'Unspecified paralysis of vocal cords' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '478.31', '', 'Partial unilateral paralysis of vocal cords' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '478.32', '', 'Complete unilateral paralysis of vocal cords' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '478.33', '', 'Partial bilateral paralysis of vocal cords' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '478.34', '', 'Complete bilateral paralysis of vocal cords' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '478.4', '', 'Polyp of vocal cord or larynx' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '478.5', '', 'Other diseases of vocal cords' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '478.6', '', 'Edema of larynx' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '478.70', '', 'Unspecified disease of larynx' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '478.71', '', 'Cellulitis and perichondritis of larynx' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '478.74', '', 'Stenosis of larynx' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '478.75', '', 'Laryngeal spasm' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '478.79', '', 'Other diseases of larynx' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '478.8', '', 'Upper respiratory tract hypersensitivity reaction site unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '478.9', '', 'Other and unspecified diseases of upper respiratory tract' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '480.0', '', 'Pneumonia due to adenovirus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '480.1', '', 'Pneumonia due to respiratory syncytial virus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '480.2', '', 'Pneumonia due to parainfluenza virus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '480.3', '', 'Pneumonia due to sars-associated coronavirus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '480.8', '', 'Pneumonia due to other virus not elsewhere classified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '480.9', '', 'Viral pneumonia unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '481', '', 'Pneumococcal pneumonia [streptococcus pneumoniae pneumonia]' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '482.0', '', 'Pneumonia due to klebsiella pneumoniae' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '482.1', '', 'Pneumonia due to pseudomonas' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '482.2', '', 'Pneumonia due to hemophilus influenzae [h. influenzae]' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '482.30', '', 'Pneumonia due to streptococcus unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '482.31', '', 'Pneumonia due to streptococcus group a' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '482.32', '', 'Pneumonia due to streptococcus group b' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '482.39', '', 'Pneumonia due to other streptococcus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '482.40', '', 'Pneumonia due to staphylococcus unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '482.41', '', 'Methicillin susceptible pneumonia due to staphylococcus aureus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '482.42', '', 'Methicillin resistant pneumonia due to staphylococcus aureus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '482.49', '', 'Other staphylococcus pneumonia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '482.81', '', 'Pneumonia due to anaerobes' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '482.82', '', 'Pneumonia due to escherichia coli [e.coli]' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '482.83', '', 'Pneumonia due to other gram-negative bacteria' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '482.84', '', 'Pneumonia due to legionnaires'' disease' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '482.89', '', 'Pneumonia due to other specified bacteria' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '482.9', '', 'Bacterial pneumonia unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '483.0', '', 'Pneumonia due to mycoplasma pneumoniae' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '483.1', '', 'Pneumonia due to chlamydia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '483.8', '', 'Pneumonia due to other specified organism' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '484.1', '', 'Pneumonia in cytomegalic inclusion disease' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '484.3', '', 'Pneumonia in whooping cough' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '484.5', '', 'Pneumonia in anthrax' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '484.6', '', 'Pneumonia in aspergillosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '484.7', '', 'Pneumonia in other systemic mycoses' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '484.8', '', 'Pneumonia in other infectious diseases classified elsewhere' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '485', '', 'Bronchopneumonia organism unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '486', '', 'Pneumonia organism unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '487.0', '', 'Influenza with pneumonia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '487.1', '', 'Influenza with other respiratory manifestations' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '487.8', '', 'Influenza with other manifestations' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '488.0', '', 'Influenza due to identified avian influenza virus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '488.1', '', 'Influenza due to identified novel h1n1 influenza virus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '490', '', 'Bronchitis not specified as acute or chronic' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '491.0', '', 'Simple chronic bronchitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '491.1', '', 'Mucopurulent chronic bronchitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '491.20', '', 'Obstructive chronic bronchitis without exacerbation' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '491.21', '', 'Obstructive chronic bronchitis with (acute) exacerbation' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '491.22', '', 'Chronic bronchitis with acute bronchitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '491.8', '', 'Other chronic bronchitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '491.9', '', 'Unspecified chronic bronchitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '492.0', '', 'Emphysematous bleb' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '492.8', '', 'Other emphysema' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '493.00', '', 'Extrinsic asthma unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '493.01', '', 'Extrinsic asthma with status asthmaticus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '493.02', '', 'Extrinsic asthma with (acute) exacerbation' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '493.10', '', 'Intrinsic asthma unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '493.11', '', 'Intrinsic asthma with status asthmaticus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '493.12', '', 'Intrinsic asthma with (acute) exacerbation' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '493.20', '', 'Chronic obstructive asthma unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '493.21', '', 'Chronic obstructive asthma with status asthmaticus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '493.22', '', 'Chronic obstructive asthma with (acute) exacerbation' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '493.81', '', 'Exercise-induced bronchospasm' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '493.82', '', 'Cough variant asthma' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '493.90', '', 'Asthma unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '493.91', '', 'Asthma unspecified type with status asthmaticus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '493.92', '', 'Asthma unspecified with (acute) exacerbation' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '494.0', '', 'Bronchiectasis without acute exacerbation' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '494.1', '', 'Bronchiectasis with acute exacerbation' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '495.0', '', 'Farmers'' lung' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '495.1', '', 'Bagassosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '495.2', '', 'Bird-fanciers'' lung' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '495.3', '', 'Suberosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '495.4', '', 'Malt workers'' lung' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '495.5', '', 'Mushroom workers'' lung' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '495.6', '', 'Maple bark-strippers'' lung' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '495.7', '', '''ventilation'' pneumonitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '495.8', '', 'Other specified allergic alveolitis and pneumonitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '495.9', '', 'Unspecified allergic alveolitis and pneumonitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '496', '', 'Chronic airway obstruction not elsewhere classified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '500', '', 'Coal workers'' pneumoconiosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '501', '', 'Asbestosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '502', '', 'Pneumoconiosis due to other silica or silicates' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '503', '', 'Pneumoconiosis due to other inorganic dust' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '504', '', 'Pneumonopathy due to inhalation of other dust' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '505', '', 'Pneumoconiosis unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '506.0', '', 'Bronchitis and pneumonitis due to fumes and vapors' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '506.1', '', 'Acute pulmonary edema due to fumes and vapors' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '506.2', '', 'Upper respiratory inflammation due to fumes and vapors' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '506.3', '', 'Other acute and subacute respiratory conditions due to fumes and vapors' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '506.4', '', 'Chronic respiratory conditions due to fumes and vapors' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '506.9', '', 'Unspecified respiratory conditions due to fumes and vapors' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '507.0', '', 'Pneumonitis due to inhalation of food or vomitus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '507.1', '', 'Pneumonitis due to inhalation of oils and essences' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '507.8', '', 'Pneumonitis due to other solids and liquids' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '508.0', '', 'Acute pulmonary manifestations due to radiation' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '508.1', '', 'Chronic and other pulmonary manifestations due to radiation' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '508.8', '', 'Respiratory conditions due to other specified external agents' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '508.9', '', 'Respiratory conditions due to unspecified external agent' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '510.0', '', 'Empyema with fistula' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '510.9', '', 'Empyema without fistula' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '511.0', '', 'Pleurisy without effusion or current tuberculosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '511.1', '', 'Pleurisy with effusion with a bacterial cause other than tuberculosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '511.81', '', 'Malignant pleural effusion' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '511.89', '', 'Other specified forms of effusion, except tuberculous' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '511.9', '', 'Unspecified pleural effusion' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '512.0', '', 'Spontaneous tension pneumothorax' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '512.1', '', 'Iatrogenic pneumothorax' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '512.8', '', 'Other spontaneous pneumothorax' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '513.0', '', 'Abscess of lung' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '513.1', '', 'Abscess of mediastinum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '514', '', 'Pulmonary congestion and hypostasis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '515', '', 'Postinflammatory pulmonary fibrosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '516.0', '', 'Pulmonary alveolar proteinosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '516.1', '', 'Idiopathic pulmonary hemosiderosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '516.2', '', 'Pulmonary alveolar microlithiasis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '516.3', '', 'Idiopathic fibrosing alveolitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '516.8', '', 'Other specified alveolar and parietoalveolar pneumonopathies' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '516.9', '', 'Unspecified alveolar and parietoalveolar pneumonopathy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '517.1', '', 'Rheumatic pneumonia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '517.2', '', 'Lung involvement in systemic sclerosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '517.3', '', 'Acute chest syndrome' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '517.8', '', 'Lung involvement in other diseases classified elsewhere' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '518.0', '', 'Pulmonary collapse' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '518.1', '', 'Interstitial emphysema' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '518.2', '', 'Compensatory emphysema' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '518.3', '', 'Pulmonary eosinophilia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '518.4', '', 'Acute edema of lung unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '518.5', '', 'Pulmonary insufficiency following trauma and surgery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '518.6', '', 'Allergic bronchopulmonary aspergilliosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '518.7', '', 'Transfusion related acute lung injury (trali)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '518.81', '', 'Acute respiratory failure' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '518.82', '', 'Other pulmonary insufficiency not elsewhere classified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '518.83', '', 'Chronic respiratory failure' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '518.84', '', 'Acute and chronic respiratory failure' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '518.89', '', 'Other diseases of lung not elsewhere classified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '519.00', '', 'Tracheostomy complication unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '519.01', '', 'Infection of tracheostomy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '519.02', '', 'Mechanical complication of tracheostomy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '519.09', '', 'Other tracheostomy complications' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '519.11', '', 'Acute bronchospasm' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '519.19', '', 'Other diseases of trachea and bronchus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '519.2', '', 'Mediastinitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '519.3', '', 'Other diseases of mediastinum not elsewhere classified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '519.4', '', 'Disorders of diaphragm' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '519.8', '', 'Other diseases of respiratory system not elsewhere classified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '519.9', '', 'Unspecified disease of respiratory system' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '520.0', '', 'Anodontia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '520.1', '', 'Supernumerary teeth' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '520.2', '', 'Abnormalities of size and form of teeth' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '520.3', '', 'Mottled teeth' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '520.4', '', 'Disturbances of tooth formation' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '520.5', '', 'Hereditary disturbances in tooth structure not elsewhere classified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '520.6', '', 'Disturbances in tooth eruption' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '520.7', '', 'Teething syndrome' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '520.8', '', 'Other specified disorders of tooth development and eruption' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '520.9', '', 'Unspecified disorder of tooth development and eruption' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '521.00', '', 'Unspecified dental caries' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '521.01', '', 'Dental caries limited to enamel' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '521.02', '', 'Dental caries extending into dentine' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '521.03', '', 'Dental caries extending into pulp' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '521.04', '', 'Arrested dental caries' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '521.05', '', 'Odontoclasia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '521.06', '', 'Dental caries pit and fissure' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '521.07', '', 'Dental caries of smooth surface' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '521.08', '', 'Dental caries of root surface' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '521.09', '', 'Other dental caries' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '521.10', '', 'Excessive attrition, unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '521.11', '', 'Excessive attrition, limited to enamel' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '521.12', '', 'Excessive attrition, extending into dentine' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '521.13', '', 'Excessive attrition, extending into pulp' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '521.14', '', 'Excessive attrition, localized' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '521.15', '', 'Excessive attrition, generalized' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '521.20', '', 'Abrasion, unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '521.21', '', 'Abrasion, limited to enamel' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '521.22', '', 'Abrasion, extending into dentine' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '521.23', '', 'Abrasion, extending into pulp' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '521.24', '', 'Abrasion, localized' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '521.25', '', 'Abrasion, generalized' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '521.30', '', 'Erosion, unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '521.31', '', 'Erosion, limited to enamel' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '521.32', '', 'Erosion, extending into dentine' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '521.33', '', 'Erosion, extending into pulp' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '521.34', '', 'Erosion, localized' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '521.35', '', 'Erosion, generalized' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '521.40', '', 'Pathological resorption, unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '521.41', '', 'Pathological resorption, internal' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '521.42', '', 'Pathological resorption, external' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '521.49', '', 'Other pathological resorption' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '521.5', '', 'Hypercementosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '521.6', '', 'Ankylosis of teeth' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '521.7', '', 'Intrinsic posteruptive color changes of teeth' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '521.81', '', 'Cracked tooth' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '521.89', '', 'Other specific diseases of hard tissues of teeth' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '521.9', '', 'Unspecified disease of hard tissues of teeth' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '522.0', '', 'Pulpitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '522.1', '', 'Necrosis of the pulp' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '522.2', '', 'Pulp degeneration' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '522.3', '', 'Abnormal hard tissue formation in pulp' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '522.4', '', 'Acute apical periodontitis of pulpal origin' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '522.5', '', 'Periapical abscess without sinus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '522.6', '', 'Chronic apical periodontitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '522.7', '', 'Periapical abscess with sinus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '522.8', '', 'Radicular cyst' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '522.9', '', 'Other and unspecified diseases of pulp and periapical tissues' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '523.00', '', 'Acute gingivitis, plaque induced' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '523.01', '', 'Acute gingivitis, non-plaque induced' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '523.10', '', 'Chronic gingivitis, plaque induced' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '523.11', '', 'Chronic gingivitis, non-plaque induced' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '523.20', '', 'Gingival recession, unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '523.21', '', 'Gingival recession, minimal' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '523.22', '', 'Gingival recession, moderate' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '523.23', '', 'Gingival recession, severe' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '523.24', '', 'Gingival recession, localized' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '523.25', '', 'Gingival recession, generalized' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '523.30', '', 'Aggressive periodontitis, unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '523.31', '', 'Aggressive periodontitis, localized' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '523.32', '', 'Aggressive periodontitis, generalized' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '523.33', '', 'Acute periodontitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '523.40', '', 'Chronic periodontitis, unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '523.41', '', 'Chronic periodontitis, localized' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '523.42', '', 'Chronic periodontitis, generalized' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '523.5', '', 'Periodontosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '523.6', '', 'Accretions on teeth' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '523.8', '', 'Other specified periodontal diseases' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '523.9', '', 'Unspecified gingival and periodontal disease' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '524.00', '', 'Major anomalies of jaw size unspecified anomaly' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '524.01', '', 'Major anomalies of jaw size maxillary hyperplasia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '524.02', '', 'Major anomalies of jaw size mandibular hyperplasia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '524.03', '', 'Major anomalies of jaw size maxillary hypoplasia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '524.04', '', 'Major anomalies of jaw size mandibular hypoplasia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '524.05', '', 'Major anomalies of jaw size macrogenia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '524.06', '', 'Major anomalies of jaw size microgenia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '524.07', '', 'Excessive tuberosity of jaw' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '524.09', '', 'Major anomalies of jaw size other specified anomaly' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '524.10', '', 'Anomalies of relationship of jaw to cranial base unspecified anomaly' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '524.11', '', 'Anomalies of relationship of jaw to cranial base maxillary asymmetry' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '524.12', '', 'Anomalies of relationship of jaw to cranial base other jaw asymmetry' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '524.19', '', 'Anomalies of relationship of jaw to cranial base other specified anomaly' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '524.20', '', 'Unspecified anomaly of dental arch relationship' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '524.21', '', 'Angle''s class i' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '524.22', '', 'Angle''s class ii' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '524.23', '', 'Angle''s class iii' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '524.24', '', 'Open anterior occlusal relationship' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '524.25', '', 'Open posterior occlusal relationship' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '524.26', '', 'Excessive horizontal overlap' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '524.27', '', 'Reverse articulation' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '524.28', '', 'Anomalies of interarch distance' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '524.29', '', 'Other anomalies of dental arch relationship' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '524.30', '', 'Unspecified anomaly of tooth position' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '524.31', '', 'Crowding of teeth' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '524.32', '', 'Excessive spacing of teeth' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '524.33', '', 'Horizontal displacement of teeth' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '524.34', '', 'Vertical displacement of teeth' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '524.35', '', 'Rotation of teeth' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '524.36', '', 'Insufficient interocclusal distance of teeth (ridge)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '524.37', '', 'Excessive interocclusal distance of teeth' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '524.39', '', 'Other anomalies of tooth position' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '524.4', '', 'Malocclusion unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '524.50', '', 'Dentofacial functional abnormality, unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '524.51', '', 'Abnormal jaw closure' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '524.52', '', 'Limited mandibular range of motion' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '524.53', '', 'Deviation in opening and closing of the mandible' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '524.54', '', 'Insufficient anterior guidance' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '524.55', '', 'Centric occlusion maximum intercuspation discrepancy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '524.56', '', 'Non-working side interference' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '524.57', '', 'Lack of posterior occlusal support' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '524.59', '', 'Other dentofacial functional abnormalities' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '524.60', '', 'Temporomandibular joint disorders unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '524.61', '', 'Temporomandibular joint disorders adhesions and ankylosis (bony or fibrous)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '524.62', '', 'Temporomandibular joint disorders arthralgia of temporomandibular joint' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '524.63', '', 'Temporomandibular joint disorders articular disc disorder (reducing or non-reducing)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '524.64', '', 'Temporomandibular joint sounds on opening and/or closing the jaw' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '524.69', '', 'Temporomandibular joint disorders other specified temporomandibular joint disorders' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '524.70', '', 'Dental alveolar anomalies unspecified alveolar anomaly' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '524.71', '', 'Dental alveolar anomalies alveolar maxillary hyperplasia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '524.72', '', 'Dental alveolar anomalies alveolar mandibular hyperplasia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '524.73', '', 'Dental alveolar anomalies alveolar maxillary hypoplasia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '524.74', '', 'Dental alveolar anomalies alveolar mandibular hypoplasia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '524.75', '', 'Vertical displacement of alveolus and teeth' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '524.76', '', 'Occlusal plane deviation' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '524.79', '', 'Dental alveolar anomalies other specified alveolar anomaly' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '524.81', '', 'Anterior soft tissue impingement' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '524.82', '', 'Posterior soft tissue impingement' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '524.89', '', 'Other specified dentofacial anomalies' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '524.9', '', 'Unspecified dentofacial anomalies' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '525.0', '', 'Exfoliation of teeth due to systemic causes' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '525.10', '', 'Unspecified acquired absence of teeth' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '525.11', '', 'Loss of teeth due to trauma' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '525.12', '', 'Loss of teeth due to periodontal disease' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '525.13', '', 'Loss of teeth due to caries' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '525.19', '', 'Other loss of teeth' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '525.20', '', 'Unspecified atrophy of edentulous alveolar ridge' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '525.21', '', 'Minimal atrophy of the mandible' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '525.22', '', 'Moderate atrophy of the mandible' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '525.23', '', 'Severe atrophy of the mandible' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '525.24', '', 'Minimal atrophy of the maxilla' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '525.25', '', 'Moderate atrophy of the maxilla' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '525.26', '', 'Severe atrophy of the maxilla' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '525.3', '', 'Retained dental root' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '525.40', '', 'Complete edentulism, unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '525.41', '', 'Complete edentulism, class i' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '525.42', '', 'Complete edentulism, class ii' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '525.43', '', 'Complete edentulism, class iii' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '525.44', '', 'Complete edentulism, class iv' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '525.50', '', 'Partial edentulism, unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '525.51', '', 'Partial edentulism, class i' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '525.52', '', 'Partial edentulism, class ii' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '525.53', '', 'Partial edentulism, class iii' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '525.54', '', 'Partial edentulism, class iv' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '525.60', '', 'Unspecified unsatisfactory restoration of tooth' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '525.61', '', 'Open restoration margins' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '525.62', '', 'Unrepairable overhanging of dental restorative materials' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '525.63', '', 'Fractured dental restorative material without loss of material' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '525.64', '', 'Fractured dental restorative material with loss of material' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '525.65', '', 'Contour of existing restoration of tooth biologically incompatible with oral health' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '525.66', '', 'Allergy to existing dental restorative material' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '525.67', '', 'Poor aesthetics of existing restoration' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '525.69', '', 'Other unsatisfactory restoration of existing tooth' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '525.71', '', 'Osseointegration failure of dental implant' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '525.72', '', 'Post-osseointegration biological failure of dental implant' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '525.73', '', 'Post-osseointegration mechanical failure of dental implant' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '525.79', '', 'Other endosseous dental implant failure' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '525.8', '', 'Other specified disorders of the teeth and supporting structures' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '525.9', '', 'Unspecified disorder of the teeth and supporting structures' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '526.0', '', 'Developmental odontogenic cysts' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '526.1', '', 'Fissural cysts of jaw' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '526.2', '', 'Other cysts of jaws' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '526.3', '', 'Central giant cell (reparative) granuloma' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '526.4', '', 'Inflammatory conditions of jaw' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '526.5', '', 'Alveolitis of jaw' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '526.61', '', 'Perforation of root canal space' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '526.62', '', 'Endodontic overfill' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '526.63', '', 'Endodontic underfill' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '526.69', '', 'Other periradicular pathology associated with previous endodontic treatment' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '526.81', '', 'Exostosis of jaw' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '526.89', '', 'Other specified diseases of the jaws' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '526.9', '', 'Unspecified disease of the jaws' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '527.0', '', 'Atrophy of salivary gland' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '527.1', '', 'Hypertrophy of salivary gland' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '527.2', '', 'Sialoadenitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '527.3', '', 'Abscess of salivary gland' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '527.4', '', 'Fistula of salivary gland' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '527.5', '', 'Sialolithiasis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '527.6', '', 'Mucocele of salivary gland' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '527.7', '', 'Disturbance of salivary secretion' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '527.8', '', 'Other specified diseases of the salivary glands' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '527.9', '', 'Unspecified disease of the salivary glands' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '528.00', '', 'Stomatitis and mucositis, unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '528.01', '', 'Mucositis (ulcerative) due to antineoplastic therapy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '528.02', '', 'Mucositis (ulcerative) due to other drugs' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '528.09', '', 'Other stomatitis and mucositis (ulcerative)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '528.1', '', 'Cancrum oris' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '528.2', '', 'Oral aphthae' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '528.3', '', 'Cellulitis and abscess of oral soft tissues' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '528.4', '', 'Cysts of oral soft tissues' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '528.5', '', 'Diseases of lips' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '528.6', '', 'Leukoplakia of oral mucosa including tongue' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '528.71', '', 'Minimal keratinized residual ridge mucosa' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '528.72', '', 'Excessive keratinized residual ridge mucosa' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '528.79', '', 'Other disturbances of oral epithelium, including tongue' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '528.8', '', 'Oral submucosal fibrosis including of tongue' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '528.9', '', 'Other and unspecified diseases of the oral soft tissues' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '529.0', '', 'Glossitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '529.1', '', 'Geographic tongue' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '529.2', '', 'Median rhomboid glossitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '529.3', '', 'Hypertrophy of tongue papillae' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '529.4', '', 'Atrophy of tongue papillae' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '529.5', '', 'Plicated tongue' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '529.6', '', 'Glossodynia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '529.8', '', 'Other specified conditions of the tongue' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '529.9', '', 'Unspecified condition of the tongue' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '530.0', '', 'Achalasia and cardiospasm' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '530.10', '', 'Esophagitis unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '530.11', '', 'Reflux esophagitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '530.12', '', 'Acute esophagitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '530.13', '', 'Eosinophilic esophagitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '530.19', '', 'Other esophagitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '530.20', '', 'Ulcer of esophagus without bleeding' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '530.21', '', 'Ulcer of esophagus with bleeding' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '530.3', '', 'Stricture and stenosis of esophagus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '530.4', '', 'Perforation of esophagus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '530.5', '', 'Dyskinesia of esophagus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '530.6', '', 'Diverticulum of esophagus acquired' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '530.7', '', 'Gastroesophageal laceration-hemorrhage syndrome' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '530.81', '', 'Esophageal reflux' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '530.82', '', 'Esophageal hemorrhage' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '530.83', '', 'Esophageal leukoplakia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '530.84', '', 'Tracheoesophageal fistula' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '530.85', '', 'Barrett''s esophagus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '530.86', '', 'Infection of esophagostomy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '530.87', '', 'Mechanical complication of esophagostomy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '530.89', '', 'Other diseases of esophagus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '530.9', '', 'Unspecified disorder of esophagus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '531.00', '', 'Acute gastric ulcer with hemorrhage without obstruction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '531.01', '', 'Acute gastric ulcer with hemorrhage with obstruction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '531.10', '', 'Acute gastric ulcer with perforation without obstruction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '531.11', '', 'Acute gastric ulcer with perforation with obstruction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '531.20', '', 'Acute gastric ulcer with hemorrhage and perforation without obstruction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '531.21', '', 'Acute gastric ulcer with hemorrhage and perforation with obstruction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '531.30', '', 'Acute gastric ulcer without hemorrhage or perforation without obstruction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '531.31', '', 'Acute gastric ulcer without hemorrhage or perforation with obstruction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '531.40', '', 'Chronic or unspecified gastric ulcer with hemorrhage without obstruction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '531.41', '', 'Chronic or unspecified gastric ulcer with hemorrhage with obstruction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '531.50', '', 'Chronic or unspecified gastric ulcer with perforation without obstruction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '531.51', '', 'Chronic or unspecified gastric ulcer with perforation with obstruction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '531.60', '', 'Chronic or unspecified gastric ulcer with hemorrhage and perforation without obstruction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '531.61', '', 'Chronic or unspecified gastric ulcer with hemorrhage and perforation with obstruction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '531.70', '', 'Chronic gastric ulcer without hemorrhage or perforation without obstruction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '531.71', '', 'Chronic gastric ulcer without hemorrhage or perforation with obstruction' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '532.00', '', 'Acute duodenal ulcer with hemorrhage without obstruction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '532.01', '', 'Acute duodenal ulcer with hemorrhage with obstruction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '532.10', '', 'Acute duodenal ulcer with perforation without obstruction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '532.11', '', 'Acute duodenal ulcer with perforation with obstruction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '532.20', '', 'Acute duodenal ulcer with hemorrhage and perforation without obstruction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '532.21', '', 'Acute duodenal ulcer with hemorrhage and perforation with obstruction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '532.30', '', 'Acute duodenal ulcer without hemorrhage or perforation without obstruction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '532.31', '', 'Acute duodenal ulcer without hemorrhage or perforation with obstruction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '532.40', '', 'Chronic or unspecified duodenal ulcer with hemorrhage without obstruction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '532.41', '', 'Chronic or unspecified duodenal ulcer with hemorrhage with obstruction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '532.50', '', 'Chronic or unspecified duodenal ulcer with perforation without obstruction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '532.51', '', 'Chronic or unspecified duodenal ulcer with perforation with obstruction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '532.60', '', 'Chronic or unspecified duodenal ulcer with hemorrhage and perforation without obstruction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '532.61', '', 'Chronic or unspecified duodenal ulcer with hemorrhage and perforation with obstruction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '532.70', '', 'Chronic duodenal ulcer without hemorrhage or perforation without obstruction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '532.71', '', 'Chronic duodenal ulcer without hemorrhage or perforation with obstruction' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '533.00', '', 'Acute peptic ulcer of unspecified site with hemorrhage without obstruction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '533.01', '', 'Acute peptic ulcer of unspecified site with hemorrhage with obstruction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '533.10', '', 'Acute peptic ulcer of unspecified site with perforation without obstruction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '533.11', '', 'Acute peptic ulcer of unspecified site with perforation with obstruction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '533.20', '', 'Acute peptic ulcer of unspecified site with hemorrhage and perforation without obstruction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '533.21', '', 'Acute peptic ulcer of unspecified site with hemorrhage and perforation with obstruction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '533.30', '', 'Acute peptic ulcer of unspecified site without hemorrhage and perforation without obstruction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '533.31', '', 'Acute peptic ulcer of unspecified site without hemorrhage and perforation with obstruction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '533.40', '', 'Chronic or unspecified peptic ulcer of unspecified site with hemorrhage without obstruction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '533.41', '', 'Chronic or unspecified peptic ulcer of unspecified site with hemorrhage with obstruction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '533.50', '', 'Chronic or unspecified peptic ulcer of unspecified site with perforation without obstruction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '533.51', '', 'Chronic or unspecified peptic ulcer of unspecified site with perforation with obstruction' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '533.70', '', 'Chronic peptic ulcer of unspecified site without hemorrhage or perforation without obstruction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '533.71', '', 'Chronic peptic ulcer of unspecified site without hemorrhage or perforation with obstruction' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '534.00', '', 'Acute gastrojejunal ulcer with hemorrhage without obstruction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '534.01', '', 'Acute gastrojejunal ulcer with hemorrhage with obstruction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '534.10', '', 'Acute gastrojejunal ulcer with perforation without obstruction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '534.11', '', 'Acute gastrojejunal ulcer with perforation with obstruction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '534.20', '', 'Acute gastrojejunal ulcer with hemorrhage and perforation without obstruction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '534.21', '', 'Acute gastrojejunal ulcer with hemorrhage and perforation with obstruction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '534.30', '', 'Acute gastrojejunal ulcer without hemorrhage or perforation without obstruction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '534.31', '', 'Acute gastrojejunal ulcer without hemorrhage or perforation with obstruction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '534.40', '', 'Chronic or unspecified gastrojejunal ulcer with hemorrhage without obstruction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '534.41', '', 'Chronic or unspecified gastrojejunal ulcer with hemorrhage with obstruction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '534.50', '', 'Chronic or unspecified gastrojejunal ulcer with perforation without obstruction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '534.51', '', 'Chronic or unspecified gastrojejunal ulcer with perforation with obstruction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '534.60', '', 'Chronic or unspecified gastrojejunal ulcer with hemorrhage and perforation without obstruction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '534.61', '', 'Chronic or unspecified gastrojejunal ulcer with hemorrhage and perforation with obstruction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '534.70', '', 'Chronic gastrojejunal ulcer without hemorrhage or perforation without obstruction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '534.71', '', 'Chronic gastrojejunal ulcer without hemorrhage or perforation with obstruction' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '535.00', '', 'Acute gastritis (without hemorrhage)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '535.01', '', 'Acute gastritis with hemorrhage' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '535.10', '', 'Atrophic gastritis (without hemorrhage)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '535.11', '', 'Atrophic gastritis with hemorrhage' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '535.20', '', 'Gastric mucosal hypertrophy (without hemorrhage)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '535.21', '', 'Gastric mucosal hypertrophy with hemorrhage' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '535.30', '', 'Alcoholic gastritis (without hemorrhage)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '535.31', '', 'Alcoholic gastritis with hemorrhage' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '535.40', '', 'Other specified gastritis (without hemorrhage)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '535.41', '', 'Other specified gastritis with hemorrhage' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '535.50', '', 'Unspecified gastritis and gastroduodenitis (without hemorrhage)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '535.51', '', 'Unspecified gastritis and gastroduodenitis with hemorrhage' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '535.60', '', 'Duodenitis (without hemorrhage)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '535.61', '', 'Duodenitis with hemorrhage' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '535.70', '', 'Eosinophilic gastritis without mention of hemorrhage' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '535.71', '', 'Eosinophilic gastritis with hemorrhage' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '536.0', '', 'Achlorhydria' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '536.1', '', 'Acute dilatation of stomach' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '536.2', '', 'Persistent vomiting' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '536.3', '', 'Gastroparesis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '536.40', '', 'Gastrostomy complication unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '536.41', '', 'Infection of gastrostomy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '536.42', '', 'Mechanical complication of gastrostomy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '536.49', '', 'Other gastrostomy complications' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '536.8', '', 'Dyspepsia and other specified disorders of function of stomach' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '536.9', '', 'Unspecified functional disorder of stomach' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '537.0', '', 'Acquired hypertrophic pyloric stenosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '537.1', '', 'Gastric diverticulum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '537.2', '', 'Chronic duodenal ileus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '537.3', '', 'Other obstruction of duodenum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '537.4', '', 'Fistula of stomach or duodenum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '537.5', '', 'Gastroptosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '537.6', '', 'Hourglass stricture or stenosis of stomach' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '537.81', '', 'Pylorospasm' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '537.82', '', 'Angiodysplasia of stomach and duodenum (without hemorrhage)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '537.83', '', 'Angiodysplasia of stomach and duodenum with hemorrhage' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '537.84', '', 'Dieulafoy lesion (hemorrhagic) of stomach and duodenum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '537.89', '', 'Other specified disorders of stomach and duodenum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '537.9', '', 'Unspecified disorder of stomach and duodenum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '538', '', 'Gastrointestinal mucositis (ulcerative)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '540.0', '', 'Acute appendicitis with generalized peritonitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '540.1', '', 'Acute appendicitis with peritoneal abscess' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '540.9', '', 'Acute appendicitis without peritonitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '541', '', 'Appendicitis unqualified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '542', '', 'Other appendicitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '543.0', '', 'Hyperplasia of appendix (lymphoid)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '543.9', '', 'Other and unspecified diseases of appendix' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '550.00', '', 'Unilateral or unspecified inguinal hernia with gangrene' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '550.01', '', 'Recurrent unilateral or unspecified inguinal hernia with gangrene' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '550.02', '', 'Bilateral inguinal hernia with gangrene' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '550.03', '', 'Recurrent bilateral inguinal hernia with gangrene' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '550.10', '', 'Unilateral or unspecified inguinal hernia with obstruction without gangrene' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '550.11', '', 'Recurrent unilateral or unspecified inguinal hernia with obstruction without gangrene' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '550.12', '', 'Bilateral inguinal hernia with obstruction without gangrene' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '550.13', '', 'Recurrent bilateral inguinal hernia with obstruction without gangrene' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '550.90', '', 'Unilateral or unspecified inguinal hernia without obstruction or gangrene' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '550.91', '', 'Recurrent unilateral or unspecified inguinal hernia without obstruction or gangrene' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '550.92', '', 'Bilateral inguinal hernia without obstruction or gangrene' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '550.93', '', 'Recurrent bilateral inguinal hernia without obstruction or gangrene' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '551.00', '', 'Unilateral or unspecified femoral hernia with gangrene' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '551.01', '', 'Recurrent unilateral or unspecified femoral hernia with gangrene' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '551.02', '', 'Bilateral femoral hernia with gangrene' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '551.03', '', 'Recurrent bilateral femoral hernia with gangrene' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '551.1', '', 'Umbilical hernia with gangrene' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '551.20', '', 'Unspecified ventral hernia with gangrene' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '551.21', '', 'Incisional ventral hernia with gangrene' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '551.29', '', 'Other ventral hernia with gangrene' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '551.3', '', 'Diaphragmatic hernia with gangrene' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '551.8', '', 'Hernia of other specified sites with gangrene' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '551.9', '', 'Hernia of unspecified site with gangrene' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '552.00', '', 'Unilateral or unspecified femoral hernia with obstruction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '552.01', '', 'Recurrent unilateral or unspecified femoral hernia with obstruction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '552.02', '', 'Bilateral femoral hernia with obstruction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '552.03', '', 'Recurrent bilateral femoral hernia with obstruction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '552.1', '', 'Umbilical hernia with obstruction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '552.20', '', 'Unspecified ventral hernia with obstruction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '552.21', '', 'Incisional hernia with obstruction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '552.29', '', 'Other ventral hernia with obstruction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '552.3', '', 'Diaphragmatic hernia with obstruction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '552.8', '', 'Hernia of other specified sites with obstruction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '552.9', '', 'Hernia of unspecified site with obstruction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '553.00', '', 'Unilateral or unspecified femoral hernia without obstruction of gangrene' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '553.01', '', 'Recurrent unilateral or unspecified femoral hernia without obstruction or gangrene' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '553.02', '', 'Bilateral femoral hernia without obstruction or gangrene' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '553.03', '', 'Recurrent bilateral femoral hernia without obstruction or gangrene' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '553.1', '', 'Umbilical hernia without obstruction or gangrene' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '553.20', '', 'Unspecified ventral hernia without obstruction or gangrene' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '553.21', '', 'Incisional hernia without obstruction or gangrene' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '553.29', '', 'Other ventral hernia without obstruction or gangrene' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '553.3', '', 'Diaphragmatic hernia without obstruction or gangrene' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '553.8', '', 'Hernia of other specified sites without obstruction or gangrene' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '553.9', '', 'Hernia of unspecified site without obstruction or gangrene' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '555.0', '', 'Regional enteritis of small intestine' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '555.1', '', 'Regional enteritis of large intestine' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '555.2', '', 'Regional enteritis of small intestine with large intestine' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '555.9', '', 'Regional enteritis of unspecified site' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '556.0', '', 'Ulcerative (chronic) enterocolitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '556.1', '', 'Ulcerative (chronic) ileocolitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '556.2', '', 'Ulcerative (chronic) proctitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '556.3', '', 'Ulcerative (chronic) proctosigmoiditis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '556.4', '', 'Pseudopolyposis of colon' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '556.5', '', 'Left-sided ulcerative (chronic) colitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '556.6', '', 'Universal ulcerative (chronic) colitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '556.8', '', 'Other ulcerative colitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '556.9', '', 'Ulcerative colitis unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '557.0', '', 'Acute vascular insufficiency of intestine' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '557.1', '', 'Chronic vascular insufficiency of intestine' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '557.9', '', 'Unspecified vascular insufficiency of intestine' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '558.1', '', 'Gastroenteritis and colitis due to radiation' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '558.2', '', 'Toxic gastroenteritis and colitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '558.3', '', 'Allergic gastroenteritis and colitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '558.41', '', 'Eosinophilic gastroenteritis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '558.42', '', 'Eosinophilic colitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '558.9', '', 'Other and unspecified noninfectious gastroenteritis and colitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '560.0', '', 'Intussusception' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '560.1', '', 'Paralytic ileus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '560.2', '', 'Volvulus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '560.30', '', 'Impaction of intestine unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '560.31', '', 'Gallstone ileus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '560.39', '', 'Other impaction of intestine' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '560.81', '', 'Intestinal or peritoneal adhesions with obstruction (postoperative) (postinfection)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '560.89', '', 'Other specified intestinal obstruction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '560.9', '', 'Unspecified intestinal obstruction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '562.00', '', 'Diverticulosis of small intestine (without hemorrhage)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '562.01', '', 'Diverticulitis of small intestine (without hemorrhage)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '562.02', '', 'Diverticulosis of small intestine with hemorrhage' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '562.03', '', 'Diverticulitis of small intestine with hemorrhage' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '562.10', '', 'Diverticulosis of colon (without hemorrhage)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '562.11', '', 'Diverticulitis of colon (without hemorrhage)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '562.12', '', 'Diverticulosis of colon with hemorrhage' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '562.13', '', 'Diverticulitis of colon with hemorrhage' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '564.00', '', 'Unspecified constipation' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '564.01', '', 'Slow transit constipation' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '564.02', '', 'Outlet dysfunction constipation' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '564.09', '', 'Other constipation' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '564.1', '', 'Irritable bowel syndrome' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '564.2', '', 'Postgastric surgery syndromes' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '564.3', '', 'Vomiting following gastrointestinal surgery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '564.4', '', 'Other postoperative functional disorders' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '564.5', '', 'Functional diarrhea' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '564.6', '', 'Anal spasm' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '564.7', '', 'Megacolon other than hirschsprung''s' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '564.81', '', 'Neurogenic bowel' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '564.89', '', 'Other functional disorders of intestine' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '564.9', '', 'Unspecified functional disorder of intestine' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '565.0', '', 'Anal fissure' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '565.1', '', 'Anal fistula' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '566', '', 'Abscess of anal and rectal regions' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '567.0', '', 'Peritonitis in infectious diseases classified elsewhere' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '567.1', '', 'Pneumococcal peritonitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '567.21', '', 'Peritonitis (acute) generalized' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '567.22', '', 'Peritoneal abscess' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '567.23', '', 'Spontaneous bacterial peritonitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '567.29', '', 'Other suppurative peritonitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '567.31', '', 'Psoas muscle abscess' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '567.38', '', 'Other retroperitoneal abscess' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '567.39', '', 'Other retroperitoneal infections' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '567.81', '', 'Choleperitonitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '567.82', '', 'Sclerosing meserteritis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '567.89', '', 'Other specified peritonitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '567.9', '', 'Unspecified peritonitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '568.0', '', 'Peritoneal adhesions (postoperative) (postinfection)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '568.81', '', 'Hemoperitoneum (nontraumatic)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '568.82', '', 'Peritoneal effusion (chronic)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '568.89', '', 'Other specified disorders of peritoneum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '568.9', '', 'Unspecified disorder of peritoneum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '569.0', '', 'Anal and rectal polyp' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '569.1', '', 'Rectal prolapse' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '569.2', '', 'Stenosis of rectum and anus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '569.3', '', 'Hemorrhage of rectum and anus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '569.41', '', 'Ulcer of anus and rectum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '569.42', '', 'Anal or rectal pain' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '569.43', '', 'Anal sphincter tear (healed)(old)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '569.44', '', 'Dysplasia of anus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '569.49', '', 'Other specified disorders of rectum and anus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '569.5', '', 'Abscess of intestine' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '569.60', '', 'Colostomy and enterostomy complication unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '569.61', '', 'Infection of colostomy or enterostomy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '569.62', '', 'Mechanical complication of colostomy and enterostomy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '569.69', '', 'Other colostomy and enterostomy complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '569.71', '', 'Pouchitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '569.79', '', 'Other complications of intestinal pouch' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '569.81', '', 'Fistula of intestine excluding rectum and anus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '569.82', '', 'Ulceration of intestine' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '569.83', '', 'Perforation of intestine' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '569.84', '', 'Angiodysplasia of intestine (without hemorrhage)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '569.85', '', 'Angiodysplasia of intestine with hemorrhage' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '569.86', '', 'Dieulafoy lesion (hemorrhagic) of intestine' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '569.87', '', 'Vomiting of fecal matter' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '569.89', '', 'Other specified disorders of intestines' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '569.9', '', 'Unspecified disorder of intestine' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '570', '', 'Acute and subacute necrosis of liver' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '571.0', '', 'Alcoholic fatty liver' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '571.1', '', 'Acute alcoholic hepatitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '571.2', '', 'Alcoholic cirrhosis of liver' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '571.3', '', 'Alcoholic liver damage unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '571.40', '', 'Chronic hepatitis unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '571.41', '', 'Chronic persistent hepatitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '571.42', '', 'Autoimmune hepatitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '571.49', '', 'Other chronic hepatitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '571.5', '', 'Cirrhosis of liver without alcohol' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '571.6', '', 'Biliary cirrhosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '571.8', '', 'Other chronic nonalcoholic liver disease' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '571.9', '', 'Unspecified chronic liver disease without alcohol' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '572.0', '', 'Abscess of liver' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '572.1', '', 'Portal pyemia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '572.2', '', 'Hepatic encephalopathy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '572.3', '', 'Portal hypertension' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '572.4', '', 'Hepatorenal syndrome' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '572.8', '', 'Other sequelae of chronic liver disease' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '573.0', '', 'Chronic passive congestion of liver' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '573.1', '', 'Hepatitis in viral diseases classified elsewhere' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '573.2', '', 'Hepatitis in other infectious diseases classified elsewhere' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '573.3', '', 'Hepatitis unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '573.4', '', 'Hepatic infarction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '573.8', '', 'Other specified disorders of liver' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '573.9', '', 'Unspecified disorder of liver' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '574.00', '', 'Calculus of gallbladder with acute cholecystitis without obstruction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '574.01', '', 'Calculus of gallbladder with acute cholecystitis with obstruction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '574.10', '', 'Calculus of gallbladder with other cholecystitis without obstruction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '574.11', '', 'Calculus of gallbladder with other cholecystitis with obstruction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '574.20', '', 'Calculus of gallbladder without cholecystitis without obstruction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '574.21', '', 'Calculus of gallbladder without cholecystitis with obstruction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '574.30', '', 'Calculus of bile duct with acute cholecystitis without obstruction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '574.31', '', 'Calculus of bile duct with acute cholecystitis with obstruction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '574.40', '', 'Calculus of bile duct with other cholecystitis without obstruction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '574.41', '', 'Calculus of bile duct with other cholecystitis with obstruction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '574.50', '', 'Calculus of bile duct without cholecystitis without obstruction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '574.51', '', 'Calculus of bile duct without cholecystitis with obstruction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '574.60', '', 'Calculus of gallbladder and bile duct with acute cholecystitis without obstruction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '574.61', '', 'Calculus of gallbladder and bile duct with acute cholecystitis with obstruction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '574.70', '', 'Calculus of gallbladder and bile duct with other cholecystitis without obstruction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '574.71', '', 'Calculus of gallbladder and bile duct with other cholecystitis with obstruction' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '574.90', '', 'Calculus of gallbladder and bile duct without cholecystitis without obstruction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '574.91', '', 'Calculus of gallbladder and bile duct without cholecystitis with obstruction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '575.0', '', 'Acute cholecystitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '575.10', '', 'Cholecystitis unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '575.11', '', 'Chronic cholecystitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '575.12', '', 'Acute and chronic cholecystitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '575.2', '', 'Obstruction of gallbladder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '575.3', '', 'Hydrops of gallbladder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '575.4', '', 'Perforation of gallbladder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '575.5', '', 'Fistula of gallbladder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '575.6', '', 'Cholesterolosis of gallbladder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '575.8', '', 'Other specified disorders of gallbladder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '575.9', '', 'Unspecified disorder of gallbladder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '576.0', '', 'Postcholecystectomy syndrome' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '576.1', '', 'Cholangitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '576.2', '', 'Obstruction of bile duct' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '576.3', '', 'Perforation of bile duct' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '576.4', '', 'Fistula of bile duct' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '576.5', '', 'Spasm of sphincter of oddi' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '576.8', '', 'Other specified disorders of biliary tract' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '576.9', '', 'Unspecified disorder of biliary tract' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '577.0', '', 'Acute pancreatitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '577.1', '', 'Chronic pancreatitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '577.2', '', 'Cyst and pseudocyst of pancreas' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '577.8', '', 'Other specified diseases of pancreas' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '577.9', '', 'Unspecified disease of pancreas' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '578.0', '', 'Hematemesis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '578.1', '', 'Blood in stool' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '578.9', '', 'Hemorrhage of gastrointestinal tract unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '579.0', '', 'Celiac disease' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '579.1', '', 'Tropical sprue' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '579.2', '', 'Blind loop syndrome' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '579.3', '', 'Other and unspecified postsurgical nonabsorption' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '579.4', '', 'Pancreatic steatorrhea' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '579.8', '', 'Other specified intestinal malabsorption' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '579.9', '', 'Unspecified intestinal malabsorption' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '580.0', '', 'Acute glomerulonephritis with lesion of proliferative glomerulonephritis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '580.4', '', 'Acute glomerulonephritis with lesion of rapidly progressive glomerulonephritis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '580.81', '', 'Acute glomerulonephritis in diseases classified elsewhere' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '580.89', '', 'Acute glomerulonephritis with other specified pathological lesion in kidney' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '580.9', '', 'Acute glomerulonephritis with unspecified pathological lesion in kidney' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '581.0', '', 'Nephrotic syndrome with lesion of proliferative glomerulonephritis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '581.1', '', 'Nephrotic syndrome with lesion of membranous glomerulonephritis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '581.2', '', 'Nephrotic syndrome with lesion of membranoproliferative glomerulonephritis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '581.3', '', 'Nephrotic syndrome with lesion of minimal change glomerulonephritis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '581.81', '', 'Nephrotic syndrome in diseases classified elsewhere' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '581.89', '', 'Other nephrotic syndrome with specified pathological lesion in kidney' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '581.9', '', 'Nephrotic syndrome with unspecified pathological lesion in kidney' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '582.0', '', 'Chronic glomerulonephritis with lesion of proliferative glomerulonephritis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '582.1', '', 'Chronic glomerulonephritis with lesion of membranous glomerulonephritis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '582.2', '', 'Chronic glomerulonephritis with lesion of membranoproliferative glomerulonephritis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '582.4', '', 'Chronic glomerulonephritis with lesion of rapidly progressive glomerulonephritis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '582.81', '', 'Chronic glomerulonephritis in diseases classified elsewhere' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '582.89', '', 'Other chronic glomerulonephritis with specified pathological lesion in kidney' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '582.9', '', 'Chronic glomerulonephritis with unspecified pathological lesion in kidney' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '584.5', '', 'Acute kidney failure with lesion of tubular necrosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '584.6', '', 'Acute kidney failure with lesion of renal cortical necrosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '584.7', '', 'Acute kidney failure with lesion of medullary [papillary] necrosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '584.8', '', 'Acute kidney failure with other specified pathological lesion in kidney' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '584.9', '', 'Acute kidney failure, unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '585.1', '', 'Chronic kidney disease, stage i' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '585.2', '', 'Chronic kidney disease, stage ii (mild)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '585.3', '', 'Chronic kidney disease, stage iii (moderate)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '585.4', '', 'Chronic kidney disease, stage iv (severe)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '585.5', '', 'Chronic kidney disease, stage v' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '585.6', '', 'End stage renal disease' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '585.9', '', 'Chronic kidney disease, unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '586', '', 'Renal failure unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '587', '', 'Renal sclerosis unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '588.0', '', 'Renal osteodystrophy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '588.1', '', 'Nephrogenic diabetes insipidus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '588.81', '', 'Secondary hyperparathyroidism (of renal origin)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '588.89', '', 'Other specified disorders resulting from impaired renal function' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '588.9', '', 'Unspecified disorder resulting from impaired renal function' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '589.0', '', 'Unilateral small kidney' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '589.1', '', 'Bilateral small kidneys' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '589.9', '', 'Small kidney unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '590.00', '', 'Chronic pyelonephritis without lesion of renal medullary necrosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '590.01', '', 'Chronic pyelonephritis with lesion of renal medullary necrosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '590.10', '', 'Acute pyelonephritis without lesion of renal medullary necrosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '590.11', '', 'Acute pyelonephritis with lesion of renal medullary necrosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '590.2', '', 'Renal and perinephric abscess' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '590.3', '', 'Pyeloureteritis cystica' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '590.80', '', 'Pyelonephritis unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '590.81', '', 'Pyelitis or pyelonephritis in diseases classified elsewhere' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '590.9', '', 'Infection of kidney unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '591', '', 'Hydronephrosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '592.0', '', 'Calculus of kidney' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '592.1', '', 'Calculus of ureter' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '592.9', '', 'Urinary calculus unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '593.0', '', 'Nephroptosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '593.1', '', 'Hypertrophy of kidney' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '593.2', '', 'Cyst of kidney acquired' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '593.3', '', 'Stricture or kinking of ureter' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '593.4', '', 'Other ureteric obstruction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '593.5', '', 'Hydroureter' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '593.6', '', 'Postural proteinuria' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '593.70', '', 'Vesicoureteral reflux unspecified or without reflux nephropathy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '593.71', '', 'Vesicoureteral reflux with reflux nephropathy unilateral' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '593.72', '', 'Vesicoureteral reflux with reflux nephropathy bilateral' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '593.73', '', 'Other vesicoureteral reflux with reflux nephropathy nos' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '593.81', '', 'Vascular disorders of kidney' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '593.82', '', 'Ureteral fistula' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '593.89', '', 'Other specified disorders of kidney and ureter' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '593.9', '', 'Unspecified disorder of kidney and ureter' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '594.0', '', 'Calculus in diverticulum of bladder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '594.1', '', 'Other calculus in bladder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '594.2', '', 'Calculus in urethra' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '594.8', '', 'Other lower urinary tract calculus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '594.9', '', 'Calculus of lower urinary tract unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '595.0', '', 'Acute cystitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '595.1', '', 'Chronic interstitial cystitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '595.2', '', 'Other chronic cystitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '595.3', '', 'Trigonitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '595.4', '', 'Cystitis in diseases classified elsewhere' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '595.81', '', 'Cystitis cystica' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '595.82', '', 'Irradiation cystitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '595.89', '', 'Other specified types of cystitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '595.9', '', 'Cystitis unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '596.0', '', 'Bladder neck obstruction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '596.1', '', 'Intestinovesical fistula' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '596.2', '', 'Vesical fistula not elsewhere classified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '596.3', '', 'Diverticulum of bladder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '596.4', '', 'Atony of bladder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '596.51', '', 'Hypertonicity of bladder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '596.52', '', 'Low bladder compliance' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '596.53', '', 'Paralysis of bladder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '596.54', '', 'Neurogenic bladder nos' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '596.55', '', 'Detrusor sphincter dyssynergia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '596.59', '', 'Other functional disorder of bladder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '596.6', '', 'Rupture of bladder nontraumatic' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '596.7', '', 'Hemorrhage into bladder wall' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '596.8', '', 'Other specified disorders of bladder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '596.9', '', 'Unspecified disorder of bladder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '597.0', '', 'Urethral abscess' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '597.80', '', 'Urethritis unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '597.81', '', 'Urethral syndrome nos' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '597.89', '', 'Other urethritis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '598.00', '', 'Urethral structure due to unspecified infection' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '598.01', '', 'Urethral structure due to infective diseases classified elsewhere' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '598.1', '', 'Traumatic urethral stricture' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '598.2', '', 'Postoperative urethral stricture' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '598.8', '', 'Other specified causes of urethral stricture' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '598.9', '', 'Urethral stricture unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '599.0', '', 'Urinary tract infection site not specified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '599.1', '', 'Urethral fistula' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '599.2', '', 'Urethral diverticulum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '599.3', '', 'Urethral caruncle' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '599.4', '', 'Urethral false passage' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '599.5', '', 'Prolapsed urethral mucosa' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '599.60', '', 'Urinary obstruction, unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '599.69', '', 'Urinary obstruction, not elsewhere classified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '599.70', '', 'Hematuria, unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '599.71', '', 'Gross hematuria' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '599.72', '', 'Microscopic hematuria' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '599.81', '', 'Urethral hypermobility' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '599.82', '', 'Intrinsic (urethral) sphincter deficiency [isd]' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '599.83', '', 'Urethral instability' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '599.84', '', 'Other specified disorders of urethra' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '599.89', '', 'Other specified disorders of urinary tract' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '599.9', '', 'Unspecified disorder of urethra and urinary tract' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '600.00', '', 'Hypertrophy (benign) of prostate without urinary obstruction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '600.01', '', 'Hypertrophy (benign) of prostate with urinary obstruction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '600.10', '', 'Nodular prostate without urinary obstruction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '600.11', '', 'Nodular prostate with urinary obstruction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '600.20', '', 'Benign localized hyperplasia of prostate without urinary obstruction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '600.21', '', 'Benign localized hyperplasia of prostate with urinary obstruction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '600.3', '', 'Cyst of prostate' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '600.90', '', 'Hyperplasia of prostate unspecified without urinary obstruction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '600.91', '', 'Hyperplasia of prostate unspecified with urinary obstruction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '601.0', '', 'Acute prostatitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '601.1', '', 'Chronic prostatitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '601.2', '', 'Abscess of prostate' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '601.3', '', 'Prostatocystitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '601.4', '', 'Prostatitis in diseases classified elsewhere' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '601.8', '', 'Other specified inflammatory diseases of prostate' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '601.9', '', 'Prostatitis unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '602.0', '', 'Calculus of prostate' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '602.1', '', 'Congestion or hemorrhage of prostate' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '602.2', '', 'Atrophy of prostate' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '602.3', '', 'Dysplasia of prostate' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '602.8', '', 'Other specified disorders of prostate' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '602.9', '', 'Unspecified disorder of prostate' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '603.0', '', 'Encysted hydrocele' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '603.1', '', 'Infected hydrocele' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '603.8', '', 'Other specified types of hydrocele' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '603.9', '', 'Hydrocele unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '604.0', '', 'Orchitis epididymitis and epididymo-orchitis with abscess' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '604.90', '', 'Orchitis and epididymitis unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '604.91', '', 'Orchitis and epididymitis in diseases classified elsewhere' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '604.99', '', 'Other orchitis epididymitis and epididymo-orchitis without abscess' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '605', '', 'Redundant prepuce and phimosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '606.0', '', 'Azoospermia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '606.1', '', 'Oligospermia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '606.8', '', 'Infertility due to extratesticular causes' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '606.9', '', 'Male infertility unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '607.0', '', 'Leukoplakia of penis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '607.1', '', 'Balanoposthitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '607.2', '', 'Other inflammatory disorders of penis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '607.3', '', 'Priapism' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '607.81', '', 'Balanitis xerotica obliterans' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '607.82', '', 'Vascular disorders of penis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '607.83', '', 'Edema of penis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '607.84', '', 'Impotence of organic origin' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '607.85', '', 'Peyronie''s disease' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '607.89', '', 'Other specified disorders of penis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '607.9', '', 'Unspecified disorder of penis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '608.0', '', 'Seminal vesiculitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '608.1', '', 'Spermatocele' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '608.20', '', 'Torsion of testis, unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '608.21', '', 'Extravaginal torsion of spermatic cord' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '608.22', '', 'Intravaginal torsion of spermatic cord d7059' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '608.23', '', 'Torsion of appendix testis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '608.24', '', 'Torsion of appendix epididymis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '608.3', '', 'Atrophy of testis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '608.4', '', 'Other inflammatory disorders of male genital organs' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '608.81', '', 'Disorders of male genital organs in diseases classified elsewhere' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '608.82', '', 'Hematospermia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '608.83', '', 'Vascular disorders of male genital organs' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '608.84', '', 'Chylocele of tunica vaginalis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '608.85', '', 'Stricture of male genital organs' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '608.86', '', 'Edema of male genital organs' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '608.87', '', 'Retrograde ejaculation' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '608.89', '', 'Other specified disorders of male genital organs' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '608.9', '', 'Unspecified disorder of male genital organs' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '610.0', '', 'Solitary cyst of breast' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '610.1', '', 'Diffuse cystic mastopathy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '610.2', '', 'Fibroadenosis of breast' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '610.3', '', 'Fibrosclerosis of breast' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '610.4', '', 'Mammary duct ectasia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '610.8', '', 'Other specified benign mammary dysplasias' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '610.9', '', 'Benign mammary dysplasia unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '611.0', '', 'Inflammatory disease of breast' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '611.1', '', 'Hypertrophy of breast' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '611.2', '', 'Fissure of nipple' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '611.3', '', 'Fat necrosis of breast' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '611.4', '', 'Atrophy of breast' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '611.5', '', 'Galactocele' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '611.6', '', 'Galactorrhea not associated with childbirth' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '611.71', '', 'Mastodynia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '611.72', '', 'Lump or mass in breast' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '611.79', '', 'Other signs and symptoms in breast' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '611.81', '', 'Ptosis of breast' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '611.82', '', 'Hypoplasia of breast' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '611.83', '', 'Capsular contracture of breast implant' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '611.89', '', 'Other specified disorders of breast' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '611.9', '', 'Unspecified breast disorder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '612.0', '', 'Deformity of reconstructed breast' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '612.1', '', 'Disproportion of reconstructed breast' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '614.0', '', 'Acute salpingitis and oophoritis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '614.1', '', 'Chronic salpingitis and oophoritis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '614.2', '', 'Salpingitis and oophoritis not specified as acute subacute or chronic' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '614.3', '', 'Acute parametritis and pelvic cellulitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '614.4', '', 'Chronic or unspecified parametritis and pelvic cellulitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '614.5', '', 'Acute or unspecified pelvic peritonitis female' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '614.6', '', 'Pelvic peritoneal adhesions female (postoperative) (postinfection)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '614.7', '', 'Other chronic pelvic peritonitis female' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '614.8', '', 'Other specified inflammatory disease of female pelvic organs and tissues' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '614.9', '', 'Unspecified inflammatory disease of female pelvic organs and tissues' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '615.0', '', 'Acute inflammatory diseases of uterus except cervix' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '615.1', '', 'Chronic inflammatory diseases of uterus except cervix' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '615.9', '', 'Unspecified inflammatory disease of uterus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '616.0', '', 'Cervicitis and endocervicitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '616.10', '', 'Vaginitis and vulvovaginitis unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '616.11', '', 'Vaginitis and vulvovaginitis in diseases classified elsewhere' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '616.2', '', 'Cyst of bartholin''s gland' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '616.3', '', 'Abscess of bartholin''s gland' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '616.4', '', 'Other abscess of vulva' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '616.50', '', 'Ulceration of vulva unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '616.51', '', 'Ulceration of vulva in diseases classified elsewhere' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '616.81', '', 'Mucositis (ulcerative) of cervix, vagina, and vulva' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '616.89', '', 'Other inflammatory disease of cervix, vagina and vulva' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '616.9', '', 'Unspecified inflammatory disease of cervix vagina and vulva' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '617.0', '', 'Endometriosis of uterus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '617.1', '', 'Endometriosis of ovary' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '617.2', '', 'Endometriosis of fallopian tube' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '617.3', '', 'Endometriosis of pelvic peritoneum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '617.4', '', 'Endometriosis of rectovaginal septum and vagina' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '617.5', '', 'Endometriosis of intestine' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '617.6', '', 'Endometriosis in scar of skin' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '617.8', '', 'Endometriosis of other specified sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '617.9', '', 'Endometriosis site unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '618.00', '', 'Unspecified prolapse of vaginal walls' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '618.01', '', 'Cystocele, midline' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '618.02', '', 'Cystocele, lateral' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '618.03', '', 'Urethrocele' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '618.04', '', 'Rectocele' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '618.05', '', 'Perineocele' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '618.09', '', 'Other prolapse of vaginal walls without mention of uterine prolapse' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '618.1', '', 'Uterine prolapse without vaginal wall prolapse' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '618.2', '', 'Uterovaginal prolapse incomplete' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '618.3', '', 'Uterovaginal prolapse complete' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '618.4', '', 'Uterovaginal prolapse unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '618.5', '', 'Prolapse of vaginal vault after hysterectomy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '618.6', '', 'Vaginal enterocele congenital or acquired' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '618.7', '', 'Old laceration of muscles of pelvic floor' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '618.81', '', 'Incompetence or weakening of pubocervical tissue' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '618.82', '', 'Incompetence or weakening of rectovaginal tissue' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '618.83', '', 'Pelvic muscle wasting' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '618.84', '', 'Cervical stump prolapse' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '618.89', '', 'Other specified genital prolapse' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '618.9', '', 'Unspecified genital prolapse' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '619.0', '', 'Urinary-genital tract fistula female' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '619.1', '', 'Digestive-genital tract fistula female' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '619.2', '', 'Genital tract-skin fistula female' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '619.8', '', 'Other specified fistulas involving female genital tract' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '619.9', '', 'Unspecified fistula involving female genital tract' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '620.0', '', 'Follicular cyst of ovary' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '620.1', '', 'Corpus luteum cyst or hematoma' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '620.2', '', 'Other and unspecified ovarian cyst' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '620.3', '', 'Acquired atrophy of ovary and fallopian tube' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '620.4', '', 'Prolapse or hernia of ovary and fallopian tube' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '620.5', '', 'Torsion of ovary ovarian pedicle or fallopian tube' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '620.6', '', 'Broad ligament laceration syndrome' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '620.7', '', 'Hematoma of broad ligament' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '620.8', '', 'Other noninflammatory disorders of ovary fallopian tube and broad ligament' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '620.9', '', 'Unspecified noninflammatory disorder of ovary fallopian tube and broad ligament' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '621.0', '', 'Polyp of corpus uteri' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '621.1', '', 'Chronic subinvolution of uterus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '621.2', '', 'Hypertrophy of uterus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '621.30', '', 'Endometrial hyperplasia, unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '621.31', '', 'Simple endometrial hyperplasia without atypia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '621.32', '', 'Complex endometrial hyperplasia without atypia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '621.33', '', 'Endometrial hyperplasia with atypia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '621.34', '', 'Benign endometrial hyperplasia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '621.35', '', 'Endometrial intraepithelial neoplasia [ein]' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '621.4', '', 'Hematometra' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '621.5', '', 'Intrauterine synechiae' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '621.6', '', 'Malposition of uterus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '621.7', '', 'Chronic inversion of uterus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '621.8', '', 'Other specified disorders of uterus not elsewhere classified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '621.9', '', 'Unspecified disorder of uterus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '622.0', '', 'Erosion and ectropion of cervix' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '622.10', '', 'Dysplasia of cervix, unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '622.11', '', 'Mild dysplasia of cervix' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '622.12', '', 'Moderate dysplasia of cervix' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '622.2', '', 'Leukoplakia of cervix (uteri)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '622.3', '', 'Old laceration of cervix' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '622.4', '', 'Stricture and stenosis of cervix' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '622.5', '', 'Incompetence of cervix' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '622.6', '', 'Hypertrophic elongation of cervix' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '622.7', '', 'Mucous polyp of cervix' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '622.8', '', 'Other specified noninflammatory disorders of cervix' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '622.9', '', 'Unspecified noninflammatory disorder of cervix' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '623.0', '', 'Dysplasia of vagina' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '623.1', '', 'Leukoplakia of vagina' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '623.2', '', 'Stricture or atresia of vagina' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '623.3', '', 'Tight hymenal ring' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '623.4', '', 'Old vaginal laceration' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '623.5', '', 'Leukorrhea not specified as infective' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '623.6', '', 'Vaginal hematoma' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '623.7', '', 'Polyp of vagina' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '623.8', '', 'Other specified noninflammatory disorders of vagina' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '623.9', '', 'Unspecified noninflammatory disorder of vagina' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '624.01', '', 'Vulvar intraepithelial neoplasia i [vin i]' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '624.02', '', 'Vulvar intraepithelial neoplasia ii [vin ii]' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '624.09', '', 'Other dystrophy of vulva' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '624.1', '', 'Atrophy of vulva' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '624.2', '', 'Hypertrophy of clitoris' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '624.3', '', 'Hypertrophy of labia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '624.4', '', 'Old laceration or scarring of vulva' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '624.5', '', 'Hematoma of vulva' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '624.6', '', 'Polyp of labia and vulva' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '624.8', '', 'Other specified noninflammatory disorders of vulva and perineum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '624.9', '', 'Unspecified noninflammatory disorder of vulva and perineum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '625.0', '', 'Dyspareunia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '625.1', '', 'Vaginismus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '625.2', '', 'Mittelschmerz' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '625.3', '', 'Dysmenorrhea' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '625.4', '', 'Premenstrual tension syndromes' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '625.5', '', 'Pelvic congestion syndrome' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '625.6', '', 'Stress incontinence female' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '625.70', '', 'Vulvodynia, unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '625.71', '', 'Vulvar vestibulitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '625.79', '', 'Other vulvodynia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '625.8', '', 'Other specified symptoms associated with female genital organs' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '625.9', '', 'Unspecified symptom associated with female genital organs' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '626.0', '', 'Absence of menstruation' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '626.1', '', 'Scanty or infrequent menstruation' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '626.2', '', 'Excessive or frequent menstruation' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '626.3', '', 'Puberty bleeding' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '626.4', '', 'Irregular menstrual cycle' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '626.5', '', 'Ovulation bleeding' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '626.6', '', 'Metrorrhagia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '626.7', '', 'Postcoital bleeding' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '626.8', '', 'Other disorders of menstruation and other abnormal bleeding from female genital tract' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '626.9', '', 'Unspecified disorders of menstruation and other abnormal bleeding from female genital tract' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '627.0', '', 'Premenopausal menorrhagia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '627.1', '', 'Postmenopausal bleeding' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '627.2', '', 'Symptomatic menopausal or female climacteric states' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '627.3', '', 'Postmenopausal atrophic vaginitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '627.4', '', 'Symptomatic states associated with artificial menopause' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '627.8', '', 'Other specified menopausal and postmenopausal disorders' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '627.9', '', 'Unspecified menopausal and postmenopausal disorder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '628.0', '', 'Infertility female associated with anovulation' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '628.1', '', 'Infertility female of pituitary-hypothalamic origin' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '628.2', '', 'Infertility female of tubal origin' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '628.3', '', 'Infertility female of uterine origin' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '628.4', '', 'Infertility female of cervical or vaginal origin' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '628.8', '', 'Infertility female of other specified origin' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '628.9', '', 'Infertility female of unspecified origin' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '629.0', '', 'Hematocele female not elsewhere classified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '629.1', '', 'Hydrocele canal of nuck' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '629.20', '', 'Female genital mutilation status, unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '629.21', '', 'Female genital mutilation type i status' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '629.22', '', 'Female genital mutilation type ii status' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '629.23', '', 'Female genital mutilation type iii status' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '629.29', '', 'Other female genital mutilation status' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '629.81', '', 'Habitual aborter without current pregnancy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '629.89', '', 'Other specified disorders of female genital organs' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '629.9', '', 'Unspecified disorder of female genital organs' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '630', '', 'Hydatidiform mole' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '631', '', 'Other abnormal product of conception' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '632', '', 'Missed abortion' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '633.00', '', 'Abdominal pregnancy without intrauterine pregnancy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '633.01', '', 'Abdominal pregnancy with intrauterine pregnancy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '633.10', '', 'Tubal pregnancy without intrauterine pregnancy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '633.11', '', 'Tubal pregnancy with intrauterine pregnancy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '633.20', '', 'Ovarian pregnancy without intrauterine pregnancy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '633.21', '', 'Ovarian pregnancy with intrauterine pregnancy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '633.80', '', 'Other ectopic pregnancy without intrauterine pregnancy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '633.81', '', 'Other ectopic pregnancy with intrauterine pregnancy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '633.90', '', 'Unspecified ectopic pregnancy without intrauterine pregnancy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '633.91', '', 'Unspecified ectopic pregnancy with intrauterine pregnancy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '634.00', '', 'Spontaneous abortion unspecified complicated by genital tract and pelvic infection' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '634.01', '', 'Spontaneous abortion incomplete complicated by genital tract and pelvic infection' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '634.02', '', 'Spontaneous abortion complete complicated by genital tract and pelvic infection' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '634.10', '', 'Spontaneous abortion unspecified complicated by delayed or excessive hemorrhage' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '634.11', '', 'Spontaneous abortion incomplete complicated by delayed or excessive hemorrhage' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '634.12', '', 'Spontaneous abortion complete complicated by delayed or excessive hemorrhage' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '634.20', '', 'Spontaneous abortion unspecified complicated by damage to pelvic organs or tissues' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '634.21', '', 'Spontaneous abortion incomplete complicated by damage to pelvic organs or tissues' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '634.22', '', 'Spontaneous abortion complete complicated by damage to pelvic organs or tissues' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '634.30', '', 'Spontaneous abortion unspecified complicated by renal failure' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '634.31', '', 'Spontaneous abortion incomplete complicated by renal failure' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '634.32', '', 'Spontaneous abortion complete complicated by renal failure' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '634.40', '', 'Spontaneous abortion unspecified complicated by metabolic disorder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '634.41', '', 'Spontaneous abortion incomplete complicated by metabolic disorder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '634.42', '', 'Spontaneous abortion complete complicated by metabolic disorder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '634.50', '', 'Spontaneous abortion unspecified complicated by shock' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '634.51', '', 'Spontaneous abortion incomplete complicated by shock' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '634.52', '', 'Spontaneous abortion complete complicated by shock' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '634.60', '', 'Spontaneous abortion unspecified complicated by embolism' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '634.61', '', 'Spontaneous abortion incomplete complicated by embolism' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '634.62', '', 'Spontaneous abortion complete complicated by embolism' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '634.70', '', 'Spontaneous abortion unspecified with other specified complications' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '634.71', '', 'Spontaneous abortion incomplete with other specified complications' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '634.72', '', 'Spontaneous abortion complete with other specified complications' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '634.80', '', 'Spontaneous abortion unspecified with unspecified complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '634.81', '', 'Spontaneous abortion incomplete with unspecified complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '634.82', '', 'Spontaneous abortion complete with unspecified complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '634.90', '', 'Spontaneous abortion unspecified without complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '634.91', '', 'Spontaneous abortion incomplete without complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '634.92', '', 'Spontaneous abortion complete without complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '635.00', '', 'Legally induced abortion unspecified complicated by genital tract and pelvic infection' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '635.01', '', 'Legally induced abortion incomplete complicated by genital tract and pelvic infection' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '635.02', '', 'Legally induced abortion complete complicated by genital tract and pelvic infection' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '635.10', '', 'Legally induced abortion unspecified complicated by delayed or excessive hemorrhage' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '635.11', '', 'Legally induced abortion incomplete complicated by delayed or excessive hemorrhage' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '635.12', '', 'Legally induced abortion complete complicated by delayed or excessive hemorrhage' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '635.20', '', 'Legally induced abortion unspecified complicated by damage to pelvic organs or tissues' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '635.21', '', 'Legally induced abortion incomplete complicated by damage to pelvic organs or tissues' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '635.22', '', 'Legally induced abortion complete complicated by damage to pelvic organs or tissues' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '635.30', '', 'Legally induced abortion unspecified complicated by renal failure' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '635.31', '', 'Legally induced abortion incomplete complicated by renal failure' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '635.32', '', 'Legally induced abortion complete complicated by renal failure' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '635.40', '', 'Legally induced abortion unspecified complicated by metabolic disorder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '635.41', '', 'Legally induced abortion incomplete complicated by metabolic disorder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '635.42', '', 'Legally induced abortion complete complicated by metabolic disorder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '635.50', '', 'Legally induced abortion unspecified complicated by shock' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '635.51', '', 'Legally induced abortion incomplete complicated by shock' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '635.52', '', 'Legally induced abortion complete complicated by shock' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '635.60', '', 'Legally induced abortion unspecified complicated by embolism' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '635.61', '', 'Legally induced abortion incomplete complicated by embolism' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '635.62', '', 'Legally induced abortion complete complicated by embolism' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '635.70', '', 'Legally induced abortion unspecified with other specified complications' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '635.71', '', 'Legally induced abortion incomplete with other specified complications' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '635.72', '', 'Legally induced abortion complete with other specified complications' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '635.80', '', 'Legally induced abortion unspecified with unspecified complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '635.81', '', 'Legally induced abortion incomplete with unspecified complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '635.82', '', 'Legally induced abortion complete with unspecified complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '635.90', '', 'Legally induced abortion unspecified without complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '635.91', '', 'Legally induced abortion incomplete without complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '635.92', '', 'Legally induced abortion complete without complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '636.00', '', 'Illegal abortion unspecified complicated by genital tract and pelvic infection' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '636.01', '', 'Illegal abortion incomplete complicated by genital tract and pelvic infection' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '636.02', '', 'Illegal abortion complete complicated by genital tract and pelvic infection' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '636.10', '', 'Illegal abortion unspecified complicated by delayed or excessive hemorrhage' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '636.11', '', 'Illegal abortion incomplete complicated by delayed or excessive hemorrhage' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '636.12', '', 'Illegal abortion complete complicated by delayed or excessive hemorrhage' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '636.20', '', 'Illegal abortion unspecified complicated by damage to pelvic organs or tissues' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '636.21', '', 'Illegal abortion incomplete complicated by damage to pelvic organs or tissues' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '636.22', '', 'Illegal abortion complete complicated by damage to pelvic organs or tissues' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '636.30', '', 'Illegal abortion unspecified complicated by renal failure' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '636.31', '', 'Illegal abortion incomplete complicated by renal failure' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '636.32', '', 'Illegal abortion complete complicated by renal failure' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '636.40', '', 'Illegal abortion unspecified complicated by metabolic disorder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '636.41', '', 'Illegal abortion incomplete complicated by metabolic disorder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '636.42', '', 'Illegal abortion complete complicated by metabolic disorder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '636.50', '', 'Illegal abortion unspecified complicated by shock' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '636.51', '', 'Illegal abortion incomplete complicated by shock' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '636.52', '', 'Illegal abortion complete complicated by shock' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '636.60', '', 'Illegal abortion unspecified complicated by embolism' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '636.61', '', 'Illegal abortion incomplete complicated by embolism' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '636.62', '', 'Illegal abortion complete complicated by embolism' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '636.70', '', 'Illegal abortion unspecified with other specified complications' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '636.71', '', 'Illegal abortion incomplete with other specified complications' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '636.72', '', 'Illegal abortion complete with other specified complications' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '636.80', '', 'Illegal abortion unspecified with unspecified complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '636.81', '', 'Illegal abortion incomplete with unspecified complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '636.82', '', 'Illegal abortion complete with unspecified complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '636.90', '', 'Illegal abortion unspecified without complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '636.91', '', 'Illegal abortion incomplete without complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '636.92', '', 'Illegal abortion complete without complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '637.00', '', 'Unspecified type of abortion unspecified complicated by genital tract and pelvic infection' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '637.01', '', 'Unspecified abortion incomplete complicated by genital tract and pelvic infection' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '637.02', '', 'Unspecified abortion complete complicated by genital tract and pelvic infection' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '637.10', '', 'Unspecified type of abortion unspecified complicated by delayed or excessive hemorrhage' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '637.11', '', 'Legally unspecified abortion incomplete complicated by delayed or excessive hemorrhage' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '637.12', '', 'Legally unspecified abortion complete complicated by delayed or excessive hemorrhage' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '637.21', '', 'Legally unspecified abortion incomplete complicated by damage to pelvic organs or tissues' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '637.22', '', 'Legally unspecified abortion complete complicated by damage to pelvic organs or tissues' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '637.30', '', 'Legally unspecified type of abortion unspecified complicated by renal failure' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '637.31', '', 'Legally unspecified abortion incomplete complicated by renal failure' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '637.32', '', 'Legally unspecified abortion complete complicated by renal failure' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '637.40', '', 'Legally unspecified type of abortion unspecified complicated by metabolic disorder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '637.41', '', 'Legally unspecified abortion incomplete complicated by metabolic disorder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '637.42', '', 'Legally unspecified abortion complete complicated by metabolic disorder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '637.50', '', 'Legally unspecified type of abortion unspecified complicated by shock' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '637.51', '', 'Legally unspecified abortion incomplete complicated by shock' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '637.52', '', 'Legally unspecified abortion complete complicated by shock' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '637.60', '', 'Legally unspecified type of abortion unspecified complicated by embolism' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '637.61', '', 'Legally unspecified abortion incomplete complicated by embolism' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '637.62', '', 'Legally unspecified abortion complete complicated by embolism' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '637.70', '', 'Legally unspecified type of abortion unspecified with other specified complications' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '637.71', '', 'Legally unspecified abortion incomplete with other specified complications' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '637.72', '', 'Legally unspecified abortion complete with other specified complications' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '637.80', '', 'Legally unspecified type of abortion unspecified with unspecified complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '637.81', '', 'Legally unspecified abortion incomplete with unspecified complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '637.82', '', 'Legally unspecified abortion complete with unspecified complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '637.90', '', 'Legally unspecified type of abortion unspecified without complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '637.91', '', 'Legally unspecified abortion incomplete without complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '637.92', '', 'Legally unspecified abortion complete without complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '638.0', '', 'Failed attempted abortion complicated by genital tract and pelvic infection' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '638.1', '', 'Failed attempted abortion complicated by delayed or excessive hemorrhage' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '638.2', '', 'Failed attempted abortion complicated by damage to pelvic organs or tissues' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '638.3', '', 'Failed attempted abortion complicated by renal failure' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '638.4', '', 'Failed attempted abortion complicated by metabolic disorder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '638.5', '', 'Failed attempted abortion complicated by shock' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '638.6', '', 'Failed attempted abortion complicated by embolism' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '638.7', '', 'Failed attempted abortion with other specified complications' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '638.8', '', 'Failed attempted abortion with unspecified complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '638.9', '', 'Failed attempted abortion without complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '639.0', '', 'Genital tract and pelvic infection following abortion or ectopic and molar pregnancies' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '639.1', '', 'Delayed or excessive hemorrhage following abortion or ectopic and molar pregnancies' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '639.3', '', 'Kidney failure following abortion and ectopic and molar pregnancies' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '639.4', '', 'Metabolic disorders following abortion or ectopic and molar pregnancies' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '639.5', '', 'Shock following abortion or ectopic and molar pregnancies' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '639.6', '', 'Embolism following abortion or ectopic and molar pregnancies' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '639.8', '', 'Other specified complications following abortion or ectopic and molar pregnancies' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '639.9', '', 'Unspecified complication following abortion or ectopic and molar pregnancies' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '640.00', '', 'Threatened abortion unspecified as to episode of care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '640.01', '', 'Threatened abortion delivered' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '640.03', '', 'Threatened abortion antepartum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '640.80', '', 'Other specified hemorrhage in early pregnancy unspecified as to episode of care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '640.81', '', 'Other specified hemorrhage in early pregnancy delivered' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '640.83', '', 'Other specified hemorrhage in early pregnancy antepartum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '640.90', '', 'Unspecified hemorrhage in early pregnancy unspecified as to episode of care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '640.91', '', 'Unspecified hemorrhage in early pregnancy delivered' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '640.93', '', 'Unspecified hemorrhage in early pregnancy antepartum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '641.00', '', 'Placenta previa without hemorrhage unspecified as to episode of care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '641.01', '', 'Placenta previa without hemorrhage with delivery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '641.03', '', 'Placenta previa without hemorrhage antepartum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '641.10', '', 'Hemorrhage from placenta previa unspecified as to episode of care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '641.11', '', 'Hemorrhage from placenta previa with delivery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '641.13', '', 'Hemorrhage from placenta previa antepartum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '641.20', '', 'Premature separation of placenta unspecified as to episode of care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '641.21', '', 'Premature separation of placenta with delivery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '641.23', '', 'Premature separation of placenta antepartum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '641.30', '', 'Antepartum hemorrhage associated with coagulation defects unspecified as to episode of care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '641.31', '', 'Antepartum hemorrhage associated with coagulation defects with delivery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '641.33', '', 'Antepartum hemorrhage associated with coagulation defects' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '641.80', '', 'Other antepartum hemorrhage unspecified as to episode of care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '641.81', '', 'Other antepartum hemorrhage with delivery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '641.83', '', 'Other antepartum hemorrhage' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '641.90', '', 'Unspecified antepartum hemorrhage unspecified as to episode of care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '641.91', '', 'Unspecified antepartum hemorrhage with delivery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '641.93', '', 'Unspecified antepartum hemorrhage' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '642.01', '', 'Benign essential hypertension with delivery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '642.02', '', 'Benign essential hypertension with delivery with postpartum complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '642.03', '', 'Antepartum benign essential hypertension' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '642.04', '', 'Postpartum benign essential hypertension' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '642.11', '', 'Hypertension secondary to renal disease with delivery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '642.12', '', 'Hypertension secondary to renal disease with delivery with postpartum complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '642.13', '', 'Hypertension secondary to renal disease antepartum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '642.14', '', 'Hypertension secondary to renal disease postpartum' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '642.21', '', 'Other pre-existing hypertension with delivery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '642.22', '', 'Other pre-existing hypertension with delivery with postpartum complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '642.23', '', 'Other pre-existing hypertension antepartum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '642.24', '', 'Other pre-existing hypertension postpartum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '642.30', '', 'Transient hypertension of pregnancy unspecified as to episode of care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '642.31', '', 'Transient hypertension of pregnancy with delivery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '642.32', '', 'Transient hypertension of pregnancy with delivery with postpartum complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '642.33', '', 'Antepartum transient hypertension' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '642.34', '', 'Postpartum transient hypertension' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '642.40', '', 'Mild or unspecified pre-eclampsia unspecified as to episode of care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '642.41', '', 'Mild or unspecified pre-eclampsia with delivery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '642.42', '', 'Mild or unspecified pre-eclampsia with delivery with postpartum complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '642.43', '', 'Mild or unspecified pre-eclampsia antepartum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '642.44', '', 'Mild or unspecified pre-eclampsia postpartum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '642.50', '', 'Severe pre-eclampsia unspecified as to episode of care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '642.51', '', 'Severe pre-eclampsia with delivery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '642.52', '', 'Severe pre-eclampsia with delivery with postpartum complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '642.53', '', 'Severe pre-eclampsia antepartum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '642.54', '', 'Severe pre-eclampsia postpartum' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '642.61', '', 'Eclampsia with delivery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '642.62', '', 'Eclampsia with delivery with postpartum complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '642.63', '', 'Eclampsia antepartum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '642.64', '', 'Eclampsia postpartum' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '642.71', '', 'Pre-eclampsia or eclampsia superimposed on pre-existing hypertension with delivery' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '642.73', '', 'Pre-eclampsia or eclampsia superimposed on pre-existing hypertension antepartum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '642.74', '', 'Pre-eclampsia or eclampsia superimposed on pre-existing hypertension postpartum' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '642.91', '', 'Unspecified hypertension with delivery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '642.92', '', 'Unspecified hypertension with delivery with postpartum complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '642.93', '', 'Unspecified antepartum hypertension' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '642.94', '', 'Unspecified postpartum hypertension' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '643.00', '', 'Mild hyperemesis gravidarum unspecified as to episode of care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '643.01', '', 'Mild hyperemesis gravidarum delivered' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '643.03', '', 'Mild hyperemesis gravidarum antepartum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '643.10', '', 'Hyperemesis gravidarum with metabolic disturbance unspecified as to episode of care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '643.11', '', 'Hyperemesis gravidarum with metabolic disturbance delivered' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '643.13', '', 'Hyperemesis gravidarum with metabolic disturbance antepartum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '643.20', '', 'Late vomiting of pregnancy unspecified as to episode of care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '643.21', '', 'Late vomiting of pregnancy delivered' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '643.23', '', 'Late vomiting of pregnancy antepartum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '643.80', '', 'Other vomiting complicating pregnancy unspecified as to episode of care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '643.81', '', 'Other vomiting complicating pregnancy delivered' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '643.83', '', 'Other vomiting complicating pregnancy antepartum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '643.90', '', 'Unspecified vomiting of pregnancy unspecified as to episode of care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '643.91', '', 'Unspecified vomiting of pregnancy delivered' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '643.93', '', 'Unspecified vomiting of pregnancy antepartum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '644.00', '', 'Threatened premature labor unspecified as to episode of care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '644.03', '', 'Threatened premature labor antepartum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '644.10', '', 'Other threatened labor unspecified as to episode of care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '644.13', '', 'Other threatened labor antepartum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '644.20', '', 'Early onset of delivery unspecified as to episode of care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '644.21', '', 'Early onset of delivery delivered with or without antepartum condition' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '645.10', '', 'Post term pregnancy unspecified episode of care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '645.11', '', 'Post term pregnancy delivered with or without antepartum condition' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '645.13', '', 'Post term pregnancy antepartum condition or complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '645.20', '', 'Prolonged pregnancy unspecified episode of care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '645.21', '', 'Prolonged pregnancy delivered with or without antepartum condition' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '645.23', '', 'Prolonged pregnancy antepartum condition or complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '646.00', '', 'Papyraceous fetus unspecified as to episode of care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '646.01', '', 'Papyraceous fetus delivered with or without antepartum condition' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '646.03', '', 'Papyraceous fetus antepartum' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '646.12', '', 'Edema or excessive weight gain in pregnancy with delivery with postpartum complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '646.13', '', 'Antepartum edema or excessive weight gain' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '646.14', '', 'Postpartum edema or excessive weight gain' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '646.20', '', 'Unspecified renal disease in pregnancy unspecified as to episode of care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '646.21', '', 'Unspecified renal disease in pregnancy with delivery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '646.22', '', 'Unspecified renal disease in pregnancy with delivery with postpartum complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '646.23', '', 'Unspecified antepartum renal disease' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '646.24', '', 'Unspecified postpartum renal disease' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '646.30', '', 'Habitual aborter currently pregnant unspecified as to episode of care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '646.31', '', 'Habitual aborter delivered with or without antepartum condition' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '646.33', '', 'Habitual aborter antepartum condition or complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '646.40', '', 'Peripheral neuritis in pregnancy unspecified as to episode of care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '646.41', '', 'Peripheral neuritis in pregnancy with delivery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '646.42', '', 'Peripheral neuritis in pregnancy with delivery with postpartum complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '646.43', '', 'Antepartum peripheral neuritis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '646.44', '', 'Postpartum peripheral neuritis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '646.50', '', 'Asymptomatic bacteriuria in pregnancy unspecified as to episode of care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '646.51', '', 'Asymptomatic bacteriuria in pregnancy with delivery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '646.52', '', 'Asymptomatic bacteriuria in pregnancy with delivery with postpartum complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '646.53', '', 'Antepartum asymptomatic bacteriuria' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '646.54', '', 'Postpartum asymptomatic bacteriuria' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '646.60', '', 'Infections of genitourinary tract in pregnancy unspecified as to episode of care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '646.61', '', 'Infections of genitourinary tract in pregnancy with delivery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '646.62', '', 'Infections of genitourinary tract in pregnancy with delivery with postpartum complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '646.63', '', 'Antepartum infections of genitourinary tract' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '646.64', '', 'Postpartum infections of genitourinary tract' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '646.70', '', 'Liver disorders in pregnancy unspecified as to episode of care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '646.71', '', 'Liver disorders in pregnancy with delivery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '646.73', '', 'Antepartum liver disorders' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '646.80', '', 'Other specified complications of pregnancy unspecified as to episode of care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '646.81', '', 'Other specified complications of pregnancy with delivery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '646.82', '', 'Other specified complications of pregnancy with delivery with postpartum complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '646.83', '', 'Other specified antepartum complications' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '646.84', '', 'Other specified postpartum complications' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '646.90', '', 'Unspecified complication of pregnancy unspecified as to episode of care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '646.91', '', 'Unspecified complication of pregnancy with delivery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '646.93', '', 'Unspecified antepartum complication' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '647.01', '', 'Syphilis of mother complicating pregnancy with delivery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '647.02', '', 'Syphilis of mother complicating pregnancy with delivery with postpartum complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '647.03', '', 'Antepartum syphilis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '647.04', '', 'Postpartum syphilis' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '647.11', '', 'Gonorrhea of mother with delivery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '647.12', '', 'Gonorrhea of mother with delivery with postpartum complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '647.13', '', 'Antepartum gonorrhea' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '647.14', '', 'Postpartum gonorrhea' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '647.21', '', 'Other venereal diseases of mother with delivery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '647.22', '', 'Other venereal diseases of mother with delivery with postpartum complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '647.23', '', 'Other antepartum venereal diseases' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '647.24', '', 'Other postpartum venereal diseases' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '647.31', '', 'Tuberculosis of mother with delivery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '647.32', '', 'Tuberculosis of mother with delivery with postpartum complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '647.33', '', 'Antepartum tuberculosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '647.34', '', 'Postpartum tuberculosis' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '647.41', '', 'Malaria of mother with delivery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '647.42', '', 'Malaria of mother with delivery with postpartum complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '647.43', '', 'Antepartum malaria' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '647.44', '', 'Postpartum malaria' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '647.51', '', 'Rubella of mother with delivery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '647.52', '', 'Rubella of mother with delivery with postpartum complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '647.53', '', 'Antepartum rubella' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '647.54', '', 'Postpartum rubella' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '647.61', '', 'Other viral diseases of mother with delivery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '647.62', '', 'Other viral diseases of mother with delivery with postpartum complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '647.63', '', 'Other antepartum viral diseases' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '647.64', '', 'Other postpartum viral diseases' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '647.81', '', 'Other specified infectious and parasitic diseases of mother with delivery' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '647.83', '', 'Other specified infectious and parasitic diseases of mother antepartum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '647.84', '', 'Other specified infectious and parasitic diseases of mother postpartum' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '647.91', '', 'Unspecified infection or infestation of mother with delivery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '647.92', '', 'Unspecified infection or infestation of mother with delivery with postpartum complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '647.93', '', 'Unspecified infection or infestation of mother antepartum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '647.94', '', 'Unspecified infection or infestation of mother postpartum' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '648.01', '', 'Diabetes mellitus of mother with delivery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '648.02', '', 'Diabetes mellitus of mother with delivery with postpartum complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '648.03', '', 'Antepartum diabetes mellitus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '648.04', '', 'Postpartum diabetes mellitus' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '648.11', '', 'Thyroid dysfunction of mother with delivery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '648.12', '', 'Thyroid dysfunction of mother with delivery with postpartum complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '648.13', '', 'Antepartum thyroid dysfunction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '648.14', '', 'Postpartum thyroid dysfunction' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '648.21', '', 'Anemia of mother with delivery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '648.22', '', 'Anemia of mother with delivery with postpartum complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '648.23', '', 'Antepartum anemia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '648.24', '', 'Postpartum anemia' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '648.31', '', 'Drug dependence of mother with delivery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '648.32', '', 'Drug dependence of mother with delivery with postpartum complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '648.33', '', 'Antepartum drug dependence' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '648.34', '', 'Postpartum drug dependence' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '648.41', '', 'Mental disorders of mother with delivery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '648.42', '', 'Mental disorders of mother with delivery with postpartum complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '648.43', '', 'Antepartum mental disorders of mother' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '648.44', '', 'Postpartum mental disorders of mother' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '648.51', '', 'Congenital cardiovascular disorders of mother with delivery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '648.52', '', 'Congenital cardiovascular disorders of mother with delivery with postpartum complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '648.53', '', 'Congenital cardiovascular disorders of mother antepartum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '648.54', '', 'Congenital cardiovascular disorders of mother postpartum' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '648.61', '', 'Other cardiovascular diseases of mother with delivery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '648.62', '', 'Other cardiovascular diseases of mother with delivery with postpartum complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '648.63', '', 'Other cardiovascular diseases of mother antepartum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '648.64', '', 'Other cardiovascular diseases of mother postpartum' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '648.81', '', 'Abnormal glucose tolerance of mother with delivery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '648.82', '', 'Abnormal glucose tolerance of mother with delivery with postpartum complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '648.83', '', 'Abnormal glucose tolerance of mother antepartum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '648.84', '', 'Abnormal glucose tolerance of mother postpartum' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '648.91', '', 'Other current conditions classifiable elsewhere of mother with delivery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '648.92', '', 'Other current conditions classifiable elsewhere of mother with delivery with postpartum complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '648.93', '', 'Other current conditions classifiable elsewhere of mother antepartum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '648.94', '', 'Other current conditions classifiable elsewhere of mother postpartum' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '649.13', '', 'Obesity complicating pregnancy, childbirth, or the puerperium, antepartum condition or complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '649.14', '', 'Obesity complicating pregnancy, childbirth, or the puerperium, postpartum condition or complication' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '649.33', '', 'Coagulation defects complicating pregnancy, childbirth, or the puerperium, antepartum condition or complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '649.34', '', 'Coagulation defects complicating pregnancy, childbirth, or the puerperium, postpartum condition or complication' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '649.43', '', 'Epilepsy complicating pregnancy, childbirth, or the puerperium, antepartum condition or complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '649.44', '', 'Epilepsy complicating pregnancy, childbirth, or the puerperium, postpartum condition or complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '649.50', '', 'Spotting complicating pregnancy, unspecified as to episode of care or not applicable' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '649.51', '', 'Spotting complicating pregnancy, delivered, with or without mention of antepartum condition' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '649.53', '', 'Spotting complicating pregnancy, antepartum condition or complication' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '649.61', '', 'Uterine size date discrepancy, delivered, with or without mention of antepartum condition' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '649.62', '', 'Uterine size date discrepancy, delivered, with mention of postpartum complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '649.63', '', 'Uterine size date discrepancy, antepartum condition or complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '649.64', '', 'Uterine size date discrepancy, postpartum condition or complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '649.70', '', 'Cervical shortening, unspecified as to episode of care or not applicable' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '649.71', '', 'Cervical shortening, delivered, with or without mention of antepartum condition' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '649.73', '', 'Cervical shortening, antepartum condition or complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '650', '', 'Normal delivery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '651.00', '', 'Twin pregnancy unspecified as to episode of care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '651.01', '', 'Twin pregnancy delivered' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '651.03', '', 'Twin pregnancy antepartum condition or complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '651.10', '', 'Triplet pregnancy unspecified as to episode of care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '651.11', '', 'Triplet pregnancy delivered' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '651.13', '', 'Triplet pregnancy antepartum condition or complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '651.20', '', 'Quadruplet pregnancy unspecified as to episode of care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '651.21', '', 'Quadruplet pregnancy delivered' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '651.23', '', 'Quadruplet pregnancy antepartum condition or complication' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '651.73', '', 'Multiple gestation following (elective) fetal reduction, antepartum condition or complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '651.80', '', 'Other specified multiple gestation unspecified as to episode of care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '651.81', '', 'Other specified multiple gestation delivered' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '651.83', '', 'Other specified multiple gestation antepartum condition or complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '651.90', '', 'Unspecified multiple gestation unspecified as to episode of care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '651.91', '', 'Unspecified multiple gestation delivered' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '651.93', '', 'Unspecified multiple gestation antepartum condition or complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '652.00', '', 'Unstable lie unspecified as to episode of care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '652.01', '', 'Unstable lie delivered' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '652.03', '', 'Unstable lie antepartum condition or complication' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '652.11', '', 'Breech or other malpresentation successfully converted to cephalic presentation delivered' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '652.13', '', 'Breech or other malpresentation successfully converted to cephalic presentation antepartum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '652.20', '', 'Breech presentation without version unspecified as to episode of care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '652.21', '', 'Breech presentation without version delivered' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '652.23', '', 'Breech presentation without version antepartum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '652.30', '', 'Transverse or oblique presentation unspecified as to episode of care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '652.31', '', 'Transverse or oblique presentation delivered' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '652.33', '', 'Transverse or oblique presentation antepartum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '652.40', '', 'Face or brow presentation unspecified as to episode of care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '652.41', '', 'Face or brow presentation delivered' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '652.43', '', 'Face or brow presentation antepartum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '652.50', '', 'High head at term unspecified as to episode of care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '652.51', '', 'High head at term delivered' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '652.53', '', 'High head at term antepartum' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '652.61', '', 'Multiple gestation with malpresentation of one fetus or more delivered' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '652.63', '', 'Multiple gestation with malpresentation of one fetus or more antepartum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '652.70', '', 'Prolapsed arm of fetus unspecified as to episode of care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '652.71', '', 'Prolapsed arm of fetus delivered' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '652.73', '', 'Prolapsed arm antepartum condition or complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '652.80', '', 'Other specified malposition or malpresentation unspecified as to episode of care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '652.81', '', 'Other specified malposition or malpresentation delivered' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '652.83', '', 'Other specified malposition or malpresentation antepartum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '652.90', '', 'Unspecified malposition or malpresentation unspecified as to episode of care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '652.91', '', 'Unspecified malposition or malpresentation delivered' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '652.93', '', 'Unspecified malposition or malpresentation antepartum' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '653.01', '', 'Major abnormality of bony pelvis not further specified delivered' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '653.03', '', 'Major abnormality of bony pelvis not further specified antepartum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '653.10', '', 'Generally contracted pelvis unspecified as to episode of care in pregnancy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '653.11', '', 'Generally contracted pelvis delivered' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '653.13', '', 'Generally contracted pelvis antepartum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '653.20', '', 'Inlet contraction of pelvis unspecified as to episode of care in pregnancy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '653.21', '', 'Inlet contraction of pelvis delivered' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '653.23', '', 'Inlet contraction of pelvis antepartum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '653.30', '', 'Outlet contraction of pelvis unspecified as to episode of care in pregnancy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '653.31', '', 'Outlet contraction of pelvis delivered' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '653.33', '', 'Outlet contraction of pelvis antepartum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '653.40', '', 'Fetopelvic disproportion unspecified as to episode of care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '653.41', '', 'Fetopelvic disproportion delivered' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '653.43', '', 'Fetopelvic disproportion antepartum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '653.50', '', 'Unusually large fetus causing disproportion unspecified as to episode of care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '653.51', '', 'Unusually large fetus causing disproportion delivered' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '653.53', '', 'Unusually large fetus causing disproportion antepartum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '653.60', '', 'Hydrocephalic fetus causing disproportion unspecified as to episode of care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '653.61', '', 'Hydrocephalic fetus causing disproportion delivered' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '653.63', '', 'Hydrocephalic fetus causing disproportion antepartum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '653.70', '', 'Other fetal abnormality causing disproportion unspecified as to episode of care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '653.71', '', 'Other fetal abnormality causing disproportion delivered' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '653.73', '', 'Other fetal abnormality causing disproportion antepartum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '653.80', '', 'Disproportion of other origin unspecified as to episode of care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '653.81', '', 'Disproportion of other origin delivered' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '653.83', '', 'Disproportion of other origin antepartum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '653.90', '', 'Unspecified disproportion unspecified as to episode of care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '653.91', '', 'Unspecified disproportion delivered' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '653.93', '', 'Unspecified disproportion antepartum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '654.00', '', 'Congenital abnormalities of uterus unspecified as to episode of care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '654.01', '', 'Congenital abnormalities of uterus with delivery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '654.02', '', 'Congenital abnormalities of uterus delivered with postpartum complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '654.03', '', 'Congenital abnormalities of uterus antepartum condition or complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '654.04', '', 'Congenital abnormalities of uterus postpartum condition or complication' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '654.11', '', 'Tumors of body of uterus with delivery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '654.12', '', 'Tumors of body of uterus delivered with postpartum complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '654.13', '', 'Tumors of body of uterus antepartum condition or complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '654.14', '', 'Tumors of body of uterus postpartum condition or complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '654.20', '', 'Previous cesarean delivery unspecified as to episode of care in pregnancy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '654.21', '', 'Previous cesarean delivery with delivery with or without antepartum condition' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '654.23', '', 'Previous cesarean delivery antepartum condition or complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '654.30', '', 'Retroverted and incarcerated gravid uterus unspecified as to episode of care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '654.31', '', 'Retroverted and incarcerated gravid uterus delivered' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '654.32', '', 'Retroverted and incarcerated gravid uterus delivered with postpartum complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '654.33', '', 'Retroverted and incarcerated gravid uterus antepartum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '654.34', '', 'Retroverted and incarcerated gravid uterus postpartum' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '654.50', '', 'Cervical incompetence unspecified as to episode of care in pregnancy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '654.51', '', 'Cervical incompetence with delivery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '654.52', '', 'Cervical incompetence delivered with postpartum complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '654.53', '', 'Cervical incompetence antepartum condition or complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '654.54', '', 'Cervical incompetence postpartum condition or complication' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '654.61', '', 'Other congenital or acquired abnormality of cervix with delivery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '654.62', '', 'Other congenital or acquired abnormality of cervix delivered with postpartum complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '654.63', '', 'Other congenital or acquired abnormality of cervix antepartum condition or complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '654.64', '', 'Other congenital or acquired abnormality of cervix postpartum condition or complication' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '654.71', '', 'Congenital or acquired abnormality of vagina with delivery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '654.72', '', 'Congenital or acquired abnormality of vagina delivered with postpartum complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '654.73', '', 'Congenital or acquired abnormality of vagina antepartum condition or complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '654.74', '', 'Congenital or acquired abnormality of vagina postpartum condition or complication' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '654.81', '', 'Congenital or acquired abnormality of vulva with delivery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '654.82', '', 'Congenital or acquired abnormality of vulva delivered with postpartum complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '654.83', '', 'Congenital or acquired abnormality of vulva antepartum condition or complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '654.84', '', 'Congenital or acquired abnormality of vulva postpartum condition or complication' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '655.01', '', 'Central nervous system malformation in fetus with delivery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '655.03', '', 'Central nervous system malformation in fetus antepartum' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '655.11', '', 'Chromosomal abnormality in fetus affecting management of mother with delivery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '655.13', '', 'Chromosomal abnormality in fetus affecting management of mother antepartum' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '655.51', '', 'Suspected damage to fetus from drugs affecting management of mother delivered' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '655.53', '', 'Suspected damage to fetus from drugs affecting management of mother antepartum' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '655.61', '', 'Suspected damage to fetus from radiation affecting management of mother delivered' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '655.71', '', 'Decreased fetal movements affecting management of mother delivered' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '655.73', '', 'Decreased fetal movements affecting management of mother antepartum condition or complication' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '655.91', '', 'Unspecified suspected fetal abnormality affecting management of mother delivered' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '655.93', '', 'Unspecified suspected fetal abnormality affecting management of mother antepartum condition or complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '656.00', '', 'Fetal-maternal hemorrhage unspecified as to episode of care in pregnancy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '656.01', '', 'Fetal-maternal hemorrhage with delivery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '656.03', '', 'Fetal-maternal hemorrhage antepartum condition or complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '656.10', '', 'Rhesus isoimmunization unspecified as to episode of care in pregnancy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '656.11', '', 'Rhesus isoimmunization affecting management of mother delivered' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '656.13', '', 'Rhesus isoimmunization affecting management of mother antepartum condition' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '656.30', '', 'Fetal distress affecting management of mother unspecified as to episode of care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '656.31', '', 'Fetal distress affecting management of mother delivered' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '656.33', '', 'Fetal distress affecting management of mother antepartum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '656.40', '', 'Intrauterine death affecting management of mother unspecified as to episode of care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '656.41', '', 'Intrauterine death affecting management of mother delivered' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '656.43', '', 'Intrauterine death affecting management of mother antepartum' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '656.51', '', 'Poor fetal growth affecting management of mother delivered' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '656.53', '', 'Poor fetal growth affecting management of mother antepartum condition or complication' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '656.61', '', 'Excessive fetal growth affecting management of mother delivered' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '656.63', '', 'Excessive fetal growth affecting management of mother antepartum' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '656.71', '', 'Other placental conditions affecting management of mother delivered' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '656.73', '', 'Other placental conditions affecting management of mother antepartum' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '656.81', '', 'Other specified fetal and placental problems affecting management of mother delivered' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '656.83', '', 'Other specified fetal and placental problems affecting management of mother antepartum' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '656.91', '', 'Unspecified fetal and placental problem affecting management of mother delivered' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '656.93', '', 'Unspecified fetal and placental problem affecting management of mother antepartum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '657.00', '', 'Polyhydramnios unspecified as to episode of care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '657.01', '', 'Polyhydramnios with delivery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '657.03', '', 'Polyhydramnios antepartum complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '658.00', '', 'Oligohydramnios unspecified as to episode of care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '658.01', '', 'Oligohydramnios delivered' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '658.03', '', 'Oligohydramnios antepartum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '658.10', '', 'Premature rupture of membranes unspecified as to episode of care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '658.11', '', 'Premature rupture of membranes delivered' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '658.13', '', 'Premature rupture of membranes antepartum' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '658.21', '', 'Delayed delivery after spontaneous or unspecified rupture of membranes delivered' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '658.23', '', 'Delayed delivery after spontaneous or unspecified rupture of membranes antepartum' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '658.31', '', 'Delayed delivery after artificial rupture of membranes delivered' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '658.33', '', 'Delayed delivery after artificial rupture of membranes antepartum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '658.40', '', 'Infection of amniotic cavity unspecified as to episode of care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '658.41', '', 'Infection of amniotic cavity delivered' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '658.43', '', 'Infection of amniotic cavity antepartum' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '658.81', '', 'Other problems associated with amniotic cavity and membranes delivered' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '658.83', '', 'Other problems associated with amniotic cavity and membranes antepartum' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '658.91', '', 'Unspecified problem associated with amniotic cavity and membranes delivered' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '658.93', '', 'Unspecified problem associated with amniotic cavity and membranes antepartum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '659.00', '', 'Failed mechanical induction of labor unspecified as to episode of care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '659.01', '', 'Failed mechanical induction of labor delivered' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '659.03', '', 'Failed mechanical induction of labor antepartum' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '659.11', '', 'Failed medical or unspecified induction of labor delivered' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '659.13', '', 'Failed medical or unspecified induction of labor antepartum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '659.20', '', 'Unspecified type maternal pyrexia during labor unspecified as to episode of care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '659.21', '', 'Unspecified type maternal pyrexia during labor delivered' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '659.23', '', 'Unspecified type maternal pyrexia antepartum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '659.30', '', 'Generalized infection during labor unspecified as to episode of care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '659.31', '', 'Generalized infection during labor delivered' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '659.33', '', 'Generalized infection during labor antepartum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '659.40', '', 'Grand multiparity with current pregnancy unspecified as to episode of care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '659.41', '', 'Grand multiparity with current pregnancy delivered' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '659.43', '', 'Grand multiparity with current pregnancy antepartum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '659.50', '', 'Elderly primigravida unspecified as to episode of care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '659.51', '', 'Elderly primigravida delivered' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '659.53', '', 'Elderly primigravida antepartum' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '659.61', '', 'Other advanced maternal age delivered with or without antepartum condition' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '659.63', '', 'Other advanced maternal age antepartum condition or complication' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '659.73', '', 'Abnormality in fetal heart rate or rhythm antepartum condition or complication' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '659.91', '', 'Unspecified indication for care or intervention related to labor and delivery delivered' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '659.93', '', 'Unspecified indication for care or intervention related to labor and delivery antepartum' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '660.01', '', 'Obstruction caused by malposition of fetus at onset of labor with delivery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '660.03', '', 'Obstruction caused by malposition of fetus at onset of labor antepartum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '660.10', '', 'Obstruction by bony pelvis during labor unspecified as to episode of care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '660.11', '', 'Obstruction by bony pelvis during labor with delivery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '660.13', '', 'Obstruction by bony pelvis during labor antepartum' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '660.21', '', 'Obstruction by abnormal pelvic soft tissues during labor with delivery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '660.23', '', 'Obstruction by abnormal pelvic soft tissues during labor antepartum' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '660.31', '', 'Deep transverse arrest and persistent occipitoposterior position with delivery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '660.33', '', 'Deep transverse arrest and persistent occipitoposterior position antepartum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '660.40', '', 'Shoulder (girdle) dystocia unspecified as to episode of care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '660.41', '', 'Shoulder (girdle) dystocia with delivery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '660.43', '', 'Shoulder (girdle) dystocia antepartum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '660.50', '', 'Locked twins unspecified as to episode of care in pregnancy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '660.51', '', 'Locked twins with delivery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '660.53', '', 'Locked twins antepartum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '660.60', '', 'Unspecified failed trial of labor unspecified as to episode of care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '660.61', '', 'Unspecified failed trial of labor with delivery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '660.63', '', 'Unspecified failed trial of labor antepartum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '660.70', '', 'Unspecified failed forceps or vacuum extractor unspecified as to episode of care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '660.71', '', 'Unspecified failed forceps or vacuum extractor with delivery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '660.73', '', 'Unspecified failed forceps or vacuum extractor antepartum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '660.80', '', 'Other causes of obstructed labor unspecified as to episode of care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '660.81', '', 'Other causes of obstructed labor with delivery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '660.83', '', 'Other causes of obstructed labor antepartum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '660.90', '', 'Unspecified obstructed labor unspecified as to episode of care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '660.91', '', 'Unspecified obstructed labor with delivery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '660.93', '', 'Unspecified obstructed labor antepartum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '661.00', '', 'Primary uterine inertia unspecified as to episode of care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '661.01', '', 'Primary uterine inertia with delivery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '661.03', '', 'Primary uterine inertia antepartum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '661.10', '', 'Secondary uterine inertia unspecified as to episode of care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '661.11', '', 'Secondary uterine inertia with delivery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '661.13', '', 'Secondary uterine inertia antepartum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '661.20', '', 'Other and unspecified uterine inertia unspecified as to episode of care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '661.21', '', 'Other and unspecified uterine inertia with delivery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '661.23', '', 'Other and unspecified uterine inertia antepartum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '661.30', '', 'Precipitate labor unspecified as to episode of care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '661.31', '', 'Precipitate labor with delivery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '661.33', '', 'Precipitate labor antepartum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '661.40', '', 'Hypertonic incoordinate or prolonged uterine contractions unspecified as to episode of care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '661.41', '', 'Hypertonic incoordinate or prolonged uterine contractions with delivery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '661.43', '', 'Hypertonic incoordinate or prolonged uterine contractions antepartum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '661.90', '', 'Unspecified abnormality of labor unspecified as to episode of care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '661.91', '', 'Unspecified abnormality of labor with delivery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '661.93', '', 'Unspecified abnormality of labor antepartum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '662.00', '', 'Prolonged first stage of labor unspecified as to episode of care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '662.01', '', 'Prolonged first stage of labor delivered' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '662.03', '', 'Prolonged first stage of labor antepartum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '662.10', '', 'Unspecified type prolonged labor unspecified as to episode of care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '662.11', '', 'Unspecified type prolonged labor delivered' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '662.13', '', 'Unspecified type prolonged labor antepartum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '662.20', '', 'Prolonged second stage of labor unspecified as to episode of care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '662.21', '', 'Prolonged second stage of labor delivered' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '662.23', '', 'Prolonged second stage of labor antepartum' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '662.31', '', 'Delayed delivery of second twin triplet etc. delivered' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '662.33', '', 'Delayed delivery of second twin triplet etc. antepartum' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '663.01', '', 'Prolapse of cord complicating labor and delivery delivered' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '663.03', '', 'Prolapse of cord complicating labor and delivery antepartum' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '663.11', '', 'Cord around neck with compression complicating labor and delivery delivered' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '663.13', '', 'Cord around neck with compression complicating labor and delivery antepartum' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '663.21', '', 'Other and unspecified cord entanglement with compression complicating labor and delivery delivered' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '663.23', '', 'Other and unspecified cord entanglement with compression complicating labor and delivery antepartum' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '663.31', '', 'Other and unspecified cord entanglement without compression complicating labor and delivery delivered' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '663.33', '', 'Other and unspecified cord entanglement without compression complicating labor and delivery antepartum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '663.40', '', 'Short cord complicating labor and delivery unspecified as to episode of care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '663.41', '', 'Short cord complicating labor and delivery delivered' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '663.43', '', 'Short cord complicating labor and delivery antepartum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '663.50', '', 'Vasa previa complicating labor and delivery unspecified as to episode of care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '663.51', '', 'Vasa previa complicating labor and delivery delivered' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '663.53', '', 'Vasa previa complicating labor and delivery antepartum' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '663.61', '', 'Vascular lesions of cord complicating labor and delivery delivered' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '663.63', '', 'Vascular lesions of cord complicating labor and delivery antepartum' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '663.81', '', 'Other umbilical cord complications during labor and delivery delivered' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '663.83', '', 'Other umbilical cord complications during labor and delivery antepartum' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '663.91', '', 'Unspecified umbilical cord complication during labor and delivery delivered' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '663.93', '', 'Unspecified umbilical cord complication during labor and delivery antepartum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '664.00', '', 'First-degree perineal laceration unspecified as to episode of care in pregnancy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '664.01', '', 'First-degree perineal laceration with delivery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '664.04', '', 'First-degree perineal laceration postpartum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '664.10', '', 'Second-degree perineal laceration unspecified as to episode of care in pregnancy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '664.11', '', 'Second-degree perineal laceration with delivery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '664.14', '', 'Second-degree perineal laceration postpartum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '664.20', '', 'Third-degree perineal laceration unspecified as to episode of care in pregnancy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '664.21', '', 'Third-degree perineal laceration with delivery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '664.24', '', 'Third-degree perineal laceration postpartum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '664.30', '', 'Fourth-degree perineal laceration unspecified as to episode of care in pregnancy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '664.31', '', 'Fourth-degree perineal laceration with delivery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '664.34', '', 'Fourth-degree perineal laceration postpartum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '664.40', '', 'Unspecified perineal laceration unspecified as to episode of care in pregnancy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '664.41', '', 'Unspecified perineal laceration with delivery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '664.44', '', 'Unspecified perineal laceration postpartum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '664.50', '', 'Vulvar and perineal hematoma unspecified as to episode of care in pregnancy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '664.51', '', 'Vulvar and perineal hematoma with delivery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '664.54', '', 'Vulvar and perineal hematoma postpartum' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '664.81', '', 'Other specified trauma to perineum and vulva with delivery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '664.84', '', 'Other specified trauma to perineum and vulva postpartum' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '664.91', '', 'Unspecified trauma to perineum and vulva with delivery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '664.94', '', 'Unspecified trauma to perineum and vulva postpartum' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '665.01', '', 'Rupture of uterus before onset of labor with delivery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '665.03', '', 'Rupture of uterus before onset of labor antepartum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '665.10', '', 'Rupture of uterus unspecified as to episode of care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '665.11', '', 'Rupture of uterus with delivery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '665.20', '', 'Inversion of uterus unspecified as to episode of care in pregnancy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '665.22', '', 'Inversion of uterus delivered with postpartum complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '665.24', '', 'Inversion of uterus postpartum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '665.30', '', 'Laceration of cervix unspecified as to episode of care in pregnancy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '665.31', '', 'Laceration of cervix with delivery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '665.34', '', 'Laceration of cervix postpartum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '665.40', '', 'High vaginal laceration unspecified as to episode of care in pregnancy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '665.41', '', 'High vaginal laceration with delivery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '665.44', '', 'High vaginal laceration postpartum' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '665.51', '', 'Other injury to pelvic organs with delivery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '665.54', '', 'Other injury to pelvic organs postpartum' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '665.61', '', 'Damage to pelvic joints and ligaments with delivery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '665.64', '', 'Damage to pelvic joints and ligaments postpartum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '665.70', '', 'Pelvic hematoma unspecified as to episode of care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '665.71', '', 'Pelvic hematoma with delivery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '665.72', '', 'Pelvic hematoma delivered with postpartum complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '665.74', '', 'Pelvic hematoma postpartum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '665.80', '', 'Other specified obstetrical trauma unspecified as to episode of care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '665.81', '', 'Other specified obstetrical trauma with delivery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '665.82', '', 'Other specified obstetrical trauma delivered with postpartum condition or complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '665.83', '', 'Other specified obstetrical trauma antepartum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '665.84', '', 'Other specified obstetrical trauma postpartum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '665.90', '', 'Unspecified obstetrical trauma unspecified as to episode of care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '665.91', '', 'Unspecified obstetrical trauma with delivery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '665.92', '', 'Unspecified obstetrical trauma delivered with postpartum complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '665.93', '', 'Unspecified obstetrical trauma antepartum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '665.94', '', 'Unspecified obstetrical trauma postpartum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '666.00', '', 'Third-stage postpartum hemorrhage unspecified as to episode of care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '666.02', '', 'Third-stage postpartum hemorrhage with delivery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '666.04', '', 'Third-stage postpartum hemorrhage' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '666.10', '', 'Other immediate postpartum hemorrhage unspecified as to episode of care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '666.12', '', 'Other immediate postpartum hemorrhage with delivery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '666.14', '', 'Other immediate postpartum hemorrhage' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '666.20', '', 'Delayed and secondary postpartum hemorrhage unspecified as to episode of care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '666.22', '', 'Delayed and secondary postpartum hemorrhage with delivery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '666.24', '', 'Delayed and secondary postpartum hemorrhage' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '666.30', '', 'Postpartum coagulation defects unspecified as to episode of care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '666.32', '', 'Postpartum coagulation defects with delivery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '666.34', '', 'Postpartum coagulation defects' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '667.00', '', 'Retained placenta without hemorrhage unspecified as to episode of care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '667.02', '', 'Retained placenta without hemorrhage with delivery with postpartum complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '667.04', '', 'Retained placenta without hemorrhage postpartum condition or complication' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '667.12', '', 'Retained portions of placenta or membranes without hemorrhage delivered with postpartum complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '667.14', '', 'Retained portions of placenta or membranes without hemorrhage postpartum condition or complication' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '668.01', '', 'Pulmonary complications of anesthesia or other sedation in labor and delivery delivered' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '668.03', '', 'Pulmonary complications of anesthesia or other sedation in labor and delivery antepartum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '668.04', '', 'Pulmonary complications of anesthesia or other sedation in labor and delivery postpartum' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '668.11', '', 'Cardiac complications of anesthesia or other sedation in labor and delivery delivered' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '668.13', '', 'Cardiac complications of anesthesia or other sedation in labor and delivery antepartum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '668.14', '', 'Cardiac complications of anesthesia or other sedation in labor and delivery postpartum' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '668.81', '', 'Other complications of anesthesia or other sedation in labor and delivery delivered' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '668.83', '', 'Other complications of anesthesia or other sedation in labor and delivery antepartum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '668.84', '', 'Other complications of anesthesia or other sedation in labor and delivery postpartum' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '668.91', '', 'Unspecified complication of anesthesia or other sedation in labor and delivery delivered' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '668.93', '', 'Unspecified complication of anesthesia or other sedation in labor and delivery antepartum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '668.94', '', 'Unspecified complication of anesthesia or other sedation in labor and delivery postpartum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '669.00', '', 'Maternal distress complicating labor and delivery unspecified as to episode of care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '669.01', '', 'Maternal distress with delivery with or without antepartum condition' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '669.02', '', 'Maternal distress with delivery with postpartum complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '669.03', '', 'Maternal distress complicating labor and delivery antepartum condition or complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '669.04', '', 'Maternal distress complicating labor and delivery postpartum condition or complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '669.10', '', 'Obstetric shock unspecified as to episode of care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '669.11', '', 'Obstetric shock with delivery with or without antepartum condition' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '669.12', '', 'Obstetric shock with delivery with postpartum complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '669.13', '', 'Antepartum obstetric shock' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '669.14', '', 'Postpartum obstetric shock' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '669.21', '', 'Maternal hypotension syndrome with delivery with or without antepartum condition' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '669.22', '', 'Maternal hypotension syndrome with delivery with postpartum complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '669.23', '', 'Maternal hypotension syndrome antepartum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '669.24', '', 'Maternal hypotension syndrome postpartum' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '669.34', '', 'Acute kidney failure following labor and delivery, postpartum condition or complication' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '669.42', '', 'Other complications of obstetrical surgery and procedures with delivery with postpartum complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '669.43', '', 'Other complications of obstetrical surgery and procedures antepartum condition or complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '669.44', '', 'Other complications of obstetrical surgery and procedures postpartum condition or complication' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '669.60', '', 'Breech extraction without indication unspecified as to episode of care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '669.61', '', 'Breech extraction without indication delivered with or without antepartum condition' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '669.70', '', 'Cesarean delivery without indication unspecified as to episode of care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '669.71', '', 'Cesarean delivery without indication delivered with or without antepartum condition' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '669.80', '', 'Other complications of labor and delivery unspecified as to episode of care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '669.81', '', 'Other complications of labor and delivery delivered with or without antepartum condition' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '669.82', '', 'Other complications of labor and delivery delivered with postpartum complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '669.83', '', 'Other complications of labor and delivery antepartum condition or complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '669.84', '', 'Other complications of labor and delivery postpartum condition or complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '669.90', '', 'Unspecified complication of labor and delivery unspecified as to episode of care' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '669.92', '', 'Unspecified complication of labor and delivery with delivery with postpartum complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '669.93', '', 'Unspecified complication of labor and delivery antepartum condition or complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '669.94', '', 'Unspecified complication of labor and delivery postpartum condition or complication' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '670.02', '', 'Major puerperal infection, unspecified, delivered, with mention of postpartum complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '670.04', '', 'Major puerperal infection, unspecified, postpartum condition or complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '670.10', '', 'Puerperal endometritis, unspecified as to episode of care or not applicable' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '670.12', '', 'Puerperal endometritis, delivered, with mention of postpartum complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '670.14', '', 'Puerperal endometritis, postpartum condition or complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '670.20', '', 'Puerperal sepsis, unspecified as to episode of care or not applicable' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '670.22', '', 'Puerperal sepsis, delivered, with mention of postpartum complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '670.24', '', 'Puerperal sepsis, postpartum condition or complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '670.30', '', 'Puerperal septic thrombophlebitis, unspecified as to episode of care or not applicable' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '670.32', '', 'Puerperal septic thrombophlebitis, delivered, with mention of postpartum complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '670.34', '', 'Puerperal septic thrombophlebitis, postpartum condition or complication' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '670.82', '', 'Other major puerperal infection, delivered, with mention of postpartum complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '670.84', '', 'Other major puerperal infection, postpartum condition or complication' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '671.01', '', 'Varicose veins of legs with delivery with or without antepartum condition' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '671.02', '', 'Varicose veins of legs with delivery with postpartum complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '671.03', '', 'Antepartum varicose veins of legs' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '671.04', '', 'Postpartum varicose veins of legs' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '671.12', '', 'Varicose veins of vulva and perineum with delivery with postpartum complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '671.13', '', 'Antepartum varicose veins of vulva and perineum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '671.14', '', 'Postpartum varicose veins of vulva and perineum' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '671.21', '', 'Superficial thrombophlebitis with delivery with or without antepartum condition' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '671.22', '', 'Superficial thrombophlebitis with delivery with postpartum complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '671.23', '', 'Antepartum superficial thrombophlebitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '671.24', '', 'Postpartum superficial thrombophlebitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '671.30', '', 'Deep phlebothrombosis antepartum unspecified as to episode of care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '671.31', '', 'Deep phlebothrombosis antepartum with delivery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '671.33', '', 'Deep phlebothrombosis antepartum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '671.40', '', 'Deep phlebothrombosis postpartum unspecified as to episode of care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '671.42', '', 'Deep phlebothrombosis postpartum with delivery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '671.44', '', 'Deep phlebothrombosis postpartum' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '671.51', '', 'Other phlebitis and thrombosis with delivery with or without antepartum condition' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '671.52', '', 'Other phlebitis and thrombosis with delivery with postpartum complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '671.53', '', 'Other antepartum phlebitis and thrombosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '671.54', '', 'Other postpartum phlebitis and thrombosis' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '671.81', '', 'Other venous complications with delivery with or without antepartum condition' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '671.82', '', 'Other venous complications with delivery with postpartum complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '671.83', '', 'Other antepartum venous complications' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '671.84', '', 'Other postpartum venous complications' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '671.91', '', 'Unspecified venous complication with delivery with or without antepartum condition' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '671.92', '', 'Unspecified venous complication with delivery with postpartum complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '671.93', '', 'Unspecified antepartum venous complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '671.94', '', 'Unspecified postpartum venous complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '672.00', '', 'Puerperal pyrexia of unknown origin unspecified as to episode of care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '672.02', '', 'Puerperal pyrexia of unknown origin delivered with postpartum complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '672.04', '', 'Puerperal pyrexia of unknown origin postpartum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '673.00', '', 'Obstetrical air embolism unspecified as to episode of care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '673.01', '', 'Obstetrical air embolism with delivery with or without antepartum condition' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '673.02', '', 'Obstetrical air embolism with delivery with postpartum complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '673.03', '', 'Obstetrical air embolism antepartum condition or complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '673.04', '', 'Obstetrical air embolism postpartum condition or complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '673.10', '', 'Amniotic fluid embolism unspecified as to episode of care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '673.11', '', 'Amniotic fluid embolism with delivery with or without antepartum condition' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '673.12', '', 'Amniotic fluid embolism with delivery with postpartum complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '673.13', '', 'Amniotic fluid embolism antepartum condition or complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '673.14', '', 'Amniotic fluid embolism postpartum condition or complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '673.20', '', 'Obstetrical blood-clot embolism unspecified as to episode of care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '673.21', '', 'Obstetrical blood-clot embolism with delivery with or without antepartum condition' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '673.22', '', 'Obstetrical blood-clot embolism with postpartum complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '673.23', '', 'Obstetrical blood-clot embolism antepartum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '673.24', '', 'Obstetrical blood-clot embolism postpartum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '673.30', '', 'Obstetrical pyemic and septic embolism unspecified as to episode of care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '673.31', '', 'Obstetrical pyemic and septic embolism with delivery with or without antepartum condition' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '673.32', '', 'Obstetrical pyemic and septic embolism with delivery with postpartum complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '673.33', '', 'Obstetrical pyemic and septic embolism antepartum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '673.34', '', 'Obstetrical pyemic and septic embolism postpartum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '673.80', '', 'Other obstetrical pulmonary embolism unspecified as to episode of care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '673.81', '', 'Other obstetrical pulmonary embolism with delivery with or without antepartum condition' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '673.82', '', 'Other obstetrical pulmonary embolism with delivery with postpartum complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '673.83', '', 'Other obstetrical pulmonary embolism antepartum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '673.84', '', 'Other obstetrical pulmonary embolism postpartum' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '674.01', '', 'Cerebrovascular disorders with delivery with or without antepartum condition' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '674.02', '', 'Cerebrovascular disorders with delivery with postpartum complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '674.03', '', 'Antepartum cerebrovascular disorders' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '674.04', '', 'Postpartum cerebrovascular disorders' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '674.10', '', 'Disruption of cesarean wound unspecified as to episode of care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '674.12', '', 'Disruption of cesarean wound with delivery with postpartum complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '674.14', '', 'Disruption of cesarean wound postpartum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '674.20', '', 'Disruption of perineal wound unspecified as to episode of care in pregnancy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '674.22', '', 'Disruption of perineal wound with delivery with postpartum complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '674.24', '', 'Disruption of obstetrical perineal wound postpartum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '674.30', '', 'Other complications of obstetrical surgical wounds unspecified as to episode of care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '674.32', '', 'Other complications of obstetrical surgical wounds with delivery with postpartum complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '674.34', '', 'Other complications of obstetrical surgical wounds postpartum condition or complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '674.40', '', 'Placental polyp unspecified as to episode of care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '674.42', '', 'Placental polyp with delivery with postpartum complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '674.44', '', 'Placental polyp postpartum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '674.50', '', 'Peripartum cardiomyopathy unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '674.51', '', 'Peripartum cardiomyopathy with delivery with or without antepartum condition' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '674.52', '', 'Peripartum cardiomyopathy with delivery with postpartum complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '674.53', '', 'Peripartum cardiomyopathy with antepartum condition or complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '674.54', '', 'Peripartum cardiomyopathy with postpartum condition or complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '674.80', '', 'Other complications of puerperium unspecified as to episode of care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '674.82', '', 'Other complications of puerperium with delivery with postpartum complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '674.84', '', 'Other complications of puerperium' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '674.90', '', 'Unspecified complications of puerperium unspecified as to episode of care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '674.92', '', 'Unspecified complications of puerperium with delivery with postpartum complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '674.94', '', 'Unspecified complications of puerperium' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '675.00', '', 'Infections of nipple associated with childbirth unspecified as to episode of care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '675.01', '', 'Infections of nipple associated with childbirth delivered with or without antepartum condition' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '675.02', '', 'Infections of nipple associated with childbirth delivered with postpartum complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '675.03', '', 'Antepartum infections of nipple' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '675.04', '', 'Postpartum infections of nipple' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '675.10', '', 'Abscess of breast associated with childbirth unspecified as to episode of care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '675.11', '', 'Abscess of breast associated with childbirth delivered with or without antepartum condition' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '675.12', '', 'Abscess of breast associated with childbirth delivered with postpartum complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '675.13', '', 'Antepartum abscess of breast' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '675.14', '', 'Postpartum abscess of breast' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '675.20', '', 'Nonpurulent mastitis associated with childbirth unspecified as to episode of care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '675.21', '', 'Nonpurulent mastitis associated with childbirth delivered with or without antepartum condition' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '675.22', '', 'Nonpurulent mastitis associated with childbirth delivered with postpartum complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '675.23', '', 'Antepartum nonpurulent mastitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '675.24', '', 'Postpartum nonpurulent mastitis' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '675.83', '', 'Other specified antepartum infections of the breast and nipple' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '675.84', '', 'Other specified postpartum infections of the breast and nipple' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '675.93', '', 'Unspecified antepartum infection of the breast and nipple' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '675.94', '', 'Unspecified postpartum infection of the breast and nipple' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '676.00', '', 'Retracted nipple associated with childbirth unspecified as to episode of care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '676.01', '', 'Retracted nipple associated with childbirth delivered with or without antepartum condition' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '676.02', '', 'Retracted nipple associated with childbirth delivered with postpartum complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '676.03', '', 'Retracted nipple associated with childbirth antepartum condition or complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '676.04', '', 'Retracted nipple associated with childbirth postpartum condition or complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '676.10', '', 'Cracked nipple associated with childbirth unspecified as to episode of care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '676.11', '', 'Cracked nipple associated with childbirth delivered with or without antepartum condition' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '676.12', '', 'Cracked nipple associated with childbirth delivered with postpartum complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '676.13', '', 'Cracked nipple associated with childbirth antepartum condition or complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '676.14', '', 'Cracked nipple associated with childbirth postpartum condition or complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '676.20', '', 'Engorgement of breasts associated with childbirth unspecified as to episode of care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '676.21', '', 'Engorgement of breasts associated with childbirth delivered with or without antepartum condition' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '676.22', '', 'Engorgement of breasts associated with childbirth delivered with postpartum complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '676.23', '', 'Antepartum engorgement of breasts associated with childbirth' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '676.24', '', 'Postpartum engorgement of breasts associated with childbirth' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '676.40', '', 'Failure of lactation unspecified as to episode of care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '676.41', '', 'Failure of lactation with delivery with or without antepartum condition' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '676.42', '', 'Failure of lactation with delivery with postpartum complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '676.43', '', 'Failure of lactation antepartum condition or complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '676.44', '', 'Failure of lactation postpartum condition or complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '676.50', '', 'Suppressed lactation unspecified as to episode of care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '676.51', '', 'Suppressed lactation with delivery with or without antepartum condition' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '676.52', '', 'Suppressed lactation with delivery with postpartum complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '676.53', '', 'Suppressed lactation antepartum condition or complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '676.54', '', 'Suppressed lactation postpartum condition or complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '676.60', '', 'Galactorrhea associated with childbirth unspecified as to episode of care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '676.61', '', 'Galactorrhea with delivery with or without antepartum condition' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '676.62', '', 'Galactorrhea with delivery with postpartum complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '676.63', '', 'Galactorrhea antepartum condition or complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '676.64', '', 'Galactorrhea postpartum condition or complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '676.80', '', 'Other disorders of lactation unspecified as to episode of care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '676.81', '', 'Other disorders of lactation with delivery with or without antepartum condition' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '676.82', '', 'Other disorders of lactation with delivery with postpartum complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '676.83', '', 'Other disorders of lactation antepartum condition or complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '676.84', '', 'Other disorders of lactation postpartum condition or complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '676.90', '', 'Unspecified disorder of lactation unspecified as to episode of care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '676.91', '', 'Unspecified disorder of lactation with delivery with or without antepartum condition' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '676.92', '', 'Unspecified disorder of lactation with delivery with postpartum complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '676.93', '', 'Unspecified disorder of lactation antepartum condition or complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '676.94', '', 'Unspecified disorder of lactation postpartum condition or complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '677', '', 'Late effect of complication of pregnancy childbirth the puerperium' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '678.00', '', 'Fetal hematologic conditions, unspecified as to episode of care or not applicable' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '678.01', '', 'Fetal hematologic conditions, delivered, with or without mention of antepartum condition' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '678.03', '', 'Fetal hematologic conditions, antepartum condition or complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '678.10', '', 'Fetal conjoined twins, unspecified as to episode of care or not applicable' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '678.11', '', 'Fetal conjoined twins, delivered, with or without mention of antepartum condition' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '678.13', '', 'Fetal conjoined twins, antepartum condition or complication' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '679.02', '', 'Maternal complications from in utero procedure, delivered, with mention of postpartum complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '679.03', '', 'Maternal complications from in utero procedure, antepartum condition or complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '679.04', '', 'Maternal complications from in utero procedure, postpartum condition or complication' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '679.12', '', 'Fetal complications from in utero procedures, delivered, with mention of postpartum complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '679.13', '', 'Fetal complications from in utero procedures, antepartum condition or complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '679.14', '', 'Fetal complications from in utero procedures, postpartum condition or complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '680.0', '', 'Carbuncle and furuncle of face' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '680.1', '', 'Carbuncle and furuncle of neck' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '680.2', '', 'Carbuncle and furuncle of trunk' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '680.3', '', 'Carbuncle and furuncle of upper arm and forearm' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '680.4', '', 'Carbuncle and furuncle of hand' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '680.5', '', 'Carbuncle and furuncle of buttock' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '680.6', '', 'Carbuncle and furuncle of leg except foot' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '680.7', '', 'Carbuncle and furuncle of foot' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '680.8', '', 'Carbuncle and furuncle of other specified sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '680.9', '', 'Carbuncle and furuncle of unspecified site' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '681.00', '', 'Unspecified cellulitis and abscess of finger' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '681.01', '', 'Felon' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '681.02', '', 'Onychia and paronychia of finger' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '681.10', '', 'Unspecified cellulitis and abscess of toe' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '681.11', '', 'Onychia and paronychia of toe' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '681.9', '', 'Cellulitis and abscess of unspecified digit' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '682.0', '', 'Cellulitis and abscess of face' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '682.1', '', 'Cellulitis and abscess of neck' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '682.2', '', 'Cellulitis and abscess of trunk' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '682.3', '', 'Cellulitis and abscess of upper arm and forearm' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '682.4', '', 'Cellulitis and abscess of hand except fingers and thumb' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '682.5', '', 'Cellulitis and abscess of buttock' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '682.6', '', 'Cellulitis and abscess of leg except foot' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '682.7', '', 'Cellulitis and abscess of foot except toes' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '682.8', '', 'Cellulitis and abscess of other specified sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '682.9', '', 'Cellulitis and abscess of unspecified sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '683', '', 'Acute lymphadenitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '684', '', 'Impetigo' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '685.0', '', 'Pilonidal cyst with abscess' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '685.1', '', 'Pilonidal cyst without abscess' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '686.00', '', 'Pyoderma unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '686.01', '', 'Pyoderma gangrenosum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '686.09', '', 'Other pyoderma' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '686.1', '', 'Pyogenic granuloma of skin and subcutaneous tissue' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '686.8', '', 'Other specified local infections of skin and subcutaneous tissue' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '686.9', '', 'Unspecified local infection of skin and subcutaneous tissue' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '690.10', '', 'Seborrheic dermatitis unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '690.11', '', 'Seborrhea capitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '690.12', '', 'Seborrheic infantile dermatitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '690.18', '', 'Other seborrheic dermatitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '690.8', '', 'Other erythematosquamous dermatosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '691.0', '', 'Diaper or napkin rash' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '691.8', '', 'Other atopic dermatitis and related conditions' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '692.0', '', 'Contact dermatitis and other eczema due to detergents' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '692.1', '', 'Contact dermatitis and other eczema due to oils and greases' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '692.2', '', 'Contact dermatitis and other eczema due to solvents' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '692.4', '', 'Contact dermatitis and other eczema due to other chemical products' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '692.5', '', 'Contact dermatitis and other eczema due to food in contact with skin' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '692.6', '', 'Contact dermatitis and other eczema due to plants (except food)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '692.70', '', 'Unspecified dermatitis due to sun' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '692.71', '', 'Sunburn' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '692.72', '', 'Acute dermatitis due to solar radiation' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '692.73', '', 'Actinic reticuloid and actinic granuloma' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '692.74', '', 'Other chronic dermatitis due to solar radiation' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '692.75', '', 'Disseminated superficial actinic porokeratosis (dsap)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '692.76', '', 'Sunburn of second degree' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '692.77', '', 'Sunburn of third degree' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '692.79', '', 'Other dermatitis due to solar radiation' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '692.81', '', 'Dermatitis due to cosmetics' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '692.82', '', 'Dermatitis due to other radiation' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '692.83', '', 'Dermatitis due to metals' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '692.84', '', 'Contact dermatitis due to animal (cat) (dog) dander' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '692.89', '', 'Contact dermatitis and other eczema due to other specified agents' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '692.9', '', 'Contact dermatitis and other eczema unspecified cause' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '693.0', '', 'Dermatitis due to drugs and medicines taken internally' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '693.1', '', 'Dermatitis due to food taken internally' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '693.8', '', 'Dermatitis due to other specified substances taken internally' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '693.9', '', 'Dermatitis due to unspecified substance taken internally' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '694.0', '', 'Dermatitis herpetiformis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '694.1', '', 'Subcorneal pustular dermatosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '694.2', '', 'Juvenile dermatitis herpetiformis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '694.3', '', 'Impetigo herpetiformis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '694.4', '', 'Pemphigus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '694.5', '', 'Pemphigoid' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '694.60', '', 'Benign mucous membrane pemphigoid without ocular involvement' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '694.61', '', 'Benign mucous membrane pemphigoid with ocular involvement' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '694.8', '', 'Other specified bullous dermatoses' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '694.9', '', 'Unspecified bullous dermatoses' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '695.0', '', 'Toxic erythema' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '695.10', '', 'Erythema multiforme, unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '695.11', '', 'Erythema multiforme minor' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '695.12', '', 'Erythema multiforme major' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '695.13', '', 'Stevens-johnson syndrome' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '695.14', '', 'Stevens-johnson syndrome-toxic epidermal necrolysis overlap syndrome' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '695.15', '', 'Toxic epidermal necrolysis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '695.19', '', 'Other erythema multiforme' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '695.2', '', 'Erythema nodosum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '695.3', '', 'Rosacea' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '695.4', '', 'Lupus erythematosus' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '695.51', '', 'Exfoliation due to erythematous condition involving 10-19 percent of body surface' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '695.52', '', 'Exfoliation due to erythematous condition involving 20-29 percent of body surface' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '695.53', '', 'Exfoliation due to erythematous condition involving 30-39 percent of body surface' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '695.54', '', 'Exfoliation due to erythematous condition involving 40-49 percent of body surface' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '695.55', '', 'Exfoliation due to erythematous condition involving 50-59 percent of body surface' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '695.56', '', 'Exfoliation due to erythematous condition involving 60-69 percent of body surface' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '695.57', '', 'Exfoliation due to erythematous condition involving 70-79 percent of body surface' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '695.58', '', 'Exfoliation due to erythematous condition involving 80-89 percent of body surface' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '695.81', '', 'Ritter''s disease' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '695.89', '', 'Other specified erythematous conditions' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '695.9', '', 'Unspecified erythematous condition' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '696.0', '', 'Psoriatic arthropathy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '696.1', '', 'Other psoriasis and similar disorders' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '696.2', '', 'Parapsoriasis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '696.3', '', 'Pityriasis rosea' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '696.4', '', 'Pityriasis rubra pilaris' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '696.5', '', 'Other and unspecified pityriasis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '696.8', '', 'Other psoriasis and similar disorders' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '697.0', '', 'Lichen planus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '697.1', '', 'Lichen nitidus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '697.8', '', 'Other lichen not elsewhere classified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '697.9', '', 'Lichen unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '698.0', '', 'Pruritus ani' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '698.1', '', 'Pruritus of genital organs' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '698.2', '', 'Prurigo' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '698.3', '', 'Lichenification and lichen simplex chronicus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '698.4', '', 'Dermatitis factitia (artefacta)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '698.8', '', 'Other specified pruritic conditions' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '698.9', '', 'Unspecified pruritic disorder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '700', '', 'Corns and callosities' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '701.0', '', 'Circumscribed scleroderma' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '701.1', '', 'Keratoderma acquired' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '701.2', '', 'Acquired acanthosis nigricans' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '701.3', '', 'Striae atrophicae' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '701.4', '', 'Keloid scar' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '701.5', '', 'Other abnormal granulation tissue' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '701.8', '', 'Other specified hypertrophic and atrophic conditions of skin' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '701.9', '', 'Unspecified hypertrophic and atrophic conditions of skin' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '702.0', '', 'Actinic keratosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '702.11', '', 'Inflamed seborrheic keratosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '702.19', '', 'Other seborrheic keratosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '702.8', '', 'Other specified dermatoses' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '703.0', '', 'Ingrowing nail' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '703.8', '', 'Other specified diseases of nail' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '703.9', '', 'Unspecified disease of nail' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '704.00', '', 'Alopecia unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '704.01', '', 'Alopecia areata' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '704.02', '', 'Telogen effluvium' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '704.09', '', 'Other alopecia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '704.1', '', 'Hirsutism' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '704.2', '', 'Abnormalities of the hair' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '704.3', '', 'Variations in hair color' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '704.8', '', 'Other specified diseases of hair and hair follicles' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '704.9', '', 'Unspecified disease of hair and hair follicles' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '705.0', '', 'Anhidrosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '705.1', '', 'Prickly heat' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '705.21', '', 'Primary focal hyperhidrosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '705.22', '', 'Secondary focal hyperhidrosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '705.81', '', 'Dyshidrosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '705.82', '', 'Fox-fordyce disease' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '705.83', '', 'Hidradenitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '705.89', '', 'Other specified disorders of sweat glands' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '705.9', '', 'Unspecified disorder of sweat glands' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '706.0', '', 'Acne varioliformis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '706.1', '', 'Other acne' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '706.2', '', 'Sebaceous cyst' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '706.3', '', 'Seborrhea' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '706.8', '', 'Other specified diseases of sebaceous glands' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '706.9', '', 'Unspecified disease of sebaceous glands' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '707.00', '', 'Chronic ulcer of skin, unspecified site' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '707.01', '', 'Chronic ulcer of skin, elbow' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '707.02', '', 'Chronic ulcer of skin, upper back' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '707.03', '', 'Chronic ulcer of skin, lower back' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '707.04', '', 'Chronic ulcer of skin, hip' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '707.05', '', 'Chronic ulcer of skin, buttock' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '707.06', '', 'Chronic ulcer of skin, ankle' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '707.07', '', 'Chronic ulcer of skin, heel' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '707.09', '', 'Chronic ulcer of skin, other site' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '707.10', '', 'Unspecified ulcer of lower limb' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '707.11', '', 'Ulcer of thigh' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '707.12', '', 'Ulcer of calf' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '707.13', '', 'Ulcer of ankle' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '707.14', '', 'Ulcer of heel and midfoot' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '707.15', '', 'Ulcer of other part of foot' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '707.19', '', 'Ulcer of other part of lower limb' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '707.20', '', 'Pressure ulcer, unspecified stage' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '707.21', '', 'Pressure ulcer, stage i' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '707.22', '', 'Pressure ulcer, stage ii' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '707.23', '', 'Pressure ulcer, stage iii' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '707.24', '', 'Pressure ulcer, stage iv' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '707.25', '', 'Pressure ulcer, unstageable' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '707.8', '', 'Chronic ulcer of other specified sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '707.9', '', 'Chronic ulcer of unspecified site' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '708.0', '', 'Allergic urticaria' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '708.1', '', 'Idiopathic urticaria' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '708.2', '', 'Urticaria due to cold and heat' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '708.3', '', 'Dermatographic urticaria' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '708.4', '', 'Vibratory urticaria' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '708.5', '', 'Cholinergic urticaria' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '708.8', '', 'Other specified urticaria' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '708.9', '', 'Unspecified urticaria' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '709.00', '', 'Dyschromia unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '709.01', '', 'Vitiligo' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '709.09', '', 'Other dyschromia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '709.1', '', 'Vascular disorders of skin' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '709.2', '', 'Scar conditions and fibrosis of skin' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '709.3', '', 'Degenerative skin disorders' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '709.4', '', 'Foreign body granuloma of skin and subcutaneous tissue' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '709.8', '', 'Other specified disorders of skin' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '709.9', '', 'Unspecified disorder of skin and subcutaneous tissue' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '710.0', '', 'Systemic lupus erythematosus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '710.1', '', 'Systemic sclerosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '710.2', '', 'Sicca syndrome' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '710.3', '', 'Dermatomyositis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '710.4', '', 'Polymyositis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '710.5', '', 'Eosinophilia myalgia syndrome' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '710.8', '', 'Other specified diffuse diseases of connective tissue' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '710.9', '', 'Unspecified diffuse connective tissue disease' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.00', '', 'Pyogenic arthritis site unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.01', '', 'Pyogenic arthritis involving shoulder region' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.02', '', 'Pyogenic arthritis involving upper arm' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.03', '', 'Pyogenic arthritis involving forearm' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.04', '', 'Pyogenic arthritis involving hand' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.05', '', 'Pyogenic arthritis involving pelvic region and thigh' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.06', '', 'Pyogenic arthritis involving lower leg' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.07', '', 'Pyogenic arthritis involving ankle and foot' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.08', '', 'Pyogenic arthritis involving other specified sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.09', '', 'Pyogenic arthritis involving multiple sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.10', '', 'Arthropathy site unspecified associated with reiter''s disease and nonspecific urethritis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.11', '', 'Arthropathy involving shoulder region associated with reiter''s disease and nonspecific urethritis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.12', '', 'Arthropathy involving upper arm associated with reiter''s disease and nonspecific urethritis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.13', '', 'Arthropathy involving forearm associated with reiter''s disease and nonspecific urethritis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.14', '', 'Arthropathy involving hand associated with reiter''s disease and nonspecific urethritis' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.16', '', 'Arthropathy involving lower leg associated with reiter''s disease and nonspecific urethritis' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.19', '', 'Arthropathy involving multiple sites associated with reiter''s disease and nonspecific urethritis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.20', '', 'Arthropathy in behcet''s syndrome site unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.21', '', 'Arthropathy in behcet''s syndrome involving shoulder region' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.22', '', 'Arthropathy in behcet''s syndrome involving upper arm' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.23', '', 'Arthropathy in behcet''s syndrome involving forearm' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.24', '', 'Arthropathy in behcet''s syndrome involving hand' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.25', '', 'Arthropathy in behcet''s syndrome involving pelvic region and thigh' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.26', '', 'Arthropathy in behcet''s syndrome involving lower leg' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.27', '', 'Arthropathy in behcet''s syndrome involving ankle and foot' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.28', '', 'Arthropathy in behcet''s syndrome involving other specified sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.29', '', 'Arthropathy in behcet''s syndrome involving multiple sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.30', '', 'Postdysenteric arthropathy site unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.31', '', 'Postdysenteric arthropathy involving shoulder region' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.32', '', 'Postdysenteric arthropathy involving upper arm' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.33', '', 'Postdysenteric arthropathy involving forearm' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.34', '', 'Postdysenteric arthropathy involving hand' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.35', '', 'Postdysenteric arthropathy involving pelvic region and thigh' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.36', '', 'Postdysenteric arthropathy involving lower leg' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.37', '', 'Postdysenteric arthropathy involving ankle and foot' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.38', '', 'Postdysenteric arthropathy involving other specified sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.39', '', 'Postdysenteric arthropathy involving multiple sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.40', '', 'Arthropathy site unspecified associated with other bacterial diseases' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.41', '', 'Arthropathy involving shoulder region associated with other bacterial diseases' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.42', '', 'Arthropathy involving upper arm associated with other bacterial diseases' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.43', '', 'Arthropathy involving forearm associated with other bacterial diseases' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.44', '', 'Arthropathy involving hand associated with other bacterial diseases' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.45', '', 'Arthropathy involving pelvic region and thigh associated with other bacterial diseases' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.46', '', 'Arthropathy involving lower leg associated with other bacterial diseases' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.47', '', 'Arthropathy involving ankle and foot associated with other bacterial disease' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.48', '', 'Arthropathy involving other specified sites associated with other bacterial diseases' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.49', '', 'Arthropathy involving multiple sites associated with other bacterial diseases' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.50', '', 'Arthropathy site unspecified associated with other viral diseases' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.51', '', 'Arthropathy involving shoulder region associated with other viral diseases' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.52', '', 'Arthropathy involving upper arm associated with other viral diseases' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.53', '', 'Arthropathy involving forearm associated with other viral diseases' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.54', '', 'Arthropathy involving hand associated with other viral diseases' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.55', '', 'Arthropathy involving pelvic region and thigh associated with other viral diseases' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.56', '', 'Arthropathy involving lower leg associated with other viral diseases' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.57', '', 'Arthropathy involving ankle and foot associated with other viral diseases' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.58', '', 'Arthropathy involving other specified sites associated with other viral diseases' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.59', '', 'Arthropathy involving multiple sites associated with other viral diseases' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.60', '', 'Arthropathy site unspecified associated with mycoses' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.61', '', 'Arthropathy involving shoulder region associated with mycoses' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.62', '', 'Arthropathy involving upper arm associated with mycoses' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.63', '', 'Arthropathy involving forearm associated with mycoses' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.64', '', 'Arthropathy involving hand associated with mycoses' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.65', '', 'Arthropathy involving pelvic region and thigh associated with mycoses' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.66', '', 'Arthropathy involving lower leg associated with mycoses' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.67', '', 'Arthropathy involving ankle and foot associated with mycoses' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.68', '', 'Arthropathy involving other specified sites associated with mycoses' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.69', '', 'Arthropathy involving multiple sites associated with mycoses' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.70', '', 'Arthropathy site unspecified associated with helminthiasis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.71', '', 'Arthropathy involving shoulder region associated with helminthiasis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.72', '', 'Arthropathy involving upper arm associated with helminthiasis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.73', '', 'Arthropathy involving forearm associated with helminthiasis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.74', '', 'Arthropathy involving hand associated with helminthiasis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.75', '', 'Arthropathy involving pelvic region and thigh associated with helminthiasis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.76', '', 'Arthropathy involving lower leg associated with helminthiasis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.77', '', 'Arthropathy involving ankle and foot associated with helminthiasis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.78', '', 'Arthropathy involving other specified sites associated with helminthiasis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.79', '', 'Arthropathy involving multiple sites associated with helminthiasis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.80', '', 'Arthropathy site unspecified associated with other infectious and parasitic diseases' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.81', '', 'Arthropathy involving shoulder region associated with other infectious and parasitic diseases' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.82', '', 'Arthropathy involving upper arm associated with other infectious and parasitic diseases' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.83', '', 'Arthropathy involving forearm associated with other infectious and parasitic diseases' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.84', '', 'Arthropathy involving hand associated with other infectious and parasitic diseases' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.86', '', 'Arthropathy involving lower leg associated with other infectious and parasitic diseases' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.87', '', 'Arthropathy involving ankle and foot associated with other infectious and parasitic diseases' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.88', '', 'Arthropathy involving other specified sites associated with other infectious and parasitic diseases' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.89', '', 'Arthropathy involving multiple sites associated with other infectious and parasitic diseases' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.90', '', 'Unspecified infective arthritis site unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.91', '', 'Unspecified infective arthritis involving shoulder region' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.92', '', 'Unspecified infective arthritis involving upper arm' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.93', '', 'Unspecified infective arthritis involving forearm' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.94', '', 'Unspecified infective arthritis involving hand' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.95', '', 'Unspecified infective arthritis involving pelvic region and thigh' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.96', '', 'Unspecified infective arthritis involving lower leg' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.97', '', 'Unspecified infective arthritis involving ankle and foot' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.98', '', 'Unspecified infective arthritis involving other specified sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.99', '', 'Unspecified infective arthritis involving multiple sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '712.10', '', 'Chondrocalcinosis due to dicalcium phosphate crystals involving unspecified site' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '712.11', '', 'Chondrocalcinosis due to dicalcium phosphate crystals involving shoulder region' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '712.12', '', 'Chondrocalcinosis due to dicalcium phosphate crystals involving upper arm' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '712.13', '', 'Chondrocalcinosis due to dicalcium phosphate crystals involving forearm' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '712.14', '', 'Chondrocalcinosis due to dicalcium phosphate crystals involving hand' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '712.15', '', 'Chondrocalcinosis due to dicalcium phosphate crystals involving pelvic region and thigh' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '712.16', '', 'Chondrocalcinosis due to dicalcium phosphate crystals involving lower leg' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '712.17', '', 'Chondrocalcinosis due to dicalcium phosphate crystals involving ankle and foot' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '712.18', '', 'Chondrocalcinosis due to dicalcium phosphate crystals involving other specified sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '712.19', '', 'Chondrocalcinosis due to dicalcium phosphate crystals involving multiple sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '712.20', '', 'Chondrocalcinosis due to pyrophosphate crystals involving unspecified site' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '712.21', '', 'Chondrocalcinosis due to pyrophosphate crystals involving shoulder region' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '712.22', '', 'Chondrocalcinosis due to pyrophosphate crystals involving upper arm' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '712.23', '', 'Chondrocalcinosis due to pyrophosphate crystals involving forearm' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '712.24', '', 'Chondrocalcinosis due to pyrophosphate crystals involving hand' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '712.25', '', 'Chondrocalcinosis due to pyrophosphate crystals involving pelvic region and thigh' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '712.26', '', 'Chondrocalcinosis due to pyrophosphate crystals involving lower leg' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '712.27', '', 'Chondrocalcinosis due to pyrophosphate crystals involving ankle and foot' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '712.28', '', 'Chondrocalcinosis due to pyrophosphate crystals involving other specified sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '712.29', '', 'Chondrocalcinosis due to pyrophosphate crystals involving multiple sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '712.30', '', 'Chondrocalcinosis cause unspecified involving unspecified site' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '712.31', '', 'Chondrocalcinosis cause unspecified involving shoulder region' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '712.32', '', 'Chondrocalcinosis cause unspecified involving upper arm' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '712.33', '', 'Chondrocalcinosis cause unspecified involving forearm' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '712.34', '', 'Chondrocalcinosis cause unspecified involving hand' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '712.35', '', 'Chondrocalcinosis cause unspecified involving pelvic region and thigh' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '712.36', '', 'Chondrocalcinosis cause unspecified involving lower leg' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '712.37', '', 'Chondrocalcinosis cause unspecified involving ankle and foot' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '712.38', '', 'Chondrocalcinosis cause unspecified involving other specified sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '712.39', '', 'Chondrocalcinosis cause unspecified involving multiple sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '712.80', '', 'Other specified crystal arthropathies site unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '712.81', '', 'Other specified crystal arthropathies involving shoulder region' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '712.82', '', 'Other specified crystal arthropathies involving upper arm' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '712.83', '', 'Other specified crystal arthropathies involving forearm' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '712.84', '', 'Other specified crystal arthropathies involving hand' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '712.85', '', 'Other specified crystal arthropathies involving pelvic region and thigh' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '712.86', '', 'Other specified crystal arthropathies involving lower leg' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '712.87', '', 'Other specified crystal arthropathies involving ankle and foot' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '712.88', '', 'Other specified crystal arthropathies involving other specified sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '712.89', '', 'Other specified crystal arthropathies involving multiple sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '712.90', '', 'Unspecified crystal arthropathy site unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '712.91', '', 'Unspecified crystal arthropathy involving shoulder region' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '712.92', '', 'Unspecified crystal arthropathy involving upper arm' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '712.93', '', 'Unspecified crystal arthropathy involving forearm' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '712.94', '', 'Unspecified crystal arthropathy involving hand' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '712.95', '', 'Unspecified crystal arthropathy involving pelvic region and thigh' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '712.96', '', 'Unspecified crystal arthropathy involving lower leg' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '712.97', '', 'Unspecified crystal arthropathy involving ankle and foot' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '712.98', '', 'Unspecified crystal arthropathy involving other specified sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '712.99', '', 'Unspecified crystal arthropathy involving multiple sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '713.0', '', 'Arthropathy associated with other endocrine and metabolic disorders' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '713.1', '', 'Arthropathy associated with gastrointestinal conditions other than infections' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '713.2', '', 'Arthropathy associated with hematological disorders' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '713.3', '', 'Arthropathy associated with dermatological disorders' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '713.4', '', 'Arthropathy associated with respiratory disorders' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '713.5', '', 'Arthropathy associated with neurological disorders' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '713.6', '', 'Arthropathy associated with hypersensitivity reaction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '713.7', '', 'Other general diseases with articular involvement' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '713.8', '', 'Arthropathy associated with other conditions classifiable elsewhere' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '714.0', '', 'Rheumatoid arthritis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '714.1', '', 'Felty''s syndrome' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '714.2', '', 'Other rheumatoid arthritis with visceral or systemic involvement' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '714.30', '', 'Chronic or unspecified polyarticular juvenile rheumatoid arthritis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '714.31', '', 'Acute polyarticular juvenile rheumatoid arthritis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '714.32', '', 'Pauciarticular juvenile rheumatoid arthritis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '714.33', '', 'Monoarticular juvenile rheumatoid arthritis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '714.4', '', 'Chronic postrheumatic arthropathy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '714.81', '', 'Rheumatoid lung' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '714.89', '', 'Other specified inflammatory polyarthropathies' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '714.9', '', 'Unspecified inflammatory polyarthropathy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '715.00', '', 'Osteoarthrosis generalized involving unspecified site' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '715.04', '', 'Osteoarthrosis generalized involving hand' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '715.09', '', 'Osteoarthrosis generalized involving multiple sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '715.10', '', 'Osteoarthrosis localized primary involving unspecified site' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '715.11', '', 'Osteoarthrosis localized primary involving shoulder region' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '715.12', '', 'Osteoarthrosis localized primary involving upper arm' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '715.13', '', 'Osteoarthrosis localized primary involving forearm' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '715.14', '', 'Osteoarthrosis localized primary involving hand' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '715.15', '', 'Osteoarthrosis localized primary involving pelvic region and thigh' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '715.16', '', 'Osteoarthrosis localized primary involving lower leg' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '715.17', '', 'Osteoarthrosis localized primary involving ankle and foot' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '715.18', '', 'Osteoarthrosis localized primary involving other specified sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '715.20', '', 'Osteoarthrosis localized secondary involving unspecified site' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '715.21', '', 'Osteoarthrosis localized secondary involving shoulder region' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '715.22', '', 'Osteoarthrosis localized secondary involving upper arm' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '715.23', '', 'Osteoarthrosis localized secondary involving forearm' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '715.24', '', 'Osteoarthrosis localized secondary involving hand' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '715.25', '', 'Osteoarthrosis localized secondary involving pelvic region and thigh' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '715.26', '', 'Osteoarthrosis localized secondary involving lower leg' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '715.27', '', 'Osteoarthrosis localized secondary involving ankle and foot' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '715.28', '', 'Osteoarthrosis localized secondary involving other specified sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '715.30', '', 'Osteoarthrosis localized not specified whether primary or secondary involving unspecified site' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '715.31', '', 'Osteoarthrosis localized not specified whether primary or secondary involving shoulder region' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '715.32', '', 'Osteoarthrosis localized not specified whether primary or secondary involving upper arm' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '715.33', '', 'Osteoarthrosis localized not specified whether primary or secondary involving forearm' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '715.34', '', 'Osteoarthrosis localized not specified whether primary or secondary involving hand' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '715.36', '', 'Osteoarthrosis localized not specified whether primary or secondary involving lower leg' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '715.37', '', 'Osteoarthrosis localized not specified whether primary or secondary involving ankle and foot' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '715.38', '', 'Osteoarthrosis localized not specified whether primary or secondary involving other specified sites' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '715.89', '', 'Osteoarthrosis involving or with multiple sites but not specified as generalized' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '715.90', '', 'Osteoarthrosis unspecified whether generalized or localized involving unspecified site' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '715.91', '', 'Osteoarthrosis unspecified whether generalized or localized involving shoulder region' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '715.92', '', 'Osteoarthrosis unspecified whether generalized or localized involving upper arm' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '715.93', '', 'Osteoarthrosis unspecified whether generalized or localized involving forearm' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '715.94', '', 'Osteoarthrosis unspecified whether generalized or localized involving hand' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '715.95', '', 'Osteoarthrosis unspecified whether generalized or localized involving pelvic region and thigh' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '715.96', '', 'Osteoarthrosis unspecified whether generalized or localized involving lower leg' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '715.97', '', 'Osteoarthrosis unspecified whether generalized or localized involving ankle and foot' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '715.98', '', 'Osteoarthrosis unspecified whether generalized or localized involving other specified sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.00', '', 'Kaschin-beck disease site unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.01', '', 'Kaschin-beck disease involving shoulder region' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.02', '', 'Kaschin-beck disease involving upper arm' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.03', '', 'Kaschin-beck disease involving forearm' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.04', '', 'Kaschin-beck disease involving hand' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.05', '', 'Kaschin-beck disease involving pelvic region and thigh' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.06', '', 'Kaschin-beck disease involving lower leg' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.07', '', 'Kaschin-beck disease involving ankle and foot' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.08', '', 'Kaschin-beck disease involving other specified sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.09', '', 'Kaschin-beck disease involving multiple sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.10', '', 'Traumatic arthropathy site unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.11', '', 'Traumatic arthropathy involving shoulder region' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.12', '', 'Traumatic arthropathy involving upper arm' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.13', '', 'Traumatic arthropathy involving forearm' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.14', '', 'Traumatic arthropathy involving hand' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.15', '', 'Traumatic arthropathy involving pelvic region and thigh' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.16', '', 'Traumatic arthropathy involving lower leg' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.17', '', 'Traumatic arthropathy involving ankle and foot' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.18', '', 'Traumatic arthropathy involving other specified sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.19', '', 'Traumatic arthropathy involving multiple sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.20', '', 'Allergic arthritis site unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.21', '', 'Allergic arthritis involving shoulder region' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.22', '', 'Allergic arthritis involving upper arm' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.23', '', 'Allergic arthritis involving forearm' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.24', '', 'Allergic arthritis involving hand' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.25', '', 'Allergic arthritis involving pelvic region and thigh' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.26', '', 'Allergic arthritis involving lower leg' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.27', '', 'Allergic arthritis involving ankle and foot' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.28', '', 'Allergic arthritis involving other specified sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.29', '', 'Allergic arthritis involving multiple sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.30', '', 'Climacteric arthritis site unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.31', '', 'Climacteric arthritis involving shoulder region' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.32', '', 'Climacteric arthritis involving upper arm' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.33', '', 'Climacteric arthritis involving forearm' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.34', '', 'Climacteric arthritis involving hand' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.35', '', 'Climacteric arthritis involving pelvic region and thigh' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.36', '', 'Climacteric arthritis involving lower leg' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.37', '', 'Climacteric arthritis involving ankle and foot' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.38', '', 'Climacteric arthritis involving other specified sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.39', '', 'Climacteric arthritis involving multiple sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.40', '', 'Transient arthropathy site unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.41', '', 'Transient arthropathy involving shoulder region' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.42', '', 'Transient arthropathy involving upper arm' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.43', '', 'Transient arthropathy involving forearm' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.44', '', 'Transient arthropathy involving hand' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.45', '', 'Transient arthropathy involving pelvic region and thigh' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.46', '', 'Transient arthropathy involving lower leg' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.47', '', 'Transient arthropathy involving ankle and foot' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.48', '', 'Transient arthropathy involving other specified sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.49', '', 'Transient arthropathy involving multiple sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.50', '', 'Unspecified polyarthropathy or polyarthritis site unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.51', '', 'Unspecified polyarthropathy or polyarthritis involving shoulder region' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.52', '', 'Unspecified polyarthropathy or polyarthritis involving upper arm' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.53', '', 'Unspecified polyarthropathy or polyarthritis involving forearm' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.54', '', 'Unspecified polyarthropathy or polyarthritis involving hand' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.55', '', 'Unspecified polyarthropathy or polyarthritis involving pelvic region and thigh' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.56', '', 'Unspecified polyarthropathy or polyarthritis involving lower leg' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.57', '', 'Unspecified polyarthropathy or polyarthritis involving ankle and foot' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.58', '', 'Unspecified polyarthropathy or polyarthritis involving other specified sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.59', '', 'Unspecified polyarthropathy or polyarthritis involving multiple sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.60', '', 'Unspecified monoarthritis site unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.61', '', 'Unspecified monoarthritis involving shoulder region' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.62', '', 'Unspecified monoarthritis involving upper arm' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.63', '', 'Unspecified monoarthritis involving forearm' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.64', '', 'Unspecified monoarthritis involving hand' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.65', '', 'Unspecified monoarthritis involving pelvic region and thigh' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.66', '', 'Unspecified monoarthritis involving lower leg' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.67', '', 'Unspecified monoarthritis involving ankle and foot' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.68', '', 'Unspecified monoarthritis involving other specified sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.80', '', 'Other specified arthropathy no site specified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.81', '', 'Other specified arthropathy involving shoulder region' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.82', '', 'Other specified arthropathy involving upper arm' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.83', '', 'Other specified arthropathy involving forearm' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.84', '', 'Other specified arthropathy involving hand' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.85', '', 'Other specified arthropathy involving pelvic region and thigh' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.86', '', 'Other specified arthropathy involving lower leg' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.87', '', 'Other specified arthropathy involving ankle and foot' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.88', '', 'Other specified arthropathy involving other specified sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.89', '', 'Other specified arthropathy involving multiple sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.90', '', 'Unspecified arthropathy site unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.91', '', 'Unspecified arthropathy involving shoulder region' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.92', '', 'Unspecified arthropathy involving upper arm' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.93', '', 'Unspecified arthropathy involving forearm' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.94', '', 'Unspecified arthropathy involving hand' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.95', '', 'Unspecified arthropathy involving pelvic region and thigh' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.96', '', 'Unspecified arthropathy involving lower leg' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.97', '', 'Unspecified arthropathy involving ankle and foot' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.98', '', 'Unspecified arthropathy involving other specified sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.99', '', 'Unspecified arthropathy involving multiple sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '717.0', '', 'Old bucket handle tear of medial meniscus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '717.1', '', 'Derangement of anterior horn of medial meniscus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '717.2', '', 'Derangement of posterior horn of medial meniscus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '717.3', '', 'Other and unspecified derangement of medial meniscus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '717.40', '', 'Derangement of lateral meniscus unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '717.41', '', 'Bucket handle tear of lateral meniscus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '717.42', '', 'Derangement of anterior horn of lateral meniscus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '717.43', '', 'Derangement of posterior horn of lateral meniscus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '717.49', '', 'Other derangement of lateral meniscus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '717.5', '', 'Derangement of meniscus not elsewhere classified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '717.6', '', 'Loose body in knee' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '717.7', '', 'Chondromalacia of patella' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '717.81', '', 'Old disruption of lateral collateral ligament' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '717.82', '', 'Old disruption of medial collateral ligament' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '717.83', '', 'Old disruption of anterior cruciate ligament' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '717.84', '', 'Old disruption of posterior cruciate ligament' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '717.85', '', 'Old disruption of other ligaments of knee' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '717.89', '', 'Other internal derangement of knee' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '717.9', '', 'Unspecified internal derangement of knee' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.00', '', 'Articular cartilage disorder site unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.01', '', 'Articular cartilage disorder involving shoulder region' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.02', '', 'Articular cartilage disorder involving upper arm' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.03', '', 'Articular cartilage disorder involving forearm' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.04', '', 'Articular cartilage disorder involving hand' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.05', '', 'Articular cartilage disorder involving pelvic region and thigh' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.07', '', 'Articular cartilage disorder involving ankle and foot' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.08', '', 'Articular cartilage disorder involving other specified sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.09', '', 'Articular cartilage disorder involving multiple sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.10', '', 'Loose body in joint site unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.11', '', 'Loose body in joint of shoulder region' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.12', '', 'Loose body in upper arm joint' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.13', '', 'Loose body in forearm joint' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.14', '', 'Loose body in hand joint' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.15', '', 'Loose body in joint of pelvic region and thigh' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.17', '', 'Loose body in ankle and foot joint' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.18', '', 'Loose body in joint of other specified sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.19', '', 'Loose body in joint of multiple sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.20', '', 'Pathological dislocation of joint site unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.21', '', 'Pathological dislocation of joint of shoulder region' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.22', '', 'Pathological dislocation of upper arm joint' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.23', '', 'Pathological dislocation of forearm joint' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.24', '', 'Pathological dislocation of hand joint' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.25', '', 'Pathological dislocation of joint of pelvic region and thigh' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.26', '', 'Pathological dislocation of joint of lower leg' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.27', '', 'Pathological dislocation of ankle and foot joint' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.28', '', 'Pathological dislocation of joint of other specified sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.29', '', 'Pathological dislocation of joint of multiple sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.30', '', 'Recurrent dislocation of joint site unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.31', '', 'Recurrent dislocation of joint of shoulder region' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.32', '', 'Recurrent dislocation of upper arm joint' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.33', '', 'Recurrent dislocation of forearm joint' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.34', '', 'Recurrent dislocation of hand joint' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.35', '', 'Recurrent dislocation of joint of pelvic region and thigh' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.36', '', 'Recurrent dislocation of lower leg joint' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.37', '', 'Recurrent dislocation of ankle and foot joint' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.38', '', 'Recurrent dislocation of joint of other specified sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.39', '', 'Recurrent dislocation of joint of multiple sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.40', '', 'Contracture of joint site unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.41', '', 'Contracture of joint of shoulder region' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.42', '', 'Contracture of upper arm joint' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.43', '', 'Contracture of forearm joint' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.44', '', 'Contracture of hand joint' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.45', '', 'Contracture of joint of pelvic region and thigh' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.46', '', 'Contracture of lower leg joint' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.47', '', 'Contracture of ankle and foot joint' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.48', '', 'Contracture of joint of other specified sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.49', '', 'Contracture of joint of multiple sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.50', '', 'Ankylosis of joint site unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.51', '', 'Ankylosis of joint of shoulder region' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.52', '', 'Ankylosis of upper arm joint' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.53', '', 'Ankylosis of forearm joint' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.54', '', 'Ankylosis of hand joint' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.55', '', 'Ankylosis of joint of pelvic region and thigh' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.56', '', 'Ankylosis of lower leg joint' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.57', '', 'Ankylosis of ankle and foot joint' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.58', '', 'Ankylosis of joint of other specified sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.59', '', 'Ankylosis of joint of multiple sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.60', '', 'Unspecified intrapelvic protrusion of acetabulum site unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.65', '', 'Unspecified intrapelvic protrusion of acetabulum pelvic region and thigh' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.70', '', 'Developmental dislocation of joint site unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.71', '', 'Developmental dislocation of joint shoulder region' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.72', '', 'Developmental dislocation of joint upper arm' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.73', '', 'Developmental dislocation of joint forearm' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.74', '', 'Developmental dislocation of joint hand' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.75', '', 'Developmental dislocation of joint pelvic region and thigh' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.76', '', 'Developmental dislocation of joint lower leg' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.77', '', 'Developmental dislocation of joint ankle and foot' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.78', '', 'Developmental dislocation of joint other specified site' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.79', '', 'Developmental dislocation of joint multiple sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.80', '', 'Other joint derangement not elsewhere classified involving unspecified site' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.81', '', 'Other joint derangement not elsewhere classified involving shoulder region' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.82', '', 'Other joint derangement not elsewhere classified involving upper arm' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.83', '', 'Other joint derangement not elsewhere classified involving forearm' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.84', '', 'Other joint derangement not elsewhere classified involving hand' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.85', '', 'Other joint derangement not elsewhere classified involving pelvic region and thigh' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.86', '', 'Other joint derangement not elsewhere classified involving lower leg' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.87', '', 'Other joint derangement not elsewhere classified involving ankle and foot' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.88', '', 'Other joint derangement not elsewhere classified involving other specified sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.89', '', 'Other joint derangement not elsewhere classified involving multiple sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.90', '', 'Unspecified derangement of joint site unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.91', '', 'Unspecified derangement of joint of shoulder region' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.92', '', 'Unspecified derangement of upper arm joint' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.93', '', 'Unspecified derangement of forearm joint' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.94', '', 'Unspecified derangement of hand joint' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.95', '', 'Unspecified derangement of joint of pelvic region and thigh' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.97', '', 'Unspecified derangement of ankle and foot joint' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.98', '', 'Unspecified derangement of joint of other specified sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.99', '', 'Unspecified derangement of joint of multiple sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.00', '', 'Effusion of joint site unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.01', '', 'Effusion of joint of shoulder region' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.02', '', 'Effusion of upper arm joint' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.03', '', 'Effusion of forearm joint' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.04', '', 'Effusion of hand joint' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.05', '', 'Effusion of joint of pelvic region and thigh' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.06', '', 'Effusion of lower leg joint' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.07', '', 'Effusion of ankle and foot joint' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.08', '', 'Effusion of joint of other specified sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.09', '', 'Effusion of joint of multiple sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.10', '', 'Hemarthrosis site unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.11', '', 'Hemarthrosis involving shoulder region' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.12', '', 'Hemarthrosis involving upper arm' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.13', '', 'Hemarthrosis involving forearm' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.14', '', 'Hemarthrosis involving hand' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.15', '', 'Hemarthrosis involving pelvic region and thigh' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.16', '', 'Hemarthrosis involving lower leg' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.17', '', 'Hemarthrosis involving ankle and foot' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.18', '', 'Hemarthrosis involving other specified sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.19', '', 'Hemarthrosis involving multiple sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.20', '', 'Villonodular synovitis site unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.21', '', 'Villonodular synovitis involving shoulder region' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.22', '', 'Villonodular synovitis involving upper arm' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.23', '', 'Villonodular synovitis involving forearm' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.24', '', 'Villonodular synovitis involving hand' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.25', '', 'Villonodular synovitis involving pelvic region and thigh' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.26', '', 'Villonodular synovitis involving lower leg' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.27', '', 'Villonodular synovitis involving ankle and foot' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.28', '', 'Villonodular synovitis involving other specified sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.29', '', 'Villonodular synovitis involving multiple sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.30', '', 'Palindromic rheumatism site unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.31', '', 'Palindromic rheumatism involving shoulder region' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.32', '', 'Palindromic rheumatism involving upper arm' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.33', '', 'Palindromic rheumatism involving forearm' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.34', '', 'Palindromic rheumatism involving hand' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.35', '', 'Palindromic rheumatism involving pelvic region and thigh' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.36', '', 'Palindromic rheumatism involving lower leg' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.37', '', 'Palindromic rheumatism involving ankle and foot' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.38', '', 'Palindromic rheumatism involving other specified sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.39', '', 'Palindromic rheumatism involving multiple sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.40', '', 'Pain in joint site unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.41', '', 'Pain in joint involving shoulder region' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.42', '', 'Pain in joint involving upper arm' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.43', '', 'Pain in joint involving forearm' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.44', '', 'Pain in joint involving hand' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.45', '', 'Pain in joint involving pelvic region and thigh' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.46', '', 'Pain in joint involving lower leg' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.47', '', 'Pain in joint involving ankle and foot' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.48', '', 'Pain in joint involving other specified sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.49', '', 'Pain in joint involving multiple sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.50', '', 'Stiffness of joint not elsewhere classified involving unspecified site' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.51', '', 'Stiffness of joint not elsewhere classified involving shoulder region' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.52', '', 'Stiffness of joint not elsewhere classified involving upper arm' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.53', '', 'Stiffness of joint not elsewhere classified involving forearm' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.54', '', 'Stiffness of joint not elsewhere classified involving hand' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.55', '', 'Stiffness of joint not elsewhere classified involving pelvic region and thigh' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.56', '', 'Stiffness of joint not elsewhere classified involving lower leg' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.57', '', 'Stiffness of joint not elsewhere classified involving ankle and foot' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.58', '', 'Stiffness of joint not elsewhere classified involving other specified sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.59', '', 'Stiffness of joint not elsewhere classified involving multiple sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.60', '', 'Other symptoms referable to joint site unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.61', '', 'Other symptoms referable to joint of shoulder region' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.62', '', 'Other symptoms referable to upper arm joint' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.63', '', 'Other symptoms referable to forearm joint' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.64', '', 'Other symptoms referable to hand joint' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.65', '', 'Other symptoms referable to joint of pelvic region and thigh' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.66', '', 'Other symptoms referable to lower leg joint' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.67', '', 'Other symptoms referable to ankle and foot joint' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.68', '', 'Other symptoms referable to joint of other specified sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.69', '', 'Other symptoms referable to joint of multiple sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.7', '', 'Difficulty in walking' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.80', '', 'Other specified disorders of joint site unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.81', '', 'Other specified disorders of joint of shoulder region' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.82', '', 'Other specified disorders of upper arm joint' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.83', '', 'Other specified disorders of forearm joint' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.84', '', 'Other specified disorders of hand joint' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.85', '', 'Other specified disorders of joint of pelvic region and thigh' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.86', '', 'Other specified disorders of lower leg joint' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.87', '', 'Other specified disorders of ankle and foot joint' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.88', '', 'Other specified disorders of joint of other specified sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.89', '', 'Other specified disorders of joint of multiple sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.90', '', 'Unspecified disorder of joint site unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.91', '', 'Unspecified disorder of joint of shoulder region' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.92', '', 'Unspecified disorder of upper arm joint' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.93', '', 'Unspecified disorder of forearm joint' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.94', '', 'Unspecified disorder of hand joint' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.95', '', 'Unspecified disorder of joint of pelvic region and thigh' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.96', '', 'Unspecified disorder of lower leg joint' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.97', '', 'Unspecified disorder of ankle and foot joint' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.98', '', 'Unspecified joint disorder of other specified sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.99', '', 'Unspecified joint disorder of multiple sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '720.0', '', 'Ankylosing spondylitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '720.1', '', 'Spinal enthesopathy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '720.2', '', 'Sacroiliitis not elsewhere classified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '720.81', '', 'Inflammatory spondylopathies in diseases classified elsewhere' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '720.89', '', 'Other inflammatory spondylopathies' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '720.9', '', 'Unspecified inflammatory spondylopathy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '721.0', '', 'Cervical spondylosis without myelopathy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '721.1', '', 'Cervical spondylosis with myelopathy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '721.2', '', 'Thoracic spondylosis without myelopathy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '721.3', '', 'Lumbosacral spondylosis without myelopathy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '721.41', '', 'Spondylosis with myelopathy thoracic region' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '721.42', '', 'Spondylosis with myelopathy lumbar region' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '721.5', '', 'Kissing spine' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '721.6', '', 'Ankylosing vertebral hyperostosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '721.7', '', 'Traumatic spondylopathy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '721.8', '', 'Other allied disorders of spine' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '721.90', '', 'Spondylosis of unspecified site without myelopathy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '721.91', '', 'Spondylosis of unspecified site with myelopathy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '722.0', '', 'Displacement of cervical intervertebral disc without myelopathy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '722.10', '', 'Displacement of lumbar intervertebral disc without myelopathy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '722.11', '', 'Displacement of thoracic intervertebral disc without myelopathy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '722.2', '', 'Displacement of intervertebral disc site unspecified without myelopathy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '722.30', '', 'Schmorl''s nodes of unspecified region' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '722.31', '', 'Schmorl''s nodes of thoracic region' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '722.32', '', 'Schmorl''s nodes of lumbar region' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '722.39', '', 'Schmorl''s nodes of other spinal region' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '722.4', '', 'Degeneration of cervical intervertebral disc' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '722.51', '', 'Degeneration of thoracic or thoracolumbar intervertebral disc' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '722.52', '', 'Degeneration of lumbar or lumbosacral intervertebral disc' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '722.6', '', 'Degeneration of intervertebral disc site unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '722.70', '', 'Intervertebral disc disorder with myelopathy unspecified region' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '722.71', '', 'Intervertebral disc disorder with myelopathy cervical region' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '722.72', '', 'Intervertebral disc disorder with myelopathy thoracic region' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '722.73', '', 'Intervertebral disc disorder with myelopathy lumbar region' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '722.80', '', 'Postlaminectomy syndrome of unspecified region' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '722.81', '', 'Postlaminectomy syndrome of cervical region' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '722.82', '', 'Postlaminectomy syndrome of thoracic region' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '722.83', '', 'Postlaminectomy syndrome of lumbar region' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '722.90', '', 'Other and unspecified disc disorder of unspecified region' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '722.91', '', 'Other and unspecified disc disorder of cervical region' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '722.92', '', 'Other and unspecified disc disorder of thoracic region' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '722.93', '', 'Other and unspecified disc disorder of lumbar region' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '723.0', '', 'Spinal stenosis in cervical region' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '723.1', '', 'Cervicalgia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '723.2', '', 'Cervicocranial syndrome' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '723.3', '', 'Cervicobrachial syndrome (diffuse)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '723.4', '', 'Brachial neuritis or radiculitis nos' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '723.5', '', 'Torticollis unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '723.6', '', 'Panniculitis specified as affecting neck' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '723.7', '', 'Ossification of posterior longitudinal ligament in cervical region' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '723.8', '', 'Other syndromes affecting cervical region' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '723.9', '', 'Unspecified musculoskeletal disorders and symptoms referable to neck' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '724.00', '', 'Spinal stenosis of unspecified region' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '724.01', '', 'Spinal stenosis of thoracic region' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '724.02', '', 'Spinal stenosis of lumbar region' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '724.09', '', 'Spinal stenosis of other region' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '724.1', '', 'Pain in thoracic spine' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '724.2', '', 'Lumbago' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '724.3', '', 'Sciatica' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '724.4', '', 'Thoracic or lumbosacral neuritis or radiculitis unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '724.5', '', 'Backache unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '724.6', '', 'Disorders of sacrum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '724.70', '', 'Unspecified disorder of coccyx' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '724.71', '', 'Hypermobility of coccyx' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '724.79', '', 'Other disorders of coccyx' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '724.8', '', 'Other symptoms referable to back' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '724.9', '', 'Other unspecified back disorders' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '725', '', 'Polymyalgia rheumatica' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '726.0', '', 'Adhesive capsulitis of shoulder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '726.10', '', 'Disorders of bursae and tendons in shoulder region unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '726.11', '', 'Calcifying tendinitis of shoulder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '726.12', '', 'Bicipital tenosynovitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '726.19', '', 'Other specified disorders of bursae and tendons in shoulder region' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '726.2', '', 'Other affections of shoulder region not elsewhere classified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '726.30', '', 'Enthesopathy of elbow unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '726.31', '', 'Medial epicondylitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '726.32', '', 'Lateral epicondylitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '726.33', '', 'Olecranon bursitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '726.39', '', 'Other enthesopathy of elbow region' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '726.4', '', 'Enthesopathy of wrist and carpus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '726.5', '', 'Enthesopathy of hip region' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '726.60', '', 'Enthesopathy of knee unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '726.61', '', 'Pes anserinus tendinitis or bursitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '726.62', '', 'Tibial collateral ligament bursitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '726.63', '', 'Fibular collateral ligament bursitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '726.64', '', 'Patellar tendinitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '726.65', '', 'Prepatellar bursitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '726.69', '', 'Other enthesopathy of knee' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '726.70', '', 'Enthesopathy of ankle and tarsus unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '726.71', '', 'Achilles bursitis or tendinitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '726.72', '', 'Tibialis tendinitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '726.73', '', 'Calcaneal spur' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '726.79', '', 'Other enthesopathy of ankle and tarsus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '726.8', '', 'Other peripheral enthesopathies' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '726.90', '', 'Enthesopathy of unspecified site' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '726.91', '', 'Exostosis of unspecified site' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '727.00', '', 'Synovitis and tenosynovitis unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '727.01', '', 'Synovitis and tenosynovitis in diseases classified elsewhere' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '727.02', '', 'Giant cell tumor of tendon sheath' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '727.03', '', 'Trigger finger (acquired)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '727.04', '', 'Radial styloid tenosynovitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '727.05', '', 'Other tenosynovitis of hand and wrist' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '727.06', '', 'Tenosynovitis of foot and ankle' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '727.09', '', 'Other synovitis and tenosynovitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '727.1', '', 'Bunion' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '727.2', '', 'Specific bursitides often of occupational origin' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '727.3', '', 'Other bursitis disorders' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '727.40', '', 'Synovial cyst unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '727.41', '', 'Ganglion of joint' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '727.42', '', 'Ganglion of tendon sheath' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '727.43', '', 'Ganglion unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '727.49', '', 'Other ganglion and cyst of synovium tendon and bursa' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '727.50', '', 'Rupture of synovium unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '727.51', '', 'Synovial cyst of popliteal space' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '727.59', '', 'Other rupture of synovium' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '727.60', '', 'Nontraumatic rupture of unspecified tendon' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '727.61', '', 'Complete rupture of rotator cuff' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '727.62', '', 'Nontraumatic rupture of tendons of biceps (long head)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '727.63', '', 'Nontraumatic rupture of extensor tendons of hand and wrist' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '727.64', '', 'Nontraumatic rupture of flexor tendons of hand and wrist' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '727.65', '', 'Nontraumatic rupture of quadriceps tendon' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '727.66', '', 'Nontraumatic rupture of patellar tendon' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '727.67', '', 'Nontraumatic rupture of achilles tendon' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '727.68', '', 'Nontraumatic rupture of other tendons of foot and ankle' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '727.69', '', 'Nontraumatic rupture of other tendon' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '727.81', '', 'Contracture of tendon (sheath)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '727.82', '', 'Calcium deposits in tendon and bursa' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '727.83', '', 'Plica syndrome' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '727.89', '', 'Other disorders of synovium tendon and bursa' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '727.9', '', 'Unspecified disorder of synovium tendon and bursa' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '728.0', '', 'Infective myositis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '728.10', '', 'Calcification and ossification unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '728.11', '', 'Progressive myositis ossificans' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '728.12', '', 'Traumatic myositis ossificans' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '728.13', '', 'Postoperative heterotopic calcification' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '728.19', '', 'Other muscular calcification and ossification' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '728.2', '', 'Muscular wasting and disuse atrophy not elsewhere classified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '728.3', '', 'Other specific muscle disorders' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '728.4', '', 'Laxity of ligament' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '728.5', '', 'Hypermobility syndrome' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '728.6', '', 'Contracture of palmar fascia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '728.71', '', 'Plantar fascial fibromatosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '728.79', '', 'Other fibromatoses of muscle ligament and fascia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '728.81', '', 'Interstitial myositis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '728.82', '', 'Foreign body granuloma of muscle' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '728.83', '', 'Rupture of muscle nontraumatic' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '728.84', '', 'Diastasis of muscle' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '728.85', '', 'Spasm of muscle' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '728.86', '', 'Necrotizing fasciitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '728.87', '', 'Muscle weakness (generalized)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '728.88', '', 'Rhabdomyolysis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '728.89', '', 'Other disorders of muscle ligament and fascia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '728.9', '', 'Unspecified disorder of muscle ligament and fascia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '729.0', '', 'Rheumatism unspecified and fibrositis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '729.1', '', 'Myalgia and myositis unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '729.2', '', 'Neuralgia neuritis and radiculitis unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '729.30', '', 'Panniculitis unspecified site' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '729.31', '', 'Hypertrophy of fat pad knee' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '729.39', '', 'Panniculitis affecting other sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '729.4', '', 'Fasciitis unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '729.5', '', 'Pain in limb' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '729.6', '', 'Residual foreign body in soft tissue' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '729.71', '', 'Nontraumatic compartment syndrome of upper extremity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '729.72', '', 'Nontraumatic compartment syndrome of lower extremity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '729.73', '', 'Nontraumatic compartment syndrome of abdomen' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '729.79', '', 'Nontraumatic compartment syndrome of other sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '729.81', '', 'Swelling of limb' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '729.82', '', 'Cramp of limb' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '729.89', '', 'Other musculoskeletal symptoms referable to limbs' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '729.90', '', 'Disorders of soft tissue, unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '729.91', '', 'Post-traumatic seroma' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '729.92', '', 'Nontraumatic hematoma of soft tissue' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '729.99', '', 'Other disorders of soft tissue' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '730.00', '', 'Acute osteomyelitis site unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '730.01', '', 'Acute osteomyelitis involving shoulder region' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '730.02', '', 'Acute osteomyelitis involving upper arm' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '730.03', '', 'Acute osteomyelitis involving forearm' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '730.04', '', 'Acute osteomyelitis involving hand' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '730.05', '', 'Acute osteomyelitis involving pelvic region and thigh' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '730.06', '', 'Acute osteomyelitis involving lower leg' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '730.07', '', 'Acute osteomyelitis involving ankle and foot' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '730.08', '', 'Acute osteomyelitis involving other specified sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '730.09', '', 'Acute osteomyelitis involving multiple sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '730.10', '', 'Chronic osteomyelitis site unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '730.11', '', 'Chronic osteomyelitis involving shoulder region' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '730.12', '', 'Chronic osteomyelitis involving upper arm' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '730.13', '', 'Chronic osteomyelitis involving forearm' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '730.14', '', 'Chronic osteomyelitis involving hand' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '730.15', '', 'Chronic osteomyelitis involving pelvic region and thigh' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '730.16', '', 'Chronic osteomyelitis involving lower leg' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '730.17', '', 'Chronic osteomyelitis involving ankle and foot' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '730.18', '', 'Chronic osteomyelitis involving other specified sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '730.19', '', 'Chronic osteomyelitis involving multiple sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '730.20', '', 'Unspecified osteomyelitis site unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '730.21', '', 'Unspecified osteomyelitis involving shoulder region' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '730.22', '', 'Unspecified osteomyelitis involving upper arm' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '730.23', '', 'Unspecified osteomyelitis involving forearm' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '730.24', '', 'Unspecified osteomyelitis involving hand' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '730.25', '', 'Unspecified osteomyelitis involving pelvic region and thigh' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '730.26', '', 'Unspecified osteomyelitis involving lower leg' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '730.27', '', 'Unspecified osteomyelitis involving ankle and foot' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '730.28', '', 'Unspecified osteomyelitis involving other specified sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '730.29', '', 'Unspecified osteomyelitis involving multiple sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '730.30', '', 'Periostitis without osteomyelitis involving unspecified site' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '730.31', '', 'Periostitis without osteomyelitis involving shoulder region' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '730.32', '', 'Periostitis without osteomyelitis involving upper arm' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '730.33', '', 'Periostitis without osteomyelitis involving forearm' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '730.34', '', 'Periostitis without osteomyelitis involving hand' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '730.35', '', 'Periostitis without osteomyelitis involving pelvic region and thigh' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '730.36', '', 'Periostitis without osteomyelitis involving lower leg' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '730.37', '', 'Periostitis without osteomyelitis involving ankle and foot' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '730.38', '', 'Periostitis without osteomyelitis involving other specified sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '730.39', '', 'Periostitis without osteomyelitis involving multiple sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '730.70', '', 'Osteopathy resulting from poliomyelitis involving unspecified site' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '730.71', '', 'Osteopathy resulting from poliomyelitis involving shoulder region' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '730.72', '', 'Osteopathy resulting from poliomyelitis involving upper arm' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '730.73', '', 'Osteopathy resulting from poliomyelitis involving forearm' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '730.74', '', 'Osteopathy resulting from poliomyelitis involving hand' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '730.75', '', 'Osteopathy resulting from poliomyelitis involving pelvic region and thigh' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '730.76', '', 'Osteopathy resulting from poliomyelitis involving lower leg' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '730.77', '', 'Osteopathy resulting from poliomyelitis involving ankle and foot' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '730.78', '', 'Osteopathy resulting from poliomyelitis involving other specified sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '730.79', '', 'Osteopathy resulting from poliomyelitis involving multiple sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '730.80', '', 'Other infections involving bone in diseases classified elsewhere site unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '730.81', '', 'Other infections involving bone of shoulder region in diseases classified elsewhere' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '730.82', '', 'Other infections involving upper arm bone in diseases classified elsewhere' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '730.83', '', 'Other infections involving forearm bone in diseases classified elsewhere' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '730.84', '', 'Other infections involving hand bone in diseases classified elsewhere' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '730.86', '', 'Other infections involving lower leg bone in diseases classified elsewhere' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '730.87', '', 'Other infections involving ankle and foot bone in diseases classified elsewhere' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '730.88', '', 'Other infections involving bone of other specified sites in diseases classified elsewhere' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '730.89', '', 'Other infections involving bone of multiple sites in diseases classified elsewhere' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '730.90', '', 'Unspecified infection of bone site unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '730.91', '', 'Unspecified infection of bone of shoulder region' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '730.92', '', 'Unspecified infection of upper arm bone' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '730.93', '', 'Unspecified infection of forearm bone' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '730.94', '', 'Unspecified infection of hand bone' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '730.95', '', 'Unspecified infection of bone of pelvic region and thigh' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '730.96', '', 'Unspecified infection of lower leg bone' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '730.97', '', 'Unspecified infection of ankle and foot bone' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '730.98', '', 'Unspecified infection of bone of other specified sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '730.99', '', 'Unspecified infection of bone in multiple sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '731.0', '', 'Osteitis deformans without bone tumor' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '731.1', '', 'Osteitis deformans in diseases classified elsewhere' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '731.2', '', 'Hypertrophic pulmonary osteoarthropathy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '731.3', '', 'Major osseous defects' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '731.8', '', 'Other bone involvement in diseases classified elsewhere' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '732.0', '', 'Juvenile osteochondrosis of spine' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '732.1', '', 'Juvenile osteochondrosis of hip and pelvis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '732.2', '', 'Nontraumatic slipped upper femoral epiphysis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '732.3', '', 'Juvenile osteochondrosis of upper extremity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '732.4', '', 'Juvenile osteochondrosis of lower extremity excluding foot' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '732.5', '', 'Juvenile osteochondrosis of foot' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '732.6', '', 'Other juvenile osteochondrosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '732.7', '', 'Osteochondritis dissecans' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '732.8', '', 'Other specified forms of osteochondropathy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '732.9', '', 'Unspecified osteochondropathy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '733.00', '', 'Osteoporosis unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '733.01', '', 'Senile osteoporosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '733.02', '', 'Idiopathic osteoporosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '733.03', '', 'Disuse osteoporosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '733.09', '', 'Other osteoporosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '733.10', '', 'Pathological fracture unspecified site' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '733.11', '', 'Pathological fracture of humerus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '733.12', '', 'Pathological fracture of distal radius and ulna' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '733.13', '', 'Pathological fracture of vertebrae' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '733.14', '', 'Pathological fracture of neck of femur' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '733.15', '', 'Pathological fracture of other specified part of femur' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '733.16', '', 'Pathological fracture of tibia or fibula' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '733.19', '', 'Pathological fracture of other specified site' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '733.20', '', 'Cyst of bone (localized) unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '733.21', '', 'Solitary bone cyst' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '733.22', '', 'Aneurysmal bone cyst' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '733.29', '', 'Other bone cyst' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '733.3', '', 'Hyperostosis of skull' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '733.40', '', 'Aseptic necrosis of bone site unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '733.41', '', 'Aseptic necrosis of head of humerus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '733.42', '', 'Aseptic necrosis of head and neck of femur' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '733.43', '', 'Aseptic necrosis of medial femoral condyle' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '733.44', '', 'Aseptic necrosis of talus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '733.45', '', 'Aseptic necrosis jaw' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '733.49', '', 'Aseptic necrosis of other bone sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '733.5', '', 'Osteitis condensans' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '733.6', '', 'Tietze''s disease' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '733.7', '', 'Algoneurodystrophy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '733.81', '', 'Malunion of fracture' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '733.82', '', 'Nonunion of fracture' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '733.90', '', 'Disorder of bone and cartilage unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '733.91', '', 'Arrest of bone development or growth' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '733.92', '', 'Chondromalacia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '733.93', '', 'Stress fracture of tibia or fibula' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '733.94', '', 'Stress fracture of the metatarsals' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '733.95', '', 'Stress fracture of other bone' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '733.96', '', 'Stress fracture of femoral neck' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '733.97', '', 'Stress fracture of shaft of femur' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '733.98', '', 'Stress fracture of pelvis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '733.99', '', 'Other disorders of bone and cartilage' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '734', '', 'Flat foot' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '735.0', '', 'Hallux valgus (acquired)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '735.1', '', 'Hallux varus (acquired)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '735.2', '', 'Hallux rigidus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '735.3', '', 'Hallux malleus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '735.4', '', 'Other hammer toe (acquired)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '735.5', '', 'Claw toe (acquired)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '735.8', '', 'Other acquired deformities of toe' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '735.9', '', 'Unspecified acquired deformity of toe' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '736.00', '', 'Unspecified deformity of forearm excluding fingers' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '736.01', '', 'Cubitus valgus (acquired)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '736.02', '', 'Cubitus varus (acquired)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '736.03', '', 'Valgus deformity of wrist (acquired)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '736.04', '', 'Varus deformity of wrist (acquired)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '736.05', '', 'Wrist drop (acquired)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '736.06', '', 'Claw hand (acquired)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '736.07', '', 'Club hand acquired' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '736.09', '', 'Other acquired deformities of forearm excluding fingers' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '736.1', '', 'Mallet finger' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '736.20', '', 'Unspecified deformity of finger' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '736.21', '', 'Boutonniere deformity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '736.22', '', 'Swan-neck deformity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '736.29', '', 'Other acquired deformities of finger' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '736.30', '', 'Unspecified acquired deformity of hip' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '736.31', '', 'Coxa valga (acquired)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '736.32', '', 'Coxa vara (acquired)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '736.39', '', 'Other acquired deformities of hip' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '736.41', '', 'Genu valgum (acquired)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '736.42', '', 'Genu varum (acquired)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '736.5', '', 'Genu recurvatum (acquired)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '736.6', '', 'Other acquired deformities of knee' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '736.70', '', 'Unspecified deformity of ankle and foot acquired' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '736.71', '', 'Acquired equinovarus deformity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '736.72', '', 'Equinus deformity of foot acquired' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '736.73', '', 'Cavus deformity of foot acquired' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '736.74', '', 'Claw foot acquired' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '736.75', '', 'Cavovarus deformity of foot acquired' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '736.76', '', 'Other acquired calcaneus deformity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '736.79', '', 'Other acquired deformities of ankle and foot' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '736.81', '', 'Unequal leg length (acquired)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '736.89', '', 'Other acquired deformity of other parts of limb' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '736.9', '', 'Acquired deformity of limb site unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '737.0', '', 'Adolescent postural kyphosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '737.10', '', 'Kyphosis (acquired) (postural)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '737.11', '', 'Kyphosis due to radiation' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '737.12', '', 'Kyphosis postlaminectomy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '737.19', '', 'Other kyphosis acquired' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '737.20', '', 'Lordosis (acquired) (postural)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '737.21', '', 'Lordosis postlaminectomy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '737.22', '', 'Other postsurgical lordosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '737.29', '', 'Other lordosis acquired' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '737.30', '', 'Scoliosis (and kyphoscoliosis) idiopathic' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '737.31', '', 'Resolving infantile idiopathic scoliosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '737.32', '', 'Progressive infantile idiopathic scoliosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '737.33', '', 'Scoliosis due to radiation' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '737.34', '', 'Thoracogenic scoliosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '737.39', '', 'Other kyphoscoliosis and scoliosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '737.40', '', 'Unspecified curvature of spine associated with other conditions' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '737.41', '', 'Kyphosis associated with other conditions' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '737.42', '', 'Lordosis associated with other conditions' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '737.43', '', 'Scoliosis associated with other conditions' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '737.8', '', 'Other curvatures of spine associated with other conditions' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '737.9', '', 'Unspecified curvature of spine associated with other conditions' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '738.0', '', 'Acquired deformity of nose' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '738.10', '', 'Other acquired deformity of head unspecified deformity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '738.11', '', 'Other acquired deformity of head zygomatic hyperplasia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '738.12', '', 'Other acquired deformity of head zygomatic hypoplasia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '738.19', '', 'Other acquired deformity of head other specified deformity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '738.2', '', 'Acquired deformity of neck' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '738.3', '', 'Acquired deformity of chest and rib' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '738.4', '', 'Acquired spondylolisthesis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '738.5', '', 'Other acquired deformity of back or spine' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '738.6', '', 'Acquired deformity of pelvis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '738.7', '', 'Cauliflower ear' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '738.8', '', 'Acquired musculoskeletal deformity of other specified site' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '738.9', '', 'Acquired musculoskeletal deformity of unspecified site' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '739.0', '', 'Nonallopathic lesions of head region not elsewhere classified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '739.1', '', 'Nonallopathic lesions of cervical region not elsewhere classified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '739.2', '', 'Nonallopathic lesions of thoracic region not elsewhere classified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '739.3', '', 'Nonallopathic lesions of lumbar region not elsewhere classified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '739.4', '', 'Nonallopathic lesions of sacral region not elsewhere classified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '739.5', '', 'Nonallopathic lesions of pelvic region not elsewhere classified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '739.6', '', 'Nonallopathic lesions of lower extremities not elsewhere classified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '739.7', '', 'Nonallopathic lesions of upper extremities not elsewhere classified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '739.8', '', 'Nonallopathic lesions of rib cage not elsewhere classified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '739.9', '', 'Nonallopathic lesions of abdomen and other sites not elsewhere classified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '740.0', '', 'Anencephalus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '740.1', '', 'Craniorachischisis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '740.2', '', 'Iniencephaly' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '741.00', '', 'Spina bifida unspecified region with hydrocephalus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '741.01', '', 'Spina bifida cervical region with hydrocephalus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '741.02', '', 'Spina bifida dorsal (thoracic) region with hydrocephalus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '741.03', '', 'Spina bifida lumbar region with hydrocephalus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '741.90', '', 'Spina bifida unspecified region without hydrocephalus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '741.91', '', 'Spina bifida cervical region without hydrocephalus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '741.92', '', 'Spina bifida dorsal (thoracic) region without hydrocephalus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '741.93', '', 'Spina bifida lumbar region without hydrocephalus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '742.0', '', 'Encephalocele' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '742.1', '', 'Microcephalus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '742.2', '', 'Congenital reduction deformities of brain' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '742.3', '', 'Congenital hydrocephalus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '742.4', '', 'Other specified congenital anomalies of brain' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '742.51', '', 'Diastematomyelia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '742.53', '', 'Hydromyelia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '742.59', '', 'Other specified congenital anomalies of spinal cord' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '742.8', '', 'Other specified congenital anomalies of nervous system' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '742.9', '', 'Unspecified congenital anomaly of brain spinal cord and nervous system' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '743.00', '', 'Clinical anophthalmos unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '743.03', '', 'Cystic eyeball congenital' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '743.06', '', 'Cryptophthalmos' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '743.10', '', 'Microphthalmos unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '743.11', '', 'Simple microphthalmos' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '743.12', '', 'Microphthalmos associated with other anomalies of eye and adnexa' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '743.20', '', 'Buphthalmos unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '743.21', '', 'Simple buphthalmos' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '743.22', '', 'Buphthalmos associated with other ocular anomalies' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '743.30', '', 'Congenital cataract unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '743.31', '', 'Congenital capsular and subcapsular cataract' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '743.32', '', 'Congenital cortical and zonular cataract' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '743.33', '', 'Congenital nuclear cataract' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '743.34', '', 'Congenital total and subtotal cataract' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '743.35', '', 'Congenital aphakia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '743.36', '', 'Congenital anomalies of lens shape' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '743.37', '', 'Congenital ectopic lens' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '743.39', '', 'Other congenital cataract and lens anomalies' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '743.41', '', 'Congenital anomalies of corneal size and shape' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '743.42', '', 'Congenital corneal opacities interfering with vision' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '743.43', '', 'Other congenital corneal opacities' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '743.44', '', 'Specified congenital anomalies of anterior chamber angle and related structures' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '743.45', '', 'Aniridia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '743.46', '', 'Other specified congenital anomalies of iris and ciliary body' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '743.47', '', 'Specified congenital anomalies of sclera' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '743.48', '', 'Multiple and combined congenital anomalies of anterior segment' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '743.49', '', 'Other congenital anomalies of anterior segment' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '743.51', '', 'Vitreous anomalies congenital' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '743.52', '', 'Fundus coloboma' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '743.53', '', 'Chorioretinal degeneration congenital' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '743.54', '', 'Congenital folds and cysts of posterior segment' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '743.55', '', 'Congenital macular changes' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '743.56', '', 'Other retinal changes congenital' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '743.57', '', 'Specified congenital anomalies of optic disc' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '743.58', '', 'Vascular anomalies congenital' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '743.59', '', 'Other congenital anomalies of posterior segment' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '743.61', '', 'Congenital ptosis of eyelid' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '743.62', '', 'Congenital deformities of eyelids' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '743.63', '', 'Other specified congenital anomalies of eyelid' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '743.64', '', 'Specified congenital anomalies of lacrimal gland' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '743.65', '', 'Specified congenital anomalies of lacrimal passages' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '743.66', '', 'Specified congenital anomalies of orbit' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '743.69', '', 'Other congenital anomalies of eyelids lacrimal system and orbit' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '743.8', '', 'Other specified anomalies of eye congenital' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '743.9', '', 'Unspecified anomaly of eye congenital' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '744.00', '', 'Unspecified congenital anomaly of ear with impairment of hearing' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '744.01', '', 'Congenital absence of external ear' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '744.02', '', 'Other congenital anomalies of external ear with impairment of hearing' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '744.03', '', 'Congenital anomaly of middle ear except ossicles' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '744.04', '', 'Congenital anomalies of ear ossicles' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '744.05', '', 'Congenital anomalies of inner ear' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '744.09', '', 'Other congenital anomalies of ear causing impairment of hearing' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '744.1', '', 'Accessory auricle' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '744.21', '', 'Absence of ear lobe congenital' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '744.22', '', 'Macrotia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '744.23', '', 'Microtia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '744.24', '', 'Specified congenital anomalies of eustachian tube' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '744.29', '', 'Other congenital anomalies of ear' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '744.3', '', 'Unspecified congenital anomaly of ear' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '744.41', '', 'Branchial cleft sinus or fistula' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '744.42', '', 'Branchial cleft cyst' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '744.43', '', 'Cervical auricle' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '744.46', '', 'Preauricular sinus or fistula' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '744.47', '', 'Preauricular cyst' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '744.49', '', 'Other branchial cleft cyst or fistula; preauricular sinus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '744.5', '', 'Webbing of neck' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '744.81', '', 'Macrocheilia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '744.82', '', 'Microcheilia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '744.83', '', 'Macrostomia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '744.84', '', 'Microstomia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '744.89', '', 'Other specified congenital anomalies of face and neck' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '744.9', '', 'Unspecified congenital anomalies of face and neck' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '745.0', '', 'Common truncus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '745.10', '', 'Complete transposition of great vessels' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '745.11', '', 'Double outlet right ventricle' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '745.12', '', 'Corrected transposition of great vessels' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '745.19', '', 'Other transposition of great vessels' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '745.2', '', 'Tetralogy of fallot' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '745.3', '', 'Common ventricle' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '745.4', '', 'Ventricular septal defect' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '745.5', '', 'Ostium secundum type atrial septal defect' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '745.60', '', 'Endocardial cushion defect unspecified type' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '745.61', '', 'Ostium primum defect' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '745.69', '', 'Other endocardial cushion defects' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '745.7', '', 'Cor biloculare' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '745.8', '', 'Other bulbus cordis anomalies and anomalies of cardiac septal closure' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '745.9', '', 'Unspecified defect of septal closure' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '746.00', '', 'Congenital pulmonary valve anomaly unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '746.01', '', 'Atresia of pulmonary valve congenital' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '746.02', '', 'Stenosis of pulmonary valve congenital' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '746.09', '', 'Other congenital anomalies of pulmonary valve' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '746.1', '', 'Tricuspid atresia and stenosis congenital' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '746.2', '', 'Ebstein''s anomaly' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '746.3', '', 'Congenital stenosis of aortic valve' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '746.4', '', 'Congenital insufficiency of aortic valve' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '746.5', '', 'Congenital mitral stenosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '746.6', '', 'Congenital mitral insufficiency' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '746.7', '', 'Hypoplastic left heart syndrome' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '746.81', '', 'Subaortic stenosis congenital' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '746.82', '', 'Cor triatriatum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '746.83', '', 'Infundibular pulmonic stenosis congenital' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '746.84', '', 'Congenital obstructive anomalies of heart not elsewhere classified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '746.85', '', 'Coronary artery anomaly congenital' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '746.86', '', 'Congenital heart block' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '746.87', '', 'Malposition of heart and cardiac apex' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '746.89', '', 'Other specified congenital anomalies of heart' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '746.9', '', 'Unspecified congenital anomaly of heart' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '747.0', '', 'Patent ductus arteriosus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '747.10', '', 'Coarctation of aorta (preductal) (postductal)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '747.11', '', 'Interruption of aortic arch' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '747.20', '', 'Congenital anomaly of aorta unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '747.21', '', 'Congenital anomalies of aortic arch' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '747.22', '', 'Congenital atresia and stenosis of aorta' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '747.29', '', 'Other congenital anomalies of aorta' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '747.3', '', 'Congenital anomalies of pulmonary artery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '747.40', '', 'Congenital anomaly of great veins unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '747.41', '', 'Total anomalous pulmonary venous connection' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '747.42', '', 'Partial anomalous pulmonary venous connection' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '747.49', '', 'Other anomalies of great veins' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '747.5', '', 'Absence or hypoplasia of umbilical artery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '747.60', '', 'Anomaly of the peripheral vascular system unspecified site' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '747.61', '', 'Gastrointestinal vessel anomaly' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '747.62', '', 'Renal vessel anomaly' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '747.63', '', 'Upper limb vessel anomaly' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '747.64', '', 'Lower limb vessel anomaly' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '747.69', '', 'Anomalies of other specified sites of peripheral vascular system' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '747.81', '', 'Congenital anomalies of cerebrovascular system' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '747.82', '', 'Spinal vessel anomaly' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '747.83', '', 'Persistent fetal circulation' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '747.89', '', 'Other specified congenital anomalies of circulatory system' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '747.9', '', 'Unspecified congenital anomaly of circulatory system' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '748.0', '', 'Choanal atresia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '748.1', '', 'Other congenital anomalies of nose' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '748.2', '', 'Web of larynx' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '748.3', '', 'Other congenital anomalies of larynx trachea and bronchus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '748.4', '', 'Congenital cystic lung' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '748.5', '', 'Congenital agenesis hypoplasia and dysplasia of lung' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '748.60', '', 'Congenital anomaly of lung unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '748.61', '', 'Congenital bronchiectasis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '748.69', '', 'Other congenital anomalies of lung' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '748.8', '', 'Other specified congenital anomalies of respiratory system' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '748.9', '', 'Unspecified congenital anomaly of respiratory system' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '749.00', '', 'Cleft palate unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '749.01', '', 'Cleft palate unilateral complete' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '749.02', '', 'Cleft palate unilateral incomplete' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '749.03', '', 'Cleft palate bilateral complete' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '749.04', '', 'Cleft palate bilateral incomplete' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '749.10', '', 'Cleft lip unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '749.11', '', 'Cleft lip unilateral complete' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '749.12', '', 'Cleft lip unilateral incomplete' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '749.13', '', 'Cleft lip bilateral complete' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '749.14', '', 'Cleft lip bilateral incomplete' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '749.20', '', 'Cleft palate with cleft lip unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '749.21', '', 'Cleft palate with cleft lip unilateral complete' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '749.22', '', 'Cleft palate with cleft lip unilateral incomplete' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '749.23', '', 'Cleft palate with cleft lip bilateral complete' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '749.24', '', 'Cleft palate with cleft lip bilateral incomplete' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '749.25', '', 'Other combinations of cleft palate with cleft lip' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '750.0', '', 'Tongue tie' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '750.10', '', 'Congenital anomaly of tongue unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '750.11', '', 'Aglossia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '750.12', '', 'Congenital adhesions of tongue' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '750.13', '', 'Congenital fissure of tongue' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '750.15', '', 'Macroglossia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '750.16', '', 'Microglossia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '750.19', '', 'Other congenital anomalies of tongue' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '750.21', '', 'Congenital absence of salivary gland' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '750.22', '', 'Accessory salivary gland' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '750.23', '', 'Congenital atresia salivary duct' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '750.24', '', 'Congenital fistula of salivary gland' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '750.25', '', 'Congenital fistula of lip' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '750.26', '', 'Other specified congenital anomalies of mouth' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '750.27', '', 'Congenital diverticulum of pharynx' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '750.29', '', 'Other specified congenital anomalies of pharynx' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '750.3', '', 'Congenital tracheoesophageal fistula esophageal atresia and stenosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '750.4', '', 'Other specified congenital anomalies of esophagus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '750.5', '', 'Congenital hypertrophic pyloric stenosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '750.6', '', 'Congenital hiatus hernia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '750.7', '', 'Other specified congenital anomalies of stomach' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '750.8', '', 'Other specified congenital anomalies of upper alimentary tract' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '750.9', '', 'Unspecified congenital anomaly of upper alimentary tract' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '751.0', '', 'Meckel''s diverticulum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '751.1', '', 'Congenital atresia and stenosis of small intestine' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '751.2', '', 'Congenital atresia and stenosis of large intestine rectum and anal canal' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '751.3', '', 'Hirschsprung''s disease and other congenital functional disorders of colon' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '751.4', '', 'Congenital anomalies of intestinal fixation' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '751.5', '', 'Other congenital anomalies of intestine' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '751.60', '', 'Unspecified congenital anomaly of gallbladder bile ducts and liver' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '751.61', '', 'Biliary atresia congenital' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '751.62', '', 'Congenital cystic disease of liver' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '751.69', '', 'Other congenital anomalies of gallbladder bile ducts and liver' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '751.7', '', 'Congenital anomalies of pancreas' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '751.8', '', 'Other specified congenital anomalies of digestive system' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '751.9', '', 'Unspecified congenital anomaly of digestive system' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '752.0', '', 'Congenital anomalies of ovaries' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '752.10', '', 'Unspecified congenital anomaly of fallopian tubes and broad ligaments' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '752.11', '', 'Embryonic cyst of fallopian tubes and broad ligaments' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '752.19', '', 'Other congenital anomalies of fallopian tubes and broad ligaments' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '752.2', '', 'Doubling of uterus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '752.3', '', 'Other congenital anomalies of uterus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '752.40', '', 'Unspecified congenital anomaly of cervix vagina and external female genitalia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '752.41', '', 'Embryonic cyst of cervix vagina and external female genitalia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '752.42', '', 'Imperforate hymen' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '752.49', '', 'Other congenital anomalies of cervix vagina and external female genitalia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '752.51', '', 'Undescended testis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '752.52', '', 'Retractile testis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '752.61', '', 'Hypospadias' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '752.62', '', 'Epispadias' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '752.63', '', 'Congenital chordee' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '752.64', '', 'Micropenis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '752.65', '', 'Hidden penis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '752.69', '', 'Other penile anomalies' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '752.7', '', 'Indeterminate sex and pseudohermaphroditism' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '752.81', '', 'Scrotal transposition' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '752.89', '', 'Other specified anomalies of genital organs' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '752.9', '', 'Unspecified congenital anomaly of genital organs' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '753.0', '', 'Renal agenesis and dysgenesis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '753.10', '', 'Cystic kidney disease unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '753.11', '', 'Congenital single renal cyst' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '753.12', '', 'Polycystic kidney unspecified type' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '753.13', '', 'Polycystic kidney autosomal dominant' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '753.14', '', 'Polycystic kidney autosomal recessive' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '753.15', '', 'Renal dysplasia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '753.16', '', 'Medullary cystic kidney' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '753.17', '', 'Medullary sponge kidney' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '753.19', '', 'Other specified cystic kidney disease' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '753.20', '', 'Unspecified obstructive defect of renal pelvis and ureter' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '753.21', '', 'Congenital obstruction of ureteropelvic junction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '753.22', '', 'Congenital obstruction of ureterovesical junction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '753.23', '', 'Congenital ureterocele' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '753.29', '', 'Other obstructive defect of renal pelvis and ureter' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '753.3', '', 'Other specified anomalies of kidney' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '753.4', '', 'Other specified anomalies of ureter' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '753.5', '', 'Exstrophy of urinary bladder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '753.6', '', 'Congenital atresia and stenosis of urethra and bladder neck' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '753.7', '', 'Congenital anomalies of urachus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '753.8', '', 'Other specified congenital anomalies of bladder and urethra' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '753.9', '', 'Unspecified congenital anomaly of urinary system' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '754.0', '', 'Congenital musculoskeletal deformities of skull face and jaw' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '754.1', '', 'Congenital musculoskeletal deformities of sternocleidomastoid muscle' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '754.2', '', 'Congenital musculoskeletal deformities of spine' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '754.30', '', 'Congenital dislocation of hip unilateral' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '754.31', '', 'Congenital dislocation of hip bilateral' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '754.32', '', 'Congenital subluxation of hip unilateral' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '754.33', '', 'Congenital subluxation of hip bilateral' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '754.35', '', 'Congenital dislocation of one hip with subluxation of other hip' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '754.40', '', 'Genu recurvatum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '754.41', '', 'Congenital dislocation of knee (with genu recurvatum)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '754.42', '', 'Congenital bowing of femur' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '754.43', '', 'Congenital bowing of tibia and fibula' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '754.44', '', 'Congenital bowing of unspecified long bones of leg' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '754.50', '', 'Congenital talipes varus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '754.51', '', 'Congenital talipes equinovarus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '754.52', '', 'Congenital metatarsus primus varus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '754.53', '', 'Congenital metatarsus varus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '754.59', '', 'Other congenital varus deformities of feet' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '754.60', '', 'Congenital talipes valgus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '754.61', '', 'Congenital pes planus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '754.62', '', 'Talipes calcaneovalgus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '754.69', '', 'Other congenital valgus deformities of feet' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '754.70', '', 'Talipes unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '754.71', '', 'Talipes cavus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '754.79', '', 'Other congenital deformities of feet' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '754.81', '', 'Pectus excavatum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '754.82', '', 'Pectus carinatum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '754.89', '', 'Other specified nonteratogenic anomalies' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '755.00', '', 'Polydactyly unspecified digits' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '755.01', '', 'Polydactyly of fingers' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '755.02', '', 'Polydactyly of toes' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '755.10', '', 'Syndactyly of multiple and unspecified sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '755.11', '', 'Syndactyly of fingers without fusion of bone' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '755.12', '', 'Syndactyly of fingers with fusion of bone' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '755.13', '', 'Syndactyly of toes without fusion of bone' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '755.14', '', 'Syndactyly of toes with fusion of bone' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '755.20', '', 'Unspecified reduction deformity of upper limb congenital' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '755.21', '', 'Transverse deficiency of upper limb' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '755.22', '', 'Longitudinal deficiency of upper limb not elsewhere classified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '755.23', '', 'Longitudinal deficiency combined involving humerus radius and ulna (complete or incomplete)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '755.24', '', 'Longitudinal deficiency humeral complete or partial (with or without distal deficiencies incomplete)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '755.25', '', 'Longitudinal deficiency radioulnar complete or partial (with or without distal deficiencies incomplete)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '755.26', '', 'Longitudinal deficiency radial complete or partial (with or without distal deficiencies incomplete)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '755.27', '', 'Longitudinal deficiency ulnar complete or partial (with or without distal deficiencies incomplete)' ); +INSERT 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)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '755.29', '', 'Longitudinal deficiency phalanges complete or partial' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '755.30', '', 'Unspecified reduction deformity of lower limb congenital' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '755.31', '', 'Transverse deficiency of lower limb' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '755.32', '', 'Longitudinal deficiency of lower limb not elsewhere classified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '755.33', '', 'Longitudinal deficiency combined involving femur tibia and fibula (complete or incomplete)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '755.34', '', 'Longitudinal deficiency femoral complete or partial (with or without distal deficiencies incomplete)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '755.35', '', 'Longitudinal deficiency tibiofibular complete or partial (with or without distal deficiencies incomplete)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '755.36', '', 'Longitudinal deficiency tibia complete or partial (with or without distal deficiencies incomplete)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '755.37', '', 'Longitudinal deficiency fibular complete or partial (with or without distal deficiencies incomplete)' ); +INSERT 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)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '755.39', '', 'Longitudinal deficiency phalanges complete or partial' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '755.4', '', 'Congenital reduction deformities unspecified limb' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '755.50', '', 'Unspecified anomaly of upper limb congenital' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '755.51', '', 'Congenital deformity of clavicle' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '755.52', '', 'Congenital elevation of scapula' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '755.53', '', 'Radioulnar synostosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '755.54', '', 'Madelung''s deformity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '755.55', '', 'Acrocephalosyndactyly' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '755.56', '', 'Accessory carpal bones' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '755.57', '', 'Macrodactylia (fingers)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '755.58', '', 'Cleft hand congenital' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '755.59', '', 'Other congenital anomalies of upper limb including shoulder girdle' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '755.60', '', 'Unspecified congenital anomaly of lower limb' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '755.61', '', 'Coxa valga congenital' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '755.62', '', 'Coxa vara congenital' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '755.63', '', 'Other congenital deformity of hip (joint)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '755.64', '', 'Congenital deformity of knee (joint)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '755.65', '', 'Macrodactylia of toes' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '755.66', '', 'Other congenital anomalies of toes' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '755.67', '', 'Congenital anomalies of foot not elsewhere classified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '755.69', '', 'Other congenital anomalies of lower limb including pelvic girdle' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '755.8', '', 'Other specified congenital anomalies of unspecified limb' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '755.9', '', 'Unspecified congenital anomaly of unspecified limb' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '756.0', '', 'Congenital anomalies of skull and face bones' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '756.10', '', 'Congenital anomaly of spine unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '756.11', '', 'Congenital spondylolysis lumbosacral region' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '756.12', '', 'Spondylolisthesis congenital' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '756.13', '', 'Absence of vertebra congenital' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '756.14', '', 'Hemivertebra' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '756.15', '', 'Fusion of spine (vertebra) congenital' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '756.16', '', 'Klippel-feil syndrome' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '756.17', '', 'Spina bifida occulta' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '756.19', '', 'Other congenital anomalies of spine' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '756.2', '', 'Cervical rib' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '756.3', '', 'Other congenital anomalies of ribs and sternum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '756.4', '', 'Chondrodystrophy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '756.50', '', 'Congenital osteodystrophy unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '756.51', '', 'Osteogenesis imperfecta' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '756.52', '', 'Osteopetrosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '756.53', '', 'Osteopoikilosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '756.54', '', 'Polyostotic fibrous dysplasia of bone' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '756.55', '', 'Chondroectodermal dysplasia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '756.56', '', 'Multiple epiphyseal dysplasia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '756.59', '', 'Other congenital osteodystrophies' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '756.6', '', 'Congenital anomalies of diaphragm' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '756.70', '', 'Anomaly of abdominal wall unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '756.71', '', 'Prune belly syndrome' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '756.72', '', 'Omphalocele' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '756.73', '', 'Gastroschisis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '756.79', '', 'Other congenital anomalies of abdominal wall' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '756.81', '', 'Congenital absence of muscle and tendon' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '756.82', '', 'Accessory muscle' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '756.83', '', 'Ehlers-danlos syndrome' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '756.89', '', 'Other specified congenital anomalies of muscle tendon fascia and connective tissue' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '756.9', '', 'Other and unspecified congenital anomalies of musculoskeletal system' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '757.0', '', 'Hereditary edema of legs' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '757.1', '', 'Ichthyosis congenita' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '757.2', '', 'Dermatoglyphic anomalies' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '757.31', '', 'Congenital ectodermal dysplasia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '757.32', '', 'Vascular hamartomas' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '757.33', '', 'Congenital pigmentary anomalies of skin' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '757.39', '', 'Other specified congenital anomalies of skin' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '757.4', '', 'Specified congenital anomalies of hair' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '757.5', '', 'Specified congenital anomalies of nails' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '757.6', '', 'Specified congenital anomalies of breast' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '757.8', '', 'Other specified congenital anomalies of the integument' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '757.9', '', 'Unspecified congenital anomaly of the integument' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '758.0', '', 'Down''s syndrome' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '758.1', '', 'Patau''s syndrome' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '758.2', '', 'Edwards'' syndrome' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '758.31', '', 'Cri-du-chat syndrome' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '758.32', '', 'Velo-cardio-facial syndrome' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '758.33', '', 'Other microdeletions' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '758.39', '', 'Other autosomal deletions' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '758.4', '', 'Balanced autosomal translocation in normal individual' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '758.5', '', 'Other conditions due to autosomal anomalies' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '758.6', '', 'Gonadal dysgenesis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '758.7', '', 'Klinefelter''s syndrome' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '758.81', '', 'Other conditions due to sex chromosome anomalies' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '758.89', '', 'Other conditions due to chromosome anomalies' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '758.9', '', 'Conditions due to anomaly of unspecified chromosome' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '759.0', '', 'Anomalies of spleen congenital' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '759.1', '', 'Anomalies of adrenal gland congenital' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '759.2', '', 'Anomalies of other endocrine glands congenital' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '759.3', '', 'Situs inversus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '759.4', '', 'Conjoined twins' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '759.5', '', 'Tuberous sclerosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '759.6', '', 'Other congenital hamartoses not elsewhere classified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '759.7', '', 'Multiple congenital anomalies so described' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '759.81', '', 'Prader-willi syndrome' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '759.82', '', 'Marfan syndrome' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '759.83', '', 'Fragile x syndrome' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '759.89', '', 'Other specified congenital anomalies' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '759.9', '', 'Congenital anomaly unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '760.0', '', 'Maternal hypertensive disorders affecting fetus or newborn' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '760.1', '', 'Maternal renal and urinary tract diseases affecting fetus or newborn' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '760.2', '', 'Maternal infections affecting fetus or newborn' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '760.3', '', 'Other chronic maternal circulatory and respiratory diseases affecting fetus or newborn' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '760.4', '', 'Maternal nutritional disorders affecting fetus or newborn' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '760.5', '', 'Maternal injury affecting fetus or newborn' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '760.61', '', 'Newborn affected by amniocentesis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '760.62', '', 'Newborn affected by other in utero procedure' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '760.63', '', 'Newborn affected by other surgical operations on mother during pregnancy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '760.64', '', 'Newborn affected by previous surgical procedure on mother not associated with pregnancy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '760.70', '', 'Unspecified noxious substance affecting fetus or newborn via placenta or breast milk' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '760.71', '', 'Alcohol affecting fetus or newborn via placenta or breast milk' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '760.72', '', 'Narcotics affecting fetus or newborn via placenta or breast milk' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '760.73', '', 'Hallucinogenic agents affecting fetus or newborn via placenta or breast milk' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '760.74', '', 'Anti-infectives affecting fetus or newborn via placenta or breast milk' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '760.75', '', 'Cocaine affecting fetus or newborn via placenta or breast milk' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '760.76', '', 'Diethylstilbestrol (des) exposure affecting fetus or newborn via placenta or breast milk' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '760.77', '', 'Anticonvulsants affecting fetus or newborn via placenta or breast milk' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '760.78', '', 'Antimetabolic agents affecting fetus or newborn via placenta or breast milk' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '760.79', '', 'Other noxious influences affecting fetus or newborn via placenta or breast milk' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '760.8', '', 'Other specified maternal conditions affecting fetus or newborn' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '760.9', '', 'Unspecified maternal condition affecting fetus or newborn' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '761.0', '', 'Incompetent cervix affecting fetus or newborn' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '761.1', '', 'Premature rupture of membranes affecting fetus or newborn' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '761.2', '', 'Oligohydramnios affecting fetus or newborn' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '761.3', '', 'Polyhydramnios affecting fetus or newborn' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '761.4', '', 'Ectopic pregnancy affecting fetus or newborn' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '761.5', '', 'Multiple pregnancy affecting fetus or newborn' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '761.6', '', 'Maternal death affecting fetus or newborn' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '761.7', '', 'Malpresentation before labor affecting fetus or newborn' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '761.8', '', 'Other specified maternal complications of pregnancy affecting fetus or newborn' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '761.9', '', 'Unspecified maternal complication of pregnancy affecting fetus or newborn' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '762.0', '', 'Placenta previa affecting fetus or newborn' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '762.1', '', 'Other forms of placental separation and hemorrhage affecting fetus or newborn' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '762.3', '', 'Placental transfusion syndromes affecting fetus or newborn' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '762.4', '', 'Prolapsed umbilical cord affecting fetus or newborn' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '762.5', '', 'Other compression of umbilical cord affecting fetus or newborn' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '762.6', '', 'Other and unspecified conditions of umbilical cord affecting fetus or newborn' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '762.7', '', 'Chorioamnionitis affecting fetus or newborn' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '762.8', '', 'Other specified abnormalities of chorion and amnion affecting fetus or newborn' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '762.9', '', 'Unspecified abnormality of chorion and amnion affecting fetus or newborn' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '763.0', '', 'Breech delivery and extraction affecting fetus or newborn' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '763.2', '', 'Forceps delivery affecting fetus or newborn' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '763.3', '', 'Delivery by vacuum extractor affecting fetus or newborn' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '763.4', '', 'Cesarean delivery affecting fetus or newborn' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '763.5', '', 'Maternal anesthesia and analgesia affecting fetus or newborn' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '763.6', '', 'Precipitate delivery affecting fetus or newborn' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '763.7', '', 'Abnormal uterine contractions affecting fetus or newborn' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '763.81', '', 'Abnormality in fetal heart rate or rhythm before the onset of labor' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '763.82', '', 'Abnormality in fetal heart rate or rhythm during labor' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '763.84', '', 'Meconium passage during delivery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '763.89', '', 'Other specified complications of labor and delivery affecting fetus or newborn' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '763.9', '', 'Unspecified complication of labor and delivery affecting fetus or newborn' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '764.00', '', 'Light-for-dates infant without fetal malnutrition unspecified weight' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '764.01', '', 'Light-for-dates infant without fetal malnutrition less than 500 grams' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '764.02', '', 'Light-for-dates infant without fetal malnutrition 500-749 grams' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '764.03', '', 'Light-for-dates infant without fetal malnutrition 750-999 grams' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '764.04', '', 'Light-for-dates infant without fetal malnutrition 1000- 1249 grams' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '764.05', '', 'Light-for-dates infant without fetal malnutrition 1250- 1499 grams' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '764.06', '', 'Light-for-dates infant without fetal malnutrition 1500- 1749 grams' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '764.07', '', 'Light-for-dates infant without fetal malnutrition 1750- 1999 grams' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '764.08', '', 'Light-for-dates infant without fetal malnutrition 2000- 2499 grams' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '764.09', '', 'Light-for-dates infant without fetal malnutrition 2500 grams and over' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '764.10', '', 'Light-for-dates infant with signs of fetal malnutrition unspecified weight' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '764.12', '', 'Light-for-dates infant with signs of fetal malnutrition 500-749 grams' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '764.13', '', 'Light-for-dates infant with signs of fetal malnutrition 750-999 grams' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '764.14', '', 'Light-for-dates infant with signs of fetal malnutrition 1000-1249 grams' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '764.15', '', 'Light-for-dates infant with signs of fetal malnutrition 1250-1499 grams' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '764.16', '', 'Light-for-dates infant with signs of fetal malnutrition 1500-1749 grams' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '764.17', '', 'Light-for-dates infant with signs of fetal malnutrition 1750-1999 grams' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '764.18', '', 'Light-for-dates infant with signs of fetal malnutrition 2000-2499 grams' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '764.20', '', 'Fetal malnutrition without light-for-dates unspecified weight' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '764.21', '', 'Fetal malnutrition without light-for-dates less than 500 grams' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '764.22', '', 'Fetal malnutrition without light-for-dates 500-749 grams' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '764.23', '', 'Fetal malnutrition without light-for-dates 750-999 grams' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '764.24', '', 'Fetal malnutrition without light-for-dates 1000-1249 grams' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '764.25', '', 'Fetal malnutrition without light-for-dates 1250-1499 grams' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '764.26', '', 'Fetal malnutrition without light-for-dates 1500-1749 grams' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '764.27', '', 'Fetal malnutrition without light-for-dates 1750-1999 grams' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '764.28', '', 'Fetal malnutrition without light-for-dates 2000-2499 grams' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '764.29', '', 'Fetal malnutrition without light-for-dates 2500 grams and over' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '764.90', '', 'Fetal growth retardation unspecified weight' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '764.91', '', 'Fetal growth retardation less than 500 grams' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '764.92', '', 'Fetal growth retardation 500-749 grams' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '764.93', '', 'Fetal growth retardation 750-999 grams' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '764.94', '', 'Fetal growth retardation 1000-1249 grams' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '764.95', '', 'Fetal growth retardation 1250-1499 grams' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '764.96', '', 'Fetal growth retardation 1500-1749 grams' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '764.97', '', 'Fetal growth retardation 1750-1999 grams' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '764.98', '', 'Fetal growth retardation 2000-2499 grams' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '764.99', '', 'Fetal growth retardation 2500 grams and over' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '765.00', '', 'Disorders relating to extreme immaturity of infant unspecified weight' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '765.01', '', 'Disorders relating to extreme immaturity of infant less than 500 grams' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '765.02', '', 'Disorders relating to extreme immaturity of infant 500-749 grams' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '765.03', '', 'Disorders relating to extreme immaturity of infant 750-999 grams' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '765.04', '', 'Disorders relating to extreme immaturity of infant 1000-1249 grams' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '765.05', '', 'Disorders relating to extreme immaturity of infant 1250-1499 grams' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '765.06', '', 'Disorders relating to extreme immaturity of infant 1500-1749 grams' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '765.07', '', 'Disorders relating to extreme immaturity of infant 1750-1999 grams' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '765.08', '', 'Disorders relating to extreme immaturity of infant 2000-2499 grams' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '765.09', '', 'Disorders relating to extreme immaturity of infant 2500 grams and over' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '765.10', '', 'Disorders relating to other preterm infants unspecified weight' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '765.11', '', 'Disorders relating to other preterm infants less than 500 grams' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '765.12', '', 'Disorders relating to other preterm infants 500-749 grams' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '765.13', '', 'Disorders relating to other preterm infants 750-999 grams' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '765.14', '', 'Disorders relating to other preterm infants 1000-1249 grams' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '765.15', '', 'Disorders relating to other preterm infants 1250-1499 grams' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '765.16', '', 'Disorders relating to other preterm infants 1500-1749 grams' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '765.17', '', 'Disorders relating to other preterm infants 1750-1999 grams' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '765.18', '', 'Disorders relating to other preterm infants 2000-2499 grams' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '765.19', '', 'Disorders relating to other preterm infants 2500 grams and over' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '765.20', '', 'Unspecified weeks of gestation' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '765.21', '', 'Less than 24 completed weeks of gestation' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '765.22', '', '24 completed weeks of gestation' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '765.23', '', '25-26 completed weeks of gestation' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '765.24', '', '27-28 completed weeks of gestation' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '765.25', '', '29-30 completed weeks of gestation' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '765.26', '', '31-32 completed weeks of gestation' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '765.27', '', '33-34 completed weeks of gestation' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '765.28', '', '35-36 completed weeks of gestation' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '765.29', '', '37 or more completed weeks of gestation' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '766.0', '', 'Exceptionally large baby relating to long gestation' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '766.1', '', 'Other ''heavy-for-dates'' infants not related to gestation period' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '766.21', '', 'Post-term infant' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '766.22', '', 'Prolonged gestation of infant' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '767.0', '', 'Subdural and cerebral hemorrhage due to birth trauma' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '767.11', '', 'Epicranial subaponeurotic hemorrhage (massive)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '767.19', '', 'Other injury to scalp due to birth trauma' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '767.2', '', 'Fracture of clavicle due to birth trauma' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '767.3', '', 'Other injuries to skeleton due to birth trauma' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '767.4', '', 'Injury to spine and spinal cord due to birth trauma' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '767.5', '', 'Facial nerve injury due to birth trauma' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '767.6', '', 'Injury to brachial plexus due to birth trauma' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '767.7', '', 'Other cranial and peripheral nerve injuries due to birth trauma' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '767.8', '', 'Other specified birth trauma' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '767.9', '', 'Unspecified birth trauma' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '768.1', '', 'Fetal death from asphyxia or anoxia during labor' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '768.2', '', 'Fetal distress before onset of labor in liveborn infant' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '768.3', '', 'Fetal distress first noted during labor in liveborn infant' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '768.4', '', 'Fetal distress unspecified as to time of onset in liveborn infant' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '768.5', '', 'Severe birth asphyxia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '768.6', '', 'Mild or moderate birth asphyxia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '768.70', '', 'Hypoxic-ischemic encephalopathy, unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '768.71', '', 'Mild hypoxic-ischemic encephalopathy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '768.72', '', 'Moderate hypoxic-ischemic encephalopathy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '768.73', '', 'Severe hypoxic-ischemic encephalopathy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '768.9', '', 'Unspecified severity of birth asphyxia in liveborn infant' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '769', '', 'Respiratory distress syndrome in newborn' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '770.0', '', 'Congenital pneumonia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '770.10', '', 'Fetal and newborn aspiration, unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '770.11', '', 'Meconium aspiration without respiratory symptoms' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '770.12', '', 'Meconium aspiration with respiratory symptoms' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '770.13', '', 'Aspiration of clear amniotic fluid without respiratory symptoms' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '770.14', '', 'Aspiration of clear amniotic fluid with respiratory symptoms' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '770.15', '', 'Aspiration of blood without respiratory symptoms' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '770.16', '', 'Aspiration of blood with respiratory symptoms' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '770.17', '', 'Other fetal and newborn aspiration without respiratory symptoms' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '770.18', '', 'Other fetal and newborn aspiration with respiratory symptoms' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '770.2', '', 'Interstitial emphysema and related conditions of newborn' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '770.3', '', 'Pulmonary hemorrhage of fetus or newborn' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '770.4', '', 'Primary atelectasis of newborn' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '770.5', '', 'Other and unspecified atelectasis of newborn' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '770.6', '', 'Transitory tachypnea of newborn' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '770.7', '', 'Chronic respiratory disease arising in the perinatal period' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '770.81', '', 'Primary apnea of newborn' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '770.82', '', 'Other apnea of newborn' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '770.83', '', 'Cyanotic attacks of newborn' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '770.84', '', 'Respiratory failure of newborn' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '770.85', '', 'Aspiration of postnatal stomach contents without respiratory symptoms' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '770.86', '', 'Aspiration of postnatal stomach contents with respiratory symptoms' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '770.87', '', 'Respiratory arrest of newborn' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '770.88', '', 'Hypoxemia of newborn' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '770.89', '', 'Other respiratory problems after birth' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '770.9', '', 'Unspecified respiratory condition of fetus and newborn' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '771.0', '', 'Congenital rubella' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '771.1', '', 'Congenital cytomegalovirus infection' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '771.2', '', 'Other congenital infections specific to the perinatal period' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '771.3', '', 'Tetanus neonatorum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '771.4', '', 'Omphalitis of the newborn' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '771.5', '', 'Neonatal infective mastitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '771.6', '', 'Neonatal conjunctivitis and dacryocystitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '771.7', '', 'Neonatal candida infection' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '771.81', '', 'Septicemia [sepsis] of newborn' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '771.82', '', 'Urinary tract infection of newborn' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '771.83', '', 'Bacteremia of newborn' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '771.89', '', 'Other infections specific to the perinatal period' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '772.0', '', 'Fetal blood loss affecting newborn' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '772.10', '', 'Intraventricular hemorrhage unspecified grade' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '772.11', '', 'Intraventricular hemorrhage grade i' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '772.12', '', 'Intraventricular hemorrhage grade ii' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '772.13', '', 'Intraventricular hemorrhage grade iii' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '772.14', '', 'Intraventricular hemorrhage grade iv' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '772.2', '', 'Subarachnoid hemorrhage of newborn' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '772.3', '', 'Umbilical hemorrhage after birth' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '772.4', '', 'Gastrointestinal hemorrhage of fetus or newborn' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '772.5', '', 'Adrenal hemorrhage of fetus or newborn' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '772.6', '', 'Cutaneous hemorrhage of fetus or newborn' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '772.8', '', 'Other specified hemorrhage of fetus or newborn' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '772.9', '', 'Unspecified hemorrhage of newborn' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '773.0', '', 'Hemolytic disease of fetus or newborn due to rh isoimmunization' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '773.1', '', 'Hemolytic disease of fetus or newborn due to abo isoimmunization' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '773.2', '', 'Hemolytic disease of fetus or newborn due to other and unspecified isoimmunization' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '773.3', '', 'Hydrops fetalis due to isoimmunization' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '773.4', '', 'Kernicterus of fetus or newborn due to isoimmunization' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '773.5', '', 'Late anemia of fetus or newborn due to isoimmunization' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '774.0', '', 'Perinatal jaundice from hereditary hemolytic anemias' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '774.1', '', 'Perinatal jaundice from other excessive hemolysis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '774.2', '', 'Neonatal jaundice associated with preterm delivery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '774.30', '', 'Neonatal jaundice due to delayed conjugation cause unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '774.31', '', 'Neonatal jaundice due to delayed conjugation in diseases classified elsewhere' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '774.39', '', 'Other neonatal jaundice due to delayed conjugation from other causes' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '774.4', '', 'Perinatal jaundice due to hepatocellular damage' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '774.5', '', 'Perinatal jaundice from other causes' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '774.6', '', 'Unspecified fetal and neonatal jaundice' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '774.7', '', 'Kernicterus of fetus or newborn not due to isoimmunization' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '775.0', '', 'Syndrome of ''infant of a diabetic mother''' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '775.1', '', 'Neonatal diabetes mellitus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '775.2', '', 'Neonatal myasthenia gravis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '775.3', '', 'Neonatal thyrotoxicosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '775.4', '', 'Hypocalcemia and hypomagnesaemia of newborn' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '775.5', '', 'Other transitory neonatal electrolyte disturbances' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '775.6', '', 'Neonatal hypoglycemia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '775.7', '', 'Late metabolic acidosis of newborn' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '775.81', '', 'Other acidosis of newborn' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '775.89', '', 'Other neonatal endocrine and metabolic disturbances' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '775.9', '', 'Unspecified endocrine and metabolic disturbances specific to the fetus and newborn' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '776.0', '', 'Hemorrhagic disease of newborn' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '776.1', '', 'Transient neonatal thrombocytopenia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '776.2', '', 'Disseminated intravascular coagulation in newborn' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '776.3', '', 'Other transient neonatal disorders of coagulation' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '776.4', '', 'Polycythemia neonatorum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '776.5', '', 'Congenital anemia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '776.6', '', 'Anemia of prematurity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '776.7', '', 'Transient neonatal neutropenia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '776.8', '', 'Other specified transient hematological disorders of fetus or newborn' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '776.9', '', 'Unspecified hematological disorder specific to newborn' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '777.1', '', 'Meconium obstruction in fetus or newborn' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '777.2', '', 'Intestinal obstruction in newborn due to inspissated milk' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '777.3', '', 'Hematemesis and melena of newborn due to swallowed maternal blood' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '777.4', '', 'Transitory ileus of newborn' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '777.50', '', 'Necrotizing enterocolitis in newborn, unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '777.51', '', 'Stage i necrotizing enterocolitis in newborn' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '777.52', '', 'Stage ii necrotizing enterocolitis in newborn' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '777.53', '', 'Stage iii necrotizing enterocolitis in newborn' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '777.6', '', 'Perinatal intestinal perforation' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '777.8', '', 'Other specified perinatal disorders of digestive system' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '777.9', '', 'Unspecified perinatal disorder of digestive system' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '778.0', '', 'Hydrops fetalis not due to isoimmunization' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '778.1', '', 'Sclerema neonatorum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '778.2', '', 'Cold injury syndrome of newborn' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '778.3', '', 'Other hypothermia of newborn' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '778.4', '', 'Other disturbances of temperature regulation of newborn' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '778.5', '', 'Other and unspecified edema of newborn' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '778.6', '', 'Congenital hydrocele' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '778.7', '', 'Breast engorgement in newborn' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '778.8', '', 'Other specified conditions involving the integument of fetus and newborn' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '778.9', '', 'Unspecified condition involving the integument and temperature regulation of fetus and newborn' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '779.0', '', 'Convulsions in newborn' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '779.1', '', 'Other and unspecified cerebral irritability in newborn' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '779.2', '', 'Cerebral depression coma and other abnormal cerebral signs in fetus or newborn' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '779.31', '', 'Feeding problems in newborn' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '779.32', '', 'Bilious vomiting in newborn' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '779.33', '', 'Other vomiting in newborn' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '779.34', '', 'Failure to thrive in newborn' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '779.4', '', 'Drug reactions and intoxications specific to newborn' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '779.5', '', 'Drug withdrawal syndrome in newborn' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '779.6', '', 'Termination of pregnancy (fetus)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '779.7', '', 'Preventricular leukomalacia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '779.81', '', 'Neonatal bradycardia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '779.82', '', 'Neonatal tachycardia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '779.83', '', 'Delayed separation of umbilical cord' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '779.84', '', 'Meconium staining' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '779.85', '', 'Cardiac arrest of newborn' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '779.89', '', 'Other specified conditions originating in the perinatal period' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '779.9', '', 'Unspecified condition originating in the perinatal period' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '780.01', '', 'Coma' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '780.02', '', 'Transient alteration of awareness' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '780.03', '', 'Persistent vegetative state' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '780.09', '', 'Alteration of consciousness other' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '780.1', '', 'Hallucinations' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '780.2', '', 'Syncope and collapse' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '780.31', '', 'Febrile convulsions' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '780.32', '', 'Complex febrile convulsions' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '780.39', '', 'Other convulsions' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '780.4', '', 'Dizziness and giddiness' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '780.50', '', 'Unspecified sleep disturbance' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '780.51', '', 'Insomnia with sleep apnea, unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '780.52', '', 'Insomnia, unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '780.53', '', 'Hypersomnia with sleep apnea, unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '780.54', '', 'Hypersomnia, unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '780.55', '', 'Disruptions of 24-hour sleep-wake cycle, unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '780.56', '', 'Dysfunctions associated with sleep stages or arousal from sleep' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '780.57', '', 'Unspecified sleep apnea' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '780.58', '', 'Sleep related movement disorder, unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '780.59', '', 'Other sleep disturbances' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '780.60', '', 'Fever, unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '780.61', '', 'Fever presenting with conditions classified elsewhere' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '780.62', '', 'Postprocedural fever' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '780.63', '', 'Postvaccination fever' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '780.64', '', 'Chills (without fever)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '780.65', '', 'Hypothermia not associated with low environmental temperature' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '780.71', '', 'Chronic fatigue syndrome' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '780.72', '', 'Functional quadriplegia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '780.79', '', 'Other malaise and fatigue' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '780.8', '', 'Generalized hyperhidrosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '780.91', '', 'Fussy infant (baby)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '780.92', '', 'Excessive crying of infant (baby)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '780.93', '', 'Memory loss' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '780.94', '', 'Early satiety' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '780.95', '', 'Other excessive crying' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '780.96', '', 'Generalized pain' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '780.97', '', 'Altered mental status' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '780.99', '', 'Other general symptoms' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '781.0', '', 'Abnormal involuntary movements' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '781.1', '', 'Disturbances of sensation of smell and taste' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '781.2', '', 'Abnormality of gait' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '781.3', '', 'Lack of coordination' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '781.4', '', 'Transient paralysis of limb' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '781.5', '', 'Clubbing of fingers' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '781.6', '', 'Meningismus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '781.7', '', 'Tetany' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '781.8', '', 'Neurological neglect syndrome' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '781.91', '', 'Loss of height' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '781.92', '', 'Abnormal posture' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '781.93', '', 'Ocular torticollis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '781.94', '', 'Facial weakness' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '781.99', '', 'Other symptoms involving nervous and musculoskeletal systems' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '782.0', '', 'Disturbance of skin sensation' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '782.1', '', 'Rash and other nonspecific skin eruption' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '782.2', '', 'Localized superficial swelling mass or lump' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '782.3', '', 'Edema' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '782.4', '', 'Jaundice unspecified not of newborn' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '782.5', '', 'Cyanosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '782.61', '', 'Pallor' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '782.62', '', 'Flushing' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '782.7', '', 'Spontaneous ecchymoses' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '782.8', '', 'Changes in skin texture' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '782.9', '', 'Other symptoms involving skin and integumentary tissues' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '783.0', '', 'Anorexia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '783.1', '', 'Abnormal weight gain' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '783.21', '', 'Loss of weight' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '783.22', '', 'Underweight' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '783.3', '', 'Feeding difficulties and mismanagement' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '783.40', '', 'Unspecified lack of normal physiological development' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '783.41', '', 'Failure to thrive' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '783.42', '', 'Delayed milestones' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '783.43', '', 'Short stature' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '783.5', '', 'Polydipsia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '783.6', '', 'Polyphagia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '783.7', '', 'Adult failure to thrive' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '783.9', '', 'Other symptoms concerning nutrition metabolism and development' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '784.0', '', 'Headache' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '784.1', '', 'Throat pain' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '784.2', '', 'Swelling mass or lump in head and neck' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '784.3', '', 'Aphasia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '784.40', '', 'Voice and resonance disorder, unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '784.41', '', 'Aphonia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '784.42', '', 'Dysphonia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '784.43', '', 'Hypernasality' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '784.44', '', 'Hyponasality' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '784.49', '', 'Other voice and resonance disorders' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '784.51', '', 'Dysarthria' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '784.59', '', 'Other speech disturbance' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '784.60', '', 'Symbolic dysfunction unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '784.61', '', 'Alexia and dyslexia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '784.69', '', 'Other symbolic dysfunction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '784.7', '', 'Epistaxis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '784.8', '', 'Hemorrhage from throat' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '784.91', '', 'Postnasal drip' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '784.99', '', 'Other symptoms involving head and neck' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '785.0', '', 'Tachycardia unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '785.1', '', 'Palpitations' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '785.2', '', 'Undiagnosed cardiac murmurs' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '785.3', '', 'Other abnormal heart sounds' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '785.4', '', 'Gangrene' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '785.50', '', 'Shock unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '785.51', '', 'Cardiogenic shock' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '785.52', '', 'Septic shock' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '785.59', '', 'Other shock without trauma' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '785.6', '', 'Enlargement of lymph nodes' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '785.9', '', 'Other symptoms involving cardiovascular system' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '786.00', '', 'Respiratory abnormality unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '786.01', '', 'Hyperventilation' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '786.02', '', 'Orthopnea' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '786.03', '', 'Apnea' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '786.04', '', 'Cheyne-stokes respiration' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '786.05', '', 'Shortness of breath' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '786.06', '', 'Tachypnea' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '786.07', '', 'Wheezing' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '786.09', '', 'Respiratory abnormality other' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '786.1', '', 'Stridor' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '786.2', '', 'Cough' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '786.3', '', 'Hemoptysis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '786.4', '', 'Abnormal sputum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '786.50', '', 'Unspecified chest pain' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '786.51', '', 'Precordial pain' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '786.52', '', 'Painful respiration' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '786.59', '', 'Other chest pain' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '786.6', '', 'Swelling mass or lump in chest' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '786.7', '', 'Abnormal chest sounds' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '786.8', '', 'Hiccough' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '786.9', '', 'Other symptoms involving respiratory system and chest' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '787.01', '', 'Nausea with vomiting' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '787.02', '', 'Nausea alone' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '787.03', '', 'Vomiting alone' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '787.04', '', 'Bilious emesis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '787.1', '', 'Heartburn' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '787.20', '', 'Dysphagia, unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '787.21', '', 'Dysphagia, oral phase' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '787.22', '', 'Dysphagia, oropharyngeal phase' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '787.23', '', 'Dysphagia, pharyngeal phase' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '787.24', '', 'Dysphagia, pharyngoesophageal phase' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '787.29', '', 'Other dysphagia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '787.3', '', 'Flatulence eructation and gas pain' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '787.4', '', 'Visible peristalsis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '787.5', '', 'Abnormal bowel sounds' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '787.6', '', 'Incontinence of feces' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '787.7', '', 'Abnormal feces' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '787.91', '', 'Diarrhea' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '787.99', '', 'Other symptoms involving digestive system' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '788.0', '', 'Renal colic' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '788.1', '', 'Dysuria' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '788.20', '', 'Retention of urine unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '788.21', '', 'Incomplete bladder emptying' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '788.29', '', 'Other specified retention of urine' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '788.30', '', 'Urinary incontinence unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '788.31', '', 'Urge incontinence' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '788.32', '', 'Stress incontinence male' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '788.33', '', 'Mixed incontinence (male) (female)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '788.34', '', 'Incontinence without sensory awareness' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '788.35', '', 'Post-void dribbling' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '788.36', '', 'Nocturnal enuresis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '788.37', '', 'Continuous leakage' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '788.38', '', 'Overflow incontinence' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '788.39', '', 'Other urinary incontinence' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '788.41', '', 'Urinary frequency' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '788.42', '', 'Polyuria' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '788.43', '', 'Nocturia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '788.5', '', 'Oliguria and anuria' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '788.61', '', 'Splitting of urinary stream' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '788.62', '', 'Slowing of urinary stream' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '788.63', '', 'Urgency of urination' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '788.64', '', 'Urinary hesitancy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '788.65', '', 'Straining on urination' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '788.69', '', 'Other abnormality of urinary stream' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '788.7', '', 'Urethral discharge' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '788.8', '', 'Extravasation of urine' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '788.91', '', 'Functional urinary incontinence' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '788.99', '', 'Other symptoms involving urinary system' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '789.00', '', 'Abdominal pain unspecified site' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '789.01', '', 'Abdominal pain right upper quadrant' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '789.02', '', 'Abdominal pain left upper quadrant' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '789.03', '', 'Abdominal pain right lower quadrant' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '789.04', '', 'Abdominal pain left lower quadrant' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '789.05', '', 'Abdominal pain periumbilic' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '789.06', '', 'Abdominal pain epigastric' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '789.07', '', 'Abdominal pain generalized' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '789.09', '', 'Abdominal pain other specified site' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '789.1', '', 'Hepatomegaly' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '789.2', '', 'Splenomegaly' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '789.30', '', 'Abdominal or pelvic swelling mass or lump unspecified site' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '789.31', '', 'Abdominal or pelvic swelling mass or lump right upper quadrant' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '789.32', '', 'Abdominal or pelvic swelling mass or lump left upper quadrant' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '789.33', '', 'Abdominal or pelvic swelling mass or lump right lower quadrant' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '789.34', '', 'Abdominal or pelvic swelling mass or lump left lower quadrant' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '789.35', '', 'Abdominal or pelvic swelling mass or lump periumbilic' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '789.36', '', 'Abdominal or pelvic swelling mass or lump epigastric' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '789.37', '', 'Abdominal or pelvic swelling mass or lump generalized' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '789.39', '', 'Abdominal or pelvic swelling mass or lump other specified site' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '789.40', '', 'Abdominal rigidity unspecified site' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '789.41', '', 'Abdominal rigidity right upper quadrant' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '789.42', '', 'Abdominal rigidity left upper quadrant' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '789.43', '', 'Abdominal rigidity right lower quadrant' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '789.44', '', 'Abdominal rigidity left lower quadrant' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '789.45', '', 'Abdominal rigidity periumbilic' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '789.46', '', 'Abdominal rigidity epigastric' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '789.47', '', 'Abdominal rigidity generalized' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '789.49', '', 'Abdominal rigidity other specified site' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '789.51', '', 'Malignant ascites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '789.59', '', 'Other ascites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '789.60', '', 'Abdominal tenderness unspecified site' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '789.61', '', 'Abdominal tenderness right upper quadrant' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '789.62', '', 'Abdominal tenderness left upper quadrant' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '789.63', '', 'Abdominal tenderness right lower quadrant' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '789.64', '', 'Abdominal tenderness left lower quadrant' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '789.65', '', 'Abdominal tenderness periumbilic' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '789.66', '', 'Abdominal tenderness epigastric' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '789.67', '', 'Abdominal tenderness generalized' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '789.69', '', 'Abdominal tenderness other specified site' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '789.7', '', 'Colic' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '789.9', '', 'Other symptoms involving abdomen and pelvis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '790.01', '', 'Precipitous drop in hematocrit' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '790.09', '', 'Other abnormality of red blood cells' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '790.1', '', 'Elevated sedimentation rate' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '790.21', '', 'Impaired fasting glucose' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '790.22', '', 'Impaired glucose tolerance test (oral)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '790.29', '', 'Other abnormal glucose' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '790.3', '', 'Excessive blood level of alcohol' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '790.4', '', 'Nonspecific elevation of levels of transaminase or lactic acid dehydrogenase (ldh)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '790.5', '', 'Other nonspecific abnormal serum enzyme levels' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '790.6', '', 'Other abnormal blood chemistry' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '790.7', '', 'Bacteremia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '790.8', '', 'Unspecified viremia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '790.91', '', 'Abnormal arterial blood gases' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '790.92', '', 'Abnormal coagulation profile' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '790.93', '', 'Elevated prostate specific antigen (psa)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '790.94', '', 'Euthyroid sick syndrome' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '790.95', '', 'Elevated c-reactive protein (crp)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '790.99', '', 'Other abnormal findings on examination of blood' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '791.0', '', 'Proteinuria' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '791.1', '', 'Chyluria' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '791.2', '', 'Hemoglobinuria' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '791.3', '', 'Myoglobinuria' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '791.4', '', 'Biliuria' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '791.5', '', 'Glycosuria' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '791.6', '', 'Acetonuria' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '791.7', '', 'Other cells and casts in urine' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '791.9', '', 'Other nonspecific findings on examination of urine' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '792.0', '', 'Nonspecific abnormal findings in cerebrospinal fluid' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '792.1', '', 'Nonspecific abnormal findings in stool contents' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '792.2', '', 'Nonspecific abnormal findings in semen' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '792.3', '', 'Nonspecific abnormal findings in amniotic fluid' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '792.4', '', 'Nonspecific abnormal findings in saliva' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '792.5', '', 'Cloudy (hemodialysis) (peritoneal) dialysis effluent' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '792.9', '', 'Other nonspecific abnormal findings in body substances' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '793.0', '', 'Nonspecific (abnormal) findings on radiological and other examination of skull and head' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '793.1', '', 'Nonspecific (abnormal) findings on radiological and other examination of lung field' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '793.2', '', 'Nonspecific (abnormal) findings on radiological and other examination of other intrathoracic organs' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '793.3', '', 'Nonspecific (abnormal) findings on radiological and other examination of biliary tract' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '793.4', '', 'Nonspecific (abnormal) findings on radiological and other examination of gastrointestinal tract' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '793.5', '', 'Nonspecific (abnormal) findings on radiological and other examination of genitourinary organs' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '793.7', '', 'Nonspecific (abnormal) findings on radiological and other examination of musculoskeletal system' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '793.80', '', 'Unspecified abnormal mammogram' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '793.81', '', 'Mammographic microcalcification' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '793.82', '', 'Inconclusive mammogram' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '793.89', '', 'Other (abnormal) findings on radiological examination of breast' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '793.91', '', 'Image test inconclusive due to excess body fat' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '793.99', '', 'Other nonspecific (abnormal) findings on radiological and other examination of body structure' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '794.00', '', 'Unspecified abnormal function study of brain and central nervous system' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '794.01', '', 'Nonspecific abnormal echoencephalogram' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '794.02', '', 'Nonspecific abnormal electroencephalogram (eeg)' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '794.10', '', 'Nonspecific abnormal response to unspecified nerve stimulation' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '794.11', '', 'Nonspecific abnormal retinal function studies' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '794.12', '', 'Nonspecific abnormal electro-oculogram (eog)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '794.13', '', 'Nonspecific abnormal visually evoked potential' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '794.14', '', 'Nonspecific abnormal oculomotor studies' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '794.15', '', 'Nonspecific abnormal auditory function studies' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '794.16', '', 'Nonspecific abnormal vestibular function studies' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '794.17', '', 'Nonspecific abnormal electromyogram (emg)' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '794.2', '', 'Nonspecific abnormal results of function study of pulmonary system' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '794.30', '', 'Unspecified abnormal function study of cardiovascular system' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '794.31', '', 'Nonspecific abnormal electrocardiogram (ecg) (ekg)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '794.39', '', 'Other nonspecific abnormal function study of cardiovascular system' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '794.4', '', 'Nonspecific abnormal results of function study of kidney' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '794.5', '', 'Nonspecific abnormal results of function study of thyroid' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '794.6', '', 'Nonspecific abnormal results of other endocrine function study' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '794.7', '', 'Nonspecific abnormal results of function study of basal metabolism' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '794.8', '', 'Nonspecific abnormal results of function study of liver' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '794.9', '', 'Nonspecific abnormal results of other specified function study' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '795.00', '', 'Abnormal glandular papanicolaou smear of cervix' ); +INSERT 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)' ); +INSERT 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)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '795.03', '', 'Papanicolaou smear of cervix with low grade squamous intraepithelial lesion (lgsil)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '795.04', '', 'Papanicolaou smear of cervix with high grade squamous intraepithelial lesion (hgsil)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '795.05', '', 'Cervical high risk human papillomavirus (hpv) dna test positive' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '795.06', '', 'Papanicolaou smear of cervix with cytologic evidence of malignancy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '795.07', '', 'Satisfactory cervical smear but lacking transformation zone' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '795.08', '', 'Unsatisfactory cervical cytology smear' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '795.09', '', 'Other abnormal papanicolaou smear of cervix and cervical hpv' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '795.10', '', 'Abnormal glandular papanicolaou smear of vagina' ); +INSERT 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)' ); +INSERT 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)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '795.13', '', 'Papanicolaou smear of vagina with low grade squamous intraepithelial lesion (lgsil)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '795.14', '', 'Papanicolaou smear of vagina with high grade squamous intraepithelial lesion (hgsil)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '795.15', '', 'Vaginal high risk human papillomavirus (hpv)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '795.16', '', 'Papanicolaou smear of vagina with cytologic evidence of malignancy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '795.18', '', 'Unsatisfactory vaginal cytology smear' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '795.19', '', 'Other abnormal papanicolaou smear of vagina and vaginal hpv' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '795.2', '', 'Nonspecific abnormal findings on chromosomal analysis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '795.31', '', 'Nonspecific positive findings for anthrax' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '795.39', '', 'Other nonspecific positive culture findings' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '795.4', '', 'Other nonspecific abnormal histological findings' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '795.5', '', 'Nonspecific reaction to tuberculin skin test without active tuberculosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '795.6', '', 'False positive serological test for syphilis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '795.71', '', 'Nonspecific serologic evidence of human immunodeficiency virus (hiv)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '795.79', '', 'Other and unspecified nonspecific immunological findings' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '795.81', '', 'Elevated carcinoembryonic antigen [cea]' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '795.82', '', 'Elevated cancer antigen 125 [ca 125]' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '795.89', '', 'Other abnormal tumor markers' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '796.0', '', 'Nonspecific abnormal toxicological findings' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '796.1', '', 'Abnormal reflex' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '796.2', '', 'Elevated blood pressure reading without diagnosis of hypertension' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '796.3', '', 'Nonspecific low blood pressure reading' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '796.4', '', 'Other abnormal clinical findings' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '796.5', '', 'Abnormal finding on antenatal screening' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '796.6', '', 'Abnormal findings on neonatal screening' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '796.70', '', 'Abnormal glandular papanicolaou smear of anus' ); +INSERT 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)' ); +INSERT 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)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '796.73', '', 'Papanicolaou smear of anus with low grade squamous intraepithelial lesion (lgsil)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '796.74', '', 'Papanicolaou smear of anus with high grade squamous intraepithelial lesion (hgsil)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '796.75', '', 'Anal high risk human papillomavirus (hpv) dna test positive' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '796.76', '', 'Papanicolaou smear of anus with cytologic evidence of malignancy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '796.77', '', 'Satisfactory anal smear but lacking transformation zone' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '796.78', '', 'Unsatisfactory anal cytology smear' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '796.79', '', 'Other abnormal papanicolaou smear of anus and anal hpv' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '796.9', '', 'Other nonspecific abnormal findings' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '797', '', 'Senility without psychosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '798.0', '', 'Sudden infant death syndrome' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '798.1', '', 'Instantaneous death' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '798.9', '', 'Unattended death' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '799.01', '', 'Asphyxia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '799.02', '', 'Hypoxemia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '799.1', '', 'Respiratory arrest' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '799.21', '', 'Nervousness' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '799.22', '', 'Irritability' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '799.23', '', 'Impulsiveness' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '799.24', '', 'Emotional lability' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '799.25', '', 'Demoralization and apathy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '799.29', '', 'Other signs and symptoms involving emotional state' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '799.3', '', 'Debility unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '799.4', '', 'Cachexia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '799.81', '', 'Decreased libido' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '799.82', '', 'Apparent life threatening event in infant' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '799.89', '', 'Other ill-defined conditions' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '799.9', '', 'Other unknown and unspecified cause of morbidity or mortality' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '800.09', '', 'Closed fracture of vault of skull without intracranial injury with concussion unspecified' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '800.59', '', 'Open fracture of vault of skull without intracranial injury with concussion unspecified' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '801.59', '', 'Open fracture of base of skull without intracranial injury with concussion unspecified' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '802.0', '', 'Closed fracture of nasal bones' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '802.1', '', 'Open fracture of nasal bones' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '802.20', '', 'Closed fracture of unspecified site of mandible' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '802.21', '', 'Closed fracture of condylar process of mandible' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '802.22', '', 'Closed fracture of subcondylar process of mandible' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '802.23', '', 'Closed fracture of coronoid process of mandible' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '802.24', '', 'Closed fracture of unspecified part of ramus of mandible' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '802.25', '', 'Closed fracture of angle of jaw' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '802.26', '', 'Closed fracture of symphysis of body of mandible' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '802.27', '', 'Closed fracture of alveolar border of body of mandible' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '802.28', '', 'Closed fracture of other and unspecified part of body of mandible' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '802.29', '', 'Closed fracture of multiple sites of mandible' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '802.30', '', 'Open fracture of unspecified site of mandible' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '802.31', '', 'Open fracture of condylar process of mandible' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '802.32', '', 'Open fracture of subcondylar process of mandible' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '802.33', '', 'Open fracture of coronoid process of mandible' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '802.34', '', 'Open fracture of unspecified part of ramus of mandible' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '802.35', '', 'Open fracture of angle of jaw' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '802.36', '', 'Open fracture of symphysis of body of mandible' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '802.37', '', 'Open fracture of alveolar border of body of mandible' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '802.38', '', 'Open fracture of body of mandible other and unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '802.39', '', 'Open fracture of multiple sites of mandible' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '802.4', '', 'Closed fracture of malar and maxillary bones' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '802.5', '', 'Open fracture of malar and maxillary bones' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '802.6', '', 'Closed fracture of orbital floor (blow-out)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '802.7', '', 'Open fracture of orbital floor (blow-out)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '802.8', '', 'Closed fracture of other facial bones' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '802.9', '', 'Open fracture of other facial bones' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '803.00', '', 'Other closed skull fracture without intracranial injury with state of consciousness unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '803.01', '', 'Other closed skull fracture without intracranial injury with no loss of consciousness' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '803.09', '', 'Other closed skull fracture without intracranial injury with concussion unspecified' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '803.19', '', 'Other closed skull fracture with cerebral laceration and contusion with concussion unspecified' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '803.50', '', 'Other open skull fracture without injury with state of consciousness unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '803.51', '', 'Other open skull fracture without intracranial injury with no loss of consciousness' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '803.59', '', 'Other open skull fracture without intracranial injury with concussion unspecified' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '803.69', '', 'Other open skull fracture with cerebral laceration and contusion with concussion unspecified' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '805.00', '', 'Closed fracture of cervical vertebra unspecified level' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '805.01', '', 'Closed fracture of first cervical vertebra' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '805.02', '', 'Closed fracture of second cervical vertebra' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '805.03', '', 'Closed fracture of third cervical vertebra' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '805.04', '', 'Closed fracture of fourth cervical vertebra' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '805.05', '', 'Closed fracture of fifth cervical vertebra' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '805.06', '', 'Closed fracture of sixth cervical vertebra' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '805.07', '', 'Closed fracture of seventh cervical vertebra' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '805.08', '', 'Closed fracture of multiple cervical vertebrae' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '805.10', '', 'Open fracture of cervical vertebra unspecified level' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '805.11', '', 'Open fracture of first cervical vertebra' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '805.12', '', 'Open fracture of second cervical vertebra' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '805.13', '', 'Open fracture of third cervical vertebra' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '805.14', '', 'Open fracture of fourth cervical vertebra' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '805.15', '', 'Open fracture of fifth cervical vertebra' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '805.16', '', 'Open fracture of sixth cervical vertebra' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '805.17', '', 'Open fracture of seventh cervical vertebra' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '805.18', '', 'Open fracture of multiple cervical vertebrae' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '805.2', '', 'Closed fracture of dorsal (thoracic) vertebra without spinal cord injury' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '805.3', '', 'Open fracture of dorsal (thoracic) vertebra without spinal cord injury' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '805.4', '', 'Closed fracture of lumbar vertebra without spinal cord injury' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '805.5', '', 'Open fracture of lumbar vertebra without spinal cord injury' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '805.6', '', 'Closed fracture of sacrum and coccyx without spinal cord injury' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '805.7', '', 'Open fracture of sacrum and coccyx without spinal cord injury' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '805.8', '', 'Closed fracture of unspecified part of vertebral column without spinal cord injury' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '805.9', '', 'Open fracture of unspecified part of vertebral column without spinal cord injury' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '806.00', '', 'Closed fracture of c1-c4 level with unspecified spinal cord injury' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '806.01', '', 'Closed fracture of c1-c4 level with complete lesion of cord' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '806.02', '', 'Closed fracture of c1-c4 level with anterior cord syndrome' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '806.03', '', 'Closed fracture of c1-c4 level with central cord syndrome' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '806.04', '', 'Closed fracture of c1-c4 level with other specified spinal cord injury' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '806.05', '', 'Closed fracture of c5-c7 level with unspecified spinal cord injury' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '806.06', '', 'Closed fracture of c5-c7 level with complete lesion of cord' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '806.07', '', 'Closed fracture of c5-c7 level with anterior cord syndrome' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '806.08', '', 'Closed fracture of c5-c7 level with central cord syndrome' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '806.09', '', 'Closed fracture of c5-c7 level with other specified spinal cord injury' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '806.10', '', 'Open fracture of c1-c4 level with unspecified spinal cord injury' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '806.11', '', 'Open fracture of c1-c4 level with complete lesion of cord' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '806.12', '', 'Open fracture of c1-c4 level with anterior cord syndrome' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '806.13', '', 'Open fracture of c1-c4 level with central cord syndrome' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '806.14', '', 'Open fracture of c1-c4 level with other specified spinal cord injury' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '806.15', '', 'Open fracture of c5-c7 level with unspecified spinal cord injury' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '806.16', '', 'Open fracture of c5-c7 level with complete lesion of cord' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '806.17', '', 'Open fracture of c5-c7 level with anterior cord syndrome' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '806.18', '', 'Open fracture of c5-c7 level with central cord syndrome' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '806.19', '', 'Open fracture of c5-c7 level with other specified spinal cord injury' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '806.20', '', 'Closed fracture of t1-t6 level with unspecified spinal cord injury' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '806.21', '', 'Closed fracture of t1-t6 level with complete lesion of cord' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '806.22', '', 'Closed fracture of t1-t6 level with anterior cord syndrome' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '806.23', '', 'Closed fracture of t1-t6 level with central cord syndrome' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '806.24', '', 'Closed fracture of t1-t6 level with other specified spinal cord injury' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '806.25', '', 'Closed fracture of t7-t12 level with unspecified spinal cord injury' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '806.26', '', 'Closed fracture of t7-t12 level with complete lesion of cord' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '806.27', '', 'Closed fracture of t7-t12 level with anterior cord syndrome' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '806.28', '', 'Closed fracture of t7-t12 level with central cord syndrome' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '806.29', '', 'Closed fracture of t7-t12 level with other specified spinal cord injury' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '806.30', '', 'Open fracture of t1-t6 level with unspecified spinal cord injury' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '806.31', '', 'Open fracture of t1-t6 level with complete lesion of cord' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '806.32', '', 'Open fracture of t1-t6 level with anterior cord syndrome' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '806.33', '', 'Open fracture of t1-t6 level with central cord syndrome' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '806.34', '', 'Open fracture of t1-t6 level with other specified spinal cord injury' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '806.35', '', 'Open fracture of t7-t12 level with unspecified spinal cord injury' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '806.36', '', 'Open fracture of t7-t12 level with complete lesion of cord' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '806.37', '', 'Open fracture of t7-t12 level with anterior cord syndrome' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '806.38', '', 'Open fracture of t7-t12 level with central cord syndrome' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '806.39', '', 'Open fracture of t7-t12 level with other specified spinal cord injury' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '806.4', '', 'Closed fracture of lumbar spine with spinal cord injury' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '806.5', '', 'Open fracture of lumbar spine with spinal cord injury' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '806.60', '', 'Closed fracture of sacrum and coccyx with unspecified spinal cord injury' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '806.61', '', 'Closed fracture of sacrum and coccyx with complete cauda equina lesion' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '806.62', '', 'Closed fracture of sacrum and coccyx with other cauda equina injury' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '806.69', '', 'Closed fracture of sacrum and coccyx with other spinal cord injury' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '806.70', '', 'Open fracture of sacrum and coccyx with unspecified spinal cord injury' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '806.71', '', 'Open fracture of sacrum and coccyx with complete cauda equina lesion' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '806.72', '', 'Open fracture of sacrum and coccyx with other cauda equina injury' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '806.79', '', 'Open fracture of sacrum and coccyx with other spinal cord injury' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '806.8', '', 'Closed fracture of unspecified vertebra with spinal cord injury' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '806.9', '', 'Open fracture of unspecified vertebra with spinal cord injury' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '807.00', '', 'Closed fracture of rib(s) unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '807.01', '', 'Closed fracture of one rib' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '807.02', '', 'Closed fracture of two ribs' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '807.03', '', 'Closed fracture of three ribs' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '807.04', '', 'Closed fracture of four ribs' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '807.05', '', 'Closed fracture of five ribs' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '807.06', '', 'Closed fracture of six ribs' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '807.07', '', 'Closed fracture of seven ribs' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '807.08', '', 'Closed fracture of eight or more ribs' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '807.09', '', 'Closed fracture of multiple ribs unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '807.10', '', 'Open fracture of rib(s) unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '807.11', '', 'Open fracture of one rib' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '807.12', '', 'Open fracture of two ribs' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '807.13', '', 'Open fracture of three ribs' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '807.14', '', 'Open fracture of four ribs' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '807.15', '', 'Open fracture of five ribs' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '807.16', '', 'Open fracture of six ribs' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '807.17', '', 'Open fracture of seven ribs' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '807.18', '', 'Open fracture of eight or more ribs' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '807.19', '', 'Open fracture of multiple ribs unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '807.2', '', 'Closed fracture of sternum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '807.3', '', 'Open fracture of sternum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '807.4', '', 'Flail chest' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '807.5', '', 'Closed fracture of larynx and trachea' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '807.6', '', 'Open fracture of larynx and trachea' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '808.0', '', 'Closed fracture of acetabulum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '808.1', '', 'Open fracture of acetabulum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '808.2', '', 'Closed fracture of pubis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '808.3', '', 'Open fracture of pubis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '808.41', '', 'Closed fracture of ilium' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '808.42', '', 'Closed fracture of ischium' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '808.43', '', 'Multiple closed pelvic fractures with disruption of pelvic circle' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '808.49', '', 'Closed fracture of other specified part of pelvis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '808.51', '', 'Open fracture of ilium' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '808.52', '', 'Open fracture of ischium' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '808.53', '', 'Multiple open pelvic fractures with disruption of pelvic circle' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '808.59', '', 'Open fracture of other specified part of pelvis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '808.8', '', 'Unspecified closed fracture of pelvis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '808.9', '', 'Unspecified open fracture of pelvis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '809.0', '', 'Fracture of bones of trunk closed' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '809.1', '', 'Fracture of bones of trunk open' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '810.00', '', 'Closed fracture of clavicle unspecified part' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '810.01', '', 'Closed fracture of sternal end of clavicle' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '810.02', '', 'Closed fracture of shaft of clavicle' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '810.03', '', 'Closed fracture of acromial end of clavicle' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '810.10', '', 'Open fracture of clavicle unspecified part' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '810.11', '', 'Open fracture of sternal end of clavicle' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '810.12', '', 'Open fracture of shaft of clavicle' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '810.13', '', 'Open fracture of acromial end of clavicle' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '811.00', '', 'Closed fracture of scapula unspecified part' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '811.01', '', 'Closed fracture of acromial process of scapula' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '811.02', '', 'Closed fracture of coracoid process of scapula' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '811.03', '', 'Closed fracture of glenoid cavity and neck of scapula' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '811.09', '', 'Closed fracture of other part of scapula' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '811.10', '', 'Open fracture of scapula unspecified part' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '811.11', '', 'Open fracture of acromial process of scapula' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '811.12', '', 'Open fracture of coracoid process' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '811.13', '', 'Open fracture of glenoid cavity and neck of scapula' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '811.19', '', 'Open fracture of other part of scapula' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '812.00', '', 'Fracture of unspecified part of upper end of humerus closed' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '812.01', '', 'Fracture of surgical neck of humerus closed' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '812.02', '', 'Fracture of anatomical neck of humerus closed' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '812.03', '', 'Fracture of greater tuberosity of humerus closed' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '812.09', '', 'Other closed fractures of upper end of humerus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '812.10', '', 'Fracture of unspecified part of upper end of humerus open' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '812.11', '', 'Fracture of surgical neck of humerus open' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '812.12', '', 'Fracture of anatomical neck of humerus open' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '812.13', '', 'Fracture of greater tuberosity of humerus open' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '812.19', '', 'Other open fracture of upper end of humerus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '812.20', '', 'Fracture of unspecified part of humerus closed' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '812.21', '', 'Fracture of shaft of humerus closed' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '812.30', '', 'Fracture of unspecified part of humerus open' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '812.31', '', 'Fracture of shaft of humerus open' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '812.40', '', 'Fracture of unspecified part of lower end of humerus closed' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '812.41', '', 'Supracondylar fracture of humerus closed' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '812.42', '', 'Fracture of lateral condyle of humerus closed' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '812.43', '', 'Fracture of medial condyle of humerus closed' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '812.44', '', 'Fracture of unspecified condyle(s) of humerus closed' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '812.49', '', 'Other closed fractures of lower end of humerus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '812.50', '', 'Fracture of unspecified part of lower end of humerus open' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '812.51', '', 'Supracondylar fracture of humerus open' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '812.52', '', 'Fracture of lateral condyle of humerus open' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '812.53', '', 'Fracture of medial condyle of humerus open' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '812.54', '', 'Fracture of unspecified condyle(s) of humerus open' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '812.59', '', 'Other fracture of lower end of humerus open' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '813.00', '', 'Closed fracture of upper end of forearm unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '813.01', '', 'Fracture of olecranon process of ulna closed' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '813.02', '', 'Fracture of coronoid process of ulna closed' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '813.03', '', 'Monteggia''s fracture closed' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '813.04', '', 'Other and unspecified closed fractures of proximal end of ulna (alone)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '813.05', '', 'Fracture of head of radius closed' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '813.06', '', 'Fracture of neck of radius closed' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '813.07', '', 'Other and unspecified closed fractures of proximal end of radius (alone)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '813.08', '', 'Fracture of radius with ulna upper end (any part) closed' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '813.10', '', 'Open fracture of upper end of forearm unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '813.11', '', 'Fracture of olecranon process of ulna open' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '813.12', '', 'Fracture of coronoid process of ulna open' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '813.13', '', 'Monteggia''s fracture open' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '813.14', '', 'Other and unspecified open fractures of proximal end of ulna (alone)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '813.15', '', 'Fracture of head of radius open' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '813.16', '', 'Fracture of neck of radius open' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '813.17', '', 'Other and unspecified open fractures of proximal end of radius (alone)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '813.18', '', 'Fracture of radius with ulna upper end (any part) open' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '813.20', '', 'Fracture of shaft of radius or ulna unspecified closed' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '813.21', '', 'Fracture of shaft of radius (alone) closed' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '813.22', '', 'Fracture of shaft of ulna (alone) closed' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '813.23', '', 'Fracture of shaft of radius with ulna closed' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '813.30', '', 'Fracture of shaft of radius or ulna unspecified open' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '813.31', '', 'Fracture of shaft of radius (alone) open' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '813.32', '', 'Fracture of shaft of ulna (alone) open' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '813.33', '', 'Fracture of shaft of radius with ulna open' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '813.40', '', 'Closed fracture of lower end of forearm unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '813.41', '', 'Colles'' fracture closed' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '813.42', '', 'Other closed fractures of distal end of radius (alone)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '813.43', '', 'Fracture of distal end of ulna (alone) closed' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '813.44', '', 'Fracture of lower end of radius with ulna closed' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '813.45', '', 'Torus fracture of radius (alone)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '813.46', '', 'Torus fracture of ulna (alone)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '813.47', '', 'Torus fracture of radius and ulna' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '813.50', '', 'Open fracture of lower end of forearm unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '813.51', '', 'Colles'' fracture open' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '813.52', '', 'Other open fractures of distal end of radius (alone)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '813.53', '', 'Fracture of distal end of ulna (alone) open' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '813.54', '', 'Fracture of lower end of radius with ulna open' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '813.80', '', 'Closed fracture of unspecified part of forearm' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '813.81', '', 'Fracture of unspecified part of radius (alone) closed' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '813.82', '', 'Fracture of unspecified part of ulna (alone) closed' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '813.83', '', 'Fracture of unspecified part of radius with ulna closed' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '813.90', '', 'Fracture of unspecified part of forearm open' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '813.91', '', 'Fracture of unspecified part of radius (alone) open' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '813.92', '', 'Fracture of unspecified part of ulna (alone) open' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '813.93', '', 'Fracture of unspecified part of radius with ulna open' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '814.00', '', 'Closed fracture of carpal bone unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '814.01', '', 'Closed fracture of navicular (scaphoid) bone of wrist' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '814.02', '', 'Closed fracture of lunate (semilunar) bone of wrist' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '814.03', '', 'Closed fracture of triquetral (cuneiform) bone of wrist' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '814.04', '', 'Closed fracture of pisiform bone of wrist' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '814.05', '', 'Closed fracture of trapezium bone (larger multangular) of wrist' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '814.06', '', 'Closed fracture of trapezoid bone (smaller multangular) of wrist' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '814.07', '', 'Closed fracture of capitate bone (os magnum) of wrist' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '814.08', '', 'Closed fracture of hamate (unciform) bone of wrist' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '814.09', '', 'Closed fracture of other bone of wrist' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '814.10', '', 'Open fracture of carpal bone unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '814.11', '', 'Open fracture of navicular (scaphoid) bone of wrist' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '814.12', '', 'Open fracture of lunate (semilunar) bone of wrist' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '814.13', '', 'Open fracture of triquetral (cuneiform) bone of wrist' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '814.14', '', 'Open fracture of pisiform bone of wrist' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '814.15', '', 'Open fracture of trapezium bone (larger multangular) of wrist' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '814.16', '', 'Open fracture of trapezoid bone (smaller multangular) of wrist' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '814.17', '', 'Open fracture of capitate bone (os magnum) of wrist' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '814.18', '', 'Open fracture of hamate (unciform) bone of wrist' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '814.19', '', 'Open fracture of other bone of wrist' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '815.00', '', 'Closed fracture of metacarpal bone(s) site unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '815.01', '', 'Closed fracture of base of thumb (first) metacarpal' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '815.02', '', 'Closed fracture of base of other metacarpal bone(s)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '815.03', '', 'Closed fracture of shaft of metacarpal bone(s)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '815.04', '', 'Closed fracture of neck of metacarpal bone(s)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '815.09', '', 'Closed fracture of multiple sites of metacarpus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '815.10', '', 'Open fracture of metacarpal bone(s) site unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '815.11', '', 'Open fracture of base of thumb (first) metacarpal' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '815.12', '', 'Open fracture of base of other metacarpal bone(s)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '815.13', '', 'Open fracture of shaft of metacarpal bone(s)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '815.14', '', 'Open fracture of neck of metacarpal bone(s)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '815.19', '', 'Open fracture of multiple sites of metacarpus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '816.00', '', 'Closed fracture of phalanx or phalanges of hand unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '816.01', '', 'Closed fracture of middle or proximal phalanx or phalanges of hand' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '816.02', '', 'Closed fracture of distal phalanx or phalanges of hand' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '816.03', '', 'Closed fracture of multiple sites of phalanx or phalanges of hand' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '816.10', '', 'Open fracture of phalanx or phalanges of hand unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '816.11', '', 'Open fracture of middle or proximal phalanx or phalanges of hand' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '816.12', '', 'Open fracture of distal phalanx or phalanges of hand' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '816.13', '', 'Open fracture of multiple sites of phalanx or phalanges of hand' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '817.0', '', 'Multiple closed fractures of hand bones' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '817.1', '', 'Multiple open fractures of hand bones' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '818.0', '', 'Ill-defined closed fractures of upper limb' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '818.1', '', 'Ill-defined open fractures of upper limb' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '820.00', '', 'Fracture of unspecified intracapsular section of neck of femur closed' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '820.01', '', 'Fracture of epiphysis (separation) (upper) of neck of femur closed' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '820.02', '', 'Fracture of midcervical section of femur closed' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '820.03', '', 'Fracture of base of neck of femur closed' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '820.09', '', 'Other transcervical fracture of femur closed' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '820.10', '', 'Fracture of unspecified intracapsular section of neck of femur open' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '820.11', '', 'Fracture of epiphysis (separation) (upper) of neck of femur open' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '820.12', '', 'Fracture of midcervical section of femur open' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '820.13', '', 'Fracture of base of neck of femur open' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '820.19', '', 'Other transcervical fracture of femur open' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '820.20', '', 'Fracture of unspecified trochanteric section of femur closed' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '820.21', '', 'Fracture of intertrochanteric section of femur closed' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '820.22', '', 'Fracture of subtrochanteric section of femur closed' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '820.30', '', 'Fracture of unspecified trochanteric section of femur open' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '820.31', '', 'Fracture of intertrochanteric section of femur open' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '820.32', '', 'Fracture of subtrochanteric section of femur open' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '820.8', '', 'Fracture of unspecified part of neck of femur closed' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '820.9', '', 'Fracture of unspecified part of neck of femur open' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '821.00', '', 'Fracture of unspecified part of femur closed' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '821.01', '', 'Fracture of shaft of femur closed' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '821.10', '', 'Fracture of unspecified part of femur open' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '821.11', '', 'Fracture of shaft of femur open' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '821.20', '', 'Fracture of lower end of femur unspecified part closed' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '821.21', '', 'Fracture of femoral condyle closed' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '821.22', '', 'Fracture of lower epiphysis of femur closed' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '821.23', '', 'Supracondylar fracture of femur closed' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '821.29', '', 'Other fracture of lower end of femur closed' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '821.30', '', 'Fracture of lower end of femur unspecified part open' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '821.31', '', 'Fracture of femoral condyle open' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '821.32', '', 'Fracture of lower epiphysis of femur open' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '821.33', '', 'Supracondylar fracture of femur open' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '821.39', '', 'Other fracture of lower end of femur open' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '822.0', '', 'Closed fracture of patella' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '822.1', '', 'Open fracture of patella' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '823.00', '', 'Closed fracture of upper end of tibia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '823.01', '', 'Closed fracture of upper end of fibula' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '823.02', '', 'Closed fracture of upper end of fibula with tibia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '823.10', '', 'Open fracture of upper end of tibia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '823.11', '', 'Open fracture of upper end of fibula' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '823.12', '', 'Open fracture of upper end of fibula with tibia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '823.20', '', 'Closed fracture of shaft of tibia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '823.21', '', 'Closed fracture of shaft of fibula' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '823.22', '', 'Closed fracture of shaft of fibula with tibia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '823.30', '', 'Open fracture of shaft of tibia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '823.31', '', 'Open fracture of shaft of fibula' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '823.32', '', 'Open fracture of shaft of fibula with tibia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '823.40', '', 'Torus fracture of tibia alone' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '823.41', '', 'Torus fracture of fibula alone' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '823.42', '', 'Torus fracture of fibula with tibia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '823.80', '', 'Closed fracture of unspecified part of tibia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '823.81', '', 'Closed fracture of unspecified part of fibula' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '823.82', '', 'Closed fracture of unspecified part of fibula with tibia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '823.90', '', 'Open fracture of unspecified part of tibia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '823.91', '', 'Open fracture of unspecified part of fibula' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '823.92', '', 'Open fracture of unspecified part of fibula with tibia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '824.0', '', 'Fracture of medial malleolus closed' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '824.1', '', 'Fracture of medial malleolus open' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '824.2', '', 'Fracture of lateral malleolus closed' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '824.3', '', 'Fracture of lateral malleolus open' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '824.4', '', 'Bimalleolar fracture closed' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '824.5', '', 'Bimalleolar fracture open' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '824.6', '', 'Trimalleolar fracture closed' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '824.7', '', 'Trimalleolar fracture open' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '824.8', '', 'Unspecified fracture of ankle closed' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '824.9', '', 'Unspecified fracture of ankle open' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '825.0', '', 'Fracture of calcaneus closed' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '825.1', '', 'Fracture of calcaneus open' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '825.20', '', 'Fracture of unspecified bone(s) of foot (except toes) closed' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '825.21', '', 'Fracture of astragalus closed' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '825.22', '', 'Fracture of navicular (scaphoid) bone of foot closed' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '825.23', '', 'Fracture of cuboid bone closed' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '825.24', '', 'Fracture of cuneiform bone of foot closed' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '825.25', '', 'Fracture of metatarsal bone(s) closed' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '825.29', '', 'Other fracture of tarsal and metatarsal bones closed' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '825.30', '', 'Fracture of unspecified bone(s) of foot (except toes) open' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '825.31', '', 'Fracture of astragalus open' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '825.32', '', 'Fracture of navicular (scaphoid) bone of foot open' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '825.33', '', 'Fracture of cuboid bone open' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '825.34', '', 'Fracture of cuneiform bone of foot open' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '825.35', '', 'Fracture of metatarsal bone(s) open' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '825.39', '', 'Other fractures of tarsal and metatarsal bones open' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '826.0', '', 'Closed fracture of one or more phalanges of foot' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '826.1', '', 'Open fracture of one or more phalanges of foot' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '827.0', '', 'Other multiple and ill-defined fractures of lower limb closed' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '827.1', '', 'Other multiple and ill-defined fractures of lower limb open' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '829.0', '', 'Fracture of unspecified bone closed' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '829.1', '', 'Fracture of unspecified bone open' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '830.0', '', 'Closed dislocation of jaw' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '830.1', '', 'Open dislocation of jaw' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '831.00', '', 'Closed dislocation of shoulder unspecified site' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '831.01', '', 'Closed anterior dislocation of humerus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '831.02', '', 'Closed posterior dislocation of humerus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '831.03', '', 'Closed inferior dislocation of humerus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '831.04', '', 'Closed dislocation of acromioclavicular (joint)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '831.09', '', 'Closed dislocation of other site of shoulder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '831.10', '', 'Open dislocation of shoulder unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '831.11', '', 'Open anterior dislocation of humerus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '831.12', '', 'Open posterior dislocation of humerus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '831.13', '', 'Open inferior dislocation of humerus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '831.14', '', 'Open dislocation of acromioclavicular (joint)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '831.19', '', 'Open dislocation of other site of shoulder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '832.00', '', 'Closed dislocation of elbow unspecified site' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '832.01', '', 'Closed anterior dislocation of elbow' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '832.02', '', 'Closed posterior dislocation of elbow' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '832.03', '', 'Closed medial dislocation of elbow' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '832.04', '', 'Closed lateral dislocation of elbow' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '832.09', '', 'Closed dislocation of other site of elbow' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '832.10', '', 'Open dislocation of elbow unspecified site' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '832.11', '', 'Open anterior dislocation of elbow' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '832.12', '', 'Open posterior dislocation of elbow' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '832.13', '', 'Open medial dislocation of elbow' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '832.14', '', 'Open lateral dislocation of elbow' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '832.19', '', 'Open dislocation of other site of elbow' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '832.2', '', 'Nursemaid''s elbow' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '833.00', '', 'Closed dislocation of wrist unspecified part' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '833.01', '', 'Closed dislocation of radioulnar (joint) distal' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '833.02', '', 'Closed dislocation of radiocarpal (joint)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '833.03', '', 'Closed dislocation of midcarpal (joint)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '833.04', '', 'Closed dislocation of carpometacarpal (joint)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '833.05', '', 'Closed dislocation of metacarpal (bone) proximal end' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '833.09', '', 'Closed dislocation of other part of wrist' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '833.10', '', 'Open dislocation of wrist unspecified part' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '833.11', '', 'Open dislocation of radioulnar (joint) distal' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '833.12', '', 'Open dislocation of radiocarpal (joint)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '833.13', '', 'Open dislocation of midcarpal (joint)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '833.14', '', 'Open dislocation of carpometacarpal (joint)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '833.15', '', 'Open dislocation of metacarpal (bone) proximal end' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '833.19', '', 'Open dislocation of other part of wrist' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '834.00', '', 'Closed dislocation of finger unspecified part' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '834.01', '', 'Closed dislocation of metacarpophalangeal (joint)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '834.02', '', 'Closed dislocation of interphalangeal (joint) hand' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '834.10', '', 'Open dislocation of finger unspecified part' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '834.11', '', 'Open dislocation of metacarpophalangeal (joint)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '834.12', '', 'Open dislocation interphalangeal (joint) hand' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '835.00', '', 'Closed dislocation of hip unspecified site' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '835.01', '', 'Closed posterior dislocation of hip' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '835.02', '', 'Closed obturator dislocation of hip' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '835.03', '', 'Other closed anterior dislocation of hip' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '835.10', '', 'Open dislocation of hip unspecified site' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '835.11', '', 'Open posterior dislocation of hip' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '835.12', '', 'Open obturator dislocation of hip' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '835.13', '', 'Other open anterior dislocation of hip' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '836.0', '', 'Tear of medial cartilage or meniscus of knee current' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '836.1', '', 'Tear of lateral cartilage or meniscus of knee current' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '836.2', '', 'Other tear of cartilage or meniscus of knee current' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '836.3', '', 'Dislocation of patella closed' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '836.4', '', 'Dislocation of patella open' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '836.50', '', 'Closed dislocation of knee unspecified part' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '836.51', '', 'Anterior dislocation of tibia proximal end closed' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '836.52', '', 'Posterior dislocation of tibia proximal end closed' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '836.53', '', 'Medial dislocation of tibia proximal end closed' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '836.54', '', 'Lateral dislocation of tibia proximal end closed' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '836.59', '', 'Other dislocation of knee closed' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '836.60', '', 'Dislocation of knee unspecified part open' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '836.61', '', 'Anterior dislocation of tibia proximal end open' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '836.62', '', 'Posterior dislocation of tibia proximal end open' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '836.63', '', 'Medial dislocation of tibia proximal end open' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '836.64', '', 'Lateral dislocation of tibia proximal end open' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '836.69', '', 'Other dislocation of knee open' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '837.0', '', 'Closed dislocation of ankle' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '837.1', '', 'Open dislocation of ankle' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '838.00', '', 'Closed dislocation of foot unspecified part' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '838.01', '', 'Closed dislocation of tarsal (bone) joint unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '838.02', '', 'Closed dislocation of midtarsal (joint)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '838.03', '', 'Closed dislocation of tarsometatarsal (joint)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '838.04', '', 'Closed dislocation of metatarsal (bone) joint unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '838.05', '', 'Closed dislocation of metatarsophalangeal (joint)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '838.06', '', 'Closed dislocation of interphalangeal (joint) foot' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '838.09', '', 'Closed dislocation of other part of foot' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '838.10', '', 'Open dislocation of foot unspecified part' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '838.11', '', 'Open dislocation of tarsal (bone) joint unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '838.12', '', 'Open dislocation of midtarsal (joint)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '838.13', '', 'Open dislocation of tarsometatarsal (joint)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '838.14', '', 'Open dislocation of metatarsal (bone) joint unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '838.15', '', 'Open dislocation of metatarsophalangeal (joint)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '838.16', '', 'Open dislocation of interphalangeal (joint) foot' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '838.19', '', 'Open dislocation of other part of foot' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '839.00', '', 'Closed dislocation cervical vertebra unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '839.01', '', 'Closed dislocation first cervical vertebra' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '839.02', '', 'Closed dislocation second cervical vertebra' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '839.03', '', 'Closed dislocation third cervical vertebra' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '839.04', '', 'Closed dislocation fourth cervical vertebra' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '839.05', '', 'Closed dislocation fifth cervical vertebra' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '839.06', '', 'Closed dislocation sixth cervical vertebra' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '839.07', '', 'Closed dislocation seventh cervical vertebra' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '839.08', '', 'Closed dislocation multiple cervical vertebrae' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '839.10', '', 'Open dislocation cervical vertebra unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '839.11', '', 'Open dislocation first cervical vertebra' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '839.12', '', 'Open dislocation second cervical vertebra' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '839.13', '', 'Open dislocation third cervical vertebra' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '839.14', '', 'Open dislocation fourth cervical vertebra' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '839.15', '', 'Open dislocation fifth cervical vertebra' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '839.16', '', 'Open dislocation sixth cervical vertebra' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '839.17', '', 'Open dislocation seventh cervical vertebra' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '839.18', '', 'Open dislocation multiple cervical vertebrae' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '839.20', '', 'Closed dislocation lumbar vertebra' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '839.21', '', 'Closed dislocation thoracic vertebra' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '839.30', '', 'Open dislocation lumbar vertebra' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '839.31', '', 'Open dislocation thoracic vertebra' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '839.40', '', 'Closed dislocation vertebra unspecified site' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '839.41', '', 'Closed dislocation coccyx' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '839.42', '', 'Closed dislocation sacrum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '839.49', '', 'Closed dislocation other vertebra' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '839.50', '', 'Open dislocation vertebra unspecified site' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '839.51', '', 'Open dislocation coccyx' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '839.52', '', 'Open dislocation sacrum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '839.59', '', 'Open dislocation other vertebra' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '839.61', '', 'Closed dislocation sternum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '839.69', '', 'Closed dislocation other location' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '839.71', '', 'Open dislocation sternum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '839.79', '', 'Open dislocation other location' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '839.8', '', 'Closed dislocation multiple and ill-defined sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '839.9', '', 'Open dislocation multiple and ill-defined sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '840.0', '', 'Acromioclavicular (joint) (ligament) sprain' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '840.1', '', 'Coracoclavicular (ligament) sprain' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '840.2', '', 'Coracohumeral (ligament) sprain' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '840.3', '', 'Infraspinatus (muscle) (tendon) sprain' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '840.4', '', 'Rotator cuff (capsule) sprain' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '840.5', '', 'Subscapularis (muscle) sprain' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '840.6', '', 'Supraspinatus (muscle) (tendon) sprain' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '840.7', '', 'Superior glenoid labrum lesion' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '840.8', '', 'Sprain of other specified sites of shoulder and upper arm' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '840.9', '', 'Sprain of unspecified site of shoulder and upper arm' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '841.0', '', 'Radial collateral ligament sprain' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '841.1', '', 'Ulnar collateral ligament sprain' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '841.2', '', 'Radiohumeral (joint) sprain' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '841.3', '', 'Ulnohumeral (joint) sprain' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '841.8', '', 'Sprain of other specified sites of elbow and forearm' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '841.9', '', 'Sprain of unspecified site of elbow and forearm' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '842.00', '', 'Sprain of unspecified site of wrist' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '842.01', '', 'Sprain of carpal (joint) of wrist' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '842.02', '', 'Sprain of radiocarpal (joint) (ligament) of wrist' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '842.09', '', 'Other wrist sprain' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '842.10', '', 'Sprain of unspecified site of hand' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '842.11', '', 'Sprain of carpometacarpal (joint) of hand' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '842.12', '', 'Sprain of metacarpophalangeal (joint) of hand' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '842.13', '', 'Sprain of interphalangeal (joint) of hand' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '842.19', '', 'Other hand sprain' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '843.0', '', 'Iliofemoral (ligament) sprain' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '843.1', '', 'Ischiocapsular (ligament) sprain' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '843.8', '', 'Sprain of other specified sites of hip and thigh' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '843.9', '', 'Sprain of unspecified site of hip and thigh' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '844.0', '', 'Sprain of lateral collateral ligament of knee' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '844.1', '', 'Sprain of medial collateral ligament of knee' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '844.2', '', 'Sprain of cruciate ligament of knee' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '844.3', '', 'Sprain of tibiofibular (joint) (ligament) superior of knee' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '844.8', '', 'Sprain of other specified sites of knee and leg' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '844.9', '', 'Sprain of unspecified site of knee and leg' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '845.00', '', 'Unspecified site of ankle sprain' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '845.01', '', 'Deltoid (ligament) ankle sprain' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '845.02', '', 'Calcaneofibular (ligament) ankle sprain' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '845.03', '', 'Tibiofibular (ligament) sprain distal' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '845.09', '', 'Other ankle sprain' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '845.10', '', 'Unspecified site of foot sprain' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '845.11', '', 'Tarsometatarsal (joint) (ligament) sprain' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '845.12', '', 'Metatarsophalangeal (joint) sprain' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '845.13', '', 'Interphalangeal (joint) toe sprain' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '845.19', '', 'Other foot sprain' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '846.0', '', 'Lumbosacral (joint) (ligament) sprain' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '846.1', '', 'Sacroiliac (ligament) sprain' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '846.2', '', 'Sacrospinatus (ligament) sprain' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '846.3', '', 'Sacrotuberous (ligament) sprain' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '846.8', '', 'Other specified sites of sacroiliac region sprain' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '846.9', '', 'Unspecified site of sacroiliac region sprain' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '847.0', '', 'Neck sprain' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '847.1', '', 'Thoracic sprain' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '847.2', '', 'Lumbar sprain' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '847.3', '', 'Sprain of sacrum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '847.4', '', 'Sprain of coccyx' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '847.9', '', 'Sprain of unspecified site of back' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '848.0', '', 'Sprain of septal cartilage of nose' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '848.1', '', 'Jaw sprain' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '848.2', '', 'Thyroid region sprain' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '848.3', '', 'Sprain of ribs' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '848.40', '', 'Sternum sprain unspecified part' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '848.41', '', 'Sternoclavicular (joint) (ligament) sprain' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '848.42', '', 'Chondrosternal (joint) sprain' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '848.49', '', 'Other sprain of sternum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '848.5', '', 'Pelvic sprain' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '848.8', '', 'Other specified sites of sprains and strains' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '848.9', '', 'Unspecified site of sprain and strain' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '850.0', '', 'Concussion with no loss of consciousness' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '850.11', '', 'Concussion with loss of consciousness of 30 minutes or less' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '850.12', '', 'Concussion with loss of consciousness from 31 to 59 minutes' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '850.2', '', 'Concussion with moderate loss of consciousness' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '850.5', '', 'Concussion with loss of consciousness of unspecified duration' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '850.9', '', 'Concussion unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '851.00', '', 'Cortex (cerebral) contusion without open intracranial wound state of consciousness unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '851.01', '', 'Cortex (cerebral) contusion without open intracranial wound with no loss of consciousness' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '851.09', '', 'Cortex (cerebral) contusion without open intracranial wound with concussion unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '851.10', '', 'Cortex (cerebral) contusion with open intracranial wound without specific state of consciousness' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '851.11', '', 'Cortex (cerebral) contusion with open intracranial wound with no loss of consciousness' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '851.19', '', 'Cortex (cerebral) contusion with open intracranial wound with concussion unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '851.20', '', 'Cortex (cerebral) laceration without open intracranial wound with state of consciousness unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '851.21', '', 'Cortex (cerebral) laceration without open intracranial wound with no loss of consciousness' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '851.29', '', 'Cortex (cerebral) laceration without open intracranial wound with concussion unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '851.30', '', 'Cortex (cerebral) laceration with open intracranial wound with state of consciousness unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '851.31', '', 'Cortex (cerebral) laceration with open intracranial wound with no loss of consciousness' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '851.39', '', 'Cortex (cerebral) laceration with open intracranial wound with concussion unspecified' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '851.49', '', 'Cerebellar or brain stem contusion without open intracranial wound with concussion unspecified' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '851.59', '', 'Cerebellar or brain stem contusion with open intracranial wound with concussion unspecified' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '851.69', '', 'Cerebellar or brain stem laceration without open intracranial wound with concussion unspecified' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '851.79', '', 'Cerebellar or brain stem laceration with open intracranial wound with concussion unspecified' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '852.09', '', 'Subarachnoid hemorrhage following injury without open intracranial wound with concussion unspecified' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '852.19', '', 'Subarachnoid hemorrhage following injury with open intracranial wound with concussion unspecified' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '852.29', '', 'Subdural hemorrhage following injury without open intracranial wound with concussion unspecified' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '852.39', '', 'Subdural hemorrhage following injury with open intracranial wound with concussion unspecified' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '852.49', '', 'Extradural hemorrhage following injury without open intracranial wound with concussion unspecified' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '852.59', '', 'Extradural hemorrhage following injury with open intracranial wound with concussion unspecified' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '860.0', '', 'Traumatic pneumothorax without open wound into thorax' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '860.1', '', 'Traumatic pneumothorax with open wound into thorax' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '860.2', '', 'Traumatic hemothorax without open wound into thorax' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '860.3', '', 'Traumatic hemothorax with open wound into thorax' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '860.4', '', 'Traumatic pneumohemothorax without open wound into thorax' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '860.5', '', 'Traumatic pneumohemothorax with open wound into thorax' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '861.00', '', 'Unspecified injury of heart without open wound into thorax' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '861.01', '', 'Contusion of heart without open wound into thorax' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '861.10', '', 'Unspecified injury of heart with open wound into thorax' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '861.11', '', 'Contusion of heart with open wound into thorax' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '861.20', '', 'Unspecified injury of lung without open wound into thorax' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '861.21', '', 'Contusion of lung without open wound into thorax' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '861.22', '', 'Laceration of lung without open wound into thorax' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '861.30', '', 'Unspecified injury of lung with open wound into thorax' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '861.31', '', 'Contusion of lung with open wound into thorax' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '861.32', '', 'Laceration of lung with open wound into thorax' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '862.0', '', 'Injury to diaphragm without open wound into cavity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '862.1', '', 'Injury to diaphragm with open wound into cavity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '862.21', '', 'Injury to bronchus without open wound into cavity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '862.22', '', 'Injury to esophagus without open wound into cavity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '862.29', '', 'Injury to other specified intrathoracic organs without open wound into cavity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '862.31', '', 'Injury to bronchus with open wound into cavity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '862.32', '', 'Injury to esophagus with open wound into cavity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '862.39', '', 'Injury to other specified intrathoracic organs with open wound into cavity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '862.8', '', 'Injury to multiple and unspecified intrathoracic organs without open wound into cavity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '862.9', '', 'Injury to multiple and unspecified intrathoracic organs with open wound into cavity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '863.0', '', 'Injury to stomach without open wound into cavity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '863.1', '', 'Injury to stomach with open wound into cavity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '863.20', '', 'Injury to small intestine unspecified site without open wound into cavity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '863.21', '', 'Injury to duodenum without open wound into cavity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '863.29', '', 'Other injury to small intestine without open wound into cavity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '863.30', '', 'Injury to small intestine unspecified site with open wound into cavity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '863.31', '', 'Injury to duodenum with open wound into cavity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '863.39', '', 'Other injury to small intestine with open wound into cavity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '863.40', '', 'Injury to colon unspecified site without open wound into cavity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '863.41', '', 'Injury to ascending (right) colon without open wound into cavity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '863.42', '', 'Injury to transverse colon without open wound into cavity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '863.43', '', 'Injury to descending (left) colon without open wound into cavity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '863.44', '', 'Injury to sigmoid colon without open wound into cavity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '863.45', '', 'Injury to rectum without open wound into cavity' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '863.49', '', 'Other injury to colon and rectum without open wound into cavity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '863.50', '', 'Injury to colon unspecified site with open wound into cavity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '863.51', '', 'Injury to ascending (right) colon with open wound into cavity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '863.52', '', 'Injury to transverse colon with open wound into cavity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '863.53', '', 'Injury to descending (left) colon with open wound into cavity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '863.54', '', 'Injury to sigmoid colon with open wound into cavity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '863.55', '', 'Injury to rectum with open wound into cavity' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '863.59', '', 'Other injury to colon and rectum with open wound into cavity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '863.80', '', 'Injury to gastrointestinal tract unspecified site without open wound into cavity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '863.81', '', 'Injury to pancreas head without open wound into cavity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '863.82', '', 'Injury to pancreas body without open wound into cavity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '863.83', '', 'Injury to pancreas tail without open wound into cavity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '863.84', '', 'Injury to pancreas multiple and unspecified sites without open wound into cavity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '863.85', '', 'Injury to appendix without open wound into cavity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '863.89', '', 'Injury to other and unspecified gastrointestinal sites without open wound into cavity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '863.90', '', 'Injury to gastrointestinal tract unspecified site with open wound into cavity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '863.91', '', 'Injury to pancreas head with open wound into cavity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '863.92', '', 'Injury to pancreas body with open wound into cavity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '863.93', '', 'Injury to pancreas tail with open wound into cavity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '863.94', '', 'Injury to pancreas multiple and unspecified sites with open wound into cavity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '863.95', '', 'Injury to appendix with open wound into cavity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '863.99', '', 'Injury to other and unspecified gastrointestinal sites with open wound into cavity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '864.00', '', 'Unspecified injury to liver without open wound into cavity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '864.01', '', 'Hematoma and contusion of liver without open wound into cavity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '864.02', '', 'Laceration of liver minor without open wound into cavity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '864.03', '', 'Laceration of liver moderate without open wound into cavity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '864.04', '', 'Laceration of liver major without open wound into cavity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '864.05', '', 'Laceration of liver unspecified without open wound into cavity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '864.09', '', 'Other injury to liver without open wound into cavity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '864.10', '', 'Unspecified injury to liver with open wound into cavity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '864.11', '', 'Hematoma and contusion of liver with open wound into cavity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '864.12', '', 'Laceration of liver minor with open wound into cavity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '864.13', '', 'Laceration of liver moderate with open wound into cavity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '864.14', '', 'Laceration of liver major with open wound into cavity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '864.15', '', 'Laceration of liver unspecified with open wound into cavity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '864.19', '', 'Other injury to liver with open wound into cavity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '865.00', '', 'Unspecified injury to spleen without open wound into cavity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '865.01', '', 'Hematoma of spleen without rupture of capsule without open wound into cavity' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '865.03', '', 'Laceration of spleen extending into parenchyma without open wound into cavity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '865.04', '', 'Massive parenchymal disruption of spleen without open wound into cavity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '865.09', '', 'Other injury into spleen without open wound into cavity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '865.10', '', 'Unspecified injury to spleen with open wound into cavity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '865.11', '', 'Hematoma of spleen without rupture of capsule with open wound into cavity' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '865.13', '', 'Laceration of spleen extending into parenchyma with open wound into cavity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '865.14', '', 'Massive parenchyma disruption of spleen with open wound into cavity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '865.19', '', 'Other injury to spleen with open wound into cavity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '866.00', '', 'Unspecified injury to kidney without open wound into cavity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '866.01', '', 'Hematoma of kidney without rupture of capsule without open wound into cavity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '866.02', '', 'Laceration of kidney without open wound into cavity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '866.03', '', 'Complete disruption of kidney parenchyma without open wound into cavity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '866.10', '', 'Unspecified injury to kidney with open wound into cavity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '866.11', '', 'Hematoma of kidney without rupture of capsule with open wound into cavity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '866.12', '', 'Laceration of kidney with open wound into cavity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '866.13', '', 'Complete disruption of kidney parenchyma with open wound into cavity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '867.0', '', 'Injury to bladder and urethra without open wound into cavity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '867.1', '', 'Injury to bladder and urethra with open wound into cavity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '867.2', '', 'Injury to ureter without open wound into cavity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '867.3', '', 'Injury to ureter with open wound into cavity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '867.4', '', 'Injury to uterus without open wound into cavity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '867.5', '', 'Injury to uterus with open wound into cavity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '867.6', '', 'Injury to other specified pelvic organs without open wound into cavity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '867.7', '', 'Injury to other specified pelvic organs with open wound into cavity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '867.8', '', 'Injury to unspecified pelvic organ without open wound into cavity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '867.9', '', 'Injury to unspecified pelvic organ with open wound into cavity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '868.00', '', 'Injury to unspecified intra-abdominal organ without open wound into cavity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '868.01', '', 'Injury to adrenal gland without open wound into cavity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '868.02', '', 'Injury to bile duct and gallbladder without open wound into cavity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '868.03', '', 'Injury to peritoneum without open wound into cavity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '868.04', '', 'Injury to retroperitoneum without open wound into cavity' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '868.10', '', 'Injury to unspecified intra-abdominal organ with open wound into cavity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '868.11', '', 'Injury to adrenal gland with open wound into cavity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '868.12', '', 'Injury to bile duct and gallbladder with open wound into cavity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '868.13', '', 'Injury to peritoneum with open wound into cavity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '868.14', '', 'Injury to retroperitoneum with open wound into cavity' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '870.0', '', 'Laceration of skin of eyelid and periocular area' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '870.1', '', 'Laceration of eyelid full-thickness not involving lacrimal passages' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '870.2', '', 'Laceration of eyelid involving lacrimal passages' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '870.3', '', 'Penetrating wound of orbit without foreign body' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '870.4', '', 'Penetrating wound of orbit with foreign body' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '870.8', '', 'Other specified open wounds of ocular adnexa' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '870.9', '', 'Unspecified open wound of ocular adnexa' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '871.0', '', 'Ocular laceration without prolapse of intraocular tissue' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '871.1', '', 'Ocular laceration with prolapse or exposure of intraocular tissue' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '871.2', '', 'Rupture of eye with partial loss of intraocular tissue' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '871.3', '', 'Avulsion of eye' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '871.4', '', 'Unspecified laceration of eye' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '871.5', '', 'Penetration of eyeball with magnetic foreign body' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '871.6', '', 'Penetration of eyeball with (nonmagnetic) foreign body' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '871.7', '', 'Unspecified ocular penetration' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '871.9', '', 'Unspecified open wound of eyeball' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '872.00', '', 'Open wound of external ear unspecified site uncomplicated' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '872.01', '', 'Open wound of auricle uncomplicated' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '872.02', '', 'Open wound of auditory canal uncomplicated' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '872.10', '', 'Open wound of external ear unspecified site complicated' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '872.11', '', 'Open wound of auricle complicated' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '872.12', '', 'Open wound of auditory canal complicated' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '872.61', '', 'Open wound of ear drum uncomplicated' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '872.62', '', 'Open wound of ossicles uncomplicated' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '872.63', '', 'Open wound of eustachian tube uncomplicated' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '872.64', '', 'Open wound of cochlea uncomplicated' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '872.69', '', 'Open wound of other and multiple sites uncomplicated' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '872.71', '', 'Open wound of ear drum complicated' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '872.72', '', 'Open wound of ossicles complicated' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '872.73', '', 'Open wound of eustachian tube complicated' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '872.74', '', 'Open wound of cochlea complicated' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '872.79', '', 'Open wound of other and multiple sites complicated' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '872.8', '', 'Open wound of ear part unspecified without complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '872.9', '', 'Open wound of ear part unspecified complicated' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '873.0', '', 'Open wound of scalp without complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '873.1', '', 'Open wound of scalp complicated' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '873.20', '', 'Open wound of nose unspecified site uncomplicated' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '873.21', '', 'Open wound of nasal septum uncomplicated' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '873.22', '', 'Open wound of nasal cavity uncomplicated' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '873.23', '', 'Open wound of nasal sinus uncomplicated' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '873.29', '', 'Open wound of multiple sites uncomplicated' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '873.30', '', 'Open wound of nose unspecified site complicated' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '873.31', '', 'Open wound of nasal septum complicated' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '873.32', '', 'Open wound of nasal cavity complicated' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '873.33', '', 'Open wound of nasal sinus complicated' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '873.39', '', 'Open wound of multiple sites complicated' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '873.40', '', 'Open wound of face unspecified site uncomplicated' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '873.41', '', 'Open wound of cheek uncomplicated' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '873.42', '', 'Open wound of forehead uncomplicated' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '873.43', '', 'Open wound of lip uncomplicated' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '873.44', '', 'Open wound of jaw uncomplicated' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '873.49', '', 'Open wound of other and multiple sites uncomplicated' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '873.50', '', 'Open wound of face unspecified site complicated' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '873.51', '', 'Open wound of cheek complicated' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '873.52', '', 'Open wound of forehead complicated' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '873.53', '', 'Open wound of lip complicated' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '873.54', '', 'Open wound of jaw complicated' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '873.59', '', 'Open wound of other and multiple sites complicated' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '873.60', '', 'Open wound of mouth unspecified site uncomplicated' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '873.61', '', 'Open wound of buccal mucosa uncomplicated' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '873.62', '', 'Open wound of gum (alveolar process) uncomplicated' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '873.63', '', 'Open wound of tooth (broken) uncomplicated' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '873.64', '', 'Open wound of tongue and floor of mouth uncomplicated' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '873.65', '', 'Open wound of palate uncomplicated' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '873.69', '', 'Open wound of other and multiple sites uncomplicated' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '873.70', '', 'Open wound of mouth unspecified site complicated' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '873.71', '', 'Open wound of buccal mucosa complicated' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '873.72', '', 'Open wound of gum (alveolar process) complicated' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '873.73', '', 'Open wound of tooth (broken) complicated' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '873.74', '', 'Open wound of tongue and floor of mouth complicated' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '873.75', '', 'Open wound of palate complicated' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '873.79', '', 'Open wound of other and multiple sites complicated' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '873.8', '', 'Other and unspecified open wound of head without complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '873.9', '', 'Other and unspecified open wound of head complicated' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '874.00', '', 'Open wound of larynx with trachea uncomplicated' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '874.01', '', 'Open wound of larynx uncomplicated' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '874.02', '', 'Open wound of trachea uncomplicated' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '874.10', '', 'Open wound of larynx with trachea complicated' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '874.11', '', 'Open wound of larynx complicated' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '874.12', '', 'Open wound of trachea complicated' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '874.2', '', 'Open wound of thyroid gland without complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '874.3', '', 'Open wound of thyroid gland complicated' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '874.4', '', 'Open wound of pharynx without complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '874.5', '', 'Open wound of pharynx complicated' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '874.8', '', 'Open wound of other and unspecified parts of neck without complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '874.9', '', 'Open wound of other and unspecified parts of neck complicated' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '875.0', '', 'Open wound of chest (wall) without complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '875.1', '', 'Open wound of chest (wall) complicated' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '876.0', '', 'Open wound of back without complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '876.1', '', 'Open wound of back complicated' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '877.0', '', 'Open wound of buttock without complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '877.1', '', 'Open wound of buttock complicated' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '878.0', '', 'Open wound of penis without complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '878.1', '', 'Open wound of penis complicated' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '878.2', '', 'Open wound of scrotum and testes without complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '878.3', '', 'Open wound of scrotum and testes complicated' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '878.4', '', 'Open wound of vulva without complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '878.5', '', 'Open wound of vulva complicated' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '878.6', '', 'Open wound of vagina without complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '878.7', '', 'Open wound of vagina complicated' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '878.8', '', 'Open wound of other and unspecified parts of genital organs without complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '878.9', '', 'Open wound of other and unspecified parts of genital organs complicated' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '879.0', '', 'Open wound of breast without complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '879.1', '', 'Open wound of breast complicated' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '879.2', '', 'Open wound of abdominal wall anterior without complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '879.3', '', 'Open wound of abdominal wall anterior complicated' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '879.4', '', 'Open wound of abdominal wall lateral without complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '879.5', '', 'Open wound of abdominal wall lateral complicated' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '879.6', '', 'Open wound of other and unspecified parts of trunk without complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '879.7', '', 'Open wound of other and unspecified parts of trunk complicated' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '879.8', '', 'Open wound(s) (multiple) of unspecified site(s) without complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '879.9', '', 'Open wound(s) (multiple) of unspecified site(s) complicated' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '880.00', '', 'Open wound of shoulder region without complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '880.01', '', 'Open wound of scapular region without complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '880.02', '', 'Open wound of axillary region without complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '880.03', '', 'Open wound of upper arm without complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '880.09', '', 'Open wound of multiple sites of shoulder and upper arm without complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '880.10', '', 'Open wound of shoulder region complicated' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '880.11', '', 'Open wound of scapular region complicated' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '880.12', '', 'Open wound of axillary region complicated' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '880.13', '', 'Open wound of upper arm complicated' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '880.19', '', 'Open wound of multiple sites of shoulder and upper arm complicated' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '880.20', '', 'Open wound of shoulder region with tendon involvement' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '880.21', '', 'Open wound of scapular region with tendon involvement' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '880.22', '', 'Open wound of axillary region with tendon involvement' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '880.23', '', 'Open wound of upper arm with tendon involvement' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '881.00', '', 'Open wound of forearm without complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '881.01', '', 'Open wound of elbow without complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '881.02', '', 'Open wound of wrist without complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '881.10', '', 'Open wound of forearm complicated' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '881.11', '', 'Open wound of elbow complicated' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '881.12', '', 'Open wound of wrist complicated' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '881.20', '', 'Open wound of forearm with tendon involvement' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '881.21', '', 'Open wound of elbow with tendon involvement' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '881.22', '', 'Open wound of wrist with tendon involvement' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '882.0', '', 'Open wound of hand except fingers alone without complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '882.1', '', 'Open wound of hand except fingers alone complicated' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '882.2', '', 'Open wound of hand except fingers alone with tendon involvement' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '883.0', '', 'Open wound of fingers without complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '883.1', '', 'Open wound of fingers complicated' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '883.2', '', 'Open wound of fingers with tendon involvement' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '884.0', '', 'Multiple and unspecified open wound of upper limb without complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '884.1', '', 'Multiple and unspecified open wound of upper limb complicated' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '884.2', '', 'Multiple and unspecified open wound of upper limb with tendon involvement' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '885.0', '', 'Traumatic amputation of thumb (complete)(partial) without complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '885.1', '', 'Traumatic amputation of thumb (complete)(partial) complicated' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '886.0', '', 'Traumatic amputation of other finger(s) (complete) (partial) without complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '886.1', '', 'Traumatic amputation of other finger(s) (complete) (partial) complicated' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '887.1', '', 'Traumatic amputation of arm and hand (complete) (partial) unilateral below elbow complicated' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '887.7', '', 'Traumatic amputation of arm and hand (complete) (partial) bilateral (any level) complicated' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '890.0', '', 'Open wound of hip and thigh without complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '890.1', '', 'Open wound of hip and thigh complicated' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '890.2', '', 'Open wound of hip and thigh with tendon involvement' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '891.0', '', 'Open wound of knee leg (except thigh) and ankle without complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '891.1', '', 'Open wound of knee leg (except thigh) and ankle complicated' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '891.2', '', 'Open wound of knee leg (except thigh) and ankle with tendon involvement' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '892.0', '', 'Open wound of foot except toe(s) alone without complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '892.1', '', 'Open wound of foot except toe(s) alone complicated' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '892.2', '', 'Open wound of foot except toe(s) alone with tendon involvement' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '893.0', '', 'Open wound of toe(s) without complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '893.1', '', 'Open wound of toe(s) complicated' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '893.2', '', 'Open wound of toe(s) with tendon involvement' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '894.0', '', 'Multiple and unspecified open wound of lower limb without complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '894.1', '', 'Multiple and unspecified open wound of lower limb complicated' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '894.2', '', 'Multiple and unspecified open wound of lower limb with tendon involvement' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '895.0', '', 'Traumatic amputation of toe(s) (complete) (partial) without complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '895.1', '', 'Traumatic amputation of toe(s) (complete) (partial) complicated' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '896.0', '', 'Traumatic amputation of foot (complete) (partial) unilateral without complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '896.1', '', 'Traumatic amputation of foot (complete) (partial) unilateral complicated' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '896.2', '', 'Traumatic amputation of foot (complete) (partial) bilateral without complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '896.3', '', 'Traumatic amputation of foot (complete) (partial) bilateral complicated' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '897.0', '', 'Traumatic amputation of leg(s) (complete) (partial) unilateral below knee without complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '897.1', '', 'Traumatic amputation of leg(s) (complete) (partial) unilateral below knee complicated' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '897.5', '', 'Traumatic amputation of leg(s) (complete) (partial) unilateral level not specified complicated' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '897.6', '', 'Traumatic amputation of leg(s) (complete) (partial) bilateral (any level) without complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '897.7', '', 'Traumatic amputation of leg(s) (complete) (partial) bilateral (any level) complicated' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '900.00', '', 'Injury to carotid artery unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '900.01', '', 'Injury to common carotid artery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '900.02', '', 'Injury to external carotid artery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '900.03', '', 'Injury to internal carotid artery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '900.1', '', 'Injury to internal jugular vein' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '900.81', '', 'Injury to external jugular vein' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '900.82', '', 'Injury to multiple blood vessels of head and neck' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '900.89', '', 'Injury to other specified blood vessels of head and neck' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '900.9', '', 'Injury to unspecified blood vessel of head and neck' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '901.0', '', 'Injury to thoracic aorta' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '901.1', '', 'Injury to innominate and subclavian arteries' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '901.2', '', 'Injury to superior vena cava' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '901.3', '', 'Injury to innominate and subclavian veins' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '901.40', '', 'Injury to pulmonary vessel(s) unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '901.41', '', 'Injury to pulmonary artery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '901.42', '', 'Injury to pulmonary vein' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '901.81', '', 'Injury to intercostal artery or vein' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '901.82', '', 'Injury to internal mammary artery or vein' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '901.83', '', 'Injury to multiple blood vessels of thorax' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '901.89', '', 'Injury to other specified blood vessels of thorax' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '901.9', '', 'Injury to unspecified blood vessel of thorax' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '902.0', '', 'Injury to abdominal aorta' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '902.10', '', 'Injury to inferior vena cava unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '902.11', '', 'Injury to hepatic veins' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '902.19', '', 'Injury to other specified branches of inferior vena cava' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '902.20', '', 'Injury to celiac and mesenteric arteries unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '902.21', '', 'Injury to gastric artery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '902.22', '', 'Injury to hepatic artery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '902.23', '', 'Injury to splenic artery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '902.24', '', 'Injury to other specified branches of celiac axis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '902.25', '', 'Injury to superior mesenteric artery (trunk)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '902.26', '', 'Injury to primary branches of superior mesenteric artery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '902.27', '', 'Injury to inferior mesenteric artery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '902.29', '', 'Injury to other celiac and mesenteric arteries' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '902.31', '', 'Injury to superior mesenteric vein and primary subdivisions' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '902.32', '', 'Injury to inferior mesenteric vein' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '902.33', '', 'Injury to portal vein' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '902.34', '', 'Injury to splenic vein' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '902.39', '', 'Injury to other portal and splenic veins' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '902.40', '', 'Injury to renal vessel(s) unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '902.41', '', 'Injury to renal artery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '902.42', '', 'Injury to renal vein' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '902.49', '', 'Injury to other renal blood vessels' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '902.50', '', 'Injury to iliac vessel(s) unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '902.51', '', 'Injury to hypogastric artery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '902.52', '', 'Injury to hypogastric vein' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '902.53', '', 'Injury to iliac artery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '902.54', '', 'Injury to iliac vein' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '902.55', '', 'Injury to uterine artery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '902.56', '', 'Injury to uterine vein' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '902.59', '', 'Injury to other iliac blood vessels' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '902.81', '', 'Injury to ovarian artery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '902.82', '', 'Injury to ovarian vein' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '902.87', '', 'Injury to multiple blood vessels of abdomen and pelvis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '902.89', '', 'Injury to other specified blood vessels of abdomen and pelvis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '902.9', '', 'Injury to unspecified blood vessel of abdomen and pelvis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '903.00', '', 'Injury to axillary vessel(s) unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '903.01', '', 'Injury to axillary artery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '903.02', '', 'Injury to axillary vein' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '903.1', '', 'Injury to brachial blood vessels' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '903.2', '', 'Injury to radial blood vessels' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '903.3', '', 'Injury to ulnar blood vessels' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '903.4', '', 'Injury to palmar artery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '903.5', '', 'Injury to digital blood vessels' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '903.8', '', 'Injury to other specified blood vessels of upper extremity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '903.9', '', 'Injury to unspecified blood vessel of upper extremity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '904.0', '', 'Injury to common femoral artery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '904.1', '', 'Injury to superficial femoral artery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '904.2', '', 'Injury to femoral veins' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '904.3', '', 'Injury to saphenous veins' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '904.40', '', 'Injury to popliteal vessel(s) unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '904.41', '', 'Injury to popliteal artery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '904.42', '', 'Injury to popliteal vein' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '904.50', '', 'Injury to tibial vessel(s) unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '904.51', '', 'Injury to anterior tibial artery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '904.52', '', 'Injury to anterior tibial vein' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '904.53', '', 'Injury to posterior tibial artery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '904.54', '', 'Injury to posterior tibial vein' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '904.6', '', 'Injury to deep plantar blood vessels' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '904.7', '', 'Injury to other specified blood vessels of lower extremity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '904.8', '', 'Injury to unspecified blood vessel of lower extremity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '904.9', '', 'Injury to blood vessels of unspecified site' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '905.0', '', 'Late effect of fracture of skull and face bones' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '905.1', '', 'Late effect of fracture of spine and trunk without spinal cord lesion' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '905.2', '', 'Late effect of fracture of upper extremities' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '905.3', '', 'Late effect of fracture of neck of femur' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '905.4', '', 'Late effect of fracture of lower extremities' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '905.5', '', 'Late effect of fracture of multiple and unspecified bones' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '905.6', '', 'Late effect of dislocation' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '905.7', '', 'Late effect of sprain and strain without tendon injury' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '905.8', '', 'Late effect of tendon injury' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '905.9', '', 'Late effect of traumatic amputation' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '906.0', '', 'Late effect of open wound of head neck and trunk' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '906.1', '', 'Late effect of open wound of extremities without tendon injury' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '906.2', '', 'Late effect of superficial injury' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '906.3', '', 'Late effect of contusion' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '906.4', '', 'Late effect of crushing' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '906.5', '', 'Late effect of burn of eye face head and neck' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '906.6', '', 'Late effect of burn of wrist and hand' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '906.7', '', 'Late effect of burn of other extremities' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '906.8', '', 'Late effect of burns of other specified sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '906.9', '', 'Late effect of burn of unspecified site' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '907.0', '', 'Late effect of intracranial injury without skull fracture' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '907.1', '', 'Late effect of injury to cranial nerve' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '907.2', '', 'Late effect of spinal cord injury' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '907.9', '', 'Late effect of injury to other and unspecified nerve' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '908.0', '', 'Late effect of internal injury to chest' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '908.1', '', 'Late effect of internal injury to intra-abdominal organs' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '908.2', '', 'Late effect of internal injury to other internal organs' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '908.3', '', 'Late effect of injury to blood vessel of head neck and extremities' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '908.4', '', 'Late effect of injury to blood vessel of thorax abdomen and pelvis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '908.5', '', 'Late effect of foreign body in orifice' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '908.6', '', 'Late effect of certain complications of trauma' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '908.9', '', 'Late effect of unspecified injury' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '909.0', '', 'Late effect of poisoning due to drug medicinal or biological substance' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '909.1', '', 'Late effect of toxic effects of nonmedical substances' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '909.2', '', 'Late effect of radiation' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '909.3', '', 'Late effect of complications of surgical and medical care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '909.4', '', 'Late effect of certain other external causes' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '909.5', '', 'Late effect of adverse effect of drug medicinal or biological substance' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '909.9', '', 'Late effect of other and unspecified external causes' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '910.1', '', 'Abrasion or friction burn of face neck and scalp except eye infected' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '910.2', '', 'Blister of face neck and scalp except eye without infection' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '910.3', '', 'Blister of face neck and scalp except eye infected' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '910.4', '', 'Insect bite nonvenomous of face neck and scalp except eye without infection' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '910.5', '', 'Insect bite nonvenomous of face neck and scalp except eye infected' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '910.8', '', 'Other and unspecified superficial injury of face neck and scalp without infection' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '910.9', '', 'Other and unspecified superficial injury of face neck and scalp infected' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '911.0', '', 'Abrasion or friction burn of trunk without infection' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '911.1', '', 'Abrasion or friction burn of trunk infected' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '911.2', '', 'Blister of trunk without infection' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '911.3', '', 'Blister of trunk infected' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '911.4', '', 'Insect bite nonvenomous of trunk without infection' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '911.5', '', 'Insect bite nonvenomous of trunk infected' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '911.7', '', 'Superficial foreign body (splinter) of trunk without major open wound infected' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '911.8', '', 'Other and unspecified superficial injury of trunk without infection' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '911.9', '', 'Other and unspecified superficial injury of trunk infected' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '912.0', '', 'Abrasion or friction burn of shoulder and upper arm without infection' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '912.1', '', 'Abrasion or friction burn of shoulder and upper arm infected' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '912.2', '', 'Blister of shoulder and upper arm without infection' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '912.3', '', 'Blister of shoulder and upper arm infected' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '912.4', '', 'Insect bite nonvenomous of shoulder and upper arm without infection' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '912.5', '', 'Insect bite nonvenomous of shoulder and upper arm infected' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '912.8', '', 'Other and unspecified superficial injury of shoulder and upper arm without infection' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '912.9', '', 'Other and unspecified superficial injury of shoulder and upper arm infected' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '913.0', '', 'Abrasion or friction burn of elbow forearm and wrist without infection' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '913.1', '', 'Abrasion or friction burn of elbow forearm and wrist infected' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '913.2', '', 'Blister of elbow forearm and wrist without infection' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '913.3', '', 'Blister of elbow forearm and wrist infected' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '913.4', '', 'Insect bite nonvenomous of elbow forearm and wrist without infection' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '913.5', '', 'Insect bite nonvenomous of elbow forearm and wrist infected' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '913.8', '', 'Other and unspecified superficial injury of elbow forearm and wrist without infection' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '913.9', '', 'Other and unspecified superficial injury of elbow forearm and wrist infected' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '914.1', '', 'Abrasion or friction burn of hand(s) except finger(s) alone infected' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '914.2', '', 'Blister of hand(s) except finger(s) alone without infection' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '914.3', '', 'Blister of hand(s) except finger(s) alone infected' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '914.4', '', 'Insect bite nonvenomous of hand(s) except finger(s) alone without infection' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '914.5', '', 'Insect bite nonvenomous of hand(s) except finger(s) alone infected' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '915.0', '', 'Abrasion or friction burn of fingers without infection' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '915.1', '', 'Abrasion or friction burn of fingers infected' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '915.2', '', 'Blister of fingers without infection' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '915.3', '', 'Blister of fingers infected' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '915.4', '', 'Insect bite nonvenomous of fingers without infection' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '915.5', '', 'Insect bite nonvenomous of fingers infected' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '915.7', '', 'Superficial foreign body (splinter) of fingers without major open wound infected' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '915.8', '', 'Other and unspecified superficial injury of fingers without infection' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '915.9', '', 'Other and unspecified superficial injury of fingers infected' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '916.0', '', 'Abrasion or friction burn of hip thigh leg and ankle without infection' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '916.1', '', 'Abrasion or friction burn of hip thigh leg and ankle infected' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '916.2', '', 'Blister of hip thigh leg and ankle without infection' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '916.3', '', 'Blister of hip thigh leg and ankle infected' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '916.4', '', 'Insect bite nonvenomous of hip thigh leg and ankle without infection' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '916.5', '', 'Insect bite nonvenomous of hip thigh leg and ankle infected' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '916.9', '', 'Other and unspecified superficial injury of hip thigh leg and ankle infected' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '917.0', '', 'Abrasion or friction burn of foot and toe(s) without infection' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '917.1', '', 'Abrasion or friction burn of foot and toe(s) infected' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '917.2', '', 'Blister of foot and toe(s) without infection' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '917.3', '', 'Blister of foot and toe(s) infected' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '917.4', '', 'Insect bite nonvenomous of foot and toe(s) without infection' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '917.5', '', 'Insect bite nonvenomous of foot and toe(s) infected' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '917.8', '', 'Other and unspecified superficial injury of foot and toes without infection' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '917.9', '', 'Other and unspecified superficial injury of foot and toes infected' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '918.0', '', 'Superficial injury of eyelids and periocular area' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '918.1', '', 'Superficial injury of cornea' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '918.2', '', 'Superficial injury of conjunctiva' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '918.9', '', 'Other and unspecified superficial injuries of eye' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '919.0', '', 'Abrasion or friction burn of other multiple and unspecified sites without infection' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '919.1', '', 'Abrasion or friction burn of other multiple and unspecified sites infected' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '919.2', '', 'Blister of other multiple and unspecified sites without infection' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '919.3', '', 'Blister of other multiple and unspecified sites infected' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '919.4', '', 'Insect bite nonvenomous of other multiple and unspecified sites without infection' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '919.5', '', 'Insect bite nonvenomous of other multiple and unspecified sites infected' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '919.9', '', 'Other and unspecified superficial injury of other multiple and unspecified sites infected' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '920', '', 'Contusion of face scalp and neck except eye(s)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '921.0', '', 'Black eye not otherwise specified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '921.1', '', 'Contusion of eyelids and periocular area' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '921.2', '', 'Contusion of orbital tissues' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '921.3', '', 'Contusion of eyeball' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '921.9', '', 'Unspecified contusion of eye' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '922.0', '', 'Contusion of breast' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '922.1', '', 'Contusion of chest wall' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '922.2', '', 'Contusion of abdominal wall' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '922.31', '', 'Contusion of back' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '922.32', '', 'Contusion of buttock' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '922.33', '', 'Contusion of interscapular region' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '922.4', '', 'Contusion of genital organs' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '922.8', '', 'Contusion of multiple sites of trunk' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '922.9', '', 'Contusion of unspecified part of trunk' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '923.00', '', 'Contusion of shoulder region' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '923.01', '', 'Contusion of scapular region' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '923.02', '', 'Contusion of axillary region' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '923.03', '', 'Contusion of upper arm' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '923.09', '', 'Contusion of multiple sites of shoulder and upper arm' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '923.10', '', 'Contusion of forearm' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '923.11', '', 'Contusion of elbow' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '923.20', '', 'Contusion of hand(s)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '923.21', '', 'Contusion of wrist' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '923.3', '', 'Contusion of finger' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '923.8', '', 'Contusion of multiple sites of upper limb' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '923.9', '', 'Contusion of unspecified part of upper limb' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '924.00', '', 'Contusion of thigh' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '924.01', '', 'Contusion of hip' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '924.10', '', 'Contusion of lower leg' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '924.11', '', 'Contusion of knee' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '924.20', '', 'Contusion of foot' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '924.21', '', 'Contusion of ankle' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '924.3', '', 'Contusion of toe' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '924.4', '', 'Contusion of multiple sites of lower limb' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '924.5', '', 'Contusion of unspecified part of lower limb' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '924.8', '', 'Contusion of multiple sites not elsewhere classified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '924.9', '', 'Contusion of unspecified site' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '925.1', '', 'Crushing injury of face and scalp' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '925.2', '', 'Crushing injury of neck' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '926.0', '', 'Crushing injury of external genitalia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '926.11', '', 'Crushing injury of back' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '926.12', '', 'Crushing injury of buttock' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '926.19', '', 'Crushing injury of other specified sites of trunk' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '926.8', '', 'Crushing injury of multiple sites of trunk' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '926.9', '', 'Crushing injury of unspecified site of trunk' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '927.00', '', 'Crushing injury of shoulder region' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '927.01', '', 'Crushing injury of scapular region' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '927.02', '', 'Crushing injury of axillary region' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '927.03', '', 'Crushing injury of upper arm' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '927.09', '', 'Crushing injury of multiple sites of upper arm' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '927.10', '', 'Crushing injury of forearm' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '927.11', '', 'Crushing injury of elbow' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '927.20', '', 'Crushing injury of hand(s)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '927.21', '', 'Crushing injury of wrist' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '927.3', '', 'Crushing injury of finger(s)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '927.8', '', 'Crushing injury of multiple sites of upper limb' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '927.9', '', 'Crushing injury of unspecified site of upper limb' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '928.00', '', 'Crushing injury of thigh' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '928.01', '', 'Crushing injury of hip' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '928.10', '', 'Crushing injury of lower leg' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '928.11', '', 'Crushing injury of knee' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '928.20', '', 'Crushing injury of foot' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '928.21', '', 'Crushing injury of ankle' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '928.3', '', 'Crushing injury of toe(s)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '928.8', '', 'Crushing injury of multiple sites of lower limb' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '928.9', '', 'Crushing injury of unspecified site of lower limb' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '929.0', '', 'Crushing injury of multiple sites not elsewhere classified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '929.9', '', 'Crushing injury of unspecified site' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '930.0', '', 'Corneal foreign body' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '930.1', '', 'Foreign body in conjunctival sac' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '930.2', '', 'Foreign body in lacrimal punctum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '930.8', '', 'Foreign body in other and combined sites on external eye' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '930.9', '', 'Foreign body in unspecified site on external eye' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '931', '', 'Foreign body in ear' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '932', '', 'Foreign body in nose' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '933.0', '', 'Foreign body in pharynx' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '933.1', '', 'Foreign body in larynx' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '934.0', '', 'Foreign body in trachea' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '934.1', '', 'Foreign body in main bronchus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '934.8', '', 'Foreign body in other specified parts bronchus and lung' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '934.9', '', 'Foreign body in respiratory tree unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '935.0', '', 'Foreign body in mouth' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '935.1', '', 'Foreign body in esophagus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '935.2', '', 'Foreign body in stomach' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '936', '', 'Foreign body in intestine and colon' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '937', '', 'Foreign body in anus and rectum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '938', '', 'Foreign body in digestive system unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '939.0', '', 'Foreign body in bladder and urethra' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '939.1', '', 'Foreign body in uterus any part' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '939.2', '', 'Foreign body in vulva and vagina' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '939.3', '', 'Foreign body in penis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '939.9', '', 'Foreign body in unspecified site in genitourinary tract' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '940.0', '', 'Chemical burn of eyelids and periocular area' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '940.1', '', 'Other burns of eyelids and periocular area' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '940.2', '', 'Alkaline chemical burn of cornea and conjunctival sac' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '940.3', '', 'Acid chemical burn of cornea and conjunctival sac' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '940.4', '', 'Other burn of cornea and conjunctival sac' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '940.5', '', 'Burn with resulting rupture and destruction of eyeball' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '940.9', '', 'Unspecified burn of eye and adnexa' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '941.00', '', 'Burn of unspecified degree of unspecified site of face and head' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '941.01', '', 'Burn of unspecified degree of ear (any part)' ); +INSERT 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)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '941.03', '', 'Burn of unspecified degree of lip(s)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '941.04', '', 'Burn of unspecified degree of chin' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '941.05', '', 'Burn of unspecified degree of nose (septum)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '941.06', '', 'Burn of unspecified degree of scalp (any part)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '941.07', '', 'Burn of unspecified degree of forehead and cheek' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '941.08', '', 'Burn of unspecified degree of neck' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '941.11', '', 'Erythema due to burn (first degree) of ear (any part)' ); +INSERT 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)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '941.13', '', 'Erythema due to burn (first degree) of lip(s)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '941.14', '', 'Erythema due to burn (first degree) of chin' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '941.15', '', 'Erythema due to burn (first degree) of nose (septum)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '941.16', '', 'Erythema due to burn (first degree) of scalp (any part)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '941.17', '', 'Erythema due to burn (first degree) of forehead and cheek' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '941.18', '', 'Erythema due to burn (first degree) of neck' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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)' ); +INSERT 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)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '941.23', '', 'Blisters with epidermal loss due to burn (second degree) of lip(s)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '941.24', '', 'Blisters with epidermal loss due to burn (second degree) of chin' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '941.25', '', 'Blisters with epidermal loss due to burn (second degree) of nose (septum)' ); +INSERT 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)' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '941.28', '', 'Blisters with epidermal loss due to burn (second degree) of neck' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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)' ); +INSERT 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)' ); +INSERT 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)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '941.34', '', 'Full-thickness skin loss due to burn (third degree nos) of chin' ); +INSERT 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)' ); +INSERT 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)' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '941.38', '', 'Full-thickness skin loss due to burn (third degree nos) of neck' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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)' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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)' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '942.00', '', 'Burn of unspecified degree of unspecified site of trunk' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '942.01', '', 'Burn of unspecified degree of breast' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '942.02', '', 'Burn of unspecified degree of chest wall excluding breast and nipple' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '942.03', '', 'Burn of unspecified degree of abdominal wall' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '942.04', '', 'Burn of unspecified degree of back (any part)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '942.05', '', 'Burn of unspecified degree of genitalia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '942.09', '', 'Burn of unspecified degree of other and multiple sites of trunk' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '942.10', '', 'Erythema due to burn (first degree) of unspecified site of trunk' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '942.11', '', 'Erythema due to burn (first degree) of breast' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '942.13', '', 'Erythema due to burn (first degree) of abdominal wall' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '942.14', '', 'Erythema due to burn (first degree) of back (any part)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '942.15', '', 'Erythema due to burn (first degree) of genitalia' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '942.21', '', 'Blisters with epidermal loss due to burn (second degree) of breast' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '942.23', '', 'Blisters with epidermal loss due to burn (second degree) of abdominal wall' ); +INSERT 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)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '942.25', '', 'Blisters with epidermal loss due to burn (second degree) of genitalia' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '942.31', '', 'Full-thickness skin loss due to burn (third degree nos) of breast' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '942.35', '', 'Full-thickness skin loss due to burn (third degree nos) of genitalia' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '943.00', '', 'Burn of unspecified degree of unspecified site of upper limb' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '943.01', '', 'Burn of unspecified degree of forearm' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '943.02', '', 'Burn of unspecified degree of elbow' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '943.03', '', 'Burn of unspecified degree of upper arm' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '943.04', '', 'Burn of unspecified degree of axilla' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '943.05', '', 'Burn of unspecified degree of shoulder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '943.06', '', 'Burn of unspecified degree of scapular region' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '943.10', '', 'Erythema due to burn (first degree) of unspecified site of upper limb' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '943.11', '', 'Erythema due to burn (first degree) of forearm' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '943.12', '', 'Erythema due to burn (first degree) of elbow' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '943.13', '', 'Erythema due to burn (first degree) of upper arm' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '943.14', '', 'Erythema due to burn (first degree) of axilla' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '943.15', '', 'Erythema due to burn (first degree) of shoulder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '943.16', '', 'Erythema due to burn (first degree) of scapular region' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '943.21', '', 'Blisters with epidermal loss due to burn (second degree) of forearm' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '943.22', '', 'Blisters with epidermal loss due to burn (second degree) of elbow' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '943.23', '', 'Blisters with epidermal loss due to burn (second degree) of upper arm' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '943.24', '', 'Blisters with epidermal loss due to burn (second degree) of axilla' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '943.25', '', 'Blisters with epidermal loss due to burn (second degree) of shoulder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '943.26', '', 'Blisters with epidermal loss due to burn (second degree) of scapular region' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '943.31', '', 'Full-thickness skin loss due to burn (third degree nos) of forearm' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '943.32', '', 'Full-thickness skin loss due to burn (third degree nos) of elbow' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '943.34', '', 'Full-thickness skin loss due to burn (third degree nos) of axilla' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '943.35', '', 'Full-thickness skin loss due to burn (third degree nos) of shoulder' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '944.00', '', 'Burn of unspecified degree of unspecified site of hand' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '944.01', '', 'Burn of unspecified degree of single digit (finger (nail) other than thumb' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '944.02', '', 'Burn of unspecified degree of thumb (nail)' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '944.05', '', 'Burn of unspecified degree of palm of hand' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '944.06', '', 'Burn of unspecified degree of back of hand' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '944.07', '', 'Burn of unspecified degree of wrist' ); +INSERT 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)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '944.10', '', 'Erythema due to burn (first degree) of unspecified site of hand' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '944.12', '', 'Erythema due to burn (first degree) of thumb (nail)' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '944.15', '', 'Erythema due to burn (first degree) of palm of hand' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '944.16', '', 'Erythema due to burn (first degree) of back of hand' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '944.17', '', 'Erythema due to burn (first degree) of wrist' ); +INSERT 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)' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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)' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '944.27', '', 'Blisters with epidermal loss due to burn (second degree) of wrist' ); +INSERT 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)' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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)' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '944.37', '', 'Full-thickness skin loss due to burn (third degree nos) of wrist' ); +INSERT 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)' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '945.00', '', 'Burn of unspecified degree of unspecified site of lower limb (leg)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '945.01', '', 'Burn of unspecified degree of toe(s) (nail)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '945.02', '', 'Burn of unspecified degree of foot' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '945.03', '', 'Burn of unspecified degree of ankle' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '945.04', '', 'Burn of unspecified degree of lower leg' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '945.05', '', 'Burn of unspecified degree of knee' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '945.06', '', 'Burn of unspecified degree of thigh (any part)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '945.09', '', 'Burn of unspecified degree of multiple sites of lower limb(s)' ); +INSERT 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)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '945.11', '', 'Erythema due to burn (first degree) of toe(s) (nail)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '945.12', '', 'Erythema due to burn (first degree) of foot' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '945.13', '', 'Erythema due to burn (first degree) of ankle' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '945.14', '', 'Erythema due to burn (first degree) of lower leg' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '945.15', '', 'Erythema due to burn (first degree) of knee' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '945.16', '', 'Erythema due to burn (first degree) of thigh (any part)' ); +INSERT 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)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '945.20', '', 'Blisters epidermal loss (second degree) of unspecified site of lower limb (leg)' ); +INSERT 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)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '945.22', '', 'Blisters with epidermal loss due to burn (second degree) of foot' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '945.23', '', 'Blisters with epidermal loss due to burn (second degree) of ankle' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '945.24', '', 'Blisters with epidermal loss due to burn (second degree) of lower leg' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '945.25', '', 'Blisters with epidermal loss due to burn (second degree) of knee' ); +INSERT 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)' ); +INSERT 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)' ); +INSERT 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' ); +INSERT 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)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '945.32', '', 'Full-thickness skin loss due to burn (third degree nos) of foot' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '945.33', '', 'Full-thickness skin loss due to burn (third degree nos) of ankle' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '945.35', '', 'Full-thickness skin loss due to burn (third degree nos) of knee' ); +INSERT 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)' ); +INSERT 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)' ); +INSERT 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' ); +INSERT 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)' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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)' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '946.0', '', 'Burns of multiple specified sites unspecified degree' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '946.1', '', 'Erythema due to burn (first degree) of multiple specified sites' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '947.0', '', 'Burn of mouth and pharynx' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '947.1', '', 'Burn of larynx trachea and lung' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '947.2', '', 'Burn of esophagus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '947.3', '', 'Burn of gastrointestinal tract' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '947.4', '', 'Burn of vagina and uterus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '947.8', '', 'Burn of other specified sites of internal organs' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '947.9', '', 'Burn of internal organ unspecified site' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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%' ); +INSERT 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' ); +INSERT 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%' ); +INSERT 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%' ); +INSERT 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' ); +INSERT 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%' ); +INSERT 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%' ); +INSERT 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%' ); +INSERT 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' ); +INSERT 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%' ); +INSERT 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%' ); +INSERT 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%' ); +INSERT 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%' ); +INSERT 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' ); +INSERT 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%' ); +INSERT 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%' ); +INSERT 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%' ); +INSERT 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%' ); +INSERT 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%' ); +INSERT 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' ); +INSERT 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%' ); +INSERT 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%' ); +INSERT 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%' ); +INSERT 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%' ); +INSERT 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%' ); +INSERT 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%' ); +INSERT 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' ); +INSERT 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%' ); +INSERT 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%' ); +INSERT 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%' ); +INSERT 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%' ); +INSERT 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%' ); +INSERT 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%' ); +INSERT 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%' ); +INSERT 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' ); +INSERT 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%' ); +INSERT 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%' ); +INSERT 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%' ); +INSERT 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%' ); +INSERT 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%' ); +INSERT 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%' ); +INSERT 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%' ); +INSERT 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%' ); +INSERT 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' ); +INSERT 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%' ); +INSERT 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%' ); +INSERT 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%' ); +INSERT 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%' ); +INSERT 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%' ); +INSERT 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%' ); +INSERT 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%' ); +INSERT 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%' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '949.0', '', 'Burn of unspecified site unspecified degree' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '949.1', '', 'Erythema due to burn (first degree) unspecified site' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '949.2', '', 'Blisters with epidermal loss due to burn (second degree) unspecified site' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '949.3', '', 'Full-thickness skin loss due to burn (third degree nos) unspecified site' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '950.0', '', 'Optic nerve injury' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '950.1', '', 'Injury to optic chiasm' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '950.2', '', 'Injury to optic pathways' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '950.3', '', 'Injury to visual cortex' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '950.9', '', 'Injury to unspecified optic nerve and pathways' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '951.0', '', 'Injury to oculomotor nerve' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '951.1', '', 'Injury to trochlear nerve' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '951.2', '', 'Injury to trigeminal nerve' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '951.3', '', 'Injury to abducens nerve' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '951.4', '', 'Injury to facial nerve' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '951.5', '', 'Injury to acoustic nerve' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '951.6', '', 'Injury to accessory nerve' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '951.7', '', 'Injury to hypoglossal nerve' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '951.8', '', 'Injury to other specified cranial nerves' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '951.9', '', 'Injury to unspecified cranial nerve' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '952.00', '', 'C1-c4 level spinal cord injury unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '952.01', '', 'C1-c4 level with complete lesion of spinal cord' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '952.02', '', 'C1-c4 level with anterior cord syndrome' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '952.03', '', 'C1-c4 level with central cord syndrome' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '952.04', '', 'C1-c4 level with other specified spinal cord injury' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '952.05', '', 'C5-c7 level spinal cord injury unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '952.06', '', 'C5-c7 level with complete lesion of spinal cord' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '952.07', '', 'C5-c7 level with anterior cord syndrome' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '952.08', '', 'C5-c7 level with central cord syndrome' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '952.09', '', 'C5-c7 level with other specified spinal cord injury' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '952.10', '', 'T1-t6 level spinal cord injury unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '952.11', '', 'T1-t6 level with complete lesion of spinal cord' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '952.12', '', 'T1-t6 level with anterior cord syndrome' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '952.13', '', 'T1-t6 level with central cord syndrome' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '952.14', '', 'T1-t6 level with other specified spinal cord injury' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '952.15', '', 'T7-t12 level spinal cord injury unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '952.16', '', 'T7-t12 level with complete lesion of spinal cord' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '952.17', '', 'T7-t12 level with anterior cord syndrome' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '952.18', '', 'T7-t12 level with central cord syndrome' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '952.19', '', 'T7-t12 level with other specified spinal cord injury' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '952.2', '', 'Lumbar spinal cord injury without spinal bone injury' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '952.3', '', 'Sacral spinal cord injury without spinal bone injury' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '952.4', '', 'Cauda equina spinal cord injury without spinal bone injury' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '952.8', '', 'Multiple sites of spinal cord injury without spinal bone injury' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '952.9', '', 'Unspecified site of spinal cord injury without spinal bone injury' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '953.0', '', 'Injury to cervical nerve root' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '953.1', '', 'Injury to dorsal nerve root' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '953.2', '', 'Injury to lumbar nerve root' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '953.3', '', 'Injury to sacral nerve root' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '953.4', '', 'Injury to brachial plexus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '953.5', '', 'Injury to lumbosacral plexus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '953.8', '', 'Injury to multiple sites of nerve roots and spinal plexus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '953.9', '', 'Injury to unspecified site of nerve roots and spinal plexus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '954.0', '', 'Injury to cervical sympathetic nerve excluding shoulder and pelvic girdles' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '954.1', '', 'Injury to other sympathetic nerve excluding shoulder and pelvic girdles' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '954.9', '', 'Injury to unspecified nerve of trunk excluding shoulder and pelvic girdles' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '955.0', '', 'Injury to axillary nerve' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '955.1', '', 'Injury to median nerve' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '955.2', '', 'Injury to ulnar nerve' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '955.3', '', 'Injury to radial nerve' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '955.4', '', 'Injury to musculocutaneous nerve' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '955.5', '', 'Injury to cutaneous sensory nerve upper limb' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '955.6', '', 'Injury to digital nerve upper limb' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '955.7', '', 'Injury to other specified nerve(s) of shoulder girdle and upper limb' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '955.8', '', 'Injury to multiple nerves of shoulder girdle and upper limb' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '955.9', '', 'Injury to unspecified nerve of shoulder girdle and upper limb' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '956.0', '', 'Injury to sciatic nerve' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '956.1', '', 'Injury to femoral nerve' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '956.2', '', 'Injury to posterior tibial nerve' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '956.3', '', 'Injury to peroneal nerve' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '956.4', '', 'Injury to cutaneous sensory nerve lower limb' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '956.5', '', 'Injury to other specified nerve(s) of pelvic girdle and lower limb' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '956.8', '', 'Injury to multiple nerves of pelvic girdle and lower limb' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '956.9', '', 'Injury to unspecified nerve of pelvic girdle and lower limb' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '957.0', '', 'Injury to superficial nerves of head and neck' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '957.1', '', 'Injury to other specified nerve(s)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '957.8', '', 'Injury to multiple nerves in several parts' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '957.9', '', 'Injury to nerves unspecified site' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '958.0', '', 'Air embolism as an early complication of trauma' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '958.1', '', 'Fat embolism as an early complication of trauma' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '958.2', '', 'Secondary and recurrent hemorrhage as an early complication of trauma' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '958.3', '', 'Posttraumatic wound infection not elsewhere classified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '958.4', '', 'Traumatic shock' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '958.5', '', 'Traumatic anuria' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '958.6', '', 'Volkmann''s ischemic contracture' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '958.7', '', 'Traumatic subcutaneous emphysema' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '958.8', '', 'Other early complications of trauma' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '958.90', '', 'Compartment syndrome, unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '958.91', '', 'Traumatic compartment syndrome of upper extremity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '958.92', '', 'Traumatic compartment syndrome of lower extremity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '958.93', '', 'Traumatic compartment syndrome of abdomen' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '958.99', '', 'Traumatic compartment syndrome of other sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '959.01', '', 'Other and unspecified injury to head' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '959.09', '', 'Other and unspecified injury to face and neck' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '959.11', '', 'Other injury of chest wall' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '959.12', '', 'Other injury of abdomen' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '959.13', '', 'Fracture of corpus cavernosum penis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '959.14', '', 'Other injury of external genitals' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '959.19', '', 'Other and unspecified injury of other sites of trunk' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '959.2', '', 'Other and unspecified injury to shoulder and upper arm' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '959.3', '', 'Other and unspecified injury to elbow forearm and wrist' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '959.4', '', 'Other and unspecified injury to hand except finger' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '959.5', '', 'Other and unspecified injury to finger' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '959.6', '', 'Other and unspecified injury to hip and thigh' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '959.7', '', 'Other and unspecified injury to knee leg ankle and foot' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '959.8', '', 'Other and unspecified injury to other specified sites including multiple' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '959.9', '', 'Other and unspecified injury to unspecified site' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '960.0', '', 'Poisoning by penicillins' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '960.1', '', 'Poisoning by antifungal antibiotics' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '960.2', '', 'Poisoning by chloramphenicol group' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '960.3', '', 'Poisoning by erythromycin and other macrolides' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '960.4', '', 'Poisoning by tetracycline group' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '960.5', '', 'Poisoning of cephalosporin group' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '960.6', '', 'Poisoning of antimycobacterial antibiotics' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '960.7', '', 'Poisoning by antineoplastic antibiotics' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '960.8', '', 'Poisoning by other specified antibiotics' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '960.9', '', 'Poisoning by unspecified antibiotic' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '961.0', '', 'Poisoning by sulfonamides' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '961.1', '', 'Poisoning by arsenical anti-infectives' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '961.2', '', 'Poisoning by heavy metal anti-infectives' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '961.3', '', 'Poisoning by quinoline and hydroxyquinoline derivatives' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '961.4', '', 'Poisoning by antimalarials and drugs acting on other blood protozoa' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '961.5', '', 'Poisoning by other antiprotozoal drugs' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '961.6', '', 'Poisoning by anthelmintics' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '961.7', '', 'Poisoning by antiviral drugs' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '961.8', '', 'Poisoning by other antimycobacterial drugs' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '961.9', '', 'Poisoning by other and unspecified anti-infectives' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '962.0', '', 'Poisoning by adrenal cortical steroids' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '962.1', '', 'Poisoning by androgens and anabolic congeners' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '962.2', '', 'Poisoning by ovarian hormones and synthetic substitutes' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '962.3', '', 'Poisoning by insulins and antidiabetic agents' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '962.4', '', 'Poisoning by anterior pituitary hormones' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '962.5', '', 'Poisoning by posterior pituitary hormones' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '962.6', '', 'Poisoning by parathyroid and parathyroid derivatives' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '962.7', '', 'Poisoning by thyroid and thyroid derivatives' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '962.8', '', 'Poisoning by antithyroid agents' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '962.9', '', 'Poisoning by other and unspecified hormones and synthetic substitutes' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '963.0', '', 'Poisoning by antiallergic and antiemetic drugs' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '963.1', '', 'Poisoning by antineoplastic and immunosuppressive drugs' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '963.2', '', 'Poisoning by acidifying agents' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '963.3', '', 'Poisoning by alkalizing agents' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '963.4', '', 'Poisoning by enzymes not elsewhere classified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '963.5', '', 'Poisoning by vitamins not elsewhere classified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '963.8', '', 'Poisoning by other specified systemic agents' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '963.9', '', 'Poisoning by unspecified systemic agent' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '964.0', '', 'Poisoning by iron and its compounds' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '964.1', '', 'Poisoning by liver preparations and other antianemic agents' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '964.2', '', 'Poisoning by anticoagulants' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '964.3', '', 'Poisoning by vitamin k (phytonadione)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '964.4', '', 'Poisoning by fibrinolysis-affecting drugs' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '964.5', '', 'Poisoning by anticoagulant antagonists and other coagulants' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '964.6', '', 'Poisoning by gamma globulin' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '964.7', '', 'Poisoning by natural blood and blood products' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '964.8', '', 'Poisoning by other specified agents affecting blood constituents' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '964.9', '', 'Poisoning by unspecified agent affecting blood constituents' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '965.00', '', 'Poisoning by opium (alkaloids) unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '965.01', '', 'Poisoning by heroin' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '965.02', '', 'Poisoning by methadone' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '965.09', '', 'Poisoning by other opiates and related narcotics' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '965.1', '', 'Poisoning by salicylates' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '965.4', '', 'Poisoning by aromatic analgesics not elsewhere classified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '965.5', '', 'Poisoning by pyrazole derivatives' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '965.61', '', 'Poisoning by propionic acid derivatives' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '965.69', '', 'Poisoning by other antirheumatics' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '965.7', '', 'Poisoning by other non-narcotic analgesics' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '965.8', '', 'Poisoning by other specified analgesics and antipyretics' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '965.9', '', 'Poisoning by unspecified analgesic and antipyretic' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '966.0', '', 'Poisoning by oxazolidine derivatives' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '966.1', '', 'Poisoning by hydantoin derivatives' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '966.2', '', 'Poisoning by succinimides' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '966.3', '', 'Poisoning by other and unspecified anticonvulsants' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '966.4', '', 'Poisoning by anti-parkinsonism drugs' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '967.0', '', 'Poisoning by barbiturates' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '967.1', '', 'Poisoning by chloral hydrate group' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '967.2', '', 'Poisoning by paraldehyde' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '967.3', '', 'Poisoning by bromine compounds' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '967.4', '', 'Poisoning by methaqualone compounds' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '967.5', '', 'Poisoning by glutethimide group' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '967.6', '', 'Poisoning by mixed sedatives not elsewhere classified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '967.8', '', 'Poisoning by other sedatives and hypnotics' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '967.9', '', 'Poisoning by unspecified sedative or hypnotic' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '968.0', '', 'Poisoning by central nervous system muscle-tone depressants' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '968.1', '', 'Poisoning by halothane' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '968.2', '', 'Poisoning by other gaseous anesthetics' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '968.3', '', 'Poisoning by intravenous anesthetics' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '968.4', '', 'Poisoning by other and unspecified general anesthetics' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '968.5', '', 'Poisoning by surface (topical) and infiltration anesthetics' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '968.6', '', 'Poisoning by peripheral nerve- and plexus-blocking anesthetics' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '968.7', '', 'Poisoning by spinal anesthetics' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '968.9', '', 'Poisoning by other and unspecified local anesthetics' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '969.00', '', 'Poisoning by antidepressant, unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '969.01', '', 'Poisoning by monoamine oxidase inhibitors' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '969.02', '', 'Poisoning by selective serotonin and norepinephrine reuptake inhibitors' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '969.03', '', 'Poisoning by selective serotonin reuptake inhibitors' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '969.04', '', 'Poisoning by tetracyclic antidepressants' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '969.05', '', 'Poisoning by tricyclic antidepressants' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '969.09', '', 'Poisoning by other antidepressants' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '969.1', '', 'Poisoning by phenothiazine-based tranquilizers' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '969.2', '', 'Poisoning by butyrophenone-based tranquilizers' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '969.3', '', 'Poisoning by other antipsychotics neuroleptics and major tranquilizers' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '969.4', '', 'Poisoning by benzodiazepine-based tranquilizers' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '969.5', '', 'Poisoning by other tranquilizers' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '969.6', '', 'Poisoning by psychodysleptics (hallucinogens)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '969.70', '', 'Poisoning by psychostimulant, unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '969.71', '', 'Poisoning by caffeine' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '969.72', '', 'Poisoning by amphetamines' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '969.73', '', 'Poisoning by methylphenidate' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '969.79', '', 'Poisoning by other psychostimulants' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '969.8', '', 'Poisoning by other specified psychotropic agents' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '969.9', '', 'Poisoning by unspecified psychotropic agent' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '970.0', '', 'Poisoning by analeptics' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '970.1', '', 'Poisoning by opiate antagonists' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '970.8', '', 'Poisoning by other specified central nervous system stimulants' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '970.9', '', 'Poisoning by unspecified central nervous system stimulant' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '971.0', '', 'Poisoning by parasympathomimetics (cholinergics)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '971.1', '', 'Poisoning by parasympatholytics (anticholinergics and antimuscarinics) and spasmolytics' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '971.2', '', 'Poisoning by sympathomimetics (adrenergics)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '971.3', '', 'Poisoning by sympatholytics (antiadrenergics)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '971.9', '', 'Poisoning by unspecified drug primarily affecting autonomic nervous system' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '972.0', '', 'Poisoning by cardiac rhythm regulators' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '972.1', '', 'Poisoning by cardiotonic glycosides and drugs of similar action' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '972.2', '', 'Poisoning by antilipemic and antiarteriosclerotic drugs' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '972.3', '', 'Poisoning by ganglion-blocking agents' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '972.4', '', 'Poisoning by coronary vasodilators' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '972.5', '', 'Poisoning by other vasodilators' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '972.6', '', 'Poisoning by other antihypertensive agents' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '972.7', '', 'Poisoning by antivaricose drugs including sclerosing agents' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '972.8', '', 'Poisoning by capillary-active drugs' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '972.9', '', 'Poisoning by other and unspecified agents primarily affecting the cardiovascular system' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '973.0', '', 'Poisoning by antacids and antigastric secretion drugs' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '973.1', '', 'Poisoning by irritant cathartics' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '973.2', '', 'Poisoning by emollient cathartics' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '973.3', '', 'Poisoning by other cathartics including intestinal atonia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '973.4', '', 'Poisoning by digestants' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '973.5', '', 'Poisoning by antidiarrheal drugs' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '973.6', '', 'Poisoning by emetics' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '973.8', '', 'Poisoning by other specified agents primarily affecting the gastrointestinal system' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '973.9', '', 'Poisoning by unspecified agent primarily affecting the gastrointestinal system' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '974.0', '', 'Poisoning by mercurial diuretics' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '974.1', '', 'Poisoning by purine derivative diuretics' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '974.2', '', 'Poisoning by carbonic acid anhydrase inhibitors' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '974.3', '', 'Poisoning by saluretics' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '974.4', '', 'Poisoning by other diuretics' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '974.5', '', 'Poisoning by electrolytic caloric and water-balance agents' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '974.6', '', 'Poisoning by other mineral salts not elsewhere classified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '974.7', '', 'Poisoning by uric acid metabolism drugs' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '975.0', '', 'Poisoning by oxytocic agents' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '975.1', '', 'Poisoning by smooth muscle relaxants' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '975.2', '', 'Poisoning by skeletal muscle relaxants' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '975.3', '', 'Poisoning by other and unspecified drugs acting on muscles' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '975.4', '', 'Poisoning by antitussives' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '975.5', '', 'Poisoning by expectorants' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '975.6', '', 'Poisoning by anti-common cold drugs' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '975.7', '', 'Poisoning by antiasthmatics' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '975.8', '', 'Poisoning by other and unspecified respiratory drugs' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '976.0', '', 'Poisoning by local anti-infectives and anti-inflammatory drugs' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '976.1', '', 'Poisoning by antipruritics' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '976.2', '', 'Poisoning by local astringents and local detergents' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '976.3', '', 'Poisoning by emollients demulcents and protectants' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '976.4', '', 'Poisoning by keratolytics keratoplastics other hair treatment drugs and preparations' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '976.5', '', 'Poisoning by eye anti-infectives and other eye drugs' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '976.7', '', 'Poisoning by dental drugs topically applied' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '976.8', '', 'Poisoning by other agents primarily affecting skin and mucous membrane' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '976.9', '', 'Poisoning by unspecified agent primarily affecting skin and mucous membrane' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '977.0', '', 'Poisoning by dietetics' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '977.1', '', 'Poisoning by lipotropic drugs' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '977.2', '', 'Poisoning by antidotes and chelating agents not elsewhere classified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '977.3', '', 'Poisoning by alcohol deterrents' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '977.4', '', 'Poisoning by pharmaceutical excipients' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '977.8', '', 'Poisoning by other specified drugs and medicinal substances' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '977.9', '', 'Poisoning by unspecified drug or medicinal substance' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '978.0', '', 'Poisoning by bcg vaccine' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '978.1', '', 'Poisoning by typhoid and paratyphoid vaccine' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '978.2', '', 'Poisoning by cholera vaccine' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '978.3', '', 'Poisoning by plague vaccine' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '978.4', '', 'Poisoning by tetanus vaccine' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '978.5', '', 'Poisoning by diphtheria vaccine' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '978.6', '', 'Poisoning by pertussis vaccine including combinations with a pertussis component' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '978.8', '', 'Poisoning by other and unspecified bacterial vaccines' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '978.9', '', 'Poisoning by mixed bacterial vaccines except combinations with a pertussis component' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '979.0', '', 'Poisoning by smallpox vaccine' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '979.1', '', 'Poisoning by rabies vaccine' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '979.2', '', 'Poisoning by typhus vaccine' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '979.3', '', 'Poisoning by yellow fever vaccine' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '979.4', '', 'Poisoning by measles vaccine' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '979.5', '', 'Poisoning by poliomyelitis vaccine' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '979.6', '', 'Poisoning by other and unspecified viral and rickettsial vaccines' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '979.9', '', 'Poisoning by other and unspecified vaccines and biological substances' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '980.0', '', 'Toxic effect of ethyl alcohol' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '980.1', '', 'Toxic effect of methyl alcohol' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '980.2', '', 'Toxic effect of isopropyl alcohol' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '980.3', '', 'Toxic effect of fusel oil' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '980.8', '', 'Toxic effect of other specified alcohols' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '980.9', '', 'Toxic effect of unspecified alcohol' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '981', '', 'Toxic effect of petroleum products' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '982.0', '', 'Toxic effect of benzene and homologues' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '982.1', '', 'Toxic effect of carbon tetrachloride' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '982.2', '', 'Toxic effect of carbon disulfide' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '982.3', '', 'Toxic effect of other chlorinated hydrocarbon solvents' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '982.4', '', 'Toxic effect of nitroglycol' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '982.8', '', 'Toxic effect of other nonpetroleum-based solvents' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '983.0', '', 'Toxic effect of corrosive aromatics' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '983.1', '', 'Toxic effect of acids' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '983.2', '', 'Toxic effect of caustic alkalis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '983.9', '', 'Toxic effect of caustic unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '984.0', '', 'Toxic effect of inorganic lead compounds' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '984.1', '', 'Toxic effect of organic lead compounds' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '984.8', '', 'Toxic effect of other lead compounds' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '984.9', '', 'Toxic effect of unspecified lead compound' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '985.0', '', 'Toxic effect of mercury and its compounds' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '985.1', '', 'Toxic effect of arsenic and its compounds' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '985.2', '', 'Toxic effect of manganese and its compounds' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '985.3', '', 'Toxic effect of beryllium and its compounds' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '985.4', '', 'Toxic effect of antimony and its compounds' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '985.5', '', 'Toxic effect of cadmium and its compounds' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '985.6', '', 'Toxic effect of chromium' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '985.8', '', 'Toxic effect of other specified metals' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '985.9', '', 'Toxic effect of unspecified metal' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '986', '', 'Toxic effect of carbon monoxide' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '987.0', '', 'Toxic effect of liquefied petroleum gases' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '987.1', '', 'Toxic effect of other hydrocarbon gas' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '987.2', '', 'Toxic effect of nitrogen oxides' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '987.3', '', 'Toxic effect of sulfur dioxide' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '987.4', '', 'Toxic effect of freon' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '987.5', '', 'Toxic effect of lacrimogenic gas' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '987.6', '', 'Toxic effect of chlorine gas' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '987.7', '', 'Toxic effect of hydrocyanic acid gas' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '987.8', '', 'Toxic effect of other specified gases fumes or vapors' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '987.9', '', 'Toxic effect of unspecified gas fume or vapor' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '988.0', '', 'Toxic effect of fish and shellfish eaten as food' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '988.1', '', 'Toxic effect of mushrooms eaten as food' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '988.2', '', 'Toxic effect of berries and other plants eaten as food' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '988.8', '', 'Toxic effect of other specified noxious substances eaten as food' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '988.9', '', 'Toxic effect of unspecified noxious substance eaten as food' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '989.0', '', 'Toxic effect of hydrocyanic acid and cyanides' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '989.1', '', 'Toxic effect of strychnine and salts' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '989.2', '', 'Toxic effect of chlorinated hydrocarbons' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '989.3', '', 'Toxic effect of organophosphate and carbamate' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '989.4', '', 'Toxic effect of other pesticides not elsewhere classified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '989.5', '', 'Toxic effect of venom' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '989.6', '', 'Toxic effect of soaps and detergents' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '989.7', '', 'Toxic effect of aflatoxin and other mycotoxin (food contaminants)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '989.81', '', 'Toxic effect of asbestos' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '989.82', '', 'Toxic effect of latex' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '989.83', '', 'Toxic effect of silicone' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '989.84', '', 'Toxic effect of tobacco' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '989.9', '', 'Toxic effect of unspecified substance chiefly nonmedicinal as to source' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '990', '', 'Effects of radiation unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '991.0', '', 'Frostbite of face' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '991.1', '', 'Frostbite of hand' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '991.2', '', 'Frostbite of foot' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '991.3', '', 'Frostbite of other and unspecified sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '991.4', '', 'Immersion foot' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '991.5', '', 'Chilblains' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '991.6', '', 'Hypothermia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '991.8', '', 'Other specified effects of reduced temperature' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '991.9', '', 'Unspecified effect of reduced temperature' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '992.0', '', 'Heat stroke and sunstroke' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '992.1', '', 'Heat syncope' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '992.2', '', 'Heat cramps' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '992.3', '', 'Heat exhaustion anhydrotic' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '992.4', '', 'Heat exhaustion due to salt depletion' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '992.5', '', 'Heat exhaustion unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '992.6', '', 'Heat fatigue transient' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '992.7', '', 'Heat edema' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '992.8', '', 'Other specified heat effects' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '992.9', '', 'Unspecified effects of heat and light' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '993.0', '', 'Barotrauma otitic' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '993.1', '', 'Barotrauma sinus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '993.2', '', 'Other and unspecified effects of high altitude' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '993.3', '', 'Caisson disease' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '993.4', '', 'Effects of air pressure caused by explosion' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '993.8', '', 'Other specified effects of air pressure' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '993.9', '', 'Unspecified effect of air pressure' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '994.0', '', 'Effects of lightning' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '994.1', '', 'Drowning and nonfatal submersion' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '994.2', '', 'Effects of neoplasms' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '994.3', '', 'Effects of thirst' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '994.4', '', 'Exhaustion due to exposure' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '994.5', '', 'Exhaustion due to excessive exertion' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '994.6', '', 'Motion sickness' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '994.7', '', 'Asphyxiation and strangulation' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '994.8', '', 'Electrocution and nonfatal effects of electric current' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '994.9', '', 'Other effects of external causes' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '995.0', '', 'Other anaphylactic shock not elsewhere classified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '995.1', '', 'Angioneurotic edema not elsewhere classified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '995.20', '', 'Unspecified adverse effect of unspecified drug, medicinal and biological substance' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '995.21', '', 'Arthus phenomenon' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '995.22', '', 'Unspecified adverse effect of anesthesia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '995.23', '', 'Unspecified adverse effect of insulin' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '995.24', '', 'Failed moderate sedation during procedure' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '995.27', '', 'Other drug allergy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '995.29', '', 'Unspecified adverse effect of other drug, medicinal and biological substance' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '995.3', '', 'Allergy unspecified not elsewhere classified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '995.4', '', 'Shock due to anesthesia not elsewhere classified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '995.50', '', 'Unspecified child abuse' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '995.51', '', 'Child emotional/psychological abuse' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '995.52', '', 'Child neglect (nutritional)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '995.53', '', 'Child sexual abuse' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '995.54', '', 'Child physical abuse' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '995.55', '', 'Shaken baby syndrome' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '995.59', '', 'Other child abuse and neglect' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '995.60', '', 'Anaphylactic shock due to unspecified food' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '995.61', '', 'Anaphylactic shock due to peanuts' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '995.62', '', 'Anaphylactic shock due to crustaceans' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '995.63', '', 'Anaphylactic shock due to fruits and vegetables' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '995.64', '', 'Anaphylactic shock due to tree nuts and seeds' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '995.65', '', 'Anaphylactic shock due to fish' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '995.66', '', 'Anaphylactic shock due to food additives' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '995.67', '', 'Anaphylactic shock due to milk products' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '995.68', '', 'Anaphylactic shock due to eggs' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '995.69', '', 'Anaphylactic shock due to other specified food' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '995.7', '', 'Other adverse food reactions not elsewhere classified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '995.80', '', 'Unspecified adult maltreatment' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '995.81', '', 'Adult physical abuse' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '995.82', '', 'Adult emotional/psychological abuse' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '995.83', '', 'Adult sexual abuse' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '995.84', '', 'Adult neglect (nutritional)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '995.85', '', 'Other adult abuse and neglect' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '995.86', '', 'Malignant hyperthermia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '995.89', '', 'Other specified adverse effects not elsewhere classified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '995.90', '', 'Systemic inflammatory response syndrome unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '995.91', '', 'Systemic inflammatory response syndrome due to infectious process without organ dysfunction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '995.92', '', 'Systemic inflammatory response syndrome due to infectious process with organ dysfunction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '995.93', '', 'Systemic inflammatory response syndrome due to noninfectious process without organ dysfunction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '995.94', '', 'Systemic inflammatory response syndrome due to noninfectious process with organ dysfunction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '996.00', '', 'Mechanical complications of unspecified cardiac device implant and graft' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '996.01', '', 'Mechanical complication due to cardiac pacemaker (electrode)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '996.02', '', 'Mechanical complication due to heart valve prosthesis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '996.03', '', 'Mechanical complication due to coronary bypass graft' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '996.04', '', 'Mechanical complication of automatic implantable cardiac defibrillator' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '996.09', '', 'Other mechanical complication of cardiac device implant and graft' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '996.1', '', 'Mechanical complication of other vascular device implant and graft' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '996.2', '', 'Mechanical complication of nervous system device implant and graft' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '996.30', '', 'Mechanical complication of unspecified genitourinary device implant and graft' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '996.31', '', 'Mechanical complication due to urethral (indwelling) catheter' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '996.32', '', 'Mechanical complication due to intrauterine contraceptive device' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '996.39', '', 'Other mechanical complication of genitourinary device implant and graft' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '996.40', '', 'Unspecified mechanical complication of internal orthopedic device, implant and graft' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '996.41', '', 'Mechanical loosening of prosthetic joint' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '996.42', '', 'Dislocation of prosthetic joint' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '996.43', '', 'Broken prosthetic joint implant' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '996.44', '', 'Peri-prosthetic fracture around prosthetic joint' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '996.45', '', 'Peri-prosthetic osteolysis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '996.46', '', 'Articular bearing surface wear of prosthetic joint' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '996.47', '', 'Other mechanical complication of prosthetic joint implant' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '996.49', '', 'Other mechanical complication of other internal orthopedic device, implant, and graft' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '996.51', '', 'Mechanical complication of prosthetic corneal graft' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '996.52', '', 'Mechanical complication of prosthetic graft of other tissue not elsewhere classified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '996.53', '', 'Mechanical complication of prosthetic ocular lens prosthesis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '996.54', '', 'Mechanical complication of breast prosthesis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '996.55', '', 'Mechanical complication due to artificial skin graft and decellularized allodermis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '996.56', '', 'Mechanical complication due to peritoneal dialysis catheter' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '996.57', '', 'Mechanical complication due to insulin pump' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '996.59', '', 'Mechanical complication of other implant and internal device not elsewhere classified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '996.60', '', 'Infection and inflammatory reaction due to unspecified device implant and graft' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '996.61', '', 'Infection and inflammatory reaction due to cardiac device implant and graft' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '996.62', '', 'Infection and inflammatory reaction due vascular device, implant and graft' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '996.63', '', 'Infection and inflammatory reaction due to nervous system device implant and graft' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '996.64', '', 'Infection and inflammatory reaction due to indwelling urinary catheter' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '996.65', '', 'Infection and inflammatory reaction due to other genitourinary device implant and graft' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '996.66', '', 'Infection and inflammatory reaction due to internal joint prosthesis' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '996.68', '', 'Infection and inflammatory reaction due to peritoneal dialysis catheter' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '996.70', '', 'Other complications due to unspecified device implant and graft' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '996.71', '', 'Other complications due to heart valve prosthesis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '996.72', '', 'Other complications due to other cardiac device implant and graft' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '996.73', '', 'Other complications due to renal dialysis device implant and graft' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '996.74', '', 'Other complications due to other vascular device implant and graft' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '996.75', '', 'Other complications due to nervous system device implant and graft' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '996.76', '', 'Other complications due to genitourinary device implant and graft' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '996.77', '', 'Other complications due to internal joint prosthesis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '996.78', '', 'Other complications due to other internal orthopedic device implant and graft' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '996.79', '', 'Other complications due to other internal prosthetic device implant and graft' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '996.80', '', 'Complications of unspecified transplanted organ' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '996.81', '', 'Complications of transplanted kidney' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '996.82', '', 'Complications of transplanted liver' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '996.83', '', 'Complications of transplanted heart' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '996.84', '', 'Complications of transplanted lung' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '996.85', '', 'Complications of transplanted bone marrow' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '996.86', '', 'Complications of transplanted pancreas' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '996.87', '', 'Complications of transplanted organ intestine' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '996.89', '', 'Complications of other specified transplanted organ' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '996.90', '', 'Complications of unspecified reattached extremity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '996.91', '', 'Complications of reattached forearm' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '996.92', '', 'Complications of reattached hand' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '996.93', '', 'Complications of reattached finger(s)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '996.94', '', 'Complications of reattached upper extremity other and unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '996.95', '', 'Complication of reattached foot and toe(s)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '996.96', '', 'Complication of reattached lower extremity other and unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '996.99', '', 'Complication of other specified reattached body part' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '997.00', '', 'Nervous system complication unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '997.01', '', 'Central nervous system complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '997.02', '', 'Iatrogenic cerebrovascular infarction or hemorrhage' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '997.09', '', 'Other nervous system complications' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '997.1', '', 'Cardiac complications not elsewhere classified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '997.2', '', 'Peripheral vascular complications not elsewhere classified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '997.31', '', 'Ventilator associated pneumonia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '997.39', '', 'Other respiratory complications' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '997.4', '', 'Digestive system complications not elsewhere classified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '997.5', '', 'Urinary complications not elsewhere classified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '997.60', '', 'Unspecified late complication of amputation stump' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '997.61', '', 'Neuroma of amputation stump' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '997.62', '', 'Infection (chronic) of amputation stump' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '997.69', '', 'Other late amputation stump complication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '997.71', '', 'Vascular complications of mesenteric artery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '997.72', '', 'Vascular complications of renal artery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '997.79', '', 'Vascular complications of other vessels' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '997.91', '', 'Complications affecting other specified body systems not elsewhere classified hypertension' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '997.99', '', 'Complications affecting other specified body systems not elsewhere classified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '998.0', '', 'Postoperative shock not elsewhere classified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '998.11', '', 'Hemorrhage complicating a procedure' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '998.12', '', 'Hematoma complicating a procedure' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '998.13', '', 'Seroma complicating a procedure' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '998.2', '', 'Accidental puncture or laceration during a procedure not elsewhere classified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '998.30', '', 'Disruption of wound, unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '998.31', '', 'Disruption of internal operation (surgical) wound' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '998.32', '', 'Disruption of external operation (surgical) wound' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '998.33', '', 'Disruption of traumatic wound repair' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '998.4', '', 'Foreign body accidentally left during a procedure not elsewhere classified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '998.51', '', 'Infected postoperative seroma' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '998.59', '', 'Other postoperative infection' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '998.6', '', 'Persistent postoperative fistula not elsewhere classified' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '998.81', '', 'Emphysema (subcutaneous) (surgical) resulting from procedure' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '998.82', '', 'Cataract fragments in eye following cataract surgery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '998.83', '', 'Non-healing surgical wound' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '998.89', '', 'Other specified complications of procedures not elsewhere classified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '998.9', '', 'Unspecified complication of procedure not elsewhere classified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '999.0', '', 'Generalized vaccinia as a complication of medical care not elsewhere classified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '999.1', '', 'Air embolism as a complication of medical care not elsewhere classified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '999.2', '', 'Other vascular complications of medical care not elsewhere classified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '999.31', '', 'Infection due to central venous catheter' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '999.39', '', 'Infection following other infusion, injection, transfusion, or vaccination' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '999.4', '', 'Anaphylactic shock due to serum not elsewhere classified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '999.5', '', 'Other serum reaction not elsewhere classified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '999.6', '', 'Abo incompatibility reaction not elsewhere classified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '999.7', '', 'Rh incompatibility reaction not elsewhere classified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '999.81', '', 'Extravasation of vesicant chemotherapy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '999.82', '', 'Extravasation of other vesicant agent' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '999.88', '', 'Other infusion reaction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '999.89', '', 'Other transfusion reaction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '999.9', '', 'Other and unspecified complications of medical care not elsewhere classified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E000.0', '', 'Civilian activity done for income or pay' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E000.1', '', 'Military activity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E000.8', '', 'Other external cause status' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E000.9', '', 'Unspecified external cause status' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E001.0', '', 'Activities involving walking, marching and hiking' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E001.1', '', 'Activities involving running' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E002.0', '', 'Activities involving swimming' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E002.1', '', 'Activities involving springboard and platform diving' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E002.2', '', 'Activities involving water polo' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E002.3', '', 'Activities involving water aerobics and water exercise' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E002.4', '', 'Activities involving underwater diving and snorkeling' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E002.5', '', 'Activities involving rowing, canoeing, kayaking, rafting and tubing' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E002.6', '', 'Activities involving water skiing and wake boarding' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E002.7', '', 'Activities involving surfing, windsurfing and boogie boarding' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E002.8', '', 'Activities involving water sliding' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E002.9', '', 'Other activity involving water and watercraft' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E003.0', '', 'Activities involving ice skating' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E003.1', '', 'Activities involving ice hockey' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E003.3', '', 'Activities involving cross country skiing' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E003.9', '', 'Other activity involving ice and snow' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E004.0', '', 'Activities involving mountain climbing, rock climbing and wall climbing' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E004.1', '', 'Activities involving rappelling' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E004.2', '', 'Activities involving climbing base jumping' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E004.3', '', 'Activities involving climbing bungee jumping' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E004.4', '', 'Activities involving hang gliding' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E004.9', '', 'Other activity involving climbing, rappelling and jumping off' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E005.0', '', 'Activities involving dancing' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E005.1', '', 'Activities involving yoga' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E005.2', '', 'Activities involving gymnastics' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E005.3', '', 'Activities involving trampoline' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E005.4', '', 'Activities involving cheerleading' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E005.9', '', 'Other activity involving dancing and other rhythmic movements' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E006.0', '', 'Activities involving roller skating (inline) and skateboarding' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E006.1', '', 'Activities involving horseback riding' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E006.2', '', 'Activities involving golf' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E006.3', '', 'Activities involving bowling' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E006.4', '', 'Activities involving bike riding' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E006.5', '', 'Activities involving jump rope' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E006.6', '', 'Activities involving non-running track and field events' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E006.9', '', 'Other activity involving other sports and athletics played individually' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E007.0', '', 'Activities involving american tackle football' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E007.1', '', 'Activities involving american flag or touch football' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E007.2', '', 'Activities involving rugby' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E007.3', '', 'Activities involving baseball' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E007.4', '', 'Activities involving lacrosse and field hockey' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E007.5', '', 'Activities involving soccer' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E007.6', '', 'Activities involving basketball' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E007.7', '', 'Activities involving volleyball (beach) (court)' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E008.0', '', 'Activities involving boxing' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E008.1', '', 'Activities involving wrestling' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E008.2', '', 'Activities involving racquet and hand sports' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E008.3', '', 'Activities involving frisbee' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E008.4', '', 'Activities involving martial arts' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E008.9', '', 'Other specified sports and athletics activities' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E009.0', '', 'Activity involving exercise machines primarily for cardiorespiratory conditioning' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E009.1', '', 'Activity involving calisthenics' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E009.2', '', 'Activity involving aerobic and step exercise' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E009.3', '', 'Activity involving circuit training' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E009.4', '', 'Activity involving obstacle course' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E009.5', '', 'Activity involving grass drills' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E009.9', '', 'Other activity involving cardiorespiratory exercise' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E010.0', '', 'Activity involving exercise machines primarily for muscle strengthening' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E010.1', '', 'Activity involving push-ups, pull-ups, sit-ups' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E010.2', '', 'Activity involving free weights' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E010.3', '', 'Activity involving pilates' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E010.9', '', 'Other activity involving other muscle strengthening exercises' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E011.0', '', 'Activities involving computer keyboarding' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E011.1', '', 'Activities involving hand held interactive electronic device' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E011.9', '', 'Other activity involving computer technology and electronic devices' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E012.0', '', 'Activities involving knitting and crocheting' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E012.1', '', 'Activities involving sewing' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E012.2', '', 'Activities involving furniture building and finishing' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E012.9', '', 'Activity involving other arts and handcrafts' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E013.0', '', 'Activities involving personal bathing and showering' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E013.1', '', 'Activities involving laundry' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E013.2', '', 'Activities involving vacuuming' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E013.3', '', 'Activities involving ironing' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E013.4', '', 'Activities involving floor mopping and cleaning' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E013.5', '', 'Activities involving residential relocation' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E013.8', '', 'Other personal hygiene activity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E013.9', '', 'Other household maintenance' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E014.0', '', 'Caregiving involving bathing' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E014.1', '', 'Caregiving involving lifting' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E014.9', '', 'Other activity involving person providing caregiving' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E015.0', '', 'Activities involving food preparation and clean up' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E015.1', '', 'Activities involving grilling and smoking food' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E015.2', '', 'Activities involving cooking and baking' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E015.9', '', 'Other activity involving cooking and grilling' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E016.0', '', 'Activities involving digging, shoveling and raking' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E016.1', '', 'Activities involving gardening and landscaping' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E016.2', '', 'Activities involving building and construction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E016.9', '', 'Other activity involving property and land maintenance, building and construction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E017.0', '', 'Activities involving roller coaster riding' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E017.9', '', 'Other activity involving external motion' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E018.0', '', 'Activities involving piano playing' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E018.1', '', 'Activities involving drum and other percussion instrument playing' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E018.2', '', 'Activities involving string instrument playing' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E018.3', '', 'Activities involving winds and brass instrument playing' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E019.0', '', 'Activities involving walking an animal' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E019.1', '', 'Activities involving milking an animal' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E019.2', '', 'Activities involving grooming and shearing an animal' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E019.9', '', 'Other activity involving animal care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E029.0', '', 'Refereeing a sports activity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E029.1', '', 'Spectator at an event' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E029.2', '', 'Rough housing and horseplay' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E029.9', '', 'Other activity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E030', '', 'Unspecified activity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E800.0', '', 'Railway accident involving collision with rolling stock and injuring railway employee' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E800.1', '', 'Railway accident involving collision with rolling stock and injuring passenger on railway' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E800.2', '', 'Railway accident involving collision with rolling stock and injuring pedestrian' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E800.3', '', 'Railway accident involving collision with rolling stock and injuring pedal cyclist' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E800.8', '', 'Railway accident involving collision with rolling stock and injuring other specified person' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E800.9', '', 'Railway accident involving collision with rolling stock and injuring unspecified person' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E801.0', '', 'Railway accident involving collision with other object and injuring railway employee' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E801.1', '', 'Railway accident involving collision with other object and injuring passenger on railway' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E801.2', '', 'Railway accident involving collision with other object and injuring pedestrian' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E801.3', '', 'Railway accident involving collision with other object and injuring pedal cyclist' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E801.8', '', 'Railway accident involving collision with other object and injuring other specified person' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E801.9', '', 'Railway accident involving collision with other object and injuring unspecified person' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E802.0', '', 'Railway accident involving derailment without antecedent collision injuring railway employee' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E802.1', '', 'Railway accident involving derailment without antecedent collision injuring passenger on railway' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E802.2', '', 'Railway accident involving derailment without antecedent collision injuring pedestrian' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E802.3', '', 'Railway accident involving derailment without antecedent collision injuring pedal cyclist' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E802.8', '', 'Railway accident involving derailment without antecedent collision injuring other specified person' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E802.9', '', 'Railway accident involving derailment without antecedent collision injuring unspecified person' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E803.0', '', 'Railway accident involving explosion fire or burning injuring railway employee' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E803.1', '', 'Railway accident involving explosion fire or burning injuring passenger on railway' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E803.2', '', 'Railway accident involving explosion fire or burning injuring pedestrian' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E803.3', '', 'Railway accident involving explosion fire or burning injuring pedal cyclist' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E803.8', '', 'Railway accident involving explosion fire or burning injuring other specified person' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E803.9', '', 'Railway accident involving explosion fire or burning injuring unspecified person' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E804.0', '', 'Fall in on or from railway train injuring railway employee' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E804.1', '', 'Fall in on or from railway train injuring passenger on railway' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E804.2', '', 'Fall in on or from railway train injuring pedestrian' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E804.3', '', 'Fall in on or from railway train injuring pedal cyclist' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E804.8', '', 'Fall in on or from railway train injuring other specified person' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E804.9', '', 'Fall in on or from railway train injuring unspecified person' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E805.0', '', 'Railway employee hit by rolling stock' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E805.1', '', 'Passenger on railway hit by rolling stock' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E805.2', '', 'Pedestrian hit by rolling stock' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E805.3', '', 'Pedal cyclist hit by rolling stock' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E805.8', '', 'Other specified person hit by rolling stock' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E805.9', '', 'Unspecified person hit by rolling stock' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E806.0', '', 'Other specified railway accident injuring railway employee' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E806.1', '', 'Other specified railway accident injuring passenger on railway' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E806.2', '', 'Other specified railway accident injuring pedestrian' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E806.3', '', 'Other specified railway accident injuring pedal cyclist' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E806.8', '', 'Other specified railway accident injuring other specified person' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E806.9', '', 'Other specified railway accident injuring unspecified person' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E807.0', '', 'Railway accident of unspecified nature injuring railway employee' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E807.1', '', 'Railway accident of unspecified nature injuring passenger on railway' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E807.2', '', 'Railway accident of unspecified nature injuring pedestrian' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E807.3', '', 'Railway accident of unspecified nature injuring pedal cyclist' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E807.8', '', 'Railway accident of unspecified nature injuring other specified person' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E807.9', '', 'Railway accident of unspecified nature injuring unspecified person' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E810.2', '', 'Motor vehicle traffic accident involving collision with train injuring motorcyclist' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E810.3', '', 'Motor vehicle traffic accident involving collision with train injuring passenger on motorcycle' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E810.4', '', 'Motor vehicle traffic accident involving collision with train injuring occupant of streetcar' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E810.6', '', 'Motor vehicle traffic accident involving collision with train injuring pedal cyclist' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E810.7', '', 'Motor vehicle traffic accident involving collision with train injuring pedestrian' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E810.8', '', 'Motor vehicle traffic accident involving collision with train injuring other specified person' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E810.9', '', 'Motor vehicle traffic accident involving collision with train injuring unspecified person' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E812.2', '', 'Other motor vehicle traffic accident involving collision with motor vehicle injuring motorcyclist' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E812.7', '', 'Other motor vehicle traffic accident involving collision with motor vehicle injuring pedestrian' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E813.2', '', 'Motor vehicle traffic accident involving collision with other vehicle injuring motorcyclist' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E813.6', '', 'Motor vehicle traffic accident involving collision with other vehicle injuring pedal cyclist' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E813.7', '', 'Motor vehicle traffic accident involving collision with other vehicle injuring pedestrian' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E813.9', '', 'Motor vehicle traffic accident involving collision with other vehicle injuring unspecified person' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E814.2', '', 'Motor vehicle traffic accident involving collision with pedestrian injuring motorcyclist' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E814.3', '', 'Motor vehicle traffic accident involving collision with pedestrian injuring passenger on motorcycle' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E814.4', '', 'Motor vehicle traffic accident involving collision with pedestrian injuring occupant of streetcar' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E814.6', '', 'Motor vehicle traffic accident involving collision with pedestrian injuring pedal cyclist' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E814.7', '', 'Motor vehicle traffic accident involving collision with pedestrian injuring pedestrian' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E814.8', '', 'Motor vehicle traffic accident involving collision with pedestrian injuring other specified person' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E814.9', '', 'Motor vehicle traffic accident involving collision with pedestrian injuring unspecified person' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E815.2', '', 'Other motor vehicle traffic accident involving collision on the highway injuring motorcyclist' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E815.7', '', 'Other motor vehicle traffic accident involving collision on the highway injuring pedestrian' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E817.2', '', 'Noncollision motor vehicle traffic accident while boarding or alighting injuring motorcyclist' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E817.6', '', 'Noncollision motor vehicle traffic accident while boarding or alighting injuring pedal cyclist' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E817.7', '', 'Noncollision motor vehicle traffic accident while boarding or alighting injuring pedestrian' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E817.9', '', 'Noncollision motor vehicle traffic accident while boarding or alighting injuring unspecified person' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E818.2', '', 'Other noncollision motor vehicle traffic accident injuring motorcyclist' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E818.3', '', 'Other noncollision motor vehicle traffic accident injuring passenger on motorcycle' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E818.4', '', 'Other noncollision motor vehicle traffic accident injuring occupant of streetcar' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E818.6', '', 'Other noncollision motor vehicle traffic accident injuring pedal cyclist' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E818.7', '', 'Other noncollision motor vehicle traffic accident injuring pedestrian' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E818.8', '', 'Other noncollision motor vehicle traffic accident injuring other specified person' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E818.9', '', 'Other noncollision motor vehicle traffic accident injuring unspecified person' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E819.2', '', 'Motor vehicle traffic accident of unspecified nature injuring motorcyclist' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E819.3', '', 'Motor vehicle traffic accident of unspecified nature injuring passenger on motorcycle' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E819.4', '', 'Motor vehicle traffic accident of unspecified nature injuring occupant of streetcar' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E819.6', '', 'Motor vehicle traffic accident of unspecified nature injuring pedal cyclist' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E819.7', '', 'Motor vehicle traffic accident of unspecified nature injuring pedestrian' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E819.8', '', 'Motor vehicle traffic accident of unspecified nature injuring other specified person' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E819.9', '', 'Motor vehicle traffic accident of unspecified nature injuring unspecified person' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E820.2', '', 'Nontraffic accident involving motor-driven snow vehicle injuring motorcyclist' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E820.3', '', 'Nontraffic accident involving motor-driven snow vehicle injuring passenger on motorcycle' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E820.4', '', 'Nontraffic accident involving motor-driven snow vehicle injuring occupant of streetcar' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E820.6', '', 'Nontraffic accident involving motor-driven snow vehicle injuring pedal cyclist' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E820.7', '', 'Nontraffic accident involving motor-driven snow vehicle injuring pedestrian' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E820.8', '', 'Nontraffic accident involving motor-driven snow vehicle injuring other specified person' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E820.9', '', 'Nontraffic accident involving motor-driven snow vehicle injuring unspecified person' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E821.2', '', 'Nontraffic accident involving other off-road motor vehicle injuring motorcyclist' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E821.3', '', 'Nontraffic accident involving other off-road motor vehicle injuring passenger on motorcycle' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E821.4', '', 'Nontraffic accident involving other off-road motor vehicle injuring occupant of streetcar' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E821.6', '', 'Nontraffic accident involving other off-road motor vehicle injuring pedal cyclist' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E821.7', '', 'Nontraffic accident involving other off-road motor vehicle injuring pedestrian' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E821.8', '', 'Nontraffic accident involving other off-road motor vehicle injuring other specified person' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E821.9', '', 'Nontraffic accident involving other off-road motor vehicle injuring unspecified person' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E822.2', '', 'Other motor vehicle nontraffic accident involving collision with moving object injuring motorcyclist' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E822.7', '', 'Other motor vehicle nontraffic accident involving collision with moving object injuring pedestrian' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E823.2', '', 'Other motor vehicle nontraffic accident involving collision with stationary object injuring motorcyclist' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E823.7', '', 'Other motor vehicle nontraffic accident involving collision with stationary object injuring pedestrian' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E824.2', '', 'Other motor vehicle nontraffic accident while boarding and alighting injuring motorcyclist' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E824.6', '', 'Other motor vehicle nontraffic accident while boarding and alighting injuring pedal cyclist' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E824.7', '', 'Other motor vehicle nontraffic accident while boarding and alighting injuring pedestrian' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E824.9', '', 'Other motor vehicle nontraffic accident while boarding and alighting injuring unspecified person' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E825.2', '', 'Other motor vehicle nontraffic accident of other and unspecified nature injuring motorcyclist' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E825.7', '', 'Other motor vehicle nontraffic accident of other and unspecified nature injuring pedestrian' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E826.0', '', 'Pedal cycle accident injuring pedestrian' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E826.1', '', 'Pedal cycle accident injuring pedal cyclist' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E826.2', '', 'Pedal cycle accident injuring rider of animal' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E826.3', '', 'Pedal cycle accident injuring occupant of animal-drawn vehicle' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E826.4', '', 'Pedal cycle accident injuring occupant of streetcar' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E826.8', '', 'Pedal cycle accident injuring other specified person' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E826.9', '', 'Pedal cycle accident injuring unspecified person' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E827.0', '', 'Animal-drawn vehicle accident injuring pedestrian' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E827.2', '', 'Animal-drawn vehicle accident injuring rider of animal' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E827.3', '', 'Animal-drawn vehicle accident injuring occupant of animal drawn vehicle' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E827.4', '', 'Animal-drawn vehicle accident injuring occupant of streetcar' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E827.8', '', 'Animal-drawn vehicle accident injuring other specified person' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E827.9', '', 'Animal-drawn vehicle accident injuring unspecified person' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E828.0', '', 'Accident involving animal being ridden injuring pedestrian' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E828.2', '', 'Accident involving animal being ridden injuring rider of animal' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E828.4', '', 'Accident involving animal being ridden injuring occupant of streetcar' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E828.8', '', 'Accident involving animal being ridden injuring other specified person' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E828.9', '', 'Accident involving animal being ridden injuring unspecified person' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E829.0', '', 'Other road vehicle accidents injuring pedestrian' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E829.4', '', 'Other road vehicle accidents injuring occupant of streetcar' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E829.8', '', 'Other road vehicle accidents injuring other specified person' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E829.9', '', 'Other road vehicle accidents injuring unspecified person' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E830.0', '', 'Accident to watercraft causing submersion injuring occupant of small boat unpowered' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E830.1', '', 'Accident to watercraft causing submersion injuring occupant of small boat powered' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E830.2', '', 'Accident to watercraft causing submersion injuring occupant of other watercraft -- crew' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E830.4', '', 'Accident to watercraft causing submersion injuring water skier' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E830.5', '', 'Accident to watercraft causing submersion injuring swimmer' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E830.6', '', 'Accident to watercraft causing submersion injuring dockers stevedores' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E830.7', '', 'Accident to watercraft causing submersion, occupant of military watercraft, any type' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E830.8', '', 'Accident to watercraft causing submersion injuring other specified person' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E830.9', '', 'Accident to watercraft causing submersion injuring unspecified person' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E831.0', '', 'Accident to watercraft causing other injury to occupant of small boat unpowered' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E831.1', '', 'Accident to watercraft causing other injury to occupant of small boat powered' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E831.2', '', 'Accident to watercraft causing other injury to occupant of other watercraft -- crew' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E831.4', '', 'Accident to watercraft causing other injury to water skier' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E831.5', '', 'Accident to watercraft causing other injury to swimmer' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E831.6', '', 'Accident to watercraft causing other injury to dockers stevedores' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E831.7', '', 'Accident to watercraft causing other injury, occupant of military watercraft, any type' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E831.8', '', 'Accident to watercraft causing other injury to other specified person' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E831.9', '', 'Accident to watercraft causing other injury to unspecified person' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E832.4', '', 'Other accidental submersion or drowning in water transport accident injuring water skier' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E832.5', '', 'Other accidental submersion or drowning in water transport accident injuring swimmer' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E832.6', '', 'Other accidental submersion or drowning in water transport accident injuring dockers stevedores' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E832.9', '', 'Other accidental submersion or drowning in water transport accident injuring unspecified person' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E833.4', '', 'Fall on stairs or ladders in water transport injuring water skier' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E833.5', '', 'Fall on stairs or ladders in water transport injuring swimmer' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E833.6', '', 'Fall on stairs or ladders in water transport injuring dockers stevedores' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E833.8', '', 'Fall on stairs or ladders in water transport injuring other specified person' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E833.9', '', 'Fall on stairs or ladders in water transport injuring unspecified person' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E834.5', '', 'Other fall from one level to another in water transport injuring swimmer' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E835.4', '', 'Other and unspecified fall in water transport injuring water skier' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E835.5', '', 'Other and unspecified fall in water transport injuring swimmer' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E835.6', '', 'Other and unspecified fall in water transport injuring dockers stevedores' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E835.8', '', 'Other and unspecified fall in water transport injuring other specified person' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E835.9', '', 'Other and unspecified fall in water transport injuring unspecified person' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E836.0', '', 'Machinery accident in water transport injuring occupant of small boat unpowered' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E836.1', '', 'Machinery accident in water transport injuring occupant of small boat powered' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E836.2', '', 'Machinery accident in water transport injuring occupant of other watercraft -- crew' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E836.4', '', 'Machinery accident in water transport injuring water skier' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E836.5', '', 'Machinery accident in water transport injuring swimmer' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E836.6', '', 'Machinery accident in water transport injuring dockers stevedores' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E836.7', '', 'Machinery accident in water transport, occupant of military watercraft, any type' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E836.8', '', 'Machinery accident in water transport injuring other specified person' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E836.9', '', 'Machinery accident in water transport injuring unspecified person' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E837.0', '', 'Explosion fire or burning in watercraft injuring occupant of small boat unpowered' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E837.1', '', 'Explosion fire or burning in watercraft injuring occupant of small boat powered' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E837.2', '', 'Explosion fire or burning in watercraft injuring occupant of other watercraft -- crew' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E837.4', '', 'Explosion fire or burning in watercraft injuring water skier' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E837.5', '', 'Explosion fire or burning in watercraft injuring swimmer' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E837.6', '', 'Explosion fire or burning in watercraft injuring dockers stevedores' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E837.7', '', 'Explosion, fire, or burning in watercraft, occupant of military watercraft, any type' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E837.8', '', 'Explosion fire or burning in watercraft injuring other specified person' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E837.9', '', 'Explosion fire or burning in watercraft injuring unspecified person' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E838.0', '', 'Other and unspecified water transport accident injuring occupant of small boat unpowered' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E838.1', '', 'Other and unspecified water transport accident injuring occupant of small boat powered' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E838.2', '', 'Other and unspecified water transport accident injuring occupant of other watercraft -- crew' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E838.4', '', 'Other and unspecified water transport accident injuring water skier' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E838.5', '', 'Other and unspecified water transport accident injuring swimmer' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E838.6', '', 'Other and unspecified water transport accident injuring dockers stevedores' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E838.7', '', 'Other and unspecified water transport accident, occupant of military watercraft, any type' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E838.8', '', 'Other and unspecified water transport accident injuring other specified person' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E838.9', '', 'Other and unspecified water transport accident injuring unspecified person' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E840.0', '', 'Accident to powered aircraft at takeoff or landing injuring occupant of spacecraft' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E840.7', '', 'Accident to powered aircraft at takeoff or landing injuring parachutist (military) (other)' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E840.9', '', 'Accident to powered aircraft at takeoff or landing injuring other person' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E841.0', '', 'Accident to powered aircraft other and unspecified injuring occupant of spacecraft' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E841.7', '', 'Accident to powered aircraft other and unspecified injuring parachutist (military) (other)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E841.8', '', 'Accident to powered aircraft other and unspecified injuring ground crew airline employee' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E841.9', '', 'Accident to powered aircraft other and unspecified injuring other person' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E842.6', '', 'Accident to unpowered aircraft injuring occupant of unpowered aircraft except parachutist' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E842.7', '', 'Accident to unpowered aircraft injuring parachutist (military) (other)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E842.8', '', 'Accident to unpowered aircraft injuring ground crew airline employee' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E842.9', '', 'Accident to unpowered aircraft injuring other person' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E843.0', '', 'Fall in on or from aircraft injuring occupant of spacecraft' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E843.1', '', 'Fall in on or from aircraft injuring occupant of military aircraft any' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E843.5', '', 'Fall in on or from aircraft injuring occupant of other powered aircraft' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E843.7', '', 'Fall in on or from aircraft injuring parachutist (military) (other)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E843.8', '', 'Fall in on or from aircraft injuring ground crew airline employee' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E843.9', '', 'Fall in on or from aircraft injuring other person' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E844.0', '', 'Other specified air transport accidents injuring occupant of spacecraft' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E844.1', '', 'Other specified air transport accidents injuring occupant of military aircraft any' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E844.5', '', 'Other specified air transport accidents injuring occupant of other powered aircraft' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E844.6', '', 'Other specified air transport accidents injuring occupant of unpowered aircraft except parachutist' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E844.7', '', 'Other specified air transport accidents injuring parachutist (military) (other)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E844.8', '', 'Other specified air transport accidents injuring ground crew airline employee' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E844.9', '', 'Other specified air transport accidents injuring other person' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E845.0', '', 'Accident involving spacecraft injuring occupant of spacecraft' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E845.8', '', 'Accident involving spacecraft injuring ground crew airline employee' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E845.9', '', 'Accident involving spacecraft injuring other person' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E847', '', 'Accidents involving cable cars not running on rails' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E848', '', 'Accidents involving other vehicles not elsewhere classifiable' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E849.0', '', 'Home accidents' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E849.1', '', 'Farm accidents' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E849.2', '', 'Mine and quarry accidents' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E849.3', '', 'Accidents occurring in industrial places and premises' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E849.4', '', 'Accidents occurring in place for recreation and sport' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E849.5', '', 'Street and highway accidents' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E849.6', '', 'Accidents occurring in public building' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E849.7', '', 'Accidents occurring in residential institution' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E849.8', '', 'Accidents occurring in other specified places' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E849.9', '', 'Accidents occurring in unspecified place' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E850.0', '', 'Accidental poisoning by heroin' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E850.1', '', 'Accidental poisoning by methadone' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E850.2', '', 'Accidental poisoning by other opiates and related narcotics' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E850.3', '', 'Accidental poisoning by salicylates' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E850.4', '', 'Accidental poisoning by aromatic analgesics not elsewhere classified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E850.5', '', 'Accidental poisoning by pyrazole derivatives' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E850.6', '', 'Accidental poisoning by antirheumatics (antiphlogistics)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E850.7', '', 'Accidental poisoning by other non-narcotic analgesics' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E850.8', '', 'Accidental poisoning by other specified analgesics and antipyretics' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E850.9', '', 'Accidental poisoning by unspecified analgesic or antipyretic' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E851', '', 'Accidental poisoning by barbiturates' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E852.0', '', 'Accidental poisoning by chloral hydrate group' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E852.1', '', 'Accidental poisoning by paraldehyde' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E852.2', '', 'Accidental poisoning by bromine compounds' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E852.3', '', 'Accidental poisoning by methaqualone compounds' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E852.4', '', 'Accidental poisoning by glutethimide group' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E852.5', '', 'Accidental poisoning by mixed sedatives not elsewhere classified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E852.8', '', 'Accidental poisoning by other specified sedatives and hypnotics' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E852.9', '', 'Accidental poisoning by unspecified sedative or hypnotic' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E853.0', '', 'Accidental poisoning by phenothiazine-based tranquilizers' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E853.1', '', 'Accidental poisoning by butyrophenone-based tranquilizers' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E853.2', '', 'Accidental poisoning by benzodiazepine-based tranquilizers' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E853.8', '', 'Accidental poisoning by other specified tranquilizers' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E853.9', '', 'Accidental poisoning by unspecified tranquilizer' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E854.0', '', 'Accidental poisoning by antidepressants' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E854.1', '', 'Accidental poisoning by psychodysleptics (hallucinogens)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E854.2', '', 'Accidental poisoning by psychostimulants' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E854.3', '', 'Accidental poisoning by central nervous system stimulants' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E854.8', '', 'Accidental poisoning by other psychotropic agents' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E855.0', '', 'Accidental poisoning by anticonvulsant and anti-parkinsonism drugs' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E855.1', '', 'Accidental poisoning by other central nervous system depressants' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E855.2', '', 'Accidental poisoning by local anesthetics' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E855.3', '', 'Accidental poisoning by parasympathomimetics (cholinergics)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E855.4', '', 'Accidental poisoning by parasympatholytics (anticholinergics and antimuscarinics) and spasmolytics' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E855.5', '', 'Accidental poisoning by sympathomimetics (adrenergics)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E855.6', '', 'Accidental poisoning by sympatholytics (antiadrenergics)' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E855.9', '', 'Accidental poisoning by unspecified drug acting on central and autonomic nervous systems' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E856', '', 'Accidental poisoning by antibiotics' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E857', '', 'Accidental poisoning by other anti-infectives' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E858.0', '', 'Accidental poisoning by hormones and synthetic substitutes' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E858.1', '', 'Accidental poisoning by primarily systemic agents' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E858.2', '', 'Accidental poisoning by agents primarily affecting blood constituents' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E858.3', '', 'Accidental poisoning by agents primarily affecting cardiovascular system' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E858.4', '', 'Accidental poisoning by agents primarily affecting gastrointestinal system' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E858.5', '', 'Accidental poisoning by water mineral and uric acid metabolism drugs' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E858.8', '', 'Accidental poisoning by other specified drugs' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E858.9', '', 'Accidental poisoning by unspecified drug' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E860.0', '', 'Accidental poisoning by alcoholic beverages' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E860.1', '', 'Accidental poisoning by other and unspecified ethyl alcohol and its products' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E860.2', '', 'Accidental poisoning by methyl alcohol' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E860.3', '', 'Accidental poisoning by isopropyl alcohol' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E860.4', '', 'Accidental poisoning by fusel oil' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E860.8', '', 'Accidental poisoning by other specified alcohols' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E860.9', '', 'Accidental poisoning by unspecified alcohol' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E861.0', '', 'Accidental poisoning by synthetic detergents and shampoos' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E861.1', '', 'Accidental poisoning by soap products' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E861.2', '', 'Accidental poisoning by polishes' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E861.3', '', 'Accidental poisoning by other cleansing and polishing agents' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E861.4', '', 'Accidental poisoning by disinfectants' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E861.5', '', 'Accidental poisoning by lead paints' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E861.6', '', 'Accidental poisoning by other paints and varnishes' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E861.9', '', 'Accidental poisonings by unspecified cleansing and polishing agents disinfectants paints and varnishes' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E862.0', '', 'Accidental poisoning by petroleum solvents' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E862.1', '', 'Accidental poisoning by petroleum fuels and cleaners' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E862.2', '', 'Accidental poisoning by lubricating oils' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E862.3', '', 'Accidental poisoning by petroleum solids' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E862.4', '', 'Accidental poisoning by other specified solvents not elsewhere classified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E862.9', '', 'Accidental poisoning by unspecified solvent not elsewhere classified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E863.0', '', 'Accidental poisoning by insecticides of organochlorine compounds' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E863.1', '', 'Accidental poisoning by insecticides of organophosphorus compounds' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E863.2', '', 'Accidental poisoning by carbamates' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E863.3', '', 'Accidental poisoning by mixtures of insecticides' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E863.4', '', 'Accidental poisoning by other and unspecified insecticides' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E863.5', '', 'Accidental poisoning by herbicides' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E863.6', '', 'Accidental poisoning by fungicides' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E863.7', '', 'Accidental poisoning by rodenticides' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E863.8', '', 'Accidental poisoning by fumigants' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E864.0', '', 'Accidental poisoning by corrosive aromatics not elsewhere classified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E864.1', '', 'Accidental poisoning by acids not elsewhere classified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E864.2', '', 'Accidental poisoning by caustic alkalis not elsewhere classified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E864.3', '', 'Accidental poisoning by other specified corrosives and caustics not elsewhere classified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E864.4', '', 'Accidental poisoning by unspecified corrosives and caustics not elsewhere classified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E865.0', '', 'Accidental poisoning by meat' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E865.1', '', 'Accidental poisoning by shellfish' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E865.2', '', 'Accidental poisoning from other fish' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E865.3', '', 'Accidental poisoning from berries and seeds' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E865.4', '', 'Accidental poisoning from other specified plants' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E865.5', '', 'Accidental poisoning from mushrooms and other fungi' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E865.8', '', 'Accidental poisoning from other specified foods' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E865.9', '', 'Accidental poisoning from unspecified foodstuff or poisonous plant' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E866.0', '', 'Accidental poisoning by lead and its compounds and fumes' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E866.1', '', 'Accidental poisoning by mercury and its compounds and fumes' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E866.2', '', 'Accidental poisoning by antimony and its compounds and fumes' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E866.3', '', 'Accidental poisoning by arsenic and its compounds and fumes' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E866.4', '', 'Accidental poisoning by other metals and their compounds and fumes' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E866.5', '', 'Accidental poisoning by plant foods and fertilizers' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E866.6', '', 'Accidental poisoning by glues and adhesives' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E866.7', '', 'Accidental poisoning by cosmetics' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E866.8', '', 'Accidental poisoning by other specified solid or liquid substances' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E866.9', '', 'Accidental poisoning by unspecified solid or liquid substance' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E867', '', 'Accidental poisoning by gas distributed by pipeline' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E868.0', '', 'Accidental poisoning by liquefied petroleum gas distributed in mobile containers' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E868.1', '', 'Accidental poisoning by other and unspecified utility gas' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E868.2', '', 'Accidental poisoning by motor vehicle exhaust gas' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E868.3', '', 'Accidental poisoning by carbon monoxide from incomplete combustion of other domestic fuels' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E868.8', '', 'Accidental poisoning by carbon monoxide from other sources' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E868.9', '', 'Accidental poisoning by unspecified carbon monoxide' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E869.0', '', 'Accidental poisoning by nitrogen oxides' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E869.1', '', 'Accidental poisoning by sulfur dioxide' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E869.2', '', 'Accidental poisoning by freon' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E869.3', '', 'Accidental poisoning by lacrimogenic gas (tear gas)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E869.4', '', 'Second hand tobacco smoke' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E869.8', '', 'Accidental poisoning by other specified gases and vapors' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E869.9', '', 'Accidental poisoning by unspecified gases and vapors' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E870.0', '', 'Accidental cut puncture perforation or hemorrhage during surgical operation' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E870.1', '', 'Accidental cut puncture perforation or hemorrhage during infusion or transfusion' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E870.2', '', 'Accidental cut puncture perforation or hemorrhage during kidney dialysis or other perfusion' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E870.3', '', 'Accidental cut puncture perforation or hemorrhage during injection or vaccination' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E870.4', '', 'Accidental cut puncture perforation or hemorrhage during endoscopic examination' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E870.6', '', 'Accidental cut puncture perforation or hemorrhage during heart catheterization' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E870.7', '', 'Accidental cut puncture perforation or hemorrhage during administration of enema' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E870.8', '', 'Accidental cut puncture perforation or hemorrhage during other specified medical care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E870.9', '', 'Accidental cut puncture perforation or hemorrhage during unspecified medical care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E871.0', '', 'Foreign object left in body during surgical operation' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E871.1', '', 'Foreign object left in body during infusion or transfusion' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E871.2', '', 'Foreign object left in body during kidney dialysis or other perfusion' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E871.3', '', 'Foreign object left in body during injection or vaccination' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E871.4', '', 'Foreign object left in body during endoscopic examination' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E871.6', '', 'Foreign object left in body during heart catheterization' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E871.7', '', 'Foreign object left in body during removal of catheter or packing' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E871.8', '', 'Foreign object left in body during other specified procedures' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E871.9', '', 'Foreign object left in body during unspecified procedure' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E872.0', '', 'Failure of sterile precautions during surgical operation' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E872.1', '', 'Failure of sterile precautions during infusion or transfusion' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E872.2', '', 'Failure of sterile precautions during kidney dialysis and other perfusion' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E872.3', '', 'Failure of sterile precautions during injection or vaccination' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E872.4', '', 'Failure of sterile precautions during endoscopic examination' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E872.6', '', 'Failure of sterile precautions during heart catheterization' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E872.8', '', 'Failure of sterile precautions during other specified procedures' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E872.9', '', 'Failure of sterile precautions during unspecified procedure' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E873.0', '', 'Excessive amount of blood or other fluid during transfusion or infusion' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E873.1', '', 'Incorrect dilution of fluid during infusion' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E873.2', '', 'Overdose of radiation in therapy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E873.3', '', 'Inadvertent exposure of patient to radiation during medical care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E873.4', '', 'Failure in dosage in electroshock or insulin-shock therapy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E873.5', '', 'Inappropriate (too hot or too cold) temperature in local application and packing' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E873.6', '', 'Nonadministration of necessary drug or medicinal substance' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E873.8', '', 'Other specified failure in dosage' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E873.9', '', 'Unspecified failure in dosage' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E874.0', '', 'Mechanical failure of instrument or apparatus during surgical operation' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E874.1', '', 'Mechanical failure of instrument or apparatus during infusion and transfusion' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E874.2', '', 'Mechanical failure of instrument or apparatus during kidney dialysis and other perfusion' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E874.3', '', 'Mechanical failure of instrument or apparatus during endoscopic examination' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E874.5', '', 'Mechanical failure of instrument or apparatus during heart catheterization' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E874.8', '', 'Mechanical failure of instrument or apparatus during other specified procedures' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E874.9', '', 'Mechanical failure of instrument or apparatus during unspecified procedure' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E875.0', '', 'Contaminated substance transfused or infused' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E875.1', '', 'Contaminated substance injected or used for vaccination' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E875.2', '', 'Contaminated drug or biological substance administered by other means' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E875.8', '', 'Misadventure to patient from other contamination' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E875.9', '', 'Misadventure to patient from unspecified contamination' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E876.0', '', 'Mismatched blood in transfusion' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E876.1', '', 'Wrong fluid in infusion' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E876.2', '', 'Failure in suture and ligature during surgical operation' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E876.3', '', 'Endotracheal tube wrongly placed during anesthetic procedure' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E876.4', '', 'Failure to introduce or to remove other tube or instrument' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E876.5', '', 'Performance of wrong operation (procedure) on correct patient' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E876.6', '', 'Performance of operation (procedure) on patient not scheduled for surgery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E876.7', '', 'Performance of correct operation (procedure) on wrong side/body part' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E876.8', '', 'Other specified misadventures during medical care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E876.9', '', 'Unspecified misadventure during medical care' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E880.0', '', 'Accidental fall on or from escalator' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E880.1', '', 'Accidental fall on or from sidewalk curb' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E880.9', '', 'Accidental fall on or from other stairs or steps' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E881.0', '', 'Accidental fall from ladder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E881.1', '', 'Accidental fall from scaffolding' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E882', '', 'Accidental fall from or out of building or other structure' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E883.0', '', 'Accident from diving or jumping into water (swimming pool)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E883.1', '', 'Accidental fall into well' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E883.2', '', 'Accidental fall into storm drain or manhole' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E883.9', '', 'Accidental fall into other hole or other opening in surface' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E884.0', '', 'Accidental fall from playground equipment' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E884.1', '', 'Accidental fall from cliff' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E884.2', '', 'Accidental fall from chair' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E884.3', '', 'Accidental fall from wheelchair' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E884.4', '', 'Accidental fall from bed' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E884.5', '', 'Accidental fall from other furniture' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E884.6', '', 'Accidental fall from commode' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E884.9', '', 'Other accidental fall from one level to another' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E885.0', '', 'Accidental fall from (nonmotorized) scooter' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E885.1', '', 'Accidental fall from roller skates' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E885.2', '', 'Accidental fall from skateboard' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E885.3', '', 'Accidental fall from skis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E885.4', '', 'Accidental fall from snowboard' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E885.9', '', 'Accidental fall from other slipping tripping or stumbling' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E887', '', 'Fracture cause unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E888.0', '', 'Accidental fall resulting in striking against sharp object' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E888.1', '', 'Accidental fall resulting in striking against other object' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E888.8', '', 'Other accidental fall' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E888.9', '', 'Unspecified accidental fall' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E890.0', '', 'Explosion caused by conflagration in private dwelling' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E890.2', '', 'Other smoke and fumes from conflagration in private dwelling' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E890.3', '', 'Burning caused by conflagration in private dwelling' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E890.8', '', 'Other accident resulting from conflagration in private dwelling' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E890.9', '', 'Unspecified accident resulting from conflagration in private dwelling' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E891.0', '', 'Explosion caused by conflagration in other and unspecified building or structure' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E891.3', '', 'Burning caused by conflagration in other and unspecified building or structure' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E891.8', '', 'Other accident resulting from conflagration in other and unspecified building or structure' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E891.9', '', 'Unspecified accident resulting from conflagration of other and unspecified building or structure' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E892', '', 'Conflagration not in building or structure' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E893.0', '', 'Accident caused by ignition of clothing from controlled fire in private dwelling' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E893.8', '', 'Accident caused by ignition of clothing from other specified sources' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E893.9', '', 'Accident caused by ignition of clothing by unspecified source' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E894', '', 'Ignition of highly inflammable material' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E895', '', 'Accident caused by controlled fire in private dwelling' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E896', '', 'Accident caused by controlled fire in other and unspecified building or structure' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E897', '', 'Accident caused by controlled fire not in building or structure' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E898.0', '', 'Accident caused by burning bedclothes' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E898.1', '', 'Accident caused by other burning materials' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E899', '', 'Accident caused by unspecified fire' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E900.0', '', 'Accident caused by excessive heat due to weather conditions' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E900.1', '', 'Accidents due to excessive heat of man-made origin' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E900.9', '', 'Accidents due to excessive heat of unspecified origin' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E901.0', '', 'Accident due to excessive cold due to weather conditions' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E901.1', '', 'Accident due to excessive cold of man-made origin' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E901.8', '', 'Accident due to excessive cold of other specified origin' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E901.9', '', 'Accident due to excessive cold of unspecified origin' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E902.0', '', 'Accident due to residence or prolonged visit at high altitude' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E902.1', '', 'Accident due to changes in air pressure in aircraft' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E902.2', '', 'Accident due to changes in air pressure due to diving' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E902.8', '', 'Accident due to changes in air pressure due to other specified causes' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E902.9', '', 'Accident due to changes in air pressure from unspecified cause' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E903', '', 'Accident caused by travel and motion' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E904.0', '', 'Accident due to abandonment or neglect of infants and helpless persons' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E904.1', '', 'Accident due to lack of food' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E904.2', '', 'Accident due to lack of water' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E904.3', '', 'Accident due to exposure (to weather conditions) not elsewhere classifiable' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E904.9', '', 'Accident due to privation unqualified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E905.0', '', 'Venomous snakes and lizards causing poisoning and toxic reactions' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E905.1', '', 'Venomous spiders causing poisoning and toxic reactions' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E905.2', '', 'Scorpion sting causing poisoning and toxic reactions' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E905.3', '', 'Sting of hornets wasps and bees causing poisoning and toxic reactions' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E905.4', '', 'Centipede and venomous millipede (tropical) bite causing poisoning and toxic reactions' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E905.5', '', 'Other venomous arthropods causing poisoning and toxic reactions' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E905.6', '', 'Venomous marine animals and plants causing poisoning and toxic reactions' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E905.7', '', 'Poisoning and toxic reactions caused by other plants' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E905.8', '', 'Poisoning and toxic reactions caused by other specified animals and plants' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E905.9', '', 'Poisoning and toxic reactions caused by unspecified animals and plants' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E906.0', '', 'Dog bite' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E906.1', '', 'Rat bite' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E906.2', '', 'Bite of nonvenomous snakes and lizards' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E906.3', '', 'Bite of other animal except arthropod' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E906.4', '', 'Bite of nonvenomous arthropod' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E906.5', '', 'Bite by unspecified animal' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E906.8', '', 'Other specified injury caused by animal' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E906.9', '', 'Unspecified injury caused by animal' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E907', '', 'Accident due to lightning' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E908.0', '', 'Hurricane' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E908.1', '', 'Tornado' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E908.2', '', 'Floods' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E908.3', '', 'Blizzard (snow) (ice)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E908.4', '', 'Dust storm' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E908.8', '', 'Other cataclysmic storms' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E908.9', '', 'Unspecified cataclysmic storms and floods resulting from storms' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E909.0', '', 'Earthquakes' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E909.1', '', 'Volcanic eruptions' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E909.2', '', 'Avalanche landslide or mudslide' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E909.3', '', 'Collapse of dam or man-made structure' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E909.4', '', 'Tidal wave caused by earthquake' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E909.8', '', 'Other cataclysmic earth surface movements and eruptions' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E909.9', '', 'Unspecified cataclysmic earth surface movements and eruptions' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E910.0', '', 'Accidental drowning and submersion while water-skiing' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E910.4', '', 'Accidental drowning and submersion in bathtub' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E910.8', '', 'Other accidental drowning or submersion' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E910.9', '', 'Unspecified accidental drowning or submersion' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E911', '', 'Inhalation and ingestion of food causing obstruction of respiratory tract or suffocation' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E912', '', 'Inhalation and ingestion of other object causing obstruction of respiratory tract or suffocation' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E913.0', '', 'Accidental mechanical suffocation in bed or cradle' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E913.1', '', 'Accidental mechanical suffocation by plastic bag' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E913.2', '', 'Accidental mechanical suffocation due to lack of air (in closed place)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E913.3', '', 'Accidental mechanical suffocation by falling earth or other substance' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E913.8', '', 'Accidental mechanical suffocation by other specified means' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E913.9', '', 'Accidental mechanical suffocation by unspecified means' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E914', '', 'Foreign body accidentally entering eye and adnexa' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E915', '', 'Foreign body accidentally entering other orifice' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E916', '', 'Struck accidentally by falling object' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E917.0', '', 'Striking against or struck accidentally in sports without subsequent fall' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E917.2', '', 'Striking against or struck accidentally in running water without subsequent fall' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E917.3', '', 'Striking against or struck accidentally by furniture without subsequent fall' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E917.4', '', 'Striking against or struck accidentally by other stationary object without subsequent fall' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E917.5', '', 'Striking against or struck accidentally in sports with subsequent fall' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E917.7', '', 'Striking against or struck accidentally by furniture with subsequent fall' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E917.8', '', 'Striking against or struck accidentally by other stationary object with subsequent fall' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E918', '', 'Caught accidentally in or between objects' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E919.0', '', 'Accidents caused by agricultural machines' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E919.1', '', 'Accidents caused by mining and earth-drilling machinery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E919.2', '', 'Accidents caused by lifting machines and appliances' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E919.3', '', 'Accidents caused by metalworking machines' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E919.4', '', 'Accidents caused by woodworking and forming machines' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E919.5', '', 'Accidents caused by prime movers except electrical motors' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E919.6', '', 'Accidents caused by transmission machinery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E919.7', '', 'Accidents caused by earth moving scraping and other excavating machines' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E919.8', '', 'Accidents caused by other specified machinery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E919.9', '', 'Accidents caused by unspecified machinery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E920.0', '', 'Accidents caused by powered lawn mower' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E920.1', '', 'Accidents caused by other powered hand tools' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E920.2', '', 'Accidents caused by powered household appliances and implements' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E920.3', '', 'Accidents caused by knives swords and daggers' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E920.4', '', 'Accidents caused by other hand tools and implements' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E920.5', '', 'Accidents caused by hypodermic needle' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E920.8', '', 'Accidents caused by other specified cutting and piercing instruments or objects' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E920.9', '', 'Accidents caused by unspecified cutting and piercing instrument or object' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E921.0', '', 'Accident caused by explosion of boilers' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E921.1', '', 'Accident caused by explosion of gas cylinders' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E921.8', '', 'Accident caused by explosion of other specified pressure vessels' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E921.9', '', 'Accident caused by explosion of unspecified pressure vessel' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E922.0', '', 'Accident caused by handgun' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E922.1', '', 'Accident caused by shotgun (automatic)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E922.2', '', 'Accident caused by hunting rifle' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E922.3', '', 'Accident caused by military firearms' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E922.4', '', 'Accident caused by air gun' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E922.5', '', 'Accident caused by paintball gun' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E922.8', '', 'Accident caused by other specified firearm missile' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E922.9', '', 'Accident caused by unspecified firearm missile' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E923.0', '', 'Accident caused by fireworks' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E923.1', '', 'Accident caused by blasting materials' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E923.2', '', 'Accident caused by explosive gases' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E923.8', '', 'Accident caused by other explosive materials' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E923.9', '', 'Accident caused by unspecified explosive material' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E924.0', '', 'Accident caused by hot liquids and vapors including steam' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E924.1', '', 'Accident caused by caustic and corrosive substances' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E924.2', '', 'Accident caused by hot (boiling) tap water' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E924.8', '', 'Accident caused by other hot substance or object' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E924.9', '', 'Accident caused by unspecified hot substance or object' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E925.0', '', 'Accident caused by domestic wiring and appliances' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E925.2', '', 'Accident caused by industrial wiring appliances and electrical machinery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E925.8', '', 'Accident caused by other electric current' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E925.9', '', 'Accident caused by unspecified electric current' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E926.0', '', 'Exposure to radiofrequency radiation' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E926.1', '', 'Exposure to infra-red radiation from heaters and lamps' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E926.2', '', 'Exposure to visible and ultraviolet light sources' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E926.3', '', 'Exposure to x-rays and other electromagnetic ionizing radiation' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E926.4', '', 'Exposure to lasers' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E926.5', '', 'Exposure to radioactive isotopes' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E926.8', '', 'Exposure to other specified radiation' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E926.9', '', 'Exposure to unspecified radiation' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E927.0', '', 'Overexertion from sudden strenuous movement' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E927.1', '', 'Overexertion from prolonged static position' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E927.2', '', 'Excessive physical exertion from prolonged activity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E927.3', '', 'Cumulative trauma from repetitive motion' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E927.4', '', 'Cumulative trauma from repetitive impact' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E927.8', '', 'Other overexertion and strenuous and repetitive movements or loads' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E927.9', '', 'Unspecified overexertion and strenuous and repetitive movements or loads' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E928.0', '', 'Prolonged stay in weightless environment' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E928.1', '', 'Exposure to noise' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E928.2', '', 'Vibration' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E928.3', '', 'Human bite' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E928.4', '', 'External constriction caused by hair' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E928.5', '', 'External constriction caused by other object' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E928.6', '', 'External constriction caused by environmental exposure to harmful algae and toxins' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E928.7', '', 'Environmental and accidental causes, mechanism or component of firearm and air gun' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E928.8', '', 'Other accidents' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E928.9', '', 'Unspecified accident' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E929.0', '', 'Late effects of motor vehicle accident' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E929.1', '', 'Late effects of other transport accident' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E929.2', '', 'Late effects of accidental poisoning' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E929.3', '', 'Late effects of accidental fall' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E929.4', '', 'Late effects of accident caused by fire' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E929.5', '', 'Late effects of accident due to natural and environmental factors' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E929.8', '', 'Late effects of other accidents' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E929.9', '', 'Late effects of unspecified accident' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E930.0', '', 'Penicillins' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E930.1', '', 'Antifungal antibiotics causing adverse effects in therapeutic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E930.2', '', 'Chloramphenicol group causing adverse effects in therapeutic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E930.3', '', 'Erythromycin and other macrolides causing adverse effects in therapeutic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E930.4', '', 'Tetracycline group causing adverse effects in therapeutic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E930.5', '', 'Cephalosporin group causing adverse effects in therapeutic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E930.6', '', 'Antimycobacterial antibiotics causing adverse effects in therapeutic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E930.7', '', 'Antineoplastic antibiotics causing adverse effects in therapeutic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E930.8', '', 'Other specified antibiotics causing adverse effects in therapeutic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E930.9', '', 'Unspecified antibiotic causing adverse effects in therapeutic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E931.0', '', 'Sulfonamides causing adverse effects in therapeutic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E931.1', '', 'Arsenical anti-infectives causing adverse effects in therapeutic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E931.2', '', 'Heavy metal anti-infectives causing adverse effects in therapeutic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E931.3', '', 'Quinoline and hydroxyquinoline derivatives causing adverse effects in therapeutic use' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E931.5', '', 'Other antiprotozoal drugs causing adverse effects in therapeutic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E931.6', '', 'Anthelmintics causing adverse effects in therapeutic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E931.7', '', 'Antiviral drugs causing adverse effects in therapeutic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E931.8', '', 'Other antimycobacterial drugs causing adverse effects in therapeutic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E931.9', '', 'Other and unspecified anti-infectives causing adverse effects in therapeutic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E932.0', '', 'Adrenal cortical steroids causing adverse effects in therapeutic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E932.1', '', 'Androgens and anabolic congeners causing adverse effects in therapeutic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E932.2', '', 'Ovarian hormones and synthetic substitutes causing adverse effects in therapeutic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E932.3', '', 'Insulins and antidiabetic agents causing adverse effects in therapeutic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E932.4', '', 'Anterior pituitary hormones causing adverse effects in therapeutic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E932.5', '', 'Posterior pituitary hormones causing adverse effects in therapeutic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E932.6', '', 'Parathyroid and parathyroid derivatives causing adverse effects in therapeutic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E932.7', '', 'Thyroid and thyroid derivatives causing adverse effects in therapeutic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E932.8', '', 'Antithyroid agents causing adverse effects in therapeutic use' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E933.0', '', 'Antiallergic and antiemetic drugs causing adverse effects in therapeutic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E933.1', '', 'Antineoplastic and immunosuppressive drugs causing adverse effects in therapeutic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E933.2', '', 'Acidifying agents causing adverse effects in therapeutic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E933.3', '', 'Alkalizing agents causing adverse effects in therapeutic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E933.4', '', 'Enzymes not elsewhere classified causing adverse effects in therapeutic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E933.5', '', 'Vitamins not elsewhere classified causing adverse effects in therapeutic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E933.6', '', 'Oral bisphosphomates' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E933.7', '', 'Intravenous bisphosphonates' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E933.8', '', 'Other systemic agents not elsewhere classified causing adverse effects in therapeutic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E933.9', '', 'Unspecified systemic agent causing adverse effects in therapeutic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E934.0', '', 'Iron and its compounds causing adverse effects in therapeutic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E934.1', '', 'Liver preparations and other antianemic agents causing adverse effects in therapeutic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E934.2', '', 'Anticoagulants causing adverse effects in therapeutic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E934.3', '', 'Vitamin k (phytonadione) causing adverse effects in therapeutic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E934.4', '', 'Fibrinolysis-affecting drugs causing adverse effects in therapeutic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E934.5', '', 'Anticoagulant antagonists and other coagulants causing adverse effects in therapeutic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E934.6', '', 'Gamma globulin causing adverse effects in therapeutic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E934.7', '', 'Natural blood and blood products causing adverse effects in therapeutic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E934.8', '', 'Other agents affecting blood constituents causing adverse effects in therapeutic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E934.9', '', 'Unspecified agent affecting blood constituents causing adverse effects in therapeutic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E935.0', '', 'Heroin causing adverse effects in therapeutic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E935.1', '', 'Methadone causing averse effects in therapeutic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E935.2', '', 'Other opiates and related narcotics causing adverse effects in therapeutic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E935.3', '', 'Salicylates causing adverse effects in therapeutic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E935.4', '', 'Aromatic analgesics not elsewhere classified causing adverse effects in therapeutic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E935.5', '', 'Pyrazole derivatives causing adverse effects in therapeutic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E935.6', '', 'Antirheumatics (antiphlogistics) causing adverse effects in therapeutic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E935.7', '', 'Other non-narcotic analgesics causing adverse effects in therapeutic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E935.8', '', 'Other specified analgesics and antipyretics causing adverse effects in therapeutic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E935.9', '', 'Unspecified analgesic and antipyretic causing adverse effects in therapeutic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E936.0', '', 'Oxazolidine derivatives causing adverse effects in therapeutic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E936.1', '', 'Hydantoin derivatives causing adverse effects in therapeutic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E936.2', '', 'Succinimides causing adverse effects in therapeutic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E936.3', '', 'Other and unspecified anticonvulsants causing adverse effects in therapeutic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E936.4', '', 'Anti-parkinsonism drugs causing adverse effects in therapeutic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E937.0', '', 'Barbiturates causing adverse effects in therapeutic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E937.1', '', 'Chloral hydrate group causing adverse effects in therapeutic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E937.2', '', 'Paraldehyde causing adverse effects in therapeutic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E937.3', '', 'Bromine compounds causing adverse effects in therapeutic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E937.4', '', 'Methaqualone compounds causing adverse effects in therapeutic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E937.5', '', 'Glutethimide group causing adverse effects in therapeutic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E937.6', '', 'Mixed sedatives not elsewhere classified causing adverse effects in therapeutic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E937.8', '', 'Other sedatives and hypnotics causing adverse effects in therapeutic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E937.9', '', 'Unspecified sedatives and hypnotics causing adverse effects in therapeutic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E938.0', '', 'Central nervous system muscle-tone depressants causing adverse effects in therapeutic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E938.1', '', 'Halothane causing adverse effects in therapeutic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E938.2', '', 'Other gaseous anesthetics causing adverse effects in therapeutic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E938.3', '', 'Intravenous anesthetics causing adverse effects in therapeutic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E938.4', '', 'Other and unspecified general anesthetics causing adverse effects in therapeutic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E938.5', '', 'Surface and infiltration anesthetics causing adverse effects in therapeutic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E938.6', '', 'Peripheral nerve- and plexus-blocking anesthetics causing adverse effects in therapeutic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E938.7', '', 'Spinal anesthetics causing adverse effects in therapeutic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E938.9', '', 'Other and unspecified local anesthetics causing adverse effects in therapeutic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E939.0', '', 'Antidepressants causing adverse effects in therapeutic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E939.1', '', 'Phenothiazine-based tranquilizers causing adverse effects in therapeutic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E939.2', '', 'Butyrophenone-based tranquilizers causing adverse effects in therapeutic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E939.3', '', 'Other antipsychotics neuroleptics and major tranquilizers causing adverse effects in therapeutic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E939.4', '', 'Benzodiazepine-based tranquilizers causing adverse effects in therapeutic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E939.5', '', 'Other tranquilizers causing adverse effects in therapeutic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E939.6', '', 'Psychodysleptics (hallucinogens) causing adverse effects in therapeutic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E939.7', '', 'Psychostimulants causing adverse effects in therapeutic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E939.8', '', 'Other psychotropic agents causing adverse effects in therapeutic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E939.9', '', 'Unspecified psychotropic agent causing adverse effects in therapeutic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E940.0', '', 'Analeptics causing adverse effects in therapeutic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E940.1', '', 'Opiate antagonists causing adverse effects in therapeutic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E940.8', '', 'Other specified central nervous system stimulants causing adverse effects in therapeutic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E940.9', '', 'Unspecified central nervous system stimulant causing adverse effects in therapeutic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E941.0', '', 'Parasympathomimetics (cholinergics) causing adverse effects in therapeutic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E941.1', '', 'Parasympatholytics (anticholinergics and antimuscarinics) and spasmolytics causing adverse effects in therapeutic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E941.2', '', 'Sympathomimetics (adrenergics) causing adverse effects in therapeutic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E941.3', '', 'Sympatholytics (antiadrenergics) causing adverse effects in therapeutic use' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E942.0', '', 'Cardiac rhythm regulators causing adverse effects in therapeutic use' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E942.2', '', 'Antilipemic and antiarteriosclerotic drugs causing adverse effects in therapeutic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E942.3', '', 'Ganglion-blocking agents causing adverse effects in therapeutic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E942.4', '', 'Coronary vasodilators causing adverse effects in therapeutic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E942.5', '', 'Other vasodilators causing adverse effects in therapeutic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E942.6', '', 'Other antihypertensive agents causing adverse effects in therapeutic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E942.7', '', 'Antivaricose drugs including sclerosing agents causing adverse effects in therapeutic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E942.8', '', 'Capillary-active drugs causing adverse effects in therapeutic use' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E943.0', '', 'Antacids and antigastric secretion drugs causing adverse effects in therapeutic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E943.1', '', 'Irritant cathartics causing adverse effects in therapeutic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E943.2', '', 'Emollient cathartics causing adverse effects in therapeutic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E943.3', '', 'Other cathartics including intestinal atonia drugs causing adverse effects in therapeutic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E943.4', '', 'Digestants causing adverse effects in therapeutic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E943.5', '', 'Antidiarrheal drugs causing adverse effects in therapeutic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E943.6', '', 'Emetics causing adverse effects in therapeutic use' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E944.0', '', 'Mercurial diuretics causing adverse effects in therapeutic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E944.1', '', 'Purine derivative diuretics causing adverse effects in therapeutic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E944.2', '', 'Carbonic acid anhydrase inhibitors causing adverse effects in therapeutic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E944.3', '', 'Saluretics causing adverse effects in therapeutic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E944.4', '', 'Other diuretics causing adverse effects in therapeutic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E944.5', '', 'Electrolytic caloric and water-balance agents causing adverse effects in therapeutic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E944.6', '', 'Other mineral salts not elsewhere classified causing adverse effects in therapeutic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E944.7', '', 'Uric acid metabolism drugs causing adverse effects in therapeutic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E945.0', '', 'Oxytocic agents causing adverse effects in therapeutic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E945.1', '', 'Smooth muscle relaxants causing adverse effects in therapeutic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E945.2', '', 'Skeletal muscle relaxants causing adverse effects in therapeutic use' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E945.4', '', 'Antitussives causing adverse effects in therapeutic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E945.5', '', 'Expectorants causing adverse effects in therapeutic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E945.6', '', 'Anti-common cold drugs causing adverse effects in therapeutic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E945.7', '', 'Antiasthmatics causing adverse effects in therapeutic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E945.8', '', 'Other and unspecified respiratory drugs causing adverse effects in therapeutic use' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E946.1', '', 'Antipruritics causing adverse effects in therapeutic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E946.2', '', 'Local astringents and local detergents causing adverse effects in therapeutic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E946.3', '', 'Emollients demulcents and protectants causing adverse effects in therapeutic use' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E946.7', '', 'Dental drugs topically applied causing adverse effects in therapeutic use' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E947.0', '', 'Dietetics causing adverse effects in therapeutic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E947.1', '', 'Lipotropic drugs causing adverse effects in therapeutic use' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E947.3', '', 'Alcohol deterrents causing adverse effects in therapeutic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E947.4', '', 'Pharmaceutical excipients causing adverse effects in therapeutic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E947.8', '', 'Other drugs and medicinal substances causing adverse effects in therapeutic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E947.9', '', 'Unspecified drug or medicinal substance causing adverse effects in therapeutic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E948.0', '', 'Bcg vaccine causing adverse effects in therapeutic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E948.1', '', 'Typhoid and paratyphoid vaccines causing adverse effects in therapeutic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E948.2', '', 'Cholera vaccine causing adverse effects in therapeutic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E948.3', '', 'Plague vaccine causing adverse effects in therapeutic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E948.4', '', 'Tetanus vaccine causing adverse effects in therapeutic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E948.5', '', 'Diphtheria vaccine causing adverse effects in therapeutic use' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E948.8', '', 'Other and unspecified bacterial vaccines causing adverse effects in therapeutic use' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E949.0', '', 'Smallpox vaccine causing adverse effects in therapeutic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E949.1', '', 'Rabies vaccine causing adverse effects in therapeutic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E949.2', '', 'Typhus vaccine causing adverse effects in therapeutic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E949.3', '', 'Yellow fever vaccine causing adverse effects in therapeutic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E949.4', '', 'Measles vaccine causing adverse effects in therapeutic use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E949.5', '', 'Poliomyelitis vaccine causing adverse effects in therapeutic use' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E950.0', '', 'Suicide and self-inflicted poisoning by analgesics antipyretics and antirheumatics' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E950.1', '', 'Suicide and self-inflicted poisoning by barbiturates' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E950.2', '', 'Suicide and self-inflicted poisoning by other sedatives and hypnotics' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E950.3', '', 'Suicide and self-inflicted poisoning by tranquilizers and other psychotropic agents' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E950.4', '', 'Suicide and self-inflicted poisoning by other specified drugs and medicinal substances' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E950.5', '', 'Suicide and self-inflicted poisoning by unspecified drug or medicinal substance' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E950.7', '', 'Suicide and self-inflicted poisoning by corrosive and caustic substances' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E950.8', '', 'Suicide and self-inflicted poisoning by arsenic and its compounds' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E951.0', '', 'Suicide and self-inflicted poisoning by gas distributed by pipeline' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E951.8', '', 'Suicide and self-inflicted poisoning by other utility gas' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E952.0', '', 'Suicide and self-inflicted poisoning by motor vehicle exhaust gas' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E952.1', '', 'Suicide and self-inflicted poisoning by other carbon monoxide' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E952.8', '', 'Suicide and self-inflicted poisoning by other specified gases and vapors' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E952.9', '', 'Suicide and self-inflicted poisoning by unspecified gases and vapors' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E953.0', '', 'Suicide and self-inflicted injury by hanging' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E953.1', '', 'Suicide and self-inflicted injury by suffocation by plastic bag' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E953.8', '', 'Suicide and self-inflicted injury by other specified means' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E953.9', '', 'Suicide and self-inflicted injury by unspecified means' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E954', '', 'Suicide and self-inflicted injury by submersion (drowning)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E955.0', '', 'Suicide and self-inflicted injury by handgun' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E955.1', '', 'Suicide and self-inflicted injury by shotgun' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E955.2', '', 'Suicide and self-inflicted injury by hunting rifle' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E955.3', '', 'Suicide and self-inflicted injury by military firearms' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E955.4', '', 'Suicide and self-inflicted injury by other and unspecified firearm' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E955.5', '', 'Suicide and self-inflicted injury by explosives' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E955.6', '', 'Suicide and self-inflicted injury by air gun' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E955.7', '', 'Suicide and self-inflicted injury by paintball gun' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E955.9', '', 'Suicide and self-inflicted injury by firearms and explosives unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E956', '', 'Suicide and self-inflicted injury by cutting and piercing instrument' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E957.0', '', 'Suicide and self-inflicted injuries by jumping from residential premises' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E957.1', '', 'Suicide and self-inflicted injuries by jumping from other man-made structures' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E957.2', '', 'Suicide and self-inflicted injuries by jumping from natural sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E957.9', '', 'Suicide and self-inflicted injuries by jumping from unspecified site' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E958.0', '', 'Suicide and self-inflicted injury by jumping or lying before moving object' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E958.1', '', 'Suicide and self-inflicted injury by burns fire' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E958.2', '', 'Suicide and self-inflicted injury by scald' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E958.3', '', 'Suicide and self-inflicted injury by extremes of cold' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E958.4', '', 'Suicide and self-inflicted injury by electrocution' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E958.5', '', 'Suicide and self-inflicted injury by crashing of motor vehicle' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E958.6', '', 'Suicide and self-inflicted injury by crashing of aircraft' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E958.7', '', 'Suicide and self-inflicted injury by caustic substances except poisoning' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E958.8', '', 'Suicide and self-inflicted injury by other specified means' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E958.9', '', 'Suicide and self-inflicted injury by unspecified means' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E959', '', 'Late effects of self-inflicted injury' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E960.0', '', 'Unarmed fight or brawl' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E960.1', '', 'Rape' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E961', '', 'Assault by corrosive or caustic substance except poisoning' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E962.0', '', 'Assault by drugs and medicinal substances' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E962.1', '', 'Assault by other solid and liquid substances' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E962.2', '', 'Assault by other gases and vapors' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E962.9', '', 'Assault by unspecified poisoning' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E963', '', 'Assault by hanging and strangulation' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E964', '', 'Assault by submersion (drowning)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E965.0', '', 'Assault by handgun' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E965.1', '', 'Assault by shotgun' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E965.2', '', 'Assault by hunting rifle' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E965.3', '', 'Assault by military firearms' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E965.4', '', 'Assault by other and unspecified firearm' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E965.5', '', 'Assault by antipersonnel bomb' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E965.6', '', 'Assault by gasoline bomb' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E965.7', '', 'Assault by letter bomb' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E965.8', '', 'Assault by other specified explosive' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E965.9', '', 'Assault by unspecified explosive' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E966', '', 'Assault by cutting and piercing instrument' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E967.0', '', 'Perpetrator of child and adult abuse by father stepfather or boyfriend' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E967.1', '', 'Perpetrator of child and adult abuse by other specified person' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E967.2', '', 'Perpetrator of child and adult abuse by mother stepmother or girlfriend' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E967.3', '', 'Perpetrator of child and adult abuse by spouse or partner' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E967.4', '', 'Perpetrator of child and adult abuse by child' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E967.5', '', 'Perpetrator of child and adult abuse by sibling' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E967.6', '', 'Perpetrator of child and adult abuse by grandparent' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E967.7', '', 'Perpetrator of child and adult abuse by other relative' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E967.8', '', 'Perpetrator of child and adult abuse by non-related caregiver' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E967.9', '', 'Perpetrator of child and adult abuse by unspecified person' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E968.0', '', 'Assault by fire' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E968.1', '', 'Assault by pushing from a high place' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E968.2', '', 'Assault by striking by blunt or thrown object' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E968.3', '', 'Assault by hot liquid' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E968.4', '', 'Assault by criminal neglect' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E968.5', '', 'Assault by transport vehicle' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E968.6', '', 'Assault by air gun' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E968.7', '', 'Assault by human bite' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E968.8', '', 'Assault by other specified means' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E968.9', '', 'Assault by unspecified means' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E969', '', 'Late effects of injury purposely inflicted by other person' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E970', '', 'Injury due to legal intervention by firearms' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E971', '', 'Injury due to legal intervention by explosives' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E972', '', 'Injury due to legal intervention by gas' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E973', '', 'Injury due to legal intervention by blunt object' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E974', '', 'Injury due to legal intervention by cutting and piercing instrument' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E975', '', 'Injury due to legal intervention by other specified means' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E976', '', 'Injury due to legal intervention by unspecified means' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E977', '', 'Late effects of injuries due to legal intervention' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E978', '', 'Legal execution' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E979.0', '', 'Terrorism involving explosion of marine weapons' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E979.1', '', 'Terrorism involving destruction of aircraft' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E979.2', '', 'Terrorism involving other explosions and fragments' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E979.3', '', 'Terrorism involving fires conflagration and hot substances' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E979.4', '', 'Terrorism involving firearms' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E979.5', '', 'Terrorism involving nuclear weapons' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E979.6', '', 'Terrorism involving biological weapons' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E979.7', '', 'Terrorism involving chemical weapons' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E979.8', '', 'Terrorism involving other means' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E979.9', '', 'Terrorism secondary effects' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E980.0', '', 'Poisoning by analgesics antipyretics and antirheumatics undetermined whether accidentally or purposely inflicted' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E980.1', '', 'Poisoning by barbiturates undetermined whether accidentally or purposely inflicted' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E980.2', '', 'Poisoning by other sedatives and hypnotics undetermined whether accidentally or purposely inflicted' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E980.6', '', 'Poisoning by corrosive and caustic substances undetermined whether accidentally or purposely inflicted' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E980.8', '', 'Poisoning by arsenic and its compounds undetermined whether accidentally or purposely inflicted' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E981.0', '', 'Poisoning by gas distributed by pipeline undetermined whether accidentally or purposely inflicted' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E981.8', '', 'Poisoning by other utility gas undetermined whether accidentally or purposely inflicted' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E982.0', '', 'Poisoning by motor vehicle exhaust gas undetermined whether accidentally or purposely inflicted' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E982.1', '', 'Poisoning by other carbon monoxide undetermined whether accidentally or purposely inflicted' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E982.9', '', 'Poisoning by unspecified gases and vapors undetermined whether accidentally or purposely inflicted' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E983.0', '', 'Hanging undetermined whether accidentally or purposely inflicted' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E983.1', '', 'Suffocation by plastic bag undetermined whether accidentally or purposely inflicted' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E983.9', '', 'Strangulation or suffocation by unspecified means undetermined whether accidentally or purposely inflicted' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E984', '', 'Submersion (drowning) undetermined whether accidentally or purposely inflicted' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E985.0', '', 'Injury by handgun undetermined whether accidentally or purposely inflicted' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E985.1', '', 'Injury by shotgun undetermined whether accidentally or purposely inflicted' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E985.2', '', 'Injury by hunting rifle undetermined whether accidentally or purposely inflicted' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E985.3', '', 'Injury by military firearms undetermined whether accidentally or purposely inflicted' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E985.4', '', 'Injury by other and unspecified firearm undetermined whether accidentally or purposely inflicted' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E985.5', '', 'Injury by explosives undetermined whether accidentally or purposely inflicted' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E985.6', '', 'Injury by air gun undetermined whether accidental or purposely inflicted' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E985.7', '', 'Injury by paintball gun undetermined whether accidental or purposely inflicted' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E986', '', 'Injury by cutting and piercing instruments undetermined whether accidentally or purposely inflicted' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E987.0', '', 'Falling from residential premises undetermined whether accidentally or purposely inflicted' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E987.1', '', 'Falling from other man-made structures undetermined whether accidentally or purposely inflicted' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E987.2', '', 'Falling from natural sites undetermined whether accidentally or purposely inflicted' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E987.9', '', 'Falling from unspecified site undetermined whether accidentally or purposely inflicted' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E988.1', '', 'Injury by burns or fire undetermined whether accidentally or purposely inflicted' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E988.2', '', 'Injury by scald undetermined whether accidentally or purposely inflicted' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E988.3', '', 'Injury by extremes of cold undetermined whether accidentally or purposely inflicted' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E988.4', '', 'Injury by electrocution undetermined whether accidentally or purposely inflicted' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E988.5', '', 'Injury by crashing of motor vehicle undetermined whether accidentally or purposely inflicted' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E988.6', '', 'Injury by crashing of aircraft undetermined whether accidentally or purposely inflicted' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E988.7', '', 'Injury by caustic substances except poisoning undetermined whether accidentally or purposely inflicted' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E988.8', '', 'Injury by other specified means undetermined whether accidentally or purposely inflicted' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E988.9', '', 'Injury by unspecified means undetermined whether accidentally or purposely inflicted' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E989', '', 'Late effects of injury undetermined whether accidentally or purposely inflicted' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E990.0', '', 'Injury due to war operations from gasoline bomb' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E990.1', '', 'Injury due to war operations from flamethrower' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E990.2', '', 'Injury due to war operations from incendiary bullet' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E990.3', '', 'Injury due to war operations from fire caused indirectly from conventional weapon' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E990.9', '', 'Injury due to war operations from other and unspecified source' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E991.0', '', 'Injury due to war operations from rubber bullets (rifle)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E991.1', '', 'Injury due to war operations from pellets (rifle)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E991.2', '', 'Injury due to war operations from other bullets' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E991.3', '', 'Injury due to war operations from antipersonnel bomb (fragments)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E991.4', '', 'Injury due to war operations by fragments from munitions' ); +INSERT 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' ); +INSERT 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)' ); +INSERT 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)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E991.8', '', 'Injury due to war operations by fragments from weapons' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E991.9', '', 'Injury due to war operations from other and unspecified fragments' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E992.0', '', 'Injury due to torpedo' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E992.1', '', 'Injury due to depth charge' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E992.2', '', 'Injury due to marine mines' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E992.3', '', 'Injury due to sea-based artillery shell' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E992.8', '', 'Injury due to war operations by other marine weapons' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E992.9', '', 'Injury due to war operations by unspecified marine weapon' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E993.0', '', 'Injury due to war operations by aerial bomb' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E993.1', '', 'Injury due to war operations by guided missile' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E993.2', '', 'Injury due to war operations by mortar' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E993.3', '', 'Injury due to war operations by person-borne improvised explosive device (ied)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E993.4', '', 'Injury due to war operations by vehicle-borne improvised explosive device (ied)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E993.5', '', 'Injury due to war operations by other improvised explosive device (ied)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E993.6', '', 'Injury due to war operations by unintentional detonation of own munitions' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E993.8', '', 'Injury due to war operations by other specified explosion' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E993.9', '', 'Injury due to war operations by unspecified explosion' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E994.8', '', 'Injury due to war operations by other destruction of aircraft' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E994.9', '', 'Injury due to war operations by unspecified destruction of aircraft' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E995.0', '', 'Injury due to war operations by unarmed hand-to-hand combat' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E995.1', '', 'Injury due to war operations, struck by blunt object' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E995.2', '', 'Injury due to war operations by piercing object' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E995.3', '', 'Injury due to war operations by intentional restriction of air and airway' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E995.8', '', 'Injury due to war operations by other forms of conventional warfare' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E995.9', '', 'Injury due to war operations by unspecified form of conventional warfare' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E996.0', '', 'Injury due to war operations by direct blast effect of nuclear weapon' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E996.1', '', 'Injury due to war operations by indirect blast effect of nuclear weapon' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E996.2', '', 'Injury due to war operations by thermal radiation effect of nuclear weapon' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E996.3', '', 'Injury due to war operations by nuclear radiation effects' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E996.8', '', 'Injury due to war operations by other effects of nuclear weapons' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E996.9', '', 'Injury due to war operations by unspecified effect of nuclear weapon' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E997.0', '', 'Injury due to war operations by lasers' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E997.1', '', 'Injury due to war operations by biological warfare' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E997.2', '', 'Injury due to war operations by gases fumes and chemicals' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E997.3', '', 'Injury due to war operations by weapon of mass destruction (wmd), unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E997.8', '', 'Injury due to other specified forms of unconventional warfare' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E997.9', '', 'Injury due to unspecified form of unconventional warfare' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E998.8', '', 'Injury due to other war operations but occurring after cessation of hostilities' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E998.9', '', 'Injury due to unspecified war operations but occurring after cessation of hostilities' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E999.0', '', 'Late effect of injury due to war operations' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E999.1', '', 'Late effect of injury due to terrorism' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V01.0', '', 'Contact with or exposure to cholera' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V01.1', '', 'Contact with or exposure to tuberculosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V01.2', '', 'Contact with or exposure to poliomyelitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V01.3', '', 'Contact with or exposure to smallpox' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V01.4', '', 'Contact with or exposure to rubella' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V01.5', '', 'Contact with or exposure to rabies' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V01.6', '', 'Contact with or exposure to venereal diseases' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V01.71', '', 'Contact/exposure to varicella' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V01.79', '', 'Contact/exposure to other viral diseases' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V01.81', '', 'Contact with or exposure to anthrax' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V01.82', '', 'Exposure to sars-associated coronavirus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V01.83', '', 'Contact/exposure to escherichia coli [e.coli]' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V01.84', '', 'Contact/exposure to meningococcus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V01.89', '', 'Contact with or exposure to other communicable diseases' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V01.9', '', 'Contact with or exposure to unspecified communicable disease' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V02.0', '', 'Carrier or suspected carrier of cholera' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V02.1', '', 'Carrier or suspected carrier of typhoid' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V02.2', '', 'Carrier or suspected carrier of amebiasis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V02.3', '', 'Carrier or suspected carrier of other gastrointestinal pathogens' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V02.4', '', 'Carrier or suspected carrier of diphtheria' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V02.51', '', 'Carrier or suspected carrier of group b streptococcus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V02.52', '', 'Carrier or suspected carrier of other streptococcus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V02.53', '', 'Methicillin susceptible staphylococcus aureus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V02.54', '', 'Methicillin resistant staphylococcus aureus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V02.59', '', 'Carrier or suspected carrier of other specified bacterial diseases' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V02.60', '', 'Carrier or suspected carrier of viral hepatitis unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V02.61', '', 'Carrier or suspected carrier of hepatitis b' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V02.62', '', 'Carrier or suspected carrier of hepatitis c' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V02.69', '', 'Carrier or suspected carrier of other viral hepatitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V02.7', '', 'Carrier or suspected carrier of gonorrhea' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V02.8', '', 'Carrier or suspected carrier of other venereal diseases' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V02.9', '', 'Carrier or suspected carrier of other specified infectious organism' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V03.0', '', 'Need for prophylactic vaccination and inoculation against cholera alone' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V03.1', '', 'Need for prophylactic vaccination with typhoid-paratyphoid (tab) vaccine' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V03.2', '', 'Need for prophylactic vaccination with tuberculosis (bcg) vaccine' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V03.3', '', 'Need for prophylactic vaccination and inoculation against plague' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V03.4', '', 'Need for prophylactic vaccination and inoculation against tularemia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V03.5', '', 'Need for prophylactic vaccination and inoculation against diphtheria alone' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V03.6', '', 'Need for prophylactic vaccination and inoculation against pertussis alone' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V03.7', '', 'Need for prophylactic vaccination with tetanus toxoid alone' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V03.81', '', 'Need for prophylactic vaccination and inoculation against hemophilus influenza type b [hib]' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V03.82', '', 'Need for prophylactic vaccination and inoculation against streptococcus pneumoniae [pneumococcus]' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V03.89', '', 'Need for prophylactic vaccination and inoculation against other specified single bacterial disease' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V03.9', '', 'Need for prophylactic vaccination and inoculation against unspecified single bacterial disease' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V04.0', '', 'Need for prophylactic vaccination and inoculation against poliomyelitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V04.1', '', 'Need for prophylactic vaccination and inoculation against smallpox' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V04.2', '', 'Need for prophylactic vaccination and inoculation against measles alone' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V04.3', '', 'Need for prophylactic vaccination and inoculation against rubella alone' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V04.4', '', 'Need for prophylactic vaccination and inoculation against yellow fever' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V04.5', '', 'Need for prophylactic vaccination and inoculation against rabies' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V04.6', '', 'Need for prophylactic vaccination and inoculation against mumps alone' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V04.7', '', 'Need for prophylactic vaccination and inoculation against common cold' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V04.81', '', 'Need for prophylactic vaccination and inoculation against influenza' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V04.82', '', 'Need for prophylactic vaccination and inoculation against respiratory syncytial virus (rsv)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V04.89', '', 'Need for prophylactic vaccination and inoculation against other viral diseases' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V05.0', '', 'Need for prophylactic vaccination and inoculation against arthropod-borne viral encephalitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V05.1', '', 'Need for prophylactic vaccination and inoculation against other arthropod-borne viral diseases' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V05.2', '', 'Need for prophylactic vaccination and inoculation against leishmaniasis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V05.3', '', 'Need for prophylactic vaccination and inoculation against viral hepatitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V05.4', '', 'Need for prophylactic vaccination and inoculation against varicella' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V05.8', '', 'Need for prophylactic vaccination and inoculation against other specified disease' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V05.9', '', 'Need for prophylactic vaccination and inoculation against unspecified single disease' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V06.0', '', 'Need for prophylactic vaccination against cholera with typhoid-paratyphoid (cholera + tab) vaccine' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V06.1', '', 'Need for prophylactic vaccination with diphtheria-tetanus-pertussis combined [dtp] [tdap] vaccine' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V06.4', '', 'Need for prophylactic vaccination with measles-mumps-rubella (mmr) vaccine' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V06.5', '', 'Need for prophylactic vaccination and inoculation against tetanus-diphtheria [td] [dt]' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V06.6', '', 'Need for prophylactic vaccination and inoculation against streptococcus pneumoniae and influenza' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V06.8', '', 'Need for prophylactic vaccination and inoculation against other combinations of diseases' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V06.9', '', 'Need for prophylactic vaccination with unspecified combined vaccine' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V07.0', '', 'Need for isolation' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V07.1', '', 'Need for desensitization to allergens' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V07.2', '', 'Need for prophylactic immunotherapy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V07.31', '', 'Need for prophylactic fluoride administration' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V07.39', '', 'Need for other prophylactic chemotherapy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V07.4', '', 'Hormone replacement therapy (postmenopausal)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V07.51', '', 'Prophylactic use of selective estrogen receptor modulators (serms)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V07.52', '', 'Prophylactic use of aromatase inhibitors' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V07.59', '', 'Prophylactic use of other agents affecting estrogen receptors and estrogen levels' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V07.8', '', 'Need for other specified prophylactic measure' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V07.9', '', 'Need for unspecified prophylactic measure' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V08', '', 'Asymptomatic human immunodeficiency virus (hiv) infection status' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V09.0', '', 'Infection with microorganisms resistant to penicillins' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V09.1', '', 'Infection with microorganisms resistant to cephalosporins and other b-lactam antibiotics' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V09.2', '', 'Infection with microorganisms resistant to macrolides' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V09.3', '', 'Infection with microorganisms resistant to tetracyclines' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V09.4', '', 'Infection with microorganisms resistant to aminoglycosides' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V09.50', '', 'Without resistance to multiple quinolones and fluroquinolones' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V09.51', '', 'With resistance to multiple quinolones and fluroquinolones' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V09.6', '', 'Infection with microorganisms resistant to sulfonamides' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V09.90', '', 'Infection with drug-resistant microorganisms unspecified without multiple drug resistance' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V09.91', '', 'Infection with drug-resistant microorganisms unspecified with multiple drug resistance' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V10.00', '', 'Personal history of malignant neoplasm of unspecified site in gastrointestinal tract' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V10.01', '', 'Personal history of malignant neoplasm of tongue' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V10.03', '', 'Personal history of malignant neoplasm of esophagus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V10.04', '', 'Personal history of malignant neoplasm of stomach' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V10.05', '', 'Personal history of malignant neoplasm of large intestine' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V10.06', '', 'Personal history of malignant neoplasm of rectum rectosigmoid junction and anus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V10.07', '', 'Personal history of malignant neoplasm of liver' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V10.09', '', 'Personal history of malignant neoplasm of other sites in gastrointestinal tract' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V10.11', '', 'Personal history of malignant neoplasm of bronchus and lung' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V10.12', '', 'Personal history of malignant neoplasm of trachea' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V10.20', '', 'Personal history of malignant neoplasm of unspecified respiratory organ' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V10.21', '', 'Personal history of malignant neoplasm of larynx' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V10.29', '', 'Personal history of malignant neoplasm of other respiratory and intrathoracic organs' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V10.3', '', 'Personal history of malignant neoplasm of breast' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V10.40', '', 'Personal history of malignant neoplasm of unspecified female genital organ' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V10.41', '', 'Personal history of malignant neoplasm of cervix uteri' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V10.42', '', 'Personal history of malignant neoplasm of other parts of uterus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V10.43', '', 'Personal history of malignant neoplasm of ovary' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V10.44', '', 'Personal history of malignant neoplasm of other female genital organs' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V10.45', '', 'Personal history of malignant neoplasm of unspecified male genital organ' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V10.46', '', 'Personal history of malignant neoplasm of prostate' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V10.47', '', 'Personal history of malignant neoplasm of testis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V10.48', '', 'Personal history of malignant neoplasm of epididymis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V10.49', '', 'Personal history of malignant neoplasm of other male genital organs' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V10.50', '', 'Personal history of malignant neoplasm of unspecified urinary organ' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V10.51', '', 'Personal history of malignant neoplasm of bladder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V10.52', '', 'Personal history of malignant neoplasm of kidney' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V10.53', '', 'Personal history of malignant neoplasm of renal pelvis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V10.59', '', 'Personal history of malignant neoplasm of other urinary organs' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V10.60', '', 'Personal history of unspecified leukemia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V10.61', '', 'Personal history of lymphoid leukemia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V10.62', '', 'Personal history of myeloid leukemia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V10.63', '', 'Personal history of monocytic leukemia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V10.69', '', 'Personal history of other leukemia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V10.71', '', 'Personal history of lymphosarcoma and reticulosarcoma' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V10.72', '', 'Personal history of hodgkin''s disease' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V10.79', '', 'Personal history of other lymphatic and hematopoietic neoplasms' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V10.81', '', 'Personal history of malignant neoplasm of bone' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V10.82', '', 'Personal history of malignant melanoma of skin' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V10.83', '', 'Personal history of other malignant neoplasm of skin' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V10.84', '', 'Personal history of malignant neoplasm of eye' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V10.85', '', 'Personal history of malignant neoplasm of brain' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V10.86', '', 'Personal history of malignant neoplasm of other parts of nervous system' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V10.87', '', 'Personal history of malignant neoplasm of thyroid' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V10.88', '', 'Personal history of malignant neoplasm of other endocrine glands and related structures' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V10.89', '', 'Personal history of malignant neoplasm of other sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V10.90', '', 'Personal history of unspecified type of malignant neoplasm' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V10.91', '', 'Personal history of malignant neuroendocrine tumor' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V11.0', '', 'Personal history of schizophrenia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V11.1', '', 'Personal history of affective disorders' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V11.2', '', 'Personal history of neurosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V11.3', '', 'Personal history of alcoholism' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V11.8', '', 'Personal history of other mental disorders' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V11.9', '', 'Personal history of unspecified mental disorder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V12.00', '', 'Personal history of unspecified infectious and parasitic disease' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V12.01', '', 'Personal history of tuberculosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V12.02', '', 'Personal history of poliomyelitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V12.03', '', 'Personal history of malaria' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V12.04', '', 'Personal history of methicillin resistant staphylococcus aureus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V12.09', '', 'Personal history of other specified infectious and parasitic disease' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V12.1', '', 'Personal history of nutritional deficiency' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V12.2', '', 'Personal history of endocrine metabolic and immunity disorders' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V12.3', '', 'Personal history of diseases of blood and blood-forming organs' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V12.40', '', 'Personal history of unspecified disorder of nervous system and sense organs' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V12.41', '', 'Personal history of benign neoplasm of the brain' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V12.42', '', 'Personal history of infections of the central nervous system' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V12.49', '', 'Personal history of other disorders of nervous system and sense organs' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V12.50', '', 'Personal history of unspecified circulatory disease' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V12.51', '', 'Personal history of venous thrombosis and embolism' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V12.52', '', 'Personal history of thrombophlebitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V12.53', '', 'Personal history of sudden cardiac arrest' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V12.59', '', 'Personal history of other diseases of circulatory system not elsewhere classified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V12.60', '', 'Personal history of unspecified disease of respiratory system' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V12.61', '', 'Personal history of pneumonia (recurrent)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V12.69', '', 'Personal history of other diseases of respiratory system' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V12.70', '', 'Personal history of unspecified digestive disease' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V12.71', '', 'Personal history of peptic ulcer disease' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V12.72', '', 'Personal history of colonic polyps' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V12.79', '', 'Personal history of other specified digestive system diseases' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V13.00', '', 'Personal history of unspecified urinary disorder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V13.01', '', 'Personal history of urinary calculi' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V13.02', '', 'Personal history of urinary (tract) infection' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V13.03', '', 'Personal history of nephrotic syndrome' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V13.09', '', 'Personal history of other specified urinary system disorders' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V13.1', '', 'Personal history of trophoblastic disease' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V13.21', '', 'Personal history of pre-term labor' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V13.22', '', 'Personal history of cervical dysplasia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V13.29', '', 'Personal history of other genital system and obstetric disorders' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V13.3', '', 'Personal history of diseases of skin and subcutaneous tissue' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V13.4', '', 'Personal history of arthritis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V13.51', '', 'Personal history of pathologic fracture' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V13.52', '', 'Personal history of stress fracture' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V13.59', '', 'Personal history of other musculoskeletal disorders' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V13.61', '', 'Personal history of hypospadias' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V13.69', '', 'Personal history of other congenital malformations' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V13.7', '', 'Personal history of perinatal problems' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V13.8', '', 'Personal history of other specified diseases' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V13.9', '', 'Personal history of unspecified disease' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V14.0', '', 'Personal history of allergy to penicillin' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V14.1', '', 'Personal history of allergy to other antibiotic agent' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V14.2', '', 'Personal history of allergy to sulfonamides' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V14.3', '', 'Personal history of allergy to other anti-infective agent' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V14.4', '', 'Personal history of allergy to anesthetic agent' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V14.5', '', 'Personal history of allergy to narcotic agent' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V14.6', '', 'Personal history of allergy to analgesic agent' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V14.7', '', 'Personal history of allergy to serum or vaccine' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V14.8', '', 'Personal history of allergy to other specified medicinal agents' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V14.9', '', 'Personal history of allergy to unspecified medicinal agent' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V15.01', '', 'Personal history of allergy to peanuts' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V15.02', '', 'Personal history of allergy to milk products' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V15.03', '', 'Personal history of allergy to eggs' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V15.04', '', 'Personal history of allergy to seafood' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V15.05', '', 'Personal history of allergy to other foods' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V15.06', '', 'Allergy to insects and arachnids' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V15.07', '', 'Personal history of allergy to latex' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V15.08', '', 'Personal history of allergy to radiographic dye' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V15.09', '', 'Personal history of other allergy other than to medicinal agents' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V15.21', '', 'Personal history of undergoing in utero procedure during pregnancy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V15.22', '', 'Personal history of undergoing in utero procedure while a fetus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V15.29', '', 'Personal history of surgery to other organs' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V15.3', '', 'Personal history of irradiation presenting hazards to health' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V15.41', '', 'Personal history of physical abuse' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V15.42', '', 'Personal history of emotional abuse' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V15.49', '', 'Personal history of d11506other psychological trauma' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V15.51', '', 'Personal history of traumatic fracture' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V15.52', '', 'Personal history of traumatic brain injury' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V15.59', '', 'Personal history of other injury' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V15.6', '', 'Personal history of poisoning presenting hazards to health' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V15.7', '', 'Personal history of contraception presenting hazards to health' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V15.80', '', 'Personal history of failed moderate sedation' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V15.81', '', 'Personal history of noncompliance with medical treatment presenting hazards to health' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V15.82', '', 'Personal history of tobacco use' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V15.83', '', 'Personal history of underimmunization status' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V15.84', '', 'Personal history of contact with and (suspected) exposure to asbestos' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V15.86', '', 'Personal history of contact with and (suspected) exposure to lead' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V15.87', '', 'Personal history of extracorporeal membrane oxygenation (ecmo)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V15.88', '', 'Personal history of fall' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V15.89', '', 'Other specified personal history presenting hazards to health' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V15.9', '', 'Unspecified personal history presenting hazards to health' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V16.0', '', 'Family history of malignant neoplasm of gastrointestinal tract' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V16.1', '', 'Family history of malignant neoplasm of trachea bronchus and lung' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V16.2', '', 'Family history of malignant neoplasm of other respiratory and intrathoracic organs' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V16.3', '', 'Family history of malignant neoplasm of breast' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V16.40', '', 'Family history of malignant neoplasm of genital organ unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V16.41', '', 'Family history of malignant neoplasm of ovary' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V16.42', '', 'Family history of malignant neoplasm of prostate' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V16.43', '', 'Family history of malignant neoplasm of testis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V16.49', '', 'Family history of malignant neoplasm of other' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V16.51', '', 'Family history of malignant neoplasm of kidney' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V16.52', '', 'Family history of malignant neoplasm of bladder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V16.59', '', 'Family history of malignant neoplasm of other' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V16.6', '', 'Family history of leukemia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V16.7', '', 'Family history of other lymphatic and hematopoietic neoplasms' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V16.8', '', 'Family history of other specified malignant neoplasm' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V16.9', '', 'Family history of unspecified malignant neoplasm' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V17.0', '', 'Family history of psychiatric condition' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V17.1', '', 'Family history of stroke (cerebrovascular)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V17.2', '', 'Family history of other neurological diseases' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V17.3', '', 'Family history of ischemic heart disease' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V17.41', '', 'Family history of sudden cardiac death (scd)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V17.49', '', 'Family history of other cardiovascular diseases' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V17.5', '', 'Family history of asthma' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V17.6', '', 'Family history of other chronic respiratory conditions' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V17.7', '', 'Family history of arthritis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V17.81', '', 'Family history of osteoporosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V17.89', '', 'Family history of other musculoskeletal diseases' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V18.0', '', 'Family history of diabetes mellitus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V18.11', '', 'Family history of multiple endocrine neoplasia [men] syndrome' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V18.19', '', 'Family history of other endocrine and metabolic diseases' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V18.2', '', 'Family history of anemia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V18.3', '', 'Family history of other blood disorders' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V18.4', '', 'Family history of mental retardation' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V18.51', '', 'Family history, colonic polyps' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V18.59', '', 'Family history, other digestive disorders' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V18.61', '', 'Family history of polycystic kidney' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V18.69', '', 'Family history of other kidney diseases' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V18.7', '', 'Family history of other genitourinary diseases' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V18.8', '', 'Family history of infectious and parasitic diseases' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V18.9', '', 'Family history of genetic disease carrier' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V19.0', '', 'Family history of blindness or visual loss' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V19.1', '', 'Family history of other eye disorders' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V19.2', '', 'Family history of deafness or hearing loss' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V19.3', '', 'Family history of other ear disorders' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V19.4', '', 'Family history of skin conditions' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V19.5', '', 'Family history of congenital anomalies' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V19.6', '', 'Family history of allergic disorders' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V19.7', '', 'Family history of consanguinity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V19.8', '', 'Family history of other condition' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V20.0', '', 'Health supervision of foundling' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V20.1', '', 'Other healthy infant or child receiving care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V20.2', '', 'Routine infant or child health check' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V20.31', '', 'Health supervision for newborn under 8 days' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V20.32', '', 'Health supervision for newborn 8 to 28 days old' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V21.0', '', 'Period of rapid growth in childhood' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V21.1', '', 'Puberty' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V21.2', '', 'Other development of adolescence' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V21.30', '', 'Unspecified low birth weight status' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V21.31', '', 'Low birth weight status less than 500 grams' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V21.32', '', 'Low birth weight status 500-999 grams' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V21.33', '', 'Low birth weight status 1000-1499 grams' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V21.34', '', 'Low birth weight status 1500-1999 grams' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V21.35', '', 'Low birth weight status 2000-2500 grams' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V21.8', '', 'Other specified constitutional states in development' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V21.9', '', 'Unspecified constitutional state in development' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V22.0', '', 'Supervision of normal first pregnancy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V22.1', '', 'Supervision of other normal pregnancy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V22.2', '', 'Pregnant state incidental' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V23.0', '', 'Supervision of high-risk pregnancy with history of infertility' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V23.1', '', 'Supervision of high-risk pregnancy with history of trophoblastic disease' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V23.2', '', 'Supervision of high-risk pregnancy with history of abortion' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V23.3', '', 'Supervision of high-risk pregnancy with grand multiparity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V23.41', '', 'Supervision of high-risk pregnancy with history of pre-term labor' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V23.49', '', 'Supervision of high-risk pregnancy with other poor obstetric history' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V23.5', '', 'Supervision of high-risk pregnancy with other poor reproductive history' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V23.7', '', 'Supervision of high-risk pregnancy with insufficient prenatal care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V23.81', '', 'Supervision of high-risk pregnancy with elderly primigravida' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V23.82', '', 'Supervision of high-risk pregnancy with elderly multigravida' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V23.83', '', 'Supervision of high-risk pregnancy with young primigravida' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V23.84', '', 'Supervision of high-risk pregnancy with young multigravida' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V23.85', '', 'Pregnancy resulting from assisted reproductive technology' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V23.86', '', 'Pregnancy with history of in utero procedure during previous pregnancy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V23.89', '', 'Supervision of other high-risk pregnancy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V23.9', '', 'Supervision of unspecified high-risk pregnancy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V24.0', '', 'Postpartum care and examination immediately after delivery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V24.1', '', 'Postpartum care and examination of lactating mother' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V24.2', '', 'Routine postpartum follow-up' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V25.01', '', 'General counseling on prescription of oral contraceptives' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V25.02', '', 'General counseling on initiation of other contraceptive measures' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V25.03', '', 'Encounter for emergency contraceptive counseling and prescription' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V25.04', '', 'Counseling and instruction in natural family planning to avoid pregnancy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V25.09', '', 'Other general counseling and advice on contraceptive management' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V25.1', '', 'Insertion of intrauterine contraceptive device' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V25.2', '', 'Sterilization' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V25.3', '', 'Menstrual extraction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V25.40', '', 'Contraceptive surveillance unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V25.41', '', 'Surveillance of contraceptive pill' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V25.42', '', 'Surveillance of intrauterine contraceptive device' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V25.43', '', 'Surveillance of implantable subdermal contraceptive' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V25.49', '', 'Surveillance of other contraceptive method' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V25.5', '', 'Insertion of implantable subdermal contraceptive' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V25.8', '', 'Other specified contraceptive management' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V25.9', '', 'Unspecified contraceptive management' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V26.0', '', 'Tuboplasty or vasoplasty after previous sterilization' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V26.1', '', 'Artificial insemination' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V26.21', '', 'Fertility testing' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V26.22', '', 'Aftercare following sterilization reversal' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V26.29', '', 'Other investigation and testing' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V26.31', '', 'Testing for genetic disease carrier status of female' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V26.32', '', 'Other genetic testing of female' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V26.33', '', 'Genetic counseling' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V26.34', '', 'Testing of male for genetic disease carrier status' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V26.35', '', 'Encounter for testing of male partner of habitual aborter' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V26.39', '', 'Other genetic testing of male' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V26.41', '', 'Procreative counseling and advice using natural family planning' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V26.42', '', 'Encounter for fertility preservation counseling' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V26.49', '', 'Other procreative management counseling and advice' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V26.51', '', 'Tubal ligation status' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V26.52', '', 'Vasectomy status' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V26.81', '', 'Encounter for assisted reproductive fertility procedure cycle' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V26.82', '', 'Encounter for fertility preservation procedure' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V26.89', '', 'Other specified procreative management' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V26.9', '', 'Unspecified procreative management' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V27.0', '', 'Mother with single liveborn' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V27.1', '', 'Mother with single stillborn' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V27.2', '', 'Mother with twins both liveborn' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V27.3', '', 'Mother with twins one liveborn and one stillborn' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V27.4', '', 'Mother with twins both stillborn' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V27.5', '', 'Mother with other multiple birth all liveborn' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V27.6', '', 'Mother with other multiple birth some liveborn' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V27.7', '', 'Mother with other multiple birth all stillborn' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V27.9', '', 'Mother with unspecified outcome of delivery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V28.0', '', 'Screening for chromosomal anomalies by amniocentesis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V28.1', '', 'Screening for raised alpha-fetoprotein levels in amniotic fluid' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V28.2', '', 'Other antenatal screening based on amniocentesis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V28.3', '', 'Encounter for routine screening for malformation using ultrasonics' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V28.4', '', 'Antenatal screening for fetal growth retardation using ultrasonics' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V28.5', '', 'Antenatal screening for isoimmunization' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V28.6', '', 'Antenatal screening for streptococcus b' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V28.81', '', 'Encounter for fetal anatomic survey' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V28.82', '', 'Encounter for screening for risk of pre-term labor' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V28.89', '', 'Other specified antenatal screening' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V28.9', '', 'Unspecified antenatal screening' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V29.0', '', 'Observation for suspected infectious condition' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V29.1', '', 'Observation for suspected neurological conditions' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V29.2', '', 'Observation and evaluation of newborn for suspected respiratory condition' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V29.3', '', 'Observation for suspected genetic or metabolic condition' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V29.8', '', 'Observation for other specified suspected conditions' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V29.9', '', 'Observation for unspecified suspected conditions' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V30.00', '', 'Single liveborn born in hospital delivered without cesarean section' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V30.01', '', 'Single liveborn born in hospital delivered by cesarean section' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V30.1', '', 'Single liveborn born before admission to hospital' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V30.2', '', 'Single liveborn born outside hospital and not hospitalized' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V31.00', '', 'Twin birth mate liveborn born in hospital delivered without cesarean section' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V31.01', '', 'Twin birth mate liveborn born in hospital delivered by cesarean section' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V31.1', '', 'Twin birth mate liveborn born before admission to hospital' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V31.2', '', 'Twin birth mate liveborn born outside hospital and not hospitalized' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V32.00', '', 'Twin birth mate stillborn born in hospital delivered without cesarean section' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V32.01', '', 'Twin birth mate stillborn born in hospital delivered by cesarean section' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V32.1', '', 'Twin birth mate stillborn born before admission to hospital' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V32.2', '', 'Twin birth mate stillborn born outside hospital and not hospitalized' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V39.1', '', 'Liveborn unspecified whether single twin or multiple born before admission to hospital' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V40.0', '', 'Mental and behavioral problems with learning' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V40.1', '', 'Mental and behavioral problems with communication (including speech)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V40.2', '', 'Other mental problems' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V40.3', '', 'Other behavioral problems' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V40.9', '', 'Unspecified mental or behavioral problem' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V41.0', '', 'Problems with sight' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V41.1', '', 'Other eye problems' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V41.2', '', 'Problems with hearing' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V41.3', '', 'Other ear problems' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V41.4', '', 'Problems with voice production' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V41.5', '', 'Problems with smell and taste' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V41.6', '', 'Problems with swallowing and mastication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V41.7', '', 'Problems with sexual function' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V41.8', '', 'Other problems with special functions' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V41.9', '', 'Unspecified problem with special functions' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V42.0', '', 'Kidney replaced by transplant' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V42.1', '', 'Heart replaced by transplant' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V42.2', '', 'Heart valve replaced by transplant' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V42.3', '', 'Skin replaced by transplant' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V42.4', '', 'Bone replaced by transplant' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V42.5', '', 'Cornea replaced by transplant' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V42.6', '', 'Lung replaced by transplant' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V42.7', '', 'Liver replaced by transplant' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V42.81', '', 'Bone marrow replaced by transplant' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V42.82', '', 'Peripheral stem cells replaced by transplant' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V42.83', '', 'Pancreas replaced by transplant' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V42.84', '', 'Organ or tissue replaced by transplant intestines' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V42.89', '', 'Other specified organ or tissue replaced by transplant' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V42.9', '', 'Unspecified organ or tissue replaced by transplant' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V43.0', '', 'Eye globe replaced by other means' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V43.1', '', 'Lens replaced by other means' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V43.21', '', 'Heart replaced by heart assist device' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V43.22', '', 'Heart replaced by fully implantable artificial heart' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V43.3', '', 'Heart valve replaced by other means' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V43.4', '', 'Blood vessel replaced by other means' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V43.5', '', 'Bladder replaced by other means' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V43.60', '', 'Unspecified joint replacement' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V43.61', '', 'Shoulder joint replacement' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V43.62', '', 'Elbow joint replacement' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V43.63', '', 'Wrist joint replacement' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V43.64', '', 'Hip joint replacement' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V43.65', '', 'Knee joint replacement' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V43.66', '', 'Ankle joint replacement' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V43.69', '', 'Other joint replacement' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V43.7', '', 'Limb replaced by other means' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V43.81', '', 'Larynx replacement status' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V43.82', '', 'Breast replacement status' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V43.83', '', 'Artificial skin replacement status' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V43.89', '', 'Other organ or tissue replacement status not elsewhere classified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V44.0', '', 'Tracheostomy status' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V44.1', '', 'Gastrostomy status' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V44.2', '', 'Ileostomy status' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V44.3', '', 'Colostomy status' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V44.4', '', 'Status of other artificial opening of gastrointestinal tract' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V44.50', '', 'Cystostomy unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V44.51', '', 'Cutaneous-vesicostomy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V44.52', '', 'Appendico-vesicostomy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V44.59', '', 'Other cystostomy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V44.6', '', 'Status of other artificial opening of urinary tract' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V44.7', '', 'Artificial vagina status' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V44.8', '', 'Other artificial opening status' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V44.9', '', 'Unspecified artificial opening status' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V45.00', '', 'Unspecified cardiac device in situ' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V45.01', '', 'Cardiac pacemaker in situ' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V45.02', '', 'Automatic implantable cardiac defibrillator in situ' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V45.09', '', 'Other specified cardiac device in situ' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V45.11', '', 'Renal dialysis status' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V45.12', '', 'Noncompliance with renal dialysis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V45.2', '', 'Postsurgical presence of cerebrospinal fluid drainage device' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V45.3', '', 'Postsurgical intestinal bypass or anastomosis status' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V45.4', '', 'Postsurgical arthrodesis status' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V45.51', '', 'Presence of intrauterine contraceptive device' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V45.52', '', 'Presence of subdermal contraceptive implant' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V45.59', '', 'Presence of other contraceptive device' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V45.61', '', 'Cataract extraction status' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V45.69', '', 'Other states following surgery of eye and adnexa' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V45.71', '', 'Acquired absence of breast and nipple' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V45.72', '', 'Acquired absence of intestine (large) (small)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V45.73', '', 'Acquired absence of kidney' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V45.74', '', 'Acquired absence of organ other parts of urinary tract' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V45.75', '', 'Acquired absence of organ stomach' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V45.76', '', 'Acquired absence of organ lung' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V45.77', '', 'Acquired absence of organ genital organs' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V45.78', '', 'Acquired absence of organ eye' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V45.79', '', 'Other acquired absence of organ' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V45.81', '', 'Postsurgical aortocoronary bypass status' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V45.82', '', 'Percutaneous transluminal coronary angioplasty status' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V45.83', '', 'Breast implant removal status' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V45.84', '', 'Dental restoration status' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V45.85', '', 'Insulin pump status' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V45.86', '', 'Bariatric surgery status' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V45.87', '', 'Transplanted organ removal status' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V45.89', '', 'Other postsurgical status' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V46.0', '', 'Dependence on aspirator' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V46.11', '', 'Dependence on respirator, status' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V46.12', '', 'Encounter for respirator dependence during power failure' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V46.13', '', 'Encounter for weaning from respirator [weaning]' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V46.14', '', 'Mechanical complication of respirator [ventilator]' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V46.2', '', 'Dependence on supplemental oxygen' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V46.3', '', 'Wheelchair dependence' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V46.8', '', 'Dependence on other enabling machines' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V46.9', '', 'Unspecified machine dependence' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V47.0', '', 'Deficiencies of internal organs' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V47.1', '', 'Mechanical and motor problems with internal organs' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V47.2', '', 'Other cardiorespiratory problems' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V47.3', '', 'Other digestive problems' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V47.4', '', 'Other urinary problems' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V47.5', '', 'Other genital problems' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V47.9', '', 'Unspecified problems with internal organs' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V48.0', '', 'Deficiencies of head' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V48.1', '', 'Deficiencies of neck and trunk' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V48.2', '', 'Mechanical and motor problems with head' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V48.3', '', 'Mechanical and motor problems with neck and trunk' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V48.4', '', 'Sensory problem with head' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V48.5', '', 'Sensory problem with neck and trunk' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V48.6', '', 'Disfigurements of head' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V48.7', '', 'Disfigurements of neck and trunk' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V48.8', '', 'Other problems with head neck and trunk' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V48.9', '', 'Unspecified problem with head neck or trunk' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V49.0', '', 'Deficiencies of limbs' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V49.1', '', 'Mechanical problems with limbs' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V49.2', '', 'Motor problems with limbs' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V49.3', '', 'Sensory problems with limbs' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V49.4', '', 'Disfigurements of limbs' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V49.5', '', 'Other problems of limbs' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V49.60', '', 'Unspecified level upper limb amputation status' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V49.61', '', 'Thumb amputation status' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V49.62', '', 'Other finger(s) amputation status' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V49.63', '', 'Hand amputation status' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V49.64', '', 'Wrist amputation status' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V49.65', '', 'Below elbow amputation status' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V49.66', '', 'Above elbow amputation status' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V49.67', '', 'Shoulder amputation status' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V49.70', '', 'Unspecified level lower limb amputation status' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V49.71', '', 'Great toe amputation status' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V49.72', '', 'Other toe(s) amputation status' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V49.73', '', 'Foot amputation status' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V49.74', '', 'Ankle amputation status' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V49.75', '', 'Below knee amputation status' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V49.76', '', 'Above knee amputation status' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V49.77', '', 'Hip amputation status' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V49.81', '', 'Asymptomatic postmenopausal status (age-related) (natural)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V49.82', '', 'Dental sealant status' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V49.83', '', 'Awaiting organ transplant status' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V49.84', '', 'Bed confinement status' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V49.85', '', 'Dual sensory impairment' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V49.89', '', 'Other specified conditions influencing health status' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V49.9', '', 'Unspecified problems with limbs and other problems' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V50.0', '', 'Elective hair transplant for purposes other than remedying health states' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V50.1', '', 'Other plastic surgery for unacceptable cosmetic appearance' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V50.2', '', 'Routine or ritual circumcision' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V50.3', '', 'Ear piercing' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V50.41', '', 'Prophylactic breast removal' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V50.42', '', 'Prophylactic ovary removal' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V50.49', '', 'Other prophylactic gland removal' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V50.8', '', 'Other elective surgery for purposes other than remedying health states' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V50.9', '', 'Unspecified elective surgery for purposes other than remedying health states' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V51.0', '', 'Encounter for breast reconstruction following mastectomy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V51.8', '', 'Other aftercare involving the use of plastic surgery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V52.0', '', 'Fitting and adjustment of artificial arm (complete) (partial)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V52.1', '', 'Fitting and adjustment of artificial leg (complete) (partial)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V52.2', '', 'Fitting and adjustment of artificial eye' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V52.3', '', 'Fitting and adjustment of dental prosthetic device' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V52.4', '', 'Fitting and adjustment of breast prosthesis and implant' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V52.8', '', 'Fitting and adjustment of other specified prosthetic device' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V52.9', '', 'Fitting and adjustment of unspecified prosthetic device' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V53.01', '', 'Fitting and adjustment of cerebral ventricular (communicating) shunt' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V53.02', '', 'Fitting and adjustment of neuropacemaker (brain) (peripheral nerve) (spinal cord)' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V53.1', '', 'Fitting and adjustment of spectacles and contact lenses' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V53.2', '', 'Fitting and adjustment of hearing aid' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V53.31', '', 'Fitting and adjustment of cardiac pacemaker' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V53.32', '', 'Fitting and adjustment of automatic implantable cardiac defibrillator' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V53.39', '', 'Fitting and adjustment of other cardiac device' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V53.4', '', 'Fitting and adjustment of orthodontic devices' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V53.50', '', 'Fitting and adjustment of intestinal appliance and device' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V53.51', '', 'Fitting and adjustment of gastric lap band' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V53.59', '', 'Fitting and adjustment of other gastrointestinal appliance and device' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V53.6', '', 'Fitting and adjustment of urinary devices' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V53.7', '', 'Fitting and adjustment of orthopedic devices' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V53.8', '', 'Fitting and adjustment of wheelchair' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V53.90', '', 'Fitting and adjustment of unspecified device' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V53.91', '', 'Fitting and adjustment of insulin pump' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V53.99', '', 'Fitting and adjustment of other device' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V54.01', '', 'Encounter for removal of internal fixation device' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V54.02', '', 'Encounter for lengthening/adjustment of growth rod' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V54.09', '', 'Other aftercare involving internal fixation device' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V54.10', '', 'Aftercare for healing traumatic fracture of arm unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V54.11', '', 'Aftercare for healing traumatic fracture of upper arm' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V54.12', '', 'Aftercare for healing traumatic fracture of lower arm' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V54.13', '', 'Aftercare for healing traumatic fracture of hip' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V54.14', '', 'Aftercare for healing traumatic fracture of leg unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V54.15', '', 'Aftercare for healing traumatic fracture of upper leg' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V54.16', '', 'Aftercare for healing traumatic fracture of lower leg' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V54.17', '', 'Aftercare for healing traumatic fracture of vertebrae' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V54.19', '', 'Aftercare for healing traumatic fracture of other bone' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V54.20', '', 'Aftercare for healing pathologic fracture of arm unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V54.21', '', 'Aftercare for healing pathologic fracture of upper arm' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V54.22', '', 'Aftercare for healing pathologic fracture of lower arm' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V54.23', '', 'Aftercare for healing pathologic fracture of hip' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V54.24', '', 'Aftercare for healing pathologic fracture of leg unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V54.25', '', 'Aftercare for healing pathologic fracture of upper leg' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V54.26', '', 'Aftercare for healing pathologic fracture of lower leg' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V54.27', '', 'Aftercare for healing pathologic fracture of vertebrae' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V54.29', '', 'Aftercare for healing pathologic fracture of other bone' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V54.81', '', 'Aftercare following joint replacement' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V54.89', '', 'Other orthopedic aftercare' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V54.9', '', 'Unspecified orthopedic aftercare' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V55.0', '', 'Attention to tracheostomy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V55.1', '', 'Attention to gastrostomy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V55.2', '', 'Attention to ileostomy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V55.3', '', 'Attention to colostomy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V55.4', '', 'Attention to other artificial opening of digestive tract' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V55.5', '', 'Attention to cystostomy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V55.6', '', 'Attention to other artificial opening of urinary tract' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V55.7', '', 'Attention to artificial vagina' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V55.8', '', 'Attention to other specified artificial opening' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V55.9', '', 'Attention to unspecified artificial opening' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V56.0', '', 'Aftercare involving extracorporeal dialysis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V56.1', '', 'Fitting and adjustment of extracorporeal dialysis catheter' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V56.2', '', 'Fitting and adjustment of peritoneal dialysis catheter' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V56.31', '', 'Encounter for adequacy testing for hemodialysis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V56.32', '', 'Encounter for adequacy testing for peritoneal dialysis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V56.8', '', 'Aftercare involving other dialysis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V57.0', '', 'Care involving breathing exercises' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V57.1', '', 'Care involving other physical therapy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V57.21', '', 'Care involving occupational therapy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V57.22', '', 'Care involving vocational therapy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V57.3', '', 'Care involving speech-language therapy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V57.4', '', 'Care involving orthoptic training' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V57.81', '', 'Care involving orthotic training' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V57.89', '', 'Care involving other specified rehabilitation procedure' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V57.9', '', 'Care involving unspecified rehabilitation procedure' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V58.0', '', 'Encounter for radiotherapy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V58.11', '', 'Encounter for antineoplastic chemotherapy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V58.12', '', 'Encounter for immunotherapy for neoplastic condition' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V58.2', '', 'Blood transfusion without reported diagnosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V58.30', '', 'Encounter for change or removal of nonsurgical wound dressing' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V58.31', '', 'Encounter for change or removal of surgical wound dressing' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V58.32', '', 'Encounter for removal of sutures' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V58.41', '', 'Encounter for planned post-operative wound closure' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V58.42', '', 'Aftercare following surgery for neoplasm' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V58.43', '', 'Aftercare following surgery for injury and trauma' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V58.44', '', 'Aftercare following organ transplant' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V58.49', '', 'Other specified aftercare following surgery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V58.5', '', 'Orthodontics aftercare' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V58.61', '', 'Long-term (current) use of anticoagulants' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V58.62', '', 'Long-term (current) use of antibiotics' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V58.63', '', 'Long-term (current) use of antiplatelets/antithrombotics' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V58.64', '', 'Long-term (current) use of nonsteroidal anti-inflammatories (nsaid)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V58.65', '', 'Long-term (current) use of steroids' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V58.66', '', 'Long-term (current) use of aspirin' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V58.67', '', 'Long-term (current) use of insulin' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V58.69', '', 'Long-term (current) use of other medications' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V58.71', '', 'Aftercare following surgery of the sense organs not elsewhere classified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V58.72', '', 'Aftercare following surgery of the nervous system not elsewhere classified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V58.73', '', 'Aftercare following surgery of the circulatory system not elsewhere classified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V58.74', '', 'Aftercare following surgery of the respiratory system not elsewhere classified' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V58.76', '', 'Aftercare following surgery on the genitourinary system not elsewhere classified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V58.77', '', 'Aftercare following surgery of the skin and subcutaneous tissue not elsewhere classified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V58.78', '', 'Aftercare following surgery on the musculoskeletal system not elsewhere classified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V58.81', '', 'Fitting and adjustment of vascular catheter' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V58.82', '', 'Fitting and adjustment of nonvascular catheter not elsewhere classified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V58.83', '', 'Encounter for therapeutic drug monitoring' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V58.89', '', 'Other specified aftercare' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V58.9', '', 'Unspecified aftercare' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V59.01', '', 'Blood donors whole blood' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V59.02', '', 'Blood donors stem cells' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V59.09', '', 'Other blood donors' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V59.1', '', 'Skin donors' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V59.2', '', 'Bone donors' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V59.3', '', 'Bone marrow donors' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V59.4', '', 'Kidney donors' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V59.5', '', 'Cornea donors' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V59.6', '', 'Liver donors' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V59.70', '', 'Egg (ooctye)(ovum) donor, unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V59.71', '', 'Egg (ooctye)(ovum) donor, under age 35, anonymous recipient' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V59.72', '', 'Egg (ooctye)(ovum) donor, under age 35, designated recipient' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V59.73', '', 'Egg (ooctye)(ovum) donor, age 35 and over, anonymous recipient' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V59.74', '', 'Egg (ooctye)(ovum) donor, age 35 and over, designated recipient' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V59.8', '', 'Donors of other specified organ or tissue' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V59.9', '', 'Donors of unspecified organ or tissue' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V60.0', '', 'Lack of housing' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V60.1', '', 'Inadequate housing' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V60.2', '', 'Inadequate material resources' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V60.3', '', 'Person living alone' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V60.4', '', 'No other household member able to render care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V60.5', '', 'Holiday relief care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V60.6', '', 'Person living in residential institution' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V60.81', '', 'Foster care (status)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V60.89', '', 'Other specified housing or economic circumstances' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V60.9', '', 'Unspecified housing or economic circumstance' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V61.01', '', 'Family disruption due to family member on military deployment' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V61.02', '', 'Family disruption due to return of family member from military deployment' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V61.03', '', 'Family disruption due to divorce or legal separation' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V61.04', '', 'Family disruption due to parent-child estrangement' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V61.05', '', 'Family disruption due to child in welfare custody' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V61.07', '', 'Family disruption due to death of family member' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V61.08', '', 'Family disruption due to other extended absence of family member' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V61.09', '', 'Other family disruption' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V61.10', '', 'Unspecified counseling for marital and partner problems' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V61.11', '', 'Counseling for victim of spousal and partner abuse' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V61.12', '', 'Counseling for perpetrator of spousal and partner abuse' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V61.20', '', 'Counseling for parent-child problem unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V61.21', '', 'Counseling for victim of child abuse' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V61.22', '', 'Counseling for perpetrator of parent child abuse' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V61.23', '', 'Counseling for parent-biological child problem' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V61.24', '', 'Counseling for parent-adopted child problem' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V61.25', '', 'Counseling for parent (guardian)-foster child problem' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V61.29', '', 'Other parent-child problems' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V61.3', '', 'Problems with aged parents or in-laws' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V61.41', '', 'Alcoholism in family' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V61.42', '', 'Substance abuse in family' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V61.49', '', 'Other health problems within the family' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V61.5', '', 'Multiparity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V61.6', '', 'Illegitimacy or illegitimate pregnancy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V61.7', '', 'Other unwanted pregnancy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V61.8', '', 'Other specified family circumstances' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V61.9', '', 'Unspecified family circumstance' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V62.0', '', 'Unemployment' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V62.1', '', 'Adverse effects of work environment' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V62.21', '', 'Personal current military deployment status' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V62.22', '', 'Personal history of return from military deployment' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V62.29', '', 'Other occupational circumstances or maladjustment' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V62.3', '', 'Educational circumstances' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V62.4', '', 'Social maladjustment' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V62.5', '', 'Legal circumstances' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V62.6', '', 'Refusal of treatment for reasons of religion or conscience' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V62.81', '', 'Interpersonal problems not elsewhere classified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V62.82', '', 'Bereavement uncomplicated' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V62.83', '', 'Counseling for perpetrator of physical/sexual abuse' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V62.84', '', 'Suicidal ideation' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V62.89', '', 'Other psychological or physical stress not elsewhere classified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V62.9', '', 'Unspecified psychosocial circumstance' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V63.0', '', 'Residence remote from hospital or other health care facility' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V63.1', '', 'Medical services in home not available' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V63.2', '', 'Person awaiting admission to adequate facility elsewhere' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V63.8', '', 'Other specified reasons for unavailability of medical facilities' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V63.9', '', 'Unspecified reason for unavailability of medical facilities' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V64.00', '', 'Vaccination not carried out, unspecified reason' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V64.01', '', 'Vaccination not carried out because of acute illness' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V64.02', '', 'Vaccination not carried out because of chronic illness or condition' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V64.03', '', 'Vaccination not carried out because of immune compromised state' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V64.04', '', 'Vaccination not carried out because of allergy to vaccine or component' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V64.05', '', 'Vaccination not carried out because of caregiver refusal' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V64.06', '', 'Vaccination not carried out because of patient refusal' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V64.07', '', 'Vaccination not carried out for religious reasons' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V64.08', '', 'Vaccination not carried out because patient had disease being vaccinated against' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V64.09', '', 'Vaccination not carried out for other reason' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V64.1', '', 'Surgical or other procedure not carried out because of contraindication' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V64.2', '', 'Surgical or other procedure not carried out because of patient''s decision' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V64.3', '', 'Procedure not carried out for other reasons' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V64.41', '', 'Laparoscopic surgical procedure converted to open procedure' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V64.42', '', 'Thoracoscopic surgical procedure converted to open procedure' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V64.43', '', 'Arthroscopic surgical procedure converted to open procedure' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V65.0', '', 'Healthy person accompanying sick person' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V65.11', '', 'Pediatric pre-birth visit for expectant parent(s)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V65.19', '', 'Other person consulting on behalf of another person' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V65.2', '', 'Person feigning illness' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V65.3', '', 'Dietary surveillance and counseling' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V65.40', '', 'Other specified counseling' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V65.41', '', 'Exercise counseling' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V65.42', '', 'Counseling on substance use and abuse' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V65.43', '', 'Counseling on injury prevention' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V65.44', '', 'Human immunodeficiency virus (hiv) counseling' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V65.45', '', 'Counseling on other sexually transmitted diseases' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V65.46', '', 'Encounter for insulin pump training' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V65.49', '', 'Other specified counseling' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V65.5', '', 'Person with feared complaint in whom no diagnosis was made' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V65.8', '', 'Other reasons for seeking consultation' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V65.9', '', 'Unspecified reason for consultation' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V66.0', '', 'Convalescence following surgery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V66.1', '', 'Convalescence following radiotherapy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V66.2', '', 'Convalescence following chemotherapy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V66.3', '', 'Convalescence following psychotherapy and other treatment for mental disorder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V66.4', '', 'Convalescence following treatment of fracture' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V66.5', '', 'Convalescence following other treatment' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V66.6', '', 'Convalescence following combined treatment' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V66.7', '', 'Encounter for palliative care' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V66.9', '', 'Unspecified convalescence' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V67.00', '', 'Follow-up examination following surgery, unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V67.01', '', 'Following surgery follow-up vaginal pap smear' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V67.09', '', 'Follow-up examination following other surgery' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V67.1', '', 'Follow-up examination following radiotherapy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V67.2', '', 'Follow-up examination following chemotherapy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V67.3', '', 'Follow-up examination following psychotherapy and other treatment for mental disorder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V67.4', '', 'Following treatment of healed fracture' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V67.59', '', 'Other follow-up examination' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V67.6', '', 'Follow-up examination following combined treatment' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V67.9', '', 'Unspecified follow-up examination' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V68.01', '', 'Disability examination' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V68.09', '', 'Other issue of medical certificates' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V68.1', '', 'Issue of repeat prescriptions' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V68.2', '', 'Request for expert evidence' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V68.81', '', 'Referral of patient without examination or treatment' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V68.89', '', 'Encounters for other specified administrative purpose' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V68.9', '', 'Encounters for unspecified administrative purpose' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V69.0', '', 'Lack of physical exercise' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V69.1', '', 'Inappropriate diet and eating habits' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V69.2', '', 'High-risk sexual behavior' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V69.3', '', 'Gambling and betting' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V69.4', '', 'Lack of adequate sleep' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V69.5', '', 'Behavioral insomnia of childhood' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V69.8', '', 'Other problems related to lifestyle' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V69.9', '', 'Unspecified problem related to lifestyle' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V70.0', '', 'Routine general medical examination at a health care facility' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V70.1', '', 'General psychiatric examination requested by the authority' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V70.2', '', 'General psychiatric examination other and unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V70.3', '', 'Other general medical examination for administrative purposes' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V70.4', '', 'Examination for medicolegal reasons' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V70.5', '', 'Health examination of defined subpopulations' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V70.6', '', 'Health examination in population surveys' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V70.7', '', 'Examination of participant in clinical trial' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V70.8', '', 'Other specified general medical examinations' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V70.9', '', 'Unspecified general medical examination' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V71.01', '', 'Observation of adult antisocial behavior' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V71.02', '', 'Observation of childhood or adolescent antisocial behavior' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V71.09', '', 'Observation of other suspected mental condition' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V71.1', '', 'Observation for suspected malignant neoplasm' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V71.2', '', 'Observation for suspected tuberculosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V71.3', '', 'Observation following accident at work' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V71.4', '', 'Observation following other accident' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V71.5', '', 'Observation following alleged rape or seduction' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V71.6', '', 'Observation following other inflicted injury' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V71.7', '', 'Observation for suspected cardiovascular disease' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V71.81', '', 'Observation for suspected abuse and neglect' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V71.82', '', 'Observation and evaluation for suspected exposure to anthrax' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V71.83', '', 'Observation and evaluation for suspected exposure to other biological agent' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V71.89', '', 'Observation for other specified suspected conditions' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V71.9', '', 'Observation for unspecified suspected condition' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V72.0', '', 'Examination of eyes and vision' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V72.11', '', 'Encounter for hearing examination following failed hearing screening' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V72.12', '', 'Encounter for hearing conservation and treatment' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V72.19', '', 'Other examination of ears and hearing' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V72.2', '', 'Dental examination' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V72.31', '', 'Routine gynecological examination' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V72.40', '', 'Pregnancy examination or test, pregnancy unconfirmed' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V72.41', '', 'Pregnancy examination or test, negative result' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V72.42', '', 'Pregnancy examination or test, positive result' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V72.5', '', 'Radiological examination not elsewhere classified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V72.60', '', 'Laboratory examination, unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V72.61', '', 'Antibody response examination' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V72.62', '', 'Laboratory examination ordered as part of a routine general medical examination' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V72.63', '', 'Pre-procedural laboratory examination' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V72.69', '', 'Other laboratory examination' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V72.7', '', 'Diagnostic skin and sensitization tests' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V72.81', '', 'Pre-operative cardiovascular examination' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V72.82', '', 'Pre-operative respiratory examination' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V72.83', '', 'Other specified pre-operative examination' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V72.84', '', 'Pre-operative examination unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V72.85', '', 'Other specified examination' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V72.86', '', 'Encounter for blood typing' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V72.9', '', 'Unspecified examination' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V73.0', '', 'Screening examination for poliomyelitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V73.1', '', 'Screening examination for smallpox' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V73.2', '', 'Screening examination for measles' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V73.3', '', 'Screening examination for rubella' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V73.4', '', 'Screening examination for yellow fever' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V73.5', '', 'Screening examination for other arthropod-borne viral diseases' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V73.6', '', 'Screening examination for trachoma' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V73.81', '', 'Screening examination for human papillomavirus (hpv)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V73.88', '', 'Other specified chlamydial diseases' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V73.89', '', 'Other specified viral diseases' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V73.98', '', 'Screening examination for unspecified chlamydial disease' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V73.99', '', 'Screening examination for unspecified viral disease' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V74.0', '', 'Screening examination for cholera' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V74.1', '', 'Screening examination for pulmonary tuberculosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V74.2', '', 'Screening examination for leprosy (hansen''s disease)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V74.3', '', 'Screening examination for diphtheria' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V74.4', '', 'Screening examination for bacterial conjunctivitis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V74.5', '', 'Screening examination for venereal disease' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V74.6', '', 'Screening examination for yaws' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V74.8', '', 'Screening examination for other specified bacterial and spirochetal diseases' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V74.9', '', 'Screening examination for unspecified bacterial and spirochetal diseases' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V75.0', '', 'Screening examination for rickettsial diseases' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V75.1', '', 'Screening examination for malaria' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V75.2', '', 'Screening examination for leishmaniasis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V75.3', '', 'Screening examination for trypanosomiasis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V75.4', '', 'Screening examination for mycotic infections' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V75.5', '', 'Screening examination for schistosomiasis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V75.6', '', 'Screening examination for filariasis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V75.7', '', 'Screening examination for intestinal helminthiasis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V75.8', '', 'Screening examination for other specified parasitic infections' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V75.9', '', 'Screening examination for unspecified infectious disease' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V76.0', '', 'Special screening for malignant neoplasms of the respiratory organs' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V76.10', '', 'Breast screening unspecified' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V76.11', '', 'Screening mammogram for high-risk patient' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V76.12', '', 'Other screening mammogram' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V76.19', '', 'Other screening breast examination' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V76.2', '', 'Screening for malignant neoplasms of the cervix' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V76.3', '', 'Screening for malignant neoplasms of the bladder' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V76.41', '', 'Screening for malignant neoplasms of the rectum' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V76.42', '', 'Screening for malignant neoplasms of the oral cavity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V76.43', '', 'Screening for malignant neoplasms of the skin' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V76.44', '', 'Screening for malignant neoplasms of the prostate' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V76.45', '', 'Screening for malignant neoplasms of the testis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V76.46', '', 'Special screening for malignant neoplasms ovary' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V76.47', '', 'Special screening for malignant neoplasms vagina' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V76.49', '', 'Special screening for malignant neoplasms other sites' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V76.50', '', 'Special screening for malignant neoplasms unspecified intestine' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V76.51', '', 'Special screening for malignant neoplasms colon' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V76.52', '', 'Special screening for malignant neoplasms small intestine' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V76.81', '', 'Special screening for malignant neoplasms nervous system' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V76.89', '', 'Special screening for other malignant neoplasms' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V76.9', '', 'Screening for unspecified malignant neoplasms' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V77.0', '', 'Screening for thyroid disorders' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V77.1', '', 'Screening for diabetes mellitus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V77.2', '', 'Screening for malnutrition' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V77.3', '', 'Screening for phenylketonuria (pku)' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V77.4', '', 'Screening for galactosemia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V77.5', '', 'Screening for gout' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V77.6', '', 'Screening for cystic fibrosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V77.7', '', 'Screening for other inborn errors of metabolism' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V77.8', '', 'Screening for obesity' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V77.91', '', 'Screening for lipoid disorders' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V77.99', '', 'Screening for other and unspecified endocrine nutritional metabolic and immunity disorders' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V78.0', '', 'Screening for iron deficiency anemia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V78.1', '', 'Screening for other and unspecified deficiency anemia' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V78.2', '', 'Screening for sickle-cell disease or trait' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V78.3', '', 'Screening for other hemoglobinopathies' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V78.8', '', 'Screening for other disorders of blood and blood-forming organs' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V78.9', '', 'Screening for unspecified disorder of blood and blood-forming organs' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V79.0', '', 'Screening for depression' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V79.1', '', 'Screening for alcoholism' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V79.2', '', 'Screening for mental retardation' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V79.3', '', 'Screening for developmental handicaps in early childhood' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V79.8', '', 'Screening for other specified mental disorders and developmental handicaps' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V79.9', '', 'Screening for unspecified mental disorder and developmental handicap' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V80.01', '', 'Special screening for traumatic brain injury' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V80.09', '', 'Special screening for other neurological conditions' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V80.1', '', 'Screening for glaucoma' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V80.2', '', 'Screening for other eye conditions' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V80.3', '', 'Screening for ear diseases' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V81.0', '', 'Screening for ischemic heart disease' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V81.1', '', 'Screening for hypertension' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V81.2', '', 'Screening for other and unspecified cardiovascular conditions' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V81.3', '', 'Screening for chronic bronchitis and emphysema' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V81.4', '', 'Screening for other and unspecified respiratory conditions' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V81.5', '', 'Screening for nephropathy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V81.6', '', 'Screening for other and unspecified genitourinary conditions' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V82.0', '', 'Screening for skin conditions' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V82.1', '', 'Screening for rheumatoid arthritis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V82.2', '', 'Screening for other rheumatic disorders' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V82.3', '', 'Screening for congenital dislocation of hip' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V82.4', '', 'Maternal postnatal screening for chromosomal anomalies' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V82.5', '', 'Screening for chemical poisoning and other contamination' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V82.6', '', 'Multiphasic screening' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V82.71', '', 'Screening for genetic disease carrier status' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V82.79', '', 'Other genetic screening' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V82.81', '', 'Special screening for osteoporosis' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V82.89', '', 'Special screening for other specified conditions' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V82.9', '', 'Screening for unspecified condition' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V83.01', '', 'Asymptomatic hemophilia a carrier' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V83.02', '', 'Symptomatic hemophilia a carrier' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V83.81', '', 'Cystic fibrosis gene carrier' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V83.89', '', 'Other genetic carrier status' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V84.01', '', 'Genetic susceptibility to malignant neoplasm of breast' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V84.02', '', 'Genetic susceptibility to malignant neoplasm of ovary' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V84.03', '', 'Genetic susceptibility to malignant neoplasm of prostate' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V84.04', '', 'Genetic susceptibility to malignant neoplasm of endometrium' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V84.09', '', 'Genetic susceptibility to other malignant neoplasm' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V84.81', '', 'Genetic susceptibility to multiple endocrine neoplasia [men]' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V84.89', '', 'Genetic susceptibility to other disease' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V85.0', '', 'Body mass index less than 19, adult' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V85.1', '', 'Body mass index between 19-24, adult' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V85.21', '', 'Body mass index 25.0-25.9, adult' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V85.22', '', 'Body mass index 26.0-26.9, adult' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V85.23', '', 'Body mass index 27.0-27.9, adult' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V85.24', '', 'Body mass index 28.0-28.9, adult' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V85.25', '', 'Body mass index 29.0-29.9, adult' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V85.30', '', 'Body mass index 30.0-30.9, adult' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V85.31', '', 'Body mass index 31.0-31.9, adult' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V85.32', '', 'Body mass index 32.0-32.9, adult' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V85.33', '', 'Body mass index 33.0-33.9, adult' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V85.34', '', 'Body mass index 34.0-34.9, adult' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V85.35', '', 'Body mass index 35.0-35.9, adult' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V85.36', '', 'Body mass index 36.0-36.9, adult' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V85.37', '', 'Body mass index 37.0-37.9, adult' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V85.38', '', 'Body mass index 38.0-38.9, adult' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V85.39', '', 'Body mass index 39.0-39.9, adult' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V85.4', '', 'Body mass index 40 and over, adult' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V85.51', '', 'Body mass index, pediatric, less than5th percentile for age' ); +INSERT 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' ); +INSERT 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' ); +INSERT 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' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V86.0', '', 'Estrogen receptor positive status [er+]' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V86.1', '', 'Estrogen receptor negative status [er-]' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V87.01', '', 'Contact with and (suspected) exposure to arsenic' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V87.09', '', 'Contact with and (suspected) exposure to other hazardous metals' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V87.11', '', 'Contact with and (suspected) exposure to aromatic amines' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V87.12', '', 'Contact with and (suspected) exposure to benzene' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V87.19', '', 'Contact with and (suspected) exposure to other hazardous aromatic compounds' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V87.2', '', 'Contact with and (suspected) exposure to other potentially hazardous chemicals' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V87.31', '', 'Contact with and (suspected) exposure to mold' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V87.32', '', 'Contact with and (suspected) exposure to algae bloom' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V87.39', '', 'Contact with and (suspected) exposure to other potentially hazardous substances' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V87.41', '', 'Personal history of antineoplastic chemotherapy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V87.42', '', 'Personal history of monoclonal drug therapy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V87.43', '', 'Personal history of estrogen therapy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V87.44', '', 'Personal history of inhaled steroid therapy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V87.45', '', 'Personal history of systemic steroid therapy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V87.46', '', 'Personal history of immunosuppressive therapy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V87.49', '', 'Personal history of other drug therapy' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V88.01', '', 'Acquired absence of both cervix and uterus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V88.02', '', 'Acquired absence of uterus with remaining cervical stump' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V88.03', '', 'Acquired absence of cervix with remaining uterus' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V89.01', '', 'Suspected problem with amniotic cavity and membrane not found' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V89.02', '', 'Suspected placental problem not found' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V89.03', '', 'Suspected fetal anomaly not found' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V89.04', '', 'Suspected problem with fetal growth not found' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V89.05', '', 'Suspected cervical shortening not found' ); +INSERT INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V89.09', '', 'Other suspected maternal and fetal condition not found' ); diff --git a/sql/icd9-codes-replace.sql b/sql/icd9-codes-replace.sql new file mode 100644 index 000000000..c1e8be07b --- /dev/null +++ b/sql/icd9-codes-replace.sql @@ -0,0 +1,14315 @@ +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '001.0', '', 'Cholera due to vibrio cholerae' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '001.1', '', 'Cholera due to vibrio cholerae el tor' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '001.9', '', 'Cholera unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '002.0', '', 'Typhoid fever' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '002.1', '', 'Paratyphoid fever a' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '002.2', '', 'Paratyphoid fever b' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '002.3', '', 'Paratyphoid fever c' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '002.9', '', 'Paratyphoid fever unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '003.0', '', 'Salmonella gastroenteritis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '003.1', '', 'Salmonella septicemia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '003.20', '', 'Localized salmonella infection unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '003.21', '', 'Salmonella meningitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '003.22', '', 'Salmonella pneumonia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '003.23', '', 'Salmonella arthritis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '003.24', '', 'Salmonella osteomyelitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '003.29', '', 'Other localized salmonella infections' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '003.8', '', 'Other specified salmonella infections' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '003.9', '', 'Salmonella infection unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '004.0', '', 'Shigella dysenteriae' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '004.1', '', 'Shigella flexneri' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '004.2', '', 'Shigella boydii' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '004.3', '', 'Shigella sonnei' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '004.8', '', 'Other specified shigella infections' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '004.9', '', 'Shigellosis unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '005.0', '', 'Staphylococcal food poisoning' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '005.1', '', 'Botulism food poisoning' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '005.2', '', 'Food poisoning due to clostridium perfringens (c. welchii)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '005.3', '', 'Food poisoning due to other clostridia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '005.4', '', 'Food poisoning due to vibrio parahaemolyticus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '005.81', '', 'Food poisoning due to vibrio vulnificus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '005.89', '', 'Other bacterial food poisoning' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '005.9', '', 'Food poisoning unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '006.0', '', 'Acute amebic dysentery without abscess' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '006.1', '', 'Chronic intestinal amebiasis without abscess' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '006.2', '', 'Amebic nondysenteric colitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '006.3', '', 'Amebic liver abscess' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '006.4', '', 'Amebic lung abscess' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '006.5', '', 'Amebic brain abscess' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '006.6', '', 'Amebic skin ulceration' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '006.8', '', 'Amebic infection of other sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '006.9', '', 'Amebiasis unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '007.0', '', 'Balantidiasis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '007.1', '', 'Giardiasis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '007.2', '', 'Coccidiosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '007.3', '', 'Intestinal trichomoniasis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '007.4', '', 'Cryptosporidiosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '007.5', '', 'Cyclosporiasis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '007.8', '', 'Other specified protozoal intestinal diseases' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '007.9', '', 'Unspecified protozoal intestinal disease' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '008.00', '', 'Intestinal infection due to e. coli unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '008.01', '', 'Intestinal infection due to enteropathogenic e. coli' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '008.02', '', 'Intestinal infection due to enterotoxigenic e. coli' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '008.03', '', 'Intestinal infection due to enteroinvasive e. coli' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '008.04', '', 'Intestinal infection due to enterohemorrhagic e. coli' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '008.09', '', 'Intestinal infection due to other intestinal e. coli infections' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '008.1', '', 'Intestinal infection due to arizona group of paracolon bacilli' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '008.2', '', 'Intestinal infection due to aerobacter aerogenes' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '008.3', '', 'Intestinal infection due to proteus (mirabilis) (morganii)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '008.41', '', 'Intestinal infection due to staphylococcus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '008.42', '', 'Intestinal infection due to pseudomonas' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '008.43', '', 'Intestinal infection due to campylobacter' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '008.44', '', 'Intestinal infection due to yersinia enterocolitica' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '008.45', '', 'Intestinal infection due to clostridium difficile' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '008.46', '', 'Intestinal infection due to other anaerobes' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '008.47', '', 'Intestinal infection due to other gram-negative bacteria' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '008.49', '', 'Intestinal infection due to other organisms' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '008.5', '', 'Bacterial enteritis unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '008.61', '', 'Enteritis due to rotavirus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '008.62', '', 'Enteritis due to adenovirus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '008.63', '', 'Enteritis due to norwalk virus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '008.64', '', 'Enteritis due to other small round viruses [srv''s]' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '008.65', '', 'Enteritis due to calicivirus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '008.66', '', 'Enteritis due to astrovirus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '008.67', '', 'Enteritis due to enterovirus nec' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '008.69', '', 'Enteritis due to other viral enteritis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '008.8', '', 'Intestinal infection due to other organism not elsewhere classified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '009.0', '', 'Infectious colitis enteritis and gastroenteritis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '009.1', '', 'Colitis enteritis and gastroenteritis of presumed infectious origin' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '009.2', '', 'Infectious diarrhea' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '009.3', '', 'Diarrhea of presumed infectious origin' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '010.00', '', 'Primary tuberculous complex unspecified examination' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '010.01', '', 'Primary tuberculous complex bacteriological or histological examination not done' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '010.02', '', 'Primary tuberculous complex bacteriological or histological examination results unknown (at present)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '010.03', '', 'Primary tuberculous complex tubercle bacilli found (in sputum) by microscopy' ); +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' ); +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' ); +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)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '010.10', '', 'Tuberculous pleurisy in primary progressive tuberculosis confirmation unspecified' ); +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' ); +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)' ); +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' ); +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' ); +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' ); +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)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '010.80', '', 'Other primary progressive tuberculosis confirmation unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '010.81', '', 'Other primary progressive tuberculosis bacteriological or histological examination not done' ); +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)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '010.83', '', 'Other primary progressive tuberculosis tubercle bacilli found (in sputum) by microscopy' ); +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' ); +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' ); +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)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '010.90', '', 'Primary tuberculous infection unspecified type confirmation unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '010.91', '', 'Primary tuberculous infection unspecified type bacteriological or histological examination not done' ); +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)' ); +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' ); +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' ); +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' ); +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)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '011.00', '', 'Tuberculosis of lung infiltrative confirmation unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '011.01', '', 'Tuberculosis of lung infiltrative bacteriological or histological examination not done' ); +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)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '011.03', '', 'Tuberculosis of lung infiltrative tubercle bacilli found (in sputum) by microscopy' ); +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' ); +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' ); +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)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '011.10', '', 'Tuberculosis of lung nodular unspecified examination' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '011.11', '', 'Tuberculosis of lung nodular bacteriological or histological examination not done' ); +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)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '011.13', '', 'Tuberculosis of lung nodular tubercle bacilli found (in sputum) by microscopy' ); +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' ); +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' ); +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)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '011.20', '', 'Tuberculosis of lung with cavitation unspecified examination' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '011.21', '', 'Tuberculosis of lung with cavitation bacteriological or histological examination not done' ); +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)' ); +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' ); +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' ); +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' ); +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)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '011.30', '', 'Tuberculosis of bronchus unspecified examination' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '011.31', '', 'Tuberculosis of bronchus bacteriological or histological examination not done' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '011.32', '', 'Tuberculosis of bronchus bacteriological or histological examination results unknown (at present)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '011.33', '', 'Tuberculosis of bronchus tubercle bacilli found (in sputum) by microscopy' ); +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' ); +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' ); +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)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '011.40', '', 'Tuberculous fibrosis of lung unspecified examination' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '011.41', '', 'Tuberculous fibrosis of lung bacteriological or histological examination not done' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '011.42', '', 'Tuberculous fibrosis of lung bacteriological or histological examination unknown (at present)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '011.43', '', 'Tuberculous fibrosis of lung tubercle bacilli found (in sputum) by microscopy' ); +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' ); +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' ); +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)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '011.50', '', 'Tuberculous bronchiectasis unspecified examination' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '011.51', '', 'Tuberculous bronchiectasis bacteriological or histological examination not done' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '011.52', '', 'Tuberculous bronchiectasis bacteriological or histological examination results unknown (at present)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '011.53', '', 'Tuberculous bronchiectasis tubercle bacilli found (in sputum) by microscopy' ); +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' ); +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' ); +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)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '011.60', '', 'Tuberculous pneumonia (any form) unspecified examination' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '011.61', '', 'Tuberculous pneumonia (any form) bacteriological or histological examination not done' ); +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)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '011.63', '', 'Tuberculous pneumonia (any form) tubercle bacilli found (in sputum) by microscopy' ); +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' ); +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' ); +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)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '011.70', '', 'Tuberculous pneumothorax unspecified examination' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '011.71', '', 'Tuberculous pneumothorax bacteriological or histological examination not done' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '011.72', '', 'Tuberculous pneumothorax bacteriological or histological examination results unknown (at present)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '011.73', '', 'Tuberculous pneumothorax tubercle bacilli found (in sputum) by microscopy' ); +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' ); +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' ); +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)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '011.80', '', 'Other specified pulmonary tuberculosis unspecified confirmation' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '011.81', '', 'Other specified pulmonary tuberculosis bacteriological or histological examination not done' ); +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)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '011.83', '', 'Other specified pulmonary tuberculosis tubercle bacilli found (in sputum) by microscopy' ); +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' ); +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' ); +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)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '011.90', '', 'Unspecified pulmonary tuberculosis confirmation unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '011.91', '', 'Unspecified pulmonary tuberculosis bacteriological or histological examination not done' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '011.92', '', 'Unspecified pulmonary tuberculosis bacteriological or histological examination results unknown (at present)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '011.93', '', 'Unspecified pulmonary tuberculosis tubercle bacilli found (in sputum) by microscopy' ); +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' ); +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' ); +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)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '012.00', '', 'Tuberculous pleurisy confirmation unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '012.01', '', 'Tuberculous pleurisy bacteriological or histological examination not done' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '012.02', '', 'Tuberculous pleurisy bacteriological or histological examination results unknown (at present)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '012.03', '', 'Tuberculous pleurisy tubercle bacilli found (in sputum) by microscopy' ); +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' ); +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' ); +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)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '012.10', '', 'Tuberculosis of intrathoracic lymph nodes confirmation unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '012.11', '', 'Tuberculosis of intrathoracic lymph nodes bacteriological or histological examination not done' ); +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)' ); +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' ); +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' ); +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' ); +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)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '012.20', '', 'Isolated tracheal or bronchial tuberculosis unspecified examination' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '012.21', '', 'Isolated tracheal or bronchial tuberculosis bacteriological or histological examination not done' ); +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)' ); +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' ); +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' ); +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' ); +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)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '012.30', '', 'Tuberculous laryngitis unspecified examination' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '012.31', '', 'Tuberculous laryngitis bacteriological or histological examination not done' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '012.32', '', 'Tuberculous laryngitis bacteriological or histological examination results unknown (at present)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '012.33', '', 'Tuberculous laryngitis tubercle bacilli found (in sputum) by microscopy' ); +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' ); +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' ); +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)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '012.80', '', 'Other specified respiratory tuberculosis unspecified examination' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '012.81', '', 'Other specified respiratory tuberculosis bacteriological or histological examination not done' ); +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)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '012.83', '', 'Other specified respiratory tuberculosis tubercle bacilli found (in sputum) by microscopy' ); +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' ); +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' ); +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)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '013.00', '', 'Tuberculous meningitis unspecified examination' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '013.01', '', 'Tuberculous meningitis bacteriological or histological examination not done' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '013.02', '', 'Tuberculous meningitis bacteriological or histological examination results unknown (at present)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '013.03', '', 'Tuberculous meningitis tubercle bacilli found (in sputum) by microscopy' ); +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' ); +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' ); +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)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '013.10', '', 'Tuberculoma of meninges unspecified examination' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '013.11', '', 'Tuberculoma of meninges bacteriological or histological examination not done' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '013.12', '', 'Tuberculoma of meninges bacteriological or histological examination results unknown (at present)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '013.13', '', 'Tuberculoma of meninges tubercle bacilli found (in sputum) by microscopy' ); +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' ); +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' ); +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)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '013.20', '', 'Tuberculoma of brain unspecified examination' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '013.21', '', 'Tuberculoma of brain bacteriological or histological examination not done' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '013.22', '', 'Tuberculoma of brain bacteriological or histological examination results unknown (at present)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '013.23', '', 'Tuberculoma of brain tubercle bacilli found (in sputum) by microscopy' ); +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' ); +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' ); +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)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '013.30', '', 'Tuberculous abscess of brain unspecified examination' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '013.31', '', 'Tuberculous abscess of brain bacteriological or histological examination not done' ); +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)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '013.33', '', 'Tuberculous abscess of brain tubercle bacilli found (in sputum) by microscopy' ); +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' ); +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' ); +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)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '013.40', '', 'Tuberculoma of spinal cord unspecified examination' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '013.41', '', 'Tuberculoma of spinal cord bacteriological or histological examination not done' ); +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)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '013.43', '', 'Tuberculoma of spinal cord tubercle bacilli found (in sputum) by microscopy' ); +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' ); +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' ); +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)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '013.50', '', 'Tuberculous abscess of spinal cord unspecified examination' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '013.51', '', 'Tuberculous abscess of spinal cord bacteriological or histological examination not done' ); +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)' ); +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' ); +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' ); +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' ); +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)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '013.60', '', 'Tuberculous encephalitis or myelitis unspecified examination' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '013.61', '', 'Tuberculous encephalitis or myelitis bacteriological or histological examination not done' ); +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)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '013.63', '', 'Tuberculous encephalitis or myelitis tubercle bacilli found (in sputum) by microscopy' ); +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' ); +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' ); +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)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '013.80', '', 'Other specified tuberculosis of central nervous system unspecified examination' ); +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' ); +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)' ); +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' ); +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' ); +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' ); +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)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '013.90', '', 'Unspecified tuberculosis of central nervous system unspecified examination' ); +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' ); +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)' ); +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' ); +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' ); +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' ); +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)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '014.00', '', 'Tuberculous peritonitis unspecified examination' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '014.01', '', 'Tuberculous peritonitis bacteriological or histological examination not done' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '014.02', '', 'Tuberculous peritonitis bacteriological or histological examination results unknown (at present)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '014.03', '', 'Tuberculous peritonitis tubercle bacilli found (in sputum) by microscopy' ); +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' ); +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' ); +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)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '014.80', '', 'Other tuberculosis of intestines and mesenteric glands unspecified examination' ); +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' ); +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)' ); +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' ); +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' ); +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' ); +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)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '015.00', '', 'Tuberculosis of vertebral column unspecified examination' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '015.01', '', 'Tuberculosis of vertebral column bacteriological or histological examination not done' ); +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)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '015.03', '', 'Tuberculosis of vertebral column tubercle bacilli found (in sputum) by microscopy' ); +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' ); +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' ); +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)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '015.10', '', 'Tuberculosis of hip unspecified examination' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '015.11', '', 'Tuberculosis of hip bacteriological or histological examination not done' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '015.12', '', 'Tuberculosis of hip bacteriological or histological examination results unknown (at present)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '015.13', '', 'Tuberculosis of hip tubercle bacilli found (in sputum) by microscopy' ); +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' ); +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' ); +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)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '015.20', '', 'Tuberculosis of knee unspecified examination' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '015.21', '', 'Tuberculosis of knee bacteriological or histological examination not done' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '015.22', '', 'Tuberculosis of knee bacteriological or histological examination results unknown (at present)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '015.23', '', 'Tuberculosis of knee tubercle bacilli found (in sputum) by microscopy' ); +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' ); +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' ); +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)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '015.50', '', 'Tuberculosis of limb bones unspecified examination' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '015.51', '', 'Tuberculosis of limb bones bacteriological or histological examination not done' ); +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)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '015.53', '', 'Tuberculosis of limb bones tubercle bacilli found (in sputum) by microscopy' ); +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' ); +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' ); +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)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '015.60', '', 'Tuberculosis of mastoid unspecified examination' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '015.61', '', 'Tuberculosis of mastoid bacteriological or histological examination not done' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '015.62', '', 'Tuberculosis of mastoid bacteriological or histological examination results unknown (at present)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '015.63', '', 'Tuberculosis of mastoid tubercle bacilli found (in sputum) by microscopy' ); +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' ); +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' ); +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)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '015.70', '', 'Tuberculosis of other specified bone unspecified examination' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '015.71', '', 'Tuberculosis of other specified bone bacteriological or histological examination not done' ); +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)' ); +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' ); +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' ); +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' ); +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)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '015.80', '', 'Tuberculosis of other specified joint unspecified examination' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '015.81', '', 'Tuberculosis of other specified joint bacteriological or histological examination not done' ); +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)' ); +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' ); +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' ); +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' ); +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)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '015.90', '', 'Tuberculosis of unspecified bones and joints unspecified examination' ); +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' ); +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)' ); +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' ); +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' ); +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' ); +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)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '016.00', '', 'Tuberculosis of kidney unspecified examination' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '016.01', '', 'Tuberculosis of kidney bacteriological or histological examination not done' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '016.02', '', 'Tuberculosis of kidney bacteriological or histological examination results unknown (at present)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '016.03', '', 'Tuberculosis of kidney tubercle bacilli found (in sputum) by microscopy' ); +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' ); +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' ); +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)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '016.10', '', 'Tuberculosis of bladder unspecified examination' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '016.11', '', 'Tuberculosis of bladder bacteriological or histological examination not done' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '016.12', '', 'Tuberculosis of bladder bacteriological or histological examination results unknown (at present)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '016.13', '', 'Tuberculosis of bladder tubercle bacilli found (in sputum) by microscopy' ); +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' ); +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' ); +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)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '016.20', '', 'Tuberculosis of ureter unspecified examination' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '016.21', '', 'Tuberculosis of ureter bacteriological or histological examination not done' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '016.22', '', 'Tuberculosis of ureter bacteriological or histological examination results unknown (at present)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '016.23', '', 'Tuberculosis of ureter tubercle bacilli found (in sputum) by microscopy' ); +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' ); +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' ); +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)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '016.30', '', 'Tuberculosis of other urinary organs unspecified examination' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '016.31', '', 'Tuberculosis of other urinary organs bacteriological or histological examination not done' ); +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)' ); +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' ); +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' ); +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' ); +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)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '016.40', '', 'Tuberculosis of epididymis unspecified examination' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '016.41', '', 'Tuberculosis of epididymis bacteriological or histological examination not done' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '016.42', '', 'Tuberculosis of epididymis bacteriological or histological examination results unknown (at present)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '016.43', '', 'Tuberculosis of epididymis tubercle bacilli found (in sputum) by microscopy' ); +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' ); +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' ); +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)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '016.50', '', 'Tuberculosis of other male genital organs unspecified examination' ); +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' ); +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)' ); +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' ); +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' ); +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' ); +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)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '016.60', '', 'Tuberculous oophoritis and salpingitis unspecified examination' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '016.61', '', 'Tuberculous oophoritis and salpingitis bacteriological or histological examination not done' ); +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)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '016.63', '', 'Tuberculous oophoritis and salpingitis tubercle bacilli found (in sputum) by microscopy' ); +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' ); +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' ); +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)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '016.70', '', 'Tuberculosis of other female genital organs unspecified examination' ); +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' ); +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)' ); +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' ); +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' ); +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' ); +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)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '016.90', '', 'Unspecified genitourinary tuberculosis unspecified examination' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '016.91', '', 'Unspecified genitourinary tuberculosis bacteriological or histological examination not done' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '016.92', '', 'Unspecified genitourinary tuberculosis bacteriological or histological examination results unknown (at present)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '016.93', '', 'Unspecified genitourinary tuberculosis tubercle bacilli found (in sputum) by microscopy' ); +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' ); +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' ); +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)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '017.00', '', 'Tuberculosis of skin and subcutaneous cellular tissue unspecified examination' ); +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' ); +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)' ); +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' ); +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' ); +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' ); +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)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '017.10', '', 'Erythema nodosum with hypersensitivity reaction in tuberculosis unspecified examination' ); +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' ); +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)' ); +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' ); +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' ); +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' ); +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)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '017.20', '', 'Tuberculosis of peripheral lymph nodes unspecified examination' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '017.21', '', 'Tuberculosis of peripheral lymph nodes bacteriological or histological examination not done' ); +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)' ); +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' ); +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' ); +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' ); +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)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '017.30', '', 'Tuberculosis of eye unspecified examination' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '017.31', '', 'Tuberculosis of eye bacteriological or histological examination not done' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '017.32', '', 'Tuberculosis of eye bacteriological or histological examination results unknown (at present)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '017.33', '', 'Tuberculosis of eye tubercle bacilli found (in sputum) by microscopy' ); +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' ); +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' ); +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)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '017.40', '', 'Tuberculosis of ear unspecified examination' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '017.41', '', 'Tuberculosis of ear bacteriological or histological examination not done' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '017.42', '', 'Tuberculosis of ear bacteriological or histological examination results unknown (at present)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '017.43', '', 'Tuberculosis of ear tubercle bacilli found (in sputum) by microscopy' ); +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' ); +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' ); +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)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '017.50', '', 'Tuberculosis of thyroid gland unspecified origin' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '017.51', '', 'Tuberculosis of thyroid gland bacteriological or histological examination not done' ); +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)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '017.53', '', 'Tuberculosis of thyroid gland tubercle bacilli found (in sputum) by microscopy' ); +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' ); +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' ); +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)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '017.60', '', 'Tuberculosis of adrenal glands unspecified examination' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '017.61', '', 'Tuberculosis of adrenal glands bacteriological or histological examination not done' ); +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)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '017.63', '', 'Tuberculosis of adrenal glands tubercle bacilli found (in sputum) by microscopy' ); +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' ); +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' ); +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)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '017.70', '', 'Tuberculosis of spleen unspecified examination' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '017.71', '', 'Tuberculosis of spleen bacteriological or histological examination not done' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '017.72', '', 'Tuberculosis of spleen bacteriological or histological examination results unknown (at present)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '017.73', '', 'Tuberculosis of spleen tubercle bacilli found (in sputum) by microscopy' ); +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' ); +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' ); +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)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '017.80', '', 'Tuberculosis of esophagus unspecified examination' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '017.81', '', 'Tuberculosis of esophagus bacteriological or histological examination not done' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '017.82', '', 'Tuberculosis of esophagus bacteriological or histological examination results unknown (at present)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '017.83', '', 'Tuberculosis of esophagus tubercle bacilli found (in sputum) by microscopy' ); +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' ); +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' ); +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)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '017.90', '', 'Tuberculosis of other specified organs unspecified examination' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '017.91', '', 'Tuberculosis of other specified organs bacteriological or histological examination not done' ); +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)' ); +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' ); +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' ); +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' ); +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)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '018.00', '', 'Acute miliary tuberculosis unspecified examination' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '018.01', '', 'Acute miliary tuberculosis bacteriological or histological examination not done' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '018.02', '', 'Acute miliary tuberculosis bacteriological or histological examination results unknown (at present)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '018.03', '', 'Acute miliary tuberculosis tubercle bacilli found (in sputum) by microscopy' ); +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' ); +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' ); +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)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '018.80', '', 'Other specified miliary tuberculosis unspecified examination' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '018.81', '', 'Other specified miliary tuberculosis bacteriological or histological examination not done' ); +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)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '018.83', '', 'Other specified miliary tuberculosis tubercle bacilli found (in sputum) by microscopy' ); +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' ); +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' ); +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)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '018.90', '', 'Unspecified miliary tuberculosis unspecified examination' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '018.91', '', 'Unspecified miliary tuberculosis bacteriological or histological examination not done' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '018.92', '', 'Unspecified miliary tuberculosis bacteriological or histological examination results unknown (at present)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '018.93', '', 'Unspecified miliary tuberculosis tubercle bacilli found (in sputum) by microscopy' ); +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' ); +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' ); +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)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '020.0', '', 'Bubonic plague' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '020.1', '', 'Cellulocutaneous plague' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '020.2', '', 'Septicemic plague' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '020.3', '', 'Primary pneumonic plague' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '020.4', '', 'Secondary pneumonic plague' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '020.5', '', 'Pneumonic plague unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '020.8', '', 'Other specified types of plague' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '020.9', '', 'Plague unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '021.0', '', 'Ulceroglandular tularemia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '021.1', '', 'Enteric tularemia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '021.2', '', 'Pulmonary tularemia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '021.3', '', 'Oculoglandular tularemia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '021.8', '', 'Other specified tularemia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '021.9', '', 'Unspecified tularemia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '022.0', '', 'Cutaneous anthrax' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '022.1', '', 'Pulmonary anthrax' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '022.2', '', 'Gastrointestinal anthrax' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '022.3', '', 'Anthrax septicemia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '022.8', '', 'Other specified manifestations of anthrax' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '022.9', '', 'Anthrax unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '023.0', '', 'Brucella melitensis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '023.1', '', 'Brucella abortus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '023.2', '', 'Brucella suis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '023.3', '', 'Brucella canis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '023.8', '', 'Other brucellosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '023.9', '', 'Brucellosis unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '024', '', 'Glanders' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '025', '', 'Melioidosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '026.0', '', 'Spirillary fever' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '026.1', '', 'Streptobacillary fever' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '026.9', '', 'Unspecified rat-bite fever' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '027.0', '', 'Listeriosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '027.1', '', 'Erysipelothrix infection' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '027.2', '', 'Pasteurellosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '027.8', '', 'Other specified zoonotic bacterial diseases' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '027.9', '', 'Unspecified zoonotic bacterial disease' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '030.0', '', 'Lepromatous leprosy (type l)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '030.1', '', 'Tuberculoid leprosy (type t)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '030.2', '', 'Indeterminate leprosy (group i)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '030.3', '', 'Borderline leprosy (group b)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '030.8', '', 'Other specified leprosy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '030.9', '', 'Leprosy unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '031.0', '', 'Pulmonary diseases due to other mycobacteria' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '031.1', '', 'Cutaneous diseases due to other mycobacteria' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '031.2', '', 'Disseminated mycobacterium' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '031.8', '', 'Other specified mycobacterial diseases' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '031.9', '', 'Unspecified diseases due to mycobacteria' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '032.0', '', 'Faucial diphtheria' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '032.1', '', 'Nasopharyngeal diphtheria' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '032.2', '', 'Anterior nasal diphtheria' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '032.3', '', 'Laryngeal diphtheria' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '032.81', '', 'Conjunctival diphtheria' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '032.82', '', 'Diphtheritic myocarditis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '032.83', '', 'Diphtheritic peritonitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '032.84', '', 'Diphtheritic cystitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '032.85', '', 'Cutaneous diphtheria' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '032.89', '', 'Other specified diphtheria' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '032.9', '', 'Diphtheria unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '033.0', '', 'Whooping cough due to bordetella pertussis (b. pertussis)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '033.1', '', 'Whooping cough due to bordetella parapertussis (b. parapertussis)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '033.8', '', 'Whooping cough due to other specified organism' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '033.9', '', 'Whooping cough unspecified organism' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '034.0', '', 'Streptococcal sore throat' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '034.1', '', 'Scarlet fever' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '035', '', 'Erysipelas' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '036.0', '', 'Meningococcal meningitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '036.1', '', 'Meningococcal encephalitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '036.2', '', 'Meningococcemia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '036.3', '', 'Waterhouse-friderichsen syndrome meningococcal' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '036.40', '', 'Meningococcal carditis unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '036.41', '', 'Meningococcal pericarditis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '036.42', '', 'Meningococcal endocarditis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '036.43', '', 'Meningococcal myocarditis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '036.81', '', 'Meningococcal optic neuritis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '036.82', '', 'Meningococcal arthropathy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '036.89', '', 'Other specified meningococcal infections' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '036.9', '', 'Meningococcal infection unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '037', '', 'Tetanus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '038.0', '', 'Streptococcal septicemia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '038.10', '', 'Staphylococcal septicemia unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '038.11', '', 'Methicillin susceptible staphylococcus aureus septicemia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '038.12', '', 'Methicillin resistant staphylococcus aureus septicemia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '038.19', '', 'Other staphylococcal septicemia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '038.2', '', 'Pneumococcal septicemia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '038.3', '', 'Septicemia due to anaerobes' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '038.40', '', 'Septicemia due to gram-negative organism unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '038.41', '', 'Septicemia due to hemophilus influenzae [h. influenzae]' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '038.42', '', 'Septicemia due to escherichia coli [e. coli]' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '038.43', '', 'Septicemia due to pseudomonas' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '038.44', '', 'Septicemia due to serratia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '038.49', '', 'Other septicemia due to gram-negative organisms' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '038.8', '', 'Other specified septicemias' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '038.9', '', 'Unspecified septicemia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '039.0', '', 'Cutaneous actinomycotic infection' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '039.1', '', 'Pulmonary actinomycotic infection' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '039.2', '', 'Abdominal actinomycotic infection' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '039.3', '', 'Cervicofacial actinomycotic infection' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '039.4', '', 'Madura foot' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '039.8', '', 'Actinomycotic infection of other specified sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '039.9', '', 'Actinomycotic infection of unspecified site' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '040.0', '', 'Gas gangrene' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '040.1', '', 'Rhinoscleroma' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '040.2', '', 'Whipple''s disease' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '040.3', '', 'Necrobacillosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '040.41', '', 'Infant botulism' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '040.42', '', 'Wound botulism' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '040.81', '', 'Tropical pyomyositis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '040.82', '', 'Toxic shock syndrome' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '040.89', '', 'Other specified bacterial diseases' ); +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' ); +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' ); +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' ); +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' ); +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]' ); +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' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '041.11', '', 'Methicillin susceptible staphylococcus aureus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '041.12', '', 'Methicillin resistant staphylococcus aureus' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '041.2', '', 'Pneumococcus infection in conditions classified elsewhere and of unspecified site' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '041.3', '', 'Klebsiella pneumoniae' ); +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' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '041.7', '', 'Pseudomonas infection in conditions classified elsewhere and of unspecified site' ); +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' ); +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' ); +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' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '041.86', '', 'Helicobacter pylori [h. pylori]' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '041.9', '', 'Bacterial infection unspecified in conditions classified elsewhere and of unspecified site' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '042', '', 'Human immunodeficiency virus (hiv) disease' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '045.00', '', 'Acute paralytic poliomyelitis specified as bulbar unspecified type of poliovirus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '045.01', '', 'Acute paralytic poliomyelitis specified as bulbar poliovirus type i' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '045.02', '', 'Acute paralytic poliomyelitis specified as bulbar poliovirus type ii' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '045.03', '', 'Acute paralytic poliomyelitis specified as bulbar poliovirus type iii' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '045.10', '', 'Acute poliomyelitis with other paralysis unspecified type of poliovirus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '045.11', '', 'Acute poliomyelitis with other paralysis poliovirus type i' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '045.12', '', 'Acute poliomyelitis with other paralysis poliovirus type ii' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '045.13', '', 'Acute poliomyelitis with other paralysis poliovirus type iii' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '045.20', '', 'Acute nonparalytic poliomyelitis unspecified type poliovirus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '045.21', '', 'Acute nonparalytic poliomyelitis poliovirus type i' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '045.22', '', 'Acute nonparalytic poliomyelitis poliovirus type ii' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '045.23', '', 'Acute nonparalytic poliomyelitis poliovirus type iii' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '045.90', '', 'Unspecified acute poliomyelitis unspecified type poliovirus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '045.91', '', 'Unspecified acute poliomyelitis poliovirus type i' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '045.92', '', 'Unspecified acute poliomyelitis poliovirus type ii' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '045.93', '', 'Unspecified acute poliomyelitis poliovirus type iii' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '046.0', '', 'Kuru' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '046.11', '', 'Variant creutzfeldt-jakob disease' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '046.19', '', 'Other and unspecified creutzfeldt-jakob disease' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '046.2', '', 'Subacute sclerosing panencephalitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '046.3', '', 'Progressive multifocal leukoencephalopathy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '046.71', '', 'Gerstmann-straussler-scheinker syndrome' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '046.72', '', 'Fatal familial insomnia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '046.79', '', 'Other and unspecified prion disease of central nervous system' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '046.8', '', 'Other specified slow virus infection of central nervous system' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '046.9', '', 'Unspecified slow virus infection of central nervous system' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '047.0', '', 'Meningitis due to coxsackie virus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '047.1', '', 'Meningitis due to echo virus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '047.8', '', 'Other specified viral meningitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '047.9', '', 'Unspecified viral meningitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '048', '', 'Other enterovirus diseases of central nervous system' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '049.0', '', 'Non-arthropod borne lymphocytic choriomeningitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '049.1', '', 'Non-arthropod borne meningitis due to adenovirus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '049.8', '', 'Other specified non-arthropod-borne viral diseases of central nervous system' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '049.9', '', 'Unspecified non-arthropod-borne viral diseases of central nervous system' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '050.0', '', 'Variola major' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '050.1', '', 'Alastrim' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '050.2', '', 'Modified smallpox' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '050.9', '', 'Smallpox unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '051.01', '', 'Cowpox' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '051.02', '', 'Vaccinia not from vaccination' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '051.1', '', 'Pseudocowpox' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '051.2', '', 'Contagious pustular dermatitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '051.9', '', 'Paravaccinia unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '052.0', '', 'Postvaricella encephalitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '052.1', '', 'Varicella (hemorrhagic) pneumonitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '052.2', '', 'Postvaricella myelitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '052.7', '', 'Chickenpox with other specified complications' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '052.8', '', 'Chickenpox with unspecified complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '052.9', '', 'Varicella without complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '053.0', '', 'Herpes zoster with meningitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '053.10', '', 'Herpes zoster with unspecified nervous system complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '053.11', '', 'Geniculate herpes zoster' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '053.12', '', 'Postherpetic trigeminal neuralgia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '053.13', '', 'Postherpetic polyneuropathy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '053.14', '', 'Herpes zoster myelitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '053.19', '', 'Herpes zoster with other nervous system complications' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '053.20', '', 'Herpes zoster dermatitis of eyelid' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '053.21', '', 'Herpes zoster keratoconjunctivitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '053.22', '', 'Herpes zoster iridocyclitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '053.29', '', 'Herpes zoster with other ophthalmic complications' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '053.71', '', 'Otitis externa due to herpes zoster' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '053.79', '', 'Herpes zoster with other specified complications' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '053.8', '', 'Herpes zoster with unspecified complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '053.9', '', 'Herpes zoster without complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '054.0', '', 'Eczema herpeticum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '054.10', '', 'Genital herpes unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '054.11', '', 'Herpetic vulvovaginitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '054.12', '', 'Herpetic ulceration of vulva' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '054.13', '', 'Herpetic infection of penis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '054.19', '', 'Other genital herpes' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '054.2', '', 'Herpetic gingivostomatitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '054.3', '', 'Herpetic meningoencephalitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '054.40', '', 'Herpes simplex with unspecified ophthalmic complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '054.41', '', 'Herpes simplex dermatitis of eyelid' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '054.42', '', 'Dendritic keratitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '054.43', '', 'Herpes simplex disciform keratitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '054.44', '', 'Herpes simplex iridocyclitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '054.49', '', 'Herpes simplex with other ophthalmic complications' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '054.5', '', 'Herpetic septicemia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '054.6', '', 'Herpetic whitlow' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '054.71', '', 'Visceral herpes simplex' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '054.72', '', 'Herpes simplex meningitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '054.73', '', 'Herpes simplex otitis externa' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '054.74', '', 'Herpes simplex myelitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '054.79', '', 'Herpes simplex with other specified complications' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '054.8', '', 'Herpes simplex with unspecified complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '054.9', '', 'Herpes simplex without complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '055.0', '', 'Postmeasles encephalitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '055.1', '', 'Postmeasles pneumonia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '055.2', '', 'Postmeasles otitis media' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '055.71', '', 'Measles keratoconjunctivitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '055.79', '', 'Measles with other specified complications' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '055.8', '', 'Measles with unspecified complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '055.9', '', 'Measles without complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '056.00', '', 'Rubella with unspecified neurological complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '056.01', '', 'Encephalomyelitis due to rubella' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '056.09', '', 'Rubella with other neurological complications' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '056.71', '', 'Arthritis due to rubella' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '056.79', '', 'Rubella with other specified complications' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '056.8', '', 'Rubella with unspecified complications' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '056.9', '', 'Rubella without complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '057.0', '', 'Erythema infectiosum (fifth disease)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '057.8', '', 'Other specified viral exanthemata' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '057.9', '', 'Viral exanthem unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '058.10', '', 'Roseola infantum, unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '058.11', '', 'Roseola infantum due to human herpes virus 6' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '058.12', '', 'Roseola infantum due to human herpes virus 7' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '058.21', '', 'Human herpesvirus 6 encephalitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '058.29', '', 'Other human herpesvirus encephalitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '058.81', '', 'Human herpesvirus 6 infection' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '058.82', '', 'Human herpesvirus 7 infection' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '058.89', '', 'Other human herpesvirus infections' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '059.00', '', 'Orthopoxvirus infection, unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '059.01', '', 'Monkeypox' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '059.09', '', 'Other orthopoxvirus infections' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '059.10', '', 'Parapoxvirus infection, unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '059.11', '', 'Bovine stomatitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '059.12', '', 'Sealpox' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '059.19', '', 'Other parapoxvirus infections' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '059.20', '', 'Yatapoxvirus infection, unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '059.21', '', 'Tanapox' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '059.22', '', 'Yaba monkey tumor virus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '059.8', '', 'Other poxvirus infections' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '059.9', '', 'Poxvirus infections, unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '060.0', '', 'Sylvatic yellow fever' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '060.1', '', 'Urban yellow fever' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '060.9', '', 'Yellow fever unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '061', '', 'Dengue' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '062.0', '', 'Japanese encephalitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '062.1', '', 'Western equine encephalitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '062.2', '', 'Eastern equine encephalitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '062.3', '', 'St. louis encephalitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '062.4', '', 'Australian encephalitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '062.5', '', 'California virus encephalitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '062.8', '', 'Other specified mosquito-borne viral encephalitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '062.9', '', 'Mosquito-borne viral encephalitis unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '063.0', '', 'Russian spring-summer (taiga) encephalitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '063.1', '', 'Louping ill' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '063.2', '', 'Central european encephalitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '063.8', '', 'Other specified tick-borne viral encephalitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '063.9', '', 'Tick-borne viral encephalitis unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '064', '', 'Viral encephalitis transmitted by other and unspecified arthropods' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '065.0', '', 'Crimean hemorrhagic fever (chf congo virus)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '065.1', '', 'Omsk hemorrhagic fever' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '065.2', '', 'Kyasanur forest disease' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '065.3', '', 'Other tick-borne hemorrhagic fever' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '065.4', '', 'Mosquito-borne hemorrhagic fever' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '065.8', '', 'Other specified arthropod-borne hemorrhagic fever' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '065.9', '', 'Arthropod-borne hemorrhagic fever unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '066.0', '', 'Phlebotomus fever' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '066.1', '', 'Tick-borne fever' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '066.2', '', 'Venezuelan equine fever' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '066.3', '', 'Other mosquito-borne fever' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '066.40', '', 'West nile fever, unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '066.41', '', 'West nile fever with encephalitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '066.42', '', 'West nile fever with other neurologic manifestation' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '066.49', '', 'West nile fever with other complications' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '066.8', '', 'Other specified arthropod-borne viral diseases' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '066.9', '', 'Arthropod-borne viral disease unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '070.0', '', 'Viral hepatitis a with hepatic coma' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '070.1', '', 'Viral hepatitis a without hepatic coma' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '070.22', '', 'Chronic viral hepatitis b with hepatic coma without hepatitis delta' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '070.23', '', 'Chronic viral hepatitis b with hepatic coma with hepatitis delta' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '070.32', '', 'Chronic viral hepatitis b without hepatic coma without hepatitis delta' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '070.33', '', 'Chronic viral hepatitis b without hepatic coma with hepatitis delta' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '070.41', '', 'Acute hepatitis c with hepatic coma' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '070.43', '', 'Hepatitis e with hepatic coma' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '070.44', '', 'Chronic hepatitis c with hepatic coma' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '070.49', '', 'Other specified viral hepatitis with hepatic coma' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '070.51', '', 'Acute hepatitis c without hepatic coma' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '070.52', '', 'Hepatitis delta without active hepatitis b disease or hepatic coma' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '070.53', '', 'Hepatitis e without hepatic coma' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '070.54', '', 'Chronic hepatitis c without hepatic coma' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '070.59', '', 'Other specified viral hepatitis without hepatic coma' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '070.6', '', 'Unspecified viral hepatitis with hepatic coma' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '070.70', '', 'Unspecified viral hepatitis c without hepatic coma' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '070.71', '', 'Unspecified viral hepatitis c with hepatic coma' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '070.9', '', 'Unspecified viral hepatitis without hepatic coma' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '071', '', 'Rabies' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '072.0', '', 'Mumps orchitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '072.1', '', 'Mumps meningitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '072.2', '', 'Mumps encephalitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '072.3', '', 'Mumps pancreatitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '072.71', '', 'Mumps hepatitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '072.72', '', 'Mumps polyneuropathy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '072.79', '', 'Mumps with other specified complications' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '072.8', '', 'Mumps with unspecified complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '072.9', '', 'Mumps without complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '073.0', '', 'Ornithosis with pneumonia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '073.7', '', 'Ornithosis with other specified complications' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '073.8', '', 'Ornithosis with unspecified complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '073.9', '', 'Ornithosis unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '074.0', '', 'Herpangina' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '074.1', '', 'Epidemic pleurodynia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '074.20', '', 'Coxsackie carditis unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '074.21', '', 'Coxsackie pericarditis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '074.22', '', 'Coxsackie endocarditis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '074.23', '', 'Coxsackie myocarditis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '074.3', '', 'Hand foot and mouth disease' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '074.8', '', 'Other specified diseases due to coxsackie virus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '075', '', 'Infectious mononucleosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '076.0', '', 'Trachoma initial stage' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '076.1', '', 'Trachoma active stage' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '076.9', '', 'Trachoma unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '077.0', '', 'Inclusion conjunctivitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '077.1', '', 'Epidemic keratoconjunctivitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '077.2', '', 'Pharyngoconjunctival fever' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '077.3', '', 'Other adenoviral conjunctivitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '077.4', '', 'Epidemic hemorrhagic conjunctivitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '077.8', '', 'Other viral conjunctivitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '077.98', '', 'Unspecified diseases of conjunctiva due to chlamydiae' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '077.99', '', 'Unspecified diseases of conjunctiva due to viruses' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '078.0', '', 'Molluscum contagiosum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '078.10', '', 'Viral warts unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '078.11', '', 'Condyloma acuminatum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '078.12', '', 'Plantar wart' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '078.19', '', 'Other specified viral warts' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '078.2', '', 'Sweating fever' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '078.3', '', 'Cat-scratch disease' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '078.4', '', 'Foot and mouth disease' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '078.5', '', 'Cytomegaloviral disease' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '078.6', '', 'Hemorrhagic nephrosonephritis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '078.7', '', 'Arenaviral hemorrhagic fever' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '078.81', '', 'Epidemic vertigo' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '078.82', '', 'Epidemic vomiting syndrome' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '078.88', '', 'Other specified diseases due to chlamydiae' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '078.89', '', 'Other specified diseases due to viruses' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '079.0', '', 'Adenovirus infection in conditions classified elsewhere and of unspecified site' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '079.1', '', 'Echo virus infection in conditions classified elsewhere and of unspecified site' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '079.2', '', 'Coxsackie virus infection in conditions classified elsewhere and of unspecified site' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '079.3', '', 'Rhinovirus infection in conditions classified elsewhere and of unspecified site' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '079.4', '', 'Human papillomavirus in conditions classified elsewhere and of unspecified site' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '079.50', '', 'Retrovirus unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '079.51', '', 'Human t-cell lymphotrophic virus type i [htlv-i]' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '079.52', '', 'Human t-cell lymphotrophic virus type ii [htlv-ii]' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '079.53', '', 'Human immunodeficiency virus type 2 [hiv-2]' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '079.59', '', 'Other specified retrovirus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '079.6', '', 'Respiratory syncytial virus (rsv)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '079.81', '', 'Hantavirus infection' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '079.82', '', 'Sars-associated coronavirus infection' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '079.83', '', 'Parvovirus b19' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '079.88', '', 'Other specified chlamydial infection' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '079.89', '', 'Other specified viral infection' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '079.98', '', 'Unspecified chlamydial infection' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '079.99', '', 'Unspecified viral infection' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '080', '', 'Louse-borne (epidemic) typhus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '081.0', '', 'Murine (endemic) typhus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '081.1', '', 'Brill''s disease' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '081.2', '', 'Scrub typhus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '081.9', '', 'Typhus unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '082.0', '', 'Spotted fevers' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '082.1', '', 'Boutonneuse fever' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '082.2', '', 'North asian tick fever' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '082.3', '', 'Queensland tick typhus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '082.40', '', 'Unspecified ehrlichiosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '082.41', '', 'Ehrlichiosis chafeensis (e chafeensis)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '082.49', '', 'Other ehrlichiosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '082.8', '', 'Other specified tick-borne rickettsioses' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '082.9', '', 'Tick-borne rickettsiosis unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '083.0', '', 'Q fever' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '083.1', '', 'Trench fever' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '083.2', '', 'Rickettsialpox' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '083.8', '', 'Other specified rickettsioses' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '083.9', '', 'Rickettsiosis unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '084.0', '', 'Falciparum malaria (malignant tertian)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '084.1', '', 'Vivax malaria (benign tertian)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '084.2', '', 'Quartan malaria' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '084.3', '', 'Ovale malaria' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '084.4', '', 'Other malaria' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '084.5', '', 'Mixed malaria' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '084.6', '', 'Malaria unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '084.7', '', 'Induced malaria' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '084.8', '', 'Blackwater fever' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '084.9', '', 'Other pernicious complications of malaria' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '085.0', '', 'Leishmaniasis visceral (kala-azar)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '085.1', '', 'Cutaneous leishmaniasis urban' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '085.2', '', 'Cutaneous leishmaniasis asian desert' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '085.3', '', 'Cutaneous leishmaniasis ethiopian' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '085.4', '', 'Cutaneous leishmaniasis american' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '085.5', '', 'Mucocutaneous leishmaniasis (american)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '085.9', '', 'Leishmaniasis unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '086.0', '', 'Chagas'' disease with heart involvement' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '086.1', '', 'Chagas'' disease with other organ involvement' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '086.2', '', 'Chagas'' disease without organ involvement' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '086.3', '', 'Gambian trypanosomiasis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '086.4', '', 'Rhodesian trypanosomiasis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '086.5', '', 'African trypanosomiasis unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '086.9', '', 'Trypanosomiasis unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '087.0', '', 'Relapsing fever louse-borne' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '087.1', '', 'Relapsing fever tick-borne' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '087.9', '', 'Relapsing fever unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '088.0', '', 'Bartonellosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '088.81', '', 'Lyme disease' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '088.82', '', 'Babesiosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '088.89', '', 'Other specified arthropod-borne diseases other' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '088.9', '', 'Arthropod-borne disease unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '090.0', '', 'Early congenital syphilis symptomatic' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '090.1', '', 'Early congenital syphilis latent' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '090.2', '', 'Early congenital syphilis unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '090.3', '', 'Syphilitic interstitial keratitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '090.40', '', 'Juvenile neurosyphilis unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '090.41', '', 'Congenital syphilitic encephalitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '090.42', '', 'Congenital syphilitic meningitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '090.49', '', 'Other juvenile neurosyphilis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '090.5', '', 'Other late congenital syphilis symptomatic' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '090.6', '', 'Late congenital syphilis latent' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '090.7', '', 'Late congenital syphilis unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '090.9', '', 'Congenital syphilis unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '091.0', '', 'Genital syphilis (primary)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '091.1', '', 'Primary anal syphilis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '091.2', '', 'Other primary syphilis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '091.3', '', 'Secondary syphilis of skin or mucous membranes' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '091.4', '', 'Adenopathy due to secondary syphilis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '091.50', '', 'Syphilitic uveitis unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '091.51', '', 'Syphilitic chorioretinitis (secondary)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '091.52', '', 'Syphilitic iridocyclitis (secondary)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '091.61', '', 'Secondary syphilitic periostitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '091.62', '', 'Secondary syphilitic hepatitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '091.69', '', 'Secondary syphilis of other viscera' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '091.7', '', 'Secondary syphilis relapse' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '091.81', '', 'Acute syphilitic meningitis (secondary)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '091.82', '', 'Syphilitic alopecia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '091.89', '', 'Other forms of secondary syphilis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '091.9', '', 'Unspecified secondary syphilis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '092.0', '', 'Early syphilis latent serological relapse after treatment' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '092.9', '', 'Early syphilis latent unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '093.0', '', 'Aneurysm of aorta specified as syphilitic' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '093.1', '', 'Syphilitic aortitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '093.20', '', 'Syphilitic endocarditis of valve unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '093.21', '', 'Syphilitic endocarditis of mitral valve' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '093.22', '', 'Syphilitic endocarditis of aortic valve' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '093.23', '', 'Syphilitic endocarditis of tricuspid valve' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '093.24', '', 'Syphilitic endocarditis of pulmonary valve' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '093.81', '', 'Syphilitic pericarditis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '093.82', '', 'Syphilitic myocarditis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '093.89', '', 'Other specified cardiovascular syphilis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '093.9', '', 'Cardiovascular syphilis unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '094.0', '', 'Tabes dorsalis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '094.1', '', 'General paresis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '094.2', '', 'Syphilitic meningitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '094.3', '', 'Asymptomatic neurosyphilis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '094.81', '', 'Syphilitic encephalitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '094.82', '', 'Syphilitic parkinsonism' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '094.83', '', 'Syphilitic disseminated retinochoroiditis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '094.84', '', 'Syphilitic optic atrophy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '094.85', '', 'Syphilitic retrobulbar neuritis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '094.86', '', 'Syphilitic acoustic neuritis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '094.87', '', 'Syphilitic ruptured cerebral aneurysm' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '094.89', '', 'Other specified neurosyphilis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '094.9', '', 'Neurosyphilis unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '095.0', '', 'Syphilitic episcleritis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '095.1', '', 'Syphilis of lung' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '095.2', '', 'Syphilitic peritonitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '095.3', '', 'Syphilis of liver' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '095.4', '', 'Syphilis of kidney' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '095.5', '', 'Syphilis of bone' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '095.6', '', 'Syphilis of muscle' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '095.7', '', 'Syphilis of synovium tendon and bursa' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '095.8', '', 'Other specified forms of late symptomatic syphilis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '095.9', '', 'Late symptomatic syphilis unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '096', '', 'Late syphilis latent' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '097.0', '', 'Late syphilis unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '097.1', '', 'Latent syphilis unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '097.9', '', 'Syphilis unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '098.0', '', 'Gonococcal infection (acute) of lower genitourinary tract' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '098.10', '', 'Gonococcal infection (acute) of upper genitourinary tract site unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '098.11', '', 'Gonococcal cystitis (acute)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '098.12', '', 'Gonococcal prostatitis (acute)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '098.13', '', 'Gonococcal epididymo-orchitis (acute)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '098.14', '', 'Gonococcal seminal vesiculitis (acute)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '098.15', '', 'Gonococcal cervicitis (acute)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '098.16', '', 'Gonococcal endometritis (acute)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '098.17', '', 'Gonococcal salpingitis specified as acute' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '098.19', '', 'Other gonococcal infection (acute) of upper genitourinary tract' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '098.2', '', 'Gonococcal infection chronic of lower genitourinary tract' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '098.30', '', 'Chronic gonococcal infection of upper genitourinary tract site unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '098.31', '', 'Gonococcal cystitis chronic' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '098.32', '', 'Gonococcal prostatitis chronic' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '098.33', '', 'Gonococcal epididymo-orchitis chronic' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '098.34', '', 'Gonococcal seminal vesiculitis chronic' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '098.35', '', 'Gonococcal cervicitis chronic' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '098.36', '', 'Gonococcal endometritis chronic' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '098.37', '', 'Gonococcal salpingitis (chronic)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '098.39', '', 'Other chronic gonococcal infection of upper genitourinary tract' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '098.40', '', 'Gonococcal conjunctivitis (neonatorum)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '098.41', '', 'Gonococcal iridocyclitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '098.42', '', 'Gonococcal endophthalmia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '098.43', '', 'Gonococcal keratitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '098.49', '', 'Other gonococcal infection of eye' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '098.50', '', 'Gonococcal arthritis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '098.51', '', 'Gonococcal synovitis and tenosynovitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '098.52', '', 'Gonococcal bursitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '098.53', '', 'Gonococcal spondylitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '098.59', '', 'Other gonococcal infection of joint' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '098.6', '', 'Gonococcal infection of pharynx' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '098.7', '', 'Gonococcal infection of anus and rectum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '098.81', '', 'Gonococcal keratosis (blennorrhagica)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '098.82', '', 'Gonococcal meningitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '098.83', '', 'Gonococcal pericarditis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '098.84', '', 'Gonococcal endocarditis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '098.85', '', 'Other gonococcal heart disease' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '098.86', '', 'Gonococcal peritonitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '098.89', '', 'Gonococcal infection of other specified sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '099.0', '', 'Chancroid' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '099.1', '', 'Lymphogranuloma venereum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '099.2', '', 'Granuloma inguinale' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '099.3', '', 'Reiter''s disease' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '099.40', '', 'Other nongonococcal urethritis unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '099.41', '', 'Other nongonococcal urethritis chlamydia trachomatis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '099.49', '', 'Other nongonococcal urethritis other specified organism' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '099.50', '', 'Other venereal diseases due to chlamydia trachomatis unspecified site' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '099.51', '', 'Other venereal diseases due to chlamydia trachomatis pharynx' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '099.52', '', 'Other venereal diseases due to chlamydia trachomatis anus and rectum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '099.53', '', 'Other venereal diseases due to chlamydia trachomatis lower genitourinary sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '099.54', '', 'Other venereal diseases due to chlamydia trachomatis other genitourinary sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '099.55', '', 'Other venereal diseases due to chlamydia trachomatis unspecified genitourinary site' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '099.56', '', 'Other venereal diseases due to chlamydia trachomatis peritoneum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '099.59', '', 'Other venereal diseases due to chlamydia trachomatis other specified site' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '099.8', '', 'Other specified venereal diseases' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '099.9', '', 'Venereal disease unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '100.0', '', 'Leptospirosis icterohemorrhagica' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '100.81', '', 'Leptospiral meningitis (aseptic)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '100.89', '', 'Other specified leptospiral infections' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '100.9', '', 'Leptospirosis unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '101', '', 'Vincent''s angina' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '102.0', '', 'Initial lesions of yaws' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '102.1', '', 'Multiple papillomata due to yaws and wet crab yaws' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '102.2', '', 'Other early skin lesions of yaws' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '102.3', '', 'Hyperkeratosis due to yaws' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '102.4', '', 'Gummata and ulcers due to yaws' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '102.5', '', 'Gangosa' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '102.6', '', 'Bone and joint lesions due to yaws' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '102.7', '', 'Other manifestations of yaws' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '102.8', '', 'Latent yaws' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '102.9', '', 'Yaws unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '103.0', '', 'Primary lesions of pinta' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '103.1', '', 'Intermediate lesions of pinta' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '103.2', '', 'Late lesions of pinta' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '103.3', '', 'Mixed lesions of pinta' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '103.9', '', 'Pinta unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '104.0', '', 'Nonvenereal endemic syphilis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '104.8', '', 'Other specified spirochetal infections' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '104.9', '', 'Spirochetal infection unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '110.0', '', 'Dermatophytosis of scalp and beard' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '110.1', '', 'Dermatophytosis of nail' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '110.2', '', 'Dermatophytosis of hand' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '110.3', '', 'Dermatophytosis of groin and perianal area' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '110.4', '', 'Dermatophytosis of foot' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '110.5', '', 'Dermatophytosis of the body' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '110.6', '', 'Deep seated dermatophytosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '110.8', '', 'Dermatophytosis of other specified sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '110.9', '', 'Dermatophytosis of unspecified site' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '111.0', '', 'Pityriasis versicolor' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '111.1', '', 'Tinea nigra' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '111.2', '', 'Tinea blanca' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '111.3', '', 'Black piedra' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '111.8', '', 'Other specified dermatomycoses' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '111.9', '', 'Dermatomycosis unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '112.0', '', 'Candidiasis of mouth' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '112.1', '', 'Candidiasis of vulva and vagina' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '112.2', '', 'Candidiasis of other urogenital sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '112.3', '', 'Candidiasis of skin and nails' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '112.4', '', 'Candidiasis of lung' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '112.5', '', 'Disseminated candidiasis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '112.81', '', 'Candidal endocarditis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '112.82', '', 'Candidal otitis externa' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '112.83', '', 'Candidal meningitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '112.84', '', 'Candidal esophagitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '112.85', '', 'Candidal enteritis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '112.89', '', 'Other candidiasis of other specified sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '112.9', '', 'Candidiasis of unspecified site' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '114.0', '', 'Primary coccidioidomycosis (pulmonary)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '114.1', '', 'Primary extrapulmonary coccidioidomycosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '114.2', '', 'Coccidioidal meningitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '114.3', '', 'Other forms of progressive coccidioidomycosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '114.4', '', 'Chronic pulmonary coccidioidomycosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '114.5', '', 'Pulmonary coccidioidomycosis unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '114.9', '', 'Coccidioidomycosis unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '115.00', '', 'Infection by histoplasma capsulatum without manifestation' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '115.01', '', 'Histoplasma capsulatum meningitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '115.02', '', 'Histoplasma capsulatum retinitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '115.03', '', 'Histoplasma capsulatum pericarditis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '115.04', '', 'Histoplasma capsulatum endocarditis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '115.05', '', 'Histoplasma capsulatum pneumonia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '115.09', '', 'Infection by histoplasma capsulatum with other manifestation' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '115.10', '', 'Infection by histoplasma duboisii without manifestation' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '115.11', '', 'Histoplasma duboisii meningitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '115.12', '', 'Histoplasma duboisii retinitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '115.13', '', 'Histoplasma duboisii pericarditis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '115.14', '', 'Histoplasma duboisii endocarditis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '115.15', '', 'Histoplasma duboisii pneumonia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '115.19', '', 'Infection by histoplasma duboisii with other manifestation' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '115.90', '', 'Histoplasmosis unspecified without manifestation' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '115.91', '', 'Histoplasmosis meningitis unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '115.92', '', 'Histoplasmosis retinitis unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '115.93', '', 'Histoplasmosis pericarditis unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '115.94', '', 'Histoplasmosis endocarditis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '115.95', '', 'Histoplasmosis pneumonia unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '115.99', '', 'Histoplasmosis unspecified with other manifestation' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '116.0', '', 'Blastomycosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '116.1', '', 'Paracoccidioidomycosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '116.2', '', 'Lobomycosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '117.0', '', 'Rhinosporidiosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '117.1', '', 'Sporotrichosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '117.2', '', 'Chromoblastomycosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '117.3', '', 'Aspergillosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '117.4', '', 'Mycotic mycetomas' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '117.5', '', 'Cryptococcosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '117.6', '', 'Allescheriosis (petriellidosis)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '117.7', '', 'Zygomycosis (phycomycosis or mucormycosis)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '117.8', '', 'Infection by dematiacious fungi (phaehyphomycosis)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '117.9', '', 'Other and unspecified mycoses' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '118', '', 'Opportunistic mycoses' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '120.0', '', 'Schistosomiasis due to schistosoma haematobium' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '120.1', '', 'Schistosomiasis due to schistosoma mansoni' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '120.2', '', 'Schistosomiasis due to schistosoma japonicum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '120.3', '', 'Cutaneous schistosomiasis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '120.8', '', 'Other specified schistosomiasis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '120.9', '', 'Schistosomiasis unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '121.0', '', 'Opisthorchiasis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '121.1', '', 'Clonorchiasis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '121.2', '', 'Paragonimiasis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '121.3', '', 'Fascioliasis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '121.4', '', 'Fasciolopsiasis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '121.5', '', 'Metagonimiasis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '121.6', '', 'Heterophyiasis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '121.8', '', 'Other specified trematode infections' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '121.9', '', 'Trematode infection unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '122.0', '', 'Echinococcus granulosus infection of liver' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '122.1', '', 'Echinococcus granulosus infection of lung' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '122.2', '', 'Echinococcus granulosus infection of thyroid' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '122.3', '', 'Echinococcus granulosus infection other' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '122.4', '', 'Echinococcus granulosus infection unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '122.5', '', 'Echinococcus multilocularis infection of liver' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '122.6', '', 'Echinococcus multilocularis infection other' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '122.7', '', 'Echinococcus multilocularis infection unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '122.8', '', 'Echinococcosis unspecified of liver' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '122.9', '', 'Echinococcosis other and unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '123.0', '', 'Taenia solium infection intestinal form' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '123.1', '', 'Cysticercosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '123.2', '', 'Taenia saginata infection' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '123.3', '', 'Taeniasis unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '123.4', '', 'Diphyllobotherriasis intestinal' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '123.5', '', 'Sparganosis (larval diphyllobotherriasis)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '123.6', '', 'Hymenolepiasis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '123.8', '', 'Other specified cestode infection' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '123.9', '', 'Cestode infection unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '124', '', 'Trichinosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '125.0', '', 'Bancroftian filariasis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '125.1', '', 'Malayan filariasis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '125.2', '', 'Loiasis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '125.3', '', 'Onchocerciasis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '125.4', '', 'Dipetalonemiasis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '125.5', '', 'Mansonella ozzardi infection' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '125.6', '', 'Other specified filariasis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '125.7', '', 'Dracontiasis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '125.9', '', 'Unspecified filariasis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '126.0', '', 'Ancylostomiasis due to ancylostoma duodenale' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '126.1', '', 'Necatoriasis due to necator americanus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '126.2', '', 'Ancylostomiasis due to ancylostoma braziliense' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '126.3', '', 'Ancylostomiasis due to ancylostoma ceylanicum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '126.8', '', 'Other specified ancylostoma' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '126.9', '', 'Ancylostomiasis and necatoriasis unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '127.0', '', 'Ascariasis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '127.1', '', 'Anisakiasis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '127.2', '', 'Strongyloidiasis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '127.3', '', 'Trichuriasis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '127.4', '', 'Enterobiasis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '127.5', '', 'Capillariasis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '127.6', '', 'Trichostrongyliasis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '127.7', '', 'Other specified intestinal helminthiasis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '127.8', '', 'Mixed intestinal helminthiasis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '127.9', '', 'Intestinal helminthiasis unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '128.0', '', 'Toxocariasis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '128.1', '', 'Gnathostomiasis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '128.8', '', 'Other specified helminthiasis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '128.9', '', 'Helminth infection unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '129', '', 'Intestinal parasitism unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '130.0', '', 'Meningoencephalitis due to toxoplasmosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '130.1', '', 'Conjunctivitis due to toxoplasmosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '130.2', '', 'Chorioretinitis due to toxoplasmosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '130.3', '', 'Myocarditis due to toxoplasmosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '130.4', '', 'Pneumonitis due to toxoplasmosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '130.5', '', 'Hepatitis due to toxoplasmosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '130.7', '', 'Toxoplasmosis of other specified sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '130.8', '', 'Multisystemic disseminated toxoplasmosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '130.9', '', 'Toxoplasmosis unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '131.00', '', 'Urogenital trichomoniasis unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '131.01', '', 'Trichomonal vulvovaginitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '131.02', '', 'Trichomonal urethritis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '131.03', '', 'Trichomonal prostatitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '131.09', '', 'Other urogenital trichomoniasis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '131.8', '', 'Trichomoniasis of other specified sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '131.9', '', 'Trichomoniasis unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '132.0', '', 'Pediculus capitis (head louse)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '132.1', '', 'Pediculus corporis (body louse)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '132.2', '', 'Phthirus pubis (pubic louse)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '132.3', '', 'Mixed pediculosis infestation' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '132.9', '', 'Pediculosis unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '133.0', '', 'Scabies' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '133.8', '', 'Other acariasis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '133.9', '', 'Acariasis unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '134.0', '', 'Myiasis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '134.1', '', 'Other arthropod infestation' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '134.2', '', 'Hirudiniasis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '134.8', '', 'Other specified infestations' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '134.9', '', 'Infestation unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '135', '', 'Sarcoidosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '136.0', '', 'Ainhum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '136.1', '', 'Behcet''s syndrome' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '136.21', '', 'Specific infection due to acanthamoeba' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '136.29', '', 'Other specific infections by free-living amebae' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '136.3', '', 'Pneumocystosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '136.4', '', 'Psorospermiasis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '136.5', '', 'Sarcosporidiosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '136.8', '', 'Other specified infectious and parasitic diseases' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '136.9', '', 'Unspecified infectious and parasitic diseases' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '137.0', '', 'Late effects of respiratory or unspecified tuberculosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '137.1', '', 'Late effects of central nervous system tuberculosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '137.2', '', 'Late effects of genitourinary tuberculosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '137.3', '', 'Late effects of tuberculosis of bones and joints' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '137.4', '', 'Late effects of tuberculosis of other specified organs' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '138', '', 'Late effects of acute poliomyelitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '139.0', '', 'Late effects of viral encephalitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '139.1', '', 'Late effects of trachoma' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '139.8', '', 'Late effects of other and unspecified infectious and parasitic diseases' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '140.0', '', 'Malignant neoplasm of upper lip vermilion border' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '140.1', '', 'Malignant neoplasm of lower lip vermilion border' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '140.3', '', 'Malignant neoplasm of upper lip inner aspect' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '140.4', '', 'Malignant neoplasm of lower lip inner aspect' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '140.5', '', 'Malignant neoplasm of lip unspecified inner aspect' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '140.6', '', 'Malignant neoplasm of commissure of lip' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '140.8', '', 'Malignant neoplasm of other sites of lip' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '140.9', '', 'Malignant neoplasm of lip unspecified vermilion border' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '141.0', '', 'Malignant neoplasm of base of tongue' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '141.1', '', 'Malignant neoplasm of dorsal surface of tongue' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '141.2', '', 'Malignant neoplasm of tip and lateral border of tongue' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '141.3', '', 'Malignant neoplasm of ventral surface of tongue' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '141.4', '', 'Malignant neoplasm of anterior two-thirds of tongue part unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '141.5', '', 'Malignant neoplasm of junctional zone of tongue' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '141.6', '', 'Malignant neoplasm of lingual tonsil' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '141.8', '', 'Malignant neoplasm of other sites of tongue' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '141.9', '', 'Malignant neoplasm of tongue unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '142.0', '', 'Malignant neoplasm of parotid gland' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '142.1', '', 'Malignant neoplasm of submandibular gland' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '142.2', '', 'Malignant neoplasm of sublingual gland' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '142.8', '', 'Malignant neoplasm of other major salivary glands' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '142.9', '', 'Malignant neoplasm of salivary gland unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '143.0', '', 'Malignant neoplasm of upper gum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '143.1', '', 'Malignant neoplasm of lower gum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '143.8', '', 'Malignant neoplasm of other sites of gum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '143.9', '', 'Malignant neoplasm of gum unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '144.0', '', 'Malignant neoplasm of anterior portion of floor of mouth' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '144.1', '', 'Malignant neoplasm of lateral portion of floor of mouth' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '144.8', '', 'Malignant neoplasm of other sites of floor of mouth' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '144.9', '', 'Malignant neoplasm of floor of mouth part unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '145.0', '', 'Malignant neoplasm of cheek mucosa' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '145.1', '', 'Malignant neoplasm of vestibule of mouth' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '145.2', '', 'Malignant neoplasm of hard palate' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '145.3', '', 'Malignant neoplasm of soft palate' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '145.4', '', 'Malignant neoplasm of uvula' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '145.5', '', 'Malignant neoplasm of palate unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '145.6', '', 'Malignant neoplasm of retromolar area' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '145.8', '', 'Malignant neoplasm of other specified parts of mouth' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '145.9', '', 'Malignant neoplasm of mouth unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '146.0', '', 'Malignant neoplasm of tonsil' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '146.1', '', 'Malignant neoplasm of tonsillar fossa' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '146.2', '', 'Malignant neoplasm of tonsillar pillars (anterior) (posterior)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '146.3', '', 'Malignant neoplasm of vallecula epiglottica' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '146.4', '', 'Malignant neoplasm of anterior aspect of epiglottis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '146.5', '', 'Malignant neoplasm of junctional region of oropharynx' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '146.6', '', 'Malignant neoplasm of lateral wall of oropharynx' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '146.7', '', 'Malignant neoplasm of posterior wall of oropharynx' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '146.8', '', 'Malignant neoplasm of other specified sites of oropharynx' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '146.9', '', 'Malignant neoplasm of oropharynx unspecified site' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '147.0', '', 'Malignant neoplasm of superior wall of nasopharynx' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '147.1', '', 'Malignant neoplasm of posterior wall of nasopharynx' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '147.2', '', 'Malignant neoplasm of lateral wall of nasopharynx' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '147.3', '', 'Malignant neoplasm of anterior wall of nasopharynx' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '147.8', '', 'Malignant neoplasm of other specified sites of nasopharynx' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '147.9', '', 'Malignant neoplasm of nasopharynx unspecified site' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '148.0', '', 'Malignant neoplasm of postcricoid region of hypopharynx' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '148.1', '', 'Malignant neoplasm of pyriform sinus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '148.2', '', 'Malignant neoplasm of aryepiglottic fold hypopharyngeal aspect' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '148.3', '', 'Malignant neoplasm of posterior hypopharyngeal wall' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '148.8', '', 'Malignant neoplasm of other specified sites of hypopharynx' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '148.9', '', 'Malignant neoplasm of hypopharynx unspecified site' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '149.0', '', 'Malignant neoplasm of pharynx unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '149.1', '', 'Malignant neoplasm of waldeyer''s ring' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '149.8', '', 'Malignant neoplasm of other sites within the lip and oral cavity' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '150.0', '', 'Malignant neoplasm of cervical esophagus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '150.1', '', 'Malignant neoplasm of thoracic esophagus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '150.2', '', 'Malignant neoplasm of abdominal esophagus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '150.3', '', 'Malignant neoplasm of upper third of esophagus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '150.4', '', 'Malignant neoplasm of middle third of esophagus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '150.5', '', 'Malignant neoplasm of lower third of esophagus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '150.8', '', 'Malignant neoplasm of other specified part of esophagus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '150.9', '', 'Malignant neoplasm of esophagus unspecified site' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '151.0', '', 'Malignant neoplasm of cardia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '151.1', '', 'Malignant neoplasm of pylorus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '151.2', '', 'Malignant neoplasm of pyloric antrum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '151.3', '', 'Malignant neoplasm of fundus of stomach' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '151.4', '', 'Malignant neoplasm of body of stomach' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '151.5', '', 'Malignant neoplasm of lesser curvature of stomach unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '151.6', '', 'Malignant neoplasm of greater curvature of stomach unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '151.8', '', 'Malignant neoplasm of other specified sites of stomach' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '151.9', '', 'Malignant neoplasm of stomach unspecified site' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '152.0', '', 'Malignant neoplasm of duodenum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '152.1', '', 'Malignant neoplasm of jejunum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '152.2', '', 'Malignant neoplasm of ileum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '152.3', '', 'Malignant neoplasm of meckel''s diverticulum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '152.8', '', 'Malignant neoplasm of other specified sites of small intestine' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '152.9', '', 'Malignant neoplasm of small intestine unspecified site' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '153.0', '', 'Malignant neoplasm of hepatic flexure' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '153.1', '', 'Malignant neoplasm of transverse colon' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '153.2', '', 'Malignant neoplasm of descending colon' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '153.3', '', 'Malignant neoplasm of sigmoid colon' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '153.4', '', 'Malignant neoplasm of cecum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '153.5', '', 'Malignant neoplasm of appendix vermiformis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '153.6', '', 'Malignant neoplasm of ascending colon' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '153.7', '', 'Malignant neoplasm of splenic flexure' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '153.8', '', 'Malignant neoplasm of other specified sites of large intestine' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '153.9', '', 'Malignant neoplasm of colon unspecified site' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '154.0', '', 'Malignant neoplasm of rectosigmoid junction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '154.1', '', 'Malignant neoplasm of rectum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '154.2', '', 'Malignant neoplasm of anal canal' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '154.3', '', 'Malignant neoplasm of anus unspecified site' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '154.8', '', 'Malignant neoplasm of other sites of rectum rectosigmoid junction and anus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '155.0', '', 'Malignant neoplasm of liver primary' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '155.1', '', 'Malignant neoplasm of intrahepatic bile ducts' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '155.2', '', 'Malignant neoplasm of liver not specified as primary or secondary' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '156.0', '', 'Malignant neoplasm of gallbladder' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '156.1', '', 'Malignant neoplasm of extrahepatic bile ducts' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '156.2', '', 'Malignant neoplasm of ampulla of vater' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '156.9', '', 'Malignant neoplasm of biliary tract part unspecified site' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '157.0', '', 'Malignant neoplasm of head of pancreas' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '157.1', '', 'Malignant neoplasm of body of pancreas' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '157.2', '', 'Malignant neoplasm of tail of pancreas' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '157.3', '', 'Malignant neoplasm of pancreatic duct' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '157.4', '', 'Malignant neoplasm of islets of langerhans' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '157.8', '', 'Malignant neoplasm of other specified sites of pancreas' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '157.9', '', 'Malignant neoplasm of pancreas part unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '158.0', '', 'Malignant neoplasm of retroperitoneum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '158.8', '', 'Malignant neoplasm of specified parts of peritoneum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '158.9', '', 'Malignant neoplasm of peritoneum unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '159.0', '', 'Malignant neoplasm of intestinal tract part unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '159.1', '', 'Malignant neoplasm of spleen not elsewhere classified' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '160.0', '', 'Malignant neoplasm of nasal cavities' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '160.1', '', 'Malignant neoplasm of auditory tube middle ear and mastoid air cells' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '160.2', '', 'Malignant neoplasm of maxillary sinus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '160.3', '', 'Malignant neoplasm of ethmoidal sinus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '160.4', '', 'Malignant neoplasm of frontal sinus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '160.5', '', 'Malignant neoplasm of sphenoidal sinus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '160.8', '', 'Malignant neoplasm of other accessory sinuses' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '160.9', '', 'Malignant neoplasm of accessory sinus unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '161.0', '', 'Malignant neoplasm of glottis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '161.1', '', 'Malignant neoplasm of supraglottis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '161.2', '', 'Malignant neoplasm of subglottis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '161.3', '', 'Malignant neoplasm of laryngeal cartilages' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '161.8', '', 'Malignant neoplasm of other specified sites of larynx' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '161.9', '', 'Malignant neoplasm of larynx unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '162.0', '', 'Malignant neoplasm of trachea' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '162.2', '', 'Malignant neoplasm of main bronchus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '162.3', '', 'Malignant neoplasm of upper lobe bronchus or lung' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '162.4', '', 'Malignant neoplasm of middle lobe bronchus or lung' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '162.5', '', 'Malignant neoplasm of lower lobe bronchus or lung' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '162.8', '', 'Malignant neoplasm of other parts of bronchus or lung' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '162.9', '', 'Malignant neoplasm of bronchus and lung unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '163.0', '', 'Malignant neoplasm of parietal pleura' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '163.1', '', 'Malignant neoplasm of visceral pleura' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '163.8', '', 'Malignant neoplasm of other specified sites of pleura' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '163.9', '', 'Malignant neoplasm of pleura unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '164.0', '', 'Malignant neoplasm of thymus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '164.1', '', 'Malignant neoplasm of heart' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '164.2', '', 'Malignant neoplasm of anterior mediastinum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '164.3', '', 'Malignant neoplasm of posterior mediastinum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '164.8', '', 'Malignant neoplasm of other parts of mediastinum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '164.9', '', 'Malignant neoplasm of mediastinum part unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '165.0', '', 'Malignant neoplasm of upper respiratory tract part unspecified' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '165.9', '', 'Malignant neoplasm of ill-defined sites within the respiratory system' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '170.0', '', 'Malignant neoplasm of bones of skull and face except mandible' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '170.1', '', 'Malignant neoplasm of mandible' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '170.2', '', 'Malignant neoplasm of vertebral column excluding sacrum and coccyx' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '170.3', '', 'Malignant neoplasm of ribs sternum and clavicle' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '170.4', '', 'Malignant neoplasm of scapula and long bones of upper limb' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '170.5', '', 'Malignant neoplasm of short bones of upper limb' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '170.6', '', 'Malignant neoplasm of pelvic bones sacrum and coccyx' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '170.7', '', 'Malignant neoplasm of long bones of lower limb' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '170.8', '', 'Malignant neoplasm of short bones of lower limb' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '170.9', '', 'Malignant neoplasm of bone and articular cartilage site unspecified' ); +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' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '171.4', '', 'Malignant neoplasm of connective and other soft tissue of thorax' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '171.5', '', 'Malignant neoplasm of connective and other soft tissue of abdomen' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '171.6', '', 'Malignant neoplasm of connective and other soft tissue of pelvis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '171.7', '', 'Malignant neoplasm of connective and other soft tissue of trunk unspecified' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '171.9', '', 'Malignant neoplasm of connective and other soft tissue site unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '172.0', '', 'Malignant melanoma of skin of lip' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '172.1', '', 'Malignant melanoma of skin of eyelid including canthus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '172.2', '', 'Malignant melanoma of skin of ear and external auditory canal' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '172.3', '', 'Malignant melanoma of skin of other and unspecified parts of face' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '172.4', '', 'Malignant melanoma of skin of scalp and neck' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '172.5', '', 'Malignant melanoma of skin of trunk except scrotum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '172.6', '', 'Malignant melanoma of skin of upper limb including shoulder' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '172.7', '', 'Malignant melanoma of skin of lower limb including hip' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '172.8', '', 'Malignant melanoma of other specified sites of skin' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '172.9', '', 'Melanoma of skin site unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '173.0', '', 'Other malignant neoplasm of skin of lip' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '173.1', '', 'Other malignant neoplasm of skin of eyelid including canthus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '173.2', '', 'Other malignant neoplasm of skin of ear and external auditory canal' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '173.4', '', 'Other malignant neoplasm of scalp and skin of neck' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '173.5', '', 'Other malignant neoplasm of skin of trunk except scrotum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '173.6', '', 'Other malignant neoplasm of skin of upper limb including shoulder' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '173.7', '', 'Other malignant neoplasm of skin of lower limb including hip' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '173.8', '', 'Other malignant neoplasm of other specified sites of skin' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '173.9', '', 'Other malignant neoplasm of skin site unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '174.0', '', 'Malignant neoplasm of nipple and areola of female breast' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '174.1', '', 'Malignant neoplasm of central portion of female breast' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '174.2', '', 'Malignant neoplasm of upper-inner quadrant of female breast' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '174.3', '', 'Malignant neoplasm of lower-inner quadrant of female breast' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '174.4', '', 'Malignant neoplasm of upper-outer quadrant of female breast' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '174.5', '', 'Malignant neoplasm of lower-outer quadrant of female breast' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '174.6', '', 'Malignant neoplasm of axillary tail of female breast' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '174.8', '', 'Malignant neoplasm of other specified sites of female breast' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '174.9', '', 'Malignant neoplasm of breast (female) unspecified site' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '175.0', '', 'Malignant neoplasm of nipple and areola of male breast' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '175.9', '', 'Malignant neoplasm of other and unspecified sites of male breast' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '176.0', '', 'Kaposi''s sarcoma skin' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '176.1', '', 'Kaposi''s sarcoma soft tissue' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '176.2', '', 'Kaposi''s sarcoma palate' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '176.3', '', 'Kaposi''s sarcoma gastrointestinal sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '176.4', '', 'Kaposi''s sarcoma lung' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '176.5', '', 'Kaposi''s sarcoma lymph nodes' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '176.8', '', 'Kaposi''s sarcoma other specified sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '176.9', '', 'Kaposi''s sarcoma unspecified site' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '179', '', 'Malignant neoplasm of uterus-part unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '180.0', '', 'Malignant neoplasm of endocervix' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '180.1', '', 'Malignant neoplasm of exocervix' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '180.8', '', 'Malignant neoplasm of other specified sites of cervix' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '180.9', '', 'Malignant neoplasm of cervix uteri unspecified site' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '181', '', 'Malignant neoplasm of placenta' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '182.0', '', 'Malignant neoplasm of corpus uteri except isthmus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '182.1', '', 'Malignant neoplasm of isthmus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '182.8', '', 'Malignant neoplasm of other specified sites of body of uterus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '183.0', '', 'Malignant neoplasm of ovary' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '183.2', '', 'Malignant neoplasm of fallopian tube' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '183.3', '', 'Malignant neoplasm of broad ligament of uterus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '183.4', '', 'Malignant neoplasm of parametrium' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '183.5', '', 'Malignant neoplasm of round ligament of uterus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '183.8', '', 'Malignant neoplasm of other specified sites of uterine adnexa' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '183.9', '', 'Malignant neoplasm of uterine adnexa unspecified site' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '184.0', '', 'Malignant neoplasm of vagina' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '184.1', '', 'Malignant neoplasm of labia majora' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '184.2', '', 'Malignant neoplasm of labia minora' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '184.3', '', 'Malignant neoplasm of clitoris' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '184.4', '', 'Malignant neoplasm of vulva unspecified site' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '184.8', '', 'Malignant neoplasm of other specified sites of female genital organs' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '184.9', '', 'Malignant neoplasm of female genital organ site unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '185', '', 'Malignant neoplasm of prostate' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '186.0', '', 'Malignant neoplasm of undescended testis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '186.9', '', 'Malignant neoplasm of other and unspecified testis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '187.1', '', 'Malignant neoplasm of prepuce' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '187.2', '', 'Malignant neoplasm of glans penis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '187.3', '', 'Malignant neoplasm of body of penis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '187.4', '', 'Malignant neoplasm of penis part unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '187.5', '', 'Malignant neoplasm of epididymis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '187.6', '', 'Malignant neoplasm of spermatic cord' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '187.7', '', 'Malignant neoplasm of scrotum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '187.8', '', 'Malignant neoplasm of other specified sites of male genital organs' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '187.9', '', 'Malignant neoplasm of male genital organ site unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '188.0', '', 'Malignant neoplasm of trigone of urinary bladder' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '188.1', '', 'Malignant neoplasm of dome of urinary bladder' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '188.2', '', 'Malignant neoplasm of lateral wall of urinary bladder' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '188.3', '', 'Malignant neoplasm of anterior wall of urinary bladder' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '188.4', '', 'Malignant neoplasm of posterior wall of urinary bladder' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '188.5', '', 'Malignant neoplasm of bladder neck' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '188.6', '', 'Malignant neoplasm of ureteric orifice' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '188.7', '', 'Malignant neoplasm of urachus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '188.8', '', 'Malignant neoplasm of other specified sites of bladder' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '188.9', '', 'Malignant neoplasm of bladder part unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '189.0', '', 'Malignant neoplasm of kidney except pelvis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '189.1', '', 'Malignant neoplasm of renal pelvis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '189.2', '', 'Malignant neoplasm of ureter' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '189.3', '', 'Malignant neoplasm of urethra' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '189.4', '', 'Malignant neoplasm of paraurethral glands' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '189.8', '', 'Malignant neoplasm of other specified sites of urinary organs' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '189.9', '', 'Malignant neoplasm of urinary organ site unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '190.0', '', 'Malignant neoplasm of eyeball except conjunctiva cornea retina and choroid' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '190.1', '', 'Malignant neoplasm of orbit' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '190.2', '', 'Malignant neoplasm of lacrimal gland' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '190.3', '', 'Malignant neoplasm of conjunctiva' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '190.4', '', 'Malignant neoplasm of cornea' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '190.5', '', 'Malignant neoplasm of retina' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '190.6', '', 'Malignant neoplasm of choroid' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '190.7', '', 'Malignant neoplasm of lacrimal duct' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '190.8', '', 'Malignant neoplasm of other specified sites of eye' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '190.9', '', 'Malignant neoplasm of eye part unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '191.0', '', 'Malignant neoplasm of cerebrum except lobes and ventricles' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '191.1', '', 'Malignant neoplasm of frontal lobe' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '191.2', '', 'Malignant neoplasm of temporal lobe' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '191.3', '', 'Malignant neoplasm of parietal lobe' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '191.4', '', 'Malignant neoplasm of occipital lobe' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '191.5', '', 'Malignant neoplasm of ventricles' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '191.6', '', 'Malignant neoplasm of cerebellum nos' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '191.7', '', 'Malignant neoplasm of brain stem' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '191.8', '', 'Malignant neoplasm of other parts of brain' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '191.9', '', 'Malignant neoplasm of brain unspecified site' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '192.0', '', 'Malignant neoplasm of cranial nerves' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '192.1', '', 'Malignant neoplasm of cerebral meninges' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '192.2', '', 'Malignant neoplasm of spinal cord' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '192.3', '', 'Malignant neoplasm of spinal meninges' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '192.8', '', 'Malignant neoplasm of other specified sites of nervous system' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '192.9', '', 'Malignant neoplasm of nervous system part unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '193', '', 'Malignant neoplasm of thyroid gland' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '194.0', '', 'Malignant neoplasm of adrenal gland' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '194.1', '', 'Malignant neoplasm of parathyroid gland' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '194.3', '', 'Malignant neoplasm of pituitary gland and craniopharyngeal duct' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '194.4', '', 'Malignant neoplasm of pineal gland' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '194.5', '', 'Malignant neoplasm of carotid body' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '194.6', '', 'Malignant neoplasm of aortic body and other paraganglia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '194.8', '', 'Malignant neoplasm of other endocrine glands and related structures' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '194.9', '', 'Malignant neoplasm of endocrine gland site unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '195.0', '', 'Malignant neoplasm of head face and neck' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '195.1', '', 'Malignant neoplasm of thorax' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '195.2', '', 'Malignant neoplasm of abdomen' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '195.3', '', 'Malignant neoplasm of pelvis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '195.4', '', 'Malignant neoplasm of upper limb' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '195.5', '', 'Malignant neoplasm of lower limb' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '195.8', '', 'Malignant neoplasm of other specified sites' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '196.1', '', 'Secondary and unspecified malignant neoplasm of intrathoracic lymph nodes' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '196.2', '', 'Secondary and unspecified malignant neoplasm of intra-abdominal lymph nodes' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '196.6', '', 'Secondary and unspecified malignant neoplasm of intrapelvic lymph nodes' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '196.8', '', 'Secondary and unspecified malignant neoplasm of lymph nodes of multiple sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '196.9', '', 'Secondary and unspecified malignant neoplasm of lymph nodes site unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '197.0', '', 'Secondary malignant neoplasm of lung' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '197.1', '', 'Secondary malignant neoplasm of mediastinum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '197.2', '', 'Secondary malignant neoplasm of pleura' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '197.3', '', 'Secondary malignant neoplasm of other respiratory organs' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '197.4', '', 'Secondary malignant neoplasm of small intestine including duodenum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '197.5', '', 'Secondary malignant neoplasm of large intestine and rectum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '197.6', '', 'Secondary malignant neoplasm of retroperitoneum and peritoneum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '197.7', '', 'Malignant neoplasm of liver secondary' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '197.8', '', 'Secondary malignant neoplasm of other digestive organs and spleen' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '198.0', '', 'Secondary malignant neoplasm of kidney' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '198.1', '', 'Secondary malignant neoplasm of other urinary organs' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '198.2', '', 'Secondary malignant neoplasm of skin' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '198.3', '', 'Secondary malignant neoplasm of brain and spinal cord' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '198.4', '', 'Secondary malignant neoplasm of other parts of nervous system' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '198.5', '', 'Secondary malignant neoplasm of bone and bone marrow' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '198.6', '', 'Secondary malignant neoplasm of ovary' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '198.7', '', 'Secondary malignant neoplasm of adrenal gland' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '198.81', '', 'Secondary malignant neoplasm of breast' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '198.82', '', 'Secondary malignant neoplasm of genital organs' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '198.89', '', 'Secondary malignant neoplasm of other specified sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '199.0', '', 'Disseminated malignant neoplasm' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '199.1', '', 'Other malignant neoplasm of unspecified site' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '199.2', '', 'Malignant neoplasm associated with transplant organ' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.00', '', 'Reticulosarcoma unspecified site' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.01', '', 'Reticulosarcoma involving lymph nodes of head face and neck' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.02', '', 'Reticulosarcoma involving intrathoracic lymph nodes' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.03', '', 'Reticulosarcoma involving intra-abdominal lymph nodes' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.04', '', 'Reticulosarcoma involving lymph nodes of axilla and upper limb' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.05', '', 'Reticulosarcoma involving lymph nodes of inguinal region and lower limb' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.06', '', 'Reticulosarcoma involving intrapelvic lymph nodes' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.07', '', 'Reticulosarcoma involving spleen' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.08', '', 'Reticulosarcoma involving lymph nodes of multiple sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.10', '', 'Lymphosarcoma unspecified site' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.11', '', 'Lymphosarcoma involving lymph nodes of head face and neck' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.12', '', 'Lymphosarcoma involving intrathoracic lymph nodes' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.13', '', 'Lymphosarcoma involving intra-abdominal lymph nodes' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.14', '', 'Lymphosarcoma involving lymph nodes of axilla and upper limb' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.15', '', 'Lymphosarcoma involving lymph nodes of inguinal region and lower limb' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.16', '', 'Lymphosarcoma involving intrapelvic lymph nodes' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.17', '', 'Lymphosarcoma involving spleen' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.18', '', 'Lymphosarcoma involving lymph nodes of multiple sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.20', '', 'Burkitt''s tumor or lymphoma unspecified site' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.22', '', 'Burkitt''s tumor or lymphoma involving intrathoracic lymph nodes' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.23', '', 'Burkitt''s tumor or lymphoma involving intra-abdominal lymph nodes' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.26', '', 'Burkitt''s tumor or lymphoma involving intrapelvic lymph nodes' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.27', '', 'Burkitt''s tumor or lymphoma involving spleen' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.28', '', 'Burkitt''s tumor or lymphoma involving lymph nodes of multiple sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.30', '', 'Marginal zone lymphoma, unspecified site, extranodal and solid organ sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.31', '', 'Marginal zone lymphoma, lymph nodes of head, face and neck' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.32', '', 'Marginal zone lymphoma, intrathoracic lymph nodes' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.33', '', 'Marginal zone lymphoma, intraabdominal lymph nodes' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.34', '', 'Marginal zone lymphoma, lymph nodes of axilla and upper limb' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.35', '', 'Marginal zone lymphoma, lymph nodes of inguinal region and lower limb' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.36', '', 'Marginal zone lymphoma, intrapelvic lymph nodes' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.37', '', 'Marginal zone lymphoma, spleen' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.38', '', 'Marginal zone lymphoma, lymph nodes of multiple sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.40', '', 'Mantle cell lymphoma, unspecified site, extranodal and solid organ sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.41', '', 'Mantle cell lymphoma, lymph nodes of head, face and neck' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.42', '', 'Mantle cell lymphoma, intrathoracic lymph nodes' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.43', '', 'Mantle cell lymphoma, intra-abdominal lymph nodes' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.44', '', 'Mantle cell lymphoma, lymph nodes of axilla and upper limb' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.45', '', 'Mantle cell lymphoma, lymph nodes of inguinal region and lower limb' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.46', '', 'Mantle cell lymphoma, intrapelvic lymph nodes' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.47', '', 'Mantle cell lymphoma, spleen' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.48', '', 'Mantle cell lymphoma, lymph nodes multiple sites' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.52', '', 'Primary central nervous system lymphoma, intrathoracic lymph nodes' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.53', '', 'Primary central nervous system lymphoma, intra-abdominal lymph nodes' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.56', '', 'Primary central nervous system lymphoma, intrapelvic lymph nodes' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.57', '', 'Primary central nervous system lymphoma, spleen' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.58', '', 'Primary central nervous system lymphoma, lymph nodes of multiple sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.60', '', 'Anaplastic large cell lymphoma, unspecified site, extranodal and solid organ sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.61', '', 'Anaplastic large cell lymphoma, lymph nodes of head, face, and neck' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.62', '', 'Anaplastic large cell lymphoma, intrathoracic lymph nodes' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.63', '', 'Anaplastic large cell lymphoma, intra-abdominal lymph nodes' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.64', '', 'Anaplastic large cell lymphoma, lymph nodes of axilla and upper limb' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.66', '', 'Anaplastic large cell lymphoma, intrapelvic lymph nodes' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.67', '', 'Anaplastic large cell lymphoma, spleen' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.68', '', 'Anaplastic large cell lymphoma, lymph nodes of multiple sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.70', '', 'Large cell lymphoma, unspecified site, extranodal and solid organ sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.71', '', 'Large cell lymphoma, lymph nodes of head, face, and neck' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.72', '', 'Large cell lymphoma, intrathoracic lymph nodes' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.73', '', 'Large cell lymphoma, intra-abdominal lymph nodes' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.74', '', 'Large cell lymphoma, lymph nodes of axilla and upper limb' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.75', '', 'Large cell lymphoma, lymph nodes of inguinal region and lower limb' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.76', '', 'Large cell lymphoma, intrapelvic lymph nodes' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.77', '', 'Large cell lymphoma, spleen' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.78', '', 'Large cell lymphoma, lymph nodes of multiple sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.80', '', 'Other named variants of lymphosarcoma and reticulosarcoma unspecified site' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.82', '', 'Other named variants of lymphosarcoma and reticulosarcoma involving intrathoracic lymph nodes' ); +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' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.86', '', 'Other named variants of lymphosarcoma and reticulosarcoma involving intrapelvic lymph nodes' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '200.87', '', 'Other named variants of lymphosarcoma and reticulosarcoma involving spleen' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '201.00', '', 'Hodgkin''s paragranuloma unspecified site' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '201.01', '', 'Hodgkin''s paragranuloma involving lymph nodes of head face and neck' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '201.02', '', 'Hodgkin''s paragranuloma involving intrathoracic lymph nodes' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '201.03', '', 'Hodgkin''s paragranuloma involving intra-abdominal lymph nodes' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '201.04', '', 'Hodgkin''s paragranuloma involving lymph nodes of axilla and upper limb' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '201.06', '', 'Hodgkin''s paragranuloma involving intrapelvic lymph nodes' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '201.07', '', 'Hodgkin''s paragranuloma involving spleen' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '201.08', '', 'Hodgkin''s paragranuloma involving lymph nodes of multiple sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '201.10', '', 'Hodgkin''s granuloma unspecified site' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '201.11', '', 'Hodgkin''s granuloma involving lymph nodes of head face and neck' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '201.12', '', 'Hodgkin''s granuloma involving intrathoracic lymph nodes' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '201.13', '', 'Hodgkin''s granuloma involving intra-abdominal lymph nodes' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '201.14', '', 'Hodgkin''s granuloma involving lymph nodes of axilla and upper limb' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '201.16', '', 'Hodgkin''s granuloma involving intrapelvic lymph nodes' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '201.17', '', 'Hodgkin''s granuloma involving spleen' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '201.18', '', 'Hodgkin''s granuloma involving lymph nodes of multiple sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '201.20', '', 'Hodgkin''s sarcoma unspecified site' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '201.21', '', 'Hodgkin''s sarcoma involving lymph nodes of head face and neck' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '201.22', '', 'Hodgkin''s sarcoma involving intrathoracic lymph nodes' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '201.23', '', 'Hodgkin''s sarcoma involving intra-abdominal lymph nodes' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '201.24', '', 'Hodgkin''s sarcoma involving lymph nodes of axilla and upper limb' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '201.26', '', 'Hodgkin''s sarcoma involving intrapelvic lymph nodes' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '201.27', '', 'Hodgkin''s sarcoma involving spleen' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '201.28', '', 'Hodgkin''s sarcoma involving lymph nodes of multiple sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '201.40', '', 'Hodgkin''s disease lymphocytic-histiocytic predominance unspecified site' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '201.42', '', 'Hodgkin''s disease lymphocytic-histiocytic predominance involving intrathoracic lymph nodes' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '201.43', '', 'Hodgkin''s disease lymphocytic-histiocytic predominance involving intra-abdominal lymph nodes' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '201.46', '', 'Hodgkin''s disease lymphocytic-histiocytic predominance involving intrapelvic lymph nodes' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '201.47', '', 'Hodgkin''s disease lymphocytic-histiocytic predominance involving spleen' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '201.50', '', 'Hodgkin''s disease nodular sclerosis unspecified site' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '201.52', '', 'Hodgkin''s disease nodular sclerosis involving intrathoracic lymph nodes' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '201.53', '', 'Hodgkin''s disease nodular sclerosis involving intra-abdominal lymph nodes' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '201.56', '', 'Hodgkin''s disease nodular sclerosis involving intrapelvic lymph nodes' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '201.57', '', 'Hodgkin''s disease nodular sclerosis involving spleen' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '201.58', '', 'Hodgkin''s disease nodular sclerosis involving lymph nodes of multiple sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '201.60', '', 'Hodgkin''s disease mixed cellularity unspecified site' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '201.62', '', 'Hodgkin''s disease mixed cellularity involving intrathoracic lymph nodes' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '201.63', '', 'Hodgkin''s disease mixed cellularity involving intra-abdominal lymph nodes' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '201.66', '', 'Hodgkin''s disease mixed cellularity involving intrapelvic lymph nodes' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '201.67', '', 'Hodgkin''s disease mixed cellularity involving spleen' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '201.68', '', 'Hodgkin''s disease mixed cellularity involving lymph nodes of multiple sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '201.70', '', 'Hodgkin''s disease lymphocytic depletion unspecified site' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '201.72', '', 'Hodgkin''s disease lymphocytic depletion involving intrathoracic lymph nodes' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '201.73', '', 'Hodgkin''s disease lymphocytic depletion involving intra-abdominal lymph nodes' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '201.76', '', 'Hodgkin''s disease lymphocytic depletion involving intrapelvic lymph nodes' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '201.77', '', 'Hodgkin''s disease lymphocytic depletion involving spleen' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '201.78', '', 'Hodgkin''s disease lymphocytic depletion involving lymph nodes of multiple sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '201.90', '', 'Hodgkin''s disease unspecified type unspecified site' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '201.92', '', 'Hodgkin''s disease unspecified type involving intrathoracic lymph nodes' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '201.93', '', 'Hodgkin''s disease unspecified type involving intra-abdominal lymph nodes' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '201.96', '', 'Hodgkin''s disease unspecified type involving intrapelvic lymph nodes' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '201.97', '', 'Hodgkin''s disease unspecified type involving spleen' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '201.98', '', 'Hodgkin''s disease unspecified type involving lymph nodes of multiple sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.00', '', 'Nodular lymphoma unspecified site' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.01', '', 'Nodular lymphoma involving lymph nodes of head face and neck' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.02', '', 'Nodular lymphoma involving intrathoracic lymph nodes' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.03', '', 'Nodular lymphoma involving intra-abdominal lymph nodes' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.04', '', 'Nodular lymphoma involving lymph nodes of axilla and upper limb' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.05', '', 'Nodular lymphoma involving lymph nodes of inguinal region and lower limb' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.06', '', 'Nodular lymphoma involving intrapelvic lymph nodes' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.07', '', 'Nodular lymphoma involving spleen' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.08', '', 'Nodular lymphoma involving lymph nodes of multiple sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.10', '', 'Mycosis fungoides unspecified site' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.11', '', 'Mycosis fungoides involving lymph nodes of head face and neck' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.12', '', 'Mycosis fungoides involving intrathoracic lymph nodes' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.13', '', 'Mycosis fungoides involving intra-abdominal lymph nodes' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.14', '', 'Mycosis fungoides involving lymph nodes of axilla and upper limb' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.15', '', 'Mycosis fungoides involving lymph nodes of inguinal region and lower limb' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.16', '', 'Mycosis fungoides involving intrapelvic lymph nodes' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.17', '', 'Mycosis fungoides involving spleen' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.18', '', 'Mycosis fungoides involving lymph nodes of multiple sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.20', '', 'Sezary''s disease unspecified site' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.21', '', 'Sezary''s disease involving lymph nodes of head face and neck' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.22', '', 'Sezary''s disease involving intrathoracic lymph nodes' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.23', '', 'Sezary''s disease involving intra-abdominal lymph nodes' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.24', '', 'Sezary''s disease involving lymph nodes of axilla and upper limb' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.26', '', 'Sezary''s disease involving intrapelvic lymph nodes' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.27', '', 'Sezary''s disease involving spleen' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.28', '', 'Sezary''s disease involving lymph nodes of multiple sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.30', '', 'Malignant histiocytosis unspecified site' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.31', '', 'Malignant histiocytosis involving lymph nodes of head face and neck' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.32', '', 'Malignant histiocytosis involving intrathoracic lymph nodes' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.33', '', 'Malignant histiocytosis involving intra-abdominal lymph nodes' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.34', '', 'Malignant histiocytosis involving lymph nodes of axilla and upper limb' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.35', '', 'Malignant histiocytosis involving lymph nodes of inguinal region and lower limb' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.36', '', 'Malignant histiocytosis involving intrapelvic lymph nodes' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.37', '', 'Malignant histiocytosis involving spleen' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.38', '', 'Malignant histiocytosis involving lymph nodes of multiple sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.40', '', 'Leukemic reticuloendotheliosis unspecified site' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.41', '', 'Leukemic reticuloendotheliosis involving lymph nodes of head face and neck' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.42', '', 'Leukemic reticuloendotheliosis involving intrathoracic lymph nodes' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.43', '', 'Leukemic reticuloendotheliosis involving intra-abdominal lymph nodes' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.44', '', 'Leukemic reticuloendotheliosis involving lymph nodes of axilla and upper arm' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.45', '', 'Leukemic reticuloendotheliosis involving lymph nodes of inguinal region and lower limb' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.46', '', 'Leukemic reticuloendotheliosis involving intrapelvic lymph nodes' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.47', '', 'Leukemic reticuloendotheliosis involving spleen' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.48', '', 'Leukemic reticuloendotheliosis involving lymph nodes of multiple sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.50', '', 'Letterer-siwe disease unspecified site' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.51', '', 'Letterer-siwe disease involving lymph nodes of head face and neck' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.52', '', 'Letterer-siwe disease involving intrathoracic lymph nodes' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.53', '', 'Letterer-siwe disease involving intra-abdominal lymph nodes' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.54', '', 'Letterer-siwe disease involving lymph nodes of axilla and upper limb' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.56', '', 'Letterer-siwe disease involving intrapelvic lymph nodes' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.57', '', 'Letterer-siwe disease involving spleen' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.58', '', 'Letterer-siwe disease involving lymph nodes of multiple sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.60', '', 'Malignant mast cell tumors unspecified site' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.62', '', 'Malignant mast cell tumors involving intrathoracic lymph nodes' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.63', '', 'Malignant mast cell tumors involving intra-abdominal lymph nodes' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.66', '', 'Malignant mast cell tumors involving intrapelvic lymph nodes' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.67', '', 'Malignant mast cell tumors involving spleen' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.68', '', 'Malignant mast cell tumors involving lymph nodes of multiple sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.70', '', 'Peripheral t-cell lymphoma, unspecified site, extranodal and solid organ sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.71', '', 'Peripheral t-cell lymphoma, lymph nodes of head, face and neck' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.72', '', 'Peripheral t-cell lymphoma, intrathoracic lymph nodes' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.73', '', 'Peripheral t-cell lymphoma, intraabdominal lymph nodes' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.74', '', 'Peripheral t-cell lymphoma, lymph nodes of axilla and upper limb' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.76', '', 'Peripheral t-cell lymphoma, intrapelvic lymph nodes' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.77', '', 'Peripheral t-cell lymphoma, spleen' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.78', '', 'Peripheral t-cell lymphoma, lymph nodes of multiple sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.80', '', 'Other malignant lymphomas unspecified site' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.81', '', 'Other malignant lymphomas involving lymph nodes of head face and neck' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.82', '', 'Other malignant lymphomas involving intrathoracic lymph nodes' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.83', '', 'Other malignant lymphomas involving intra-abdominal lymph nodes' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.84', '', 'Other malignant lymphomas involving lymph nodes of axilla and upper limb' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.86', '', 'Other malignant lymphomas involving intrapelvic lymph nodes' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.87', '', 'Other malignant lymphomas involving spleen' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '202.88', '', 'Other malignant lymphomas involving lymph nodes of multiple sites' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '203.00', '', 'Multiple myeloma without remission' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '203.01', '', 'Multiple myeloma in remission' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '203.02', '', 'Multiple myeloma, in relapse' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '203.10', '', 'Plasma cell leukemia without remission' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '203.11', '', 'Plasma cell leukemia in remission' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '203.12', '', 'Plasma cell leukemia, in relapse' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '203.80', '', 'Other immunoproliferative neoplasms without remission' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '203.81', '', 'Other immunoproliferative neoplasms in remission' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '203.82', '', 'Other immunoproliferative neoplasms, in relapse' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '204.00', '', 'Lymphoid leukemia acute without mention of having achieved remission' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '204.01', '', 'Lymphoid leukemia acute in remission' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '204.02', '', 'Acute lymphoid leukemia, in relapse' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '204.10', '', 'Lymphoid leukemia chronic without mention of having achieved remission' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '204.11', '', 'Lymphoid leukemia chronic in remission' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '204.12', '', 'Chronic lymphoid leukemia, in relapse' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '204.20', '', 'Lymphoid leukemia subacute without mention of having achieved remission' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '204.21', '', 'Lymphoid leukemia subacute in remission' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '204.22', '', 'Subacute lymphoid leukemia, in relapse' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '204.80', '', 'Other lymphoid leukemia without mention of having achieved remission' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '204.81', '', 'Other lymphoid leukemia in remission' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '204.82', '', 'Other lymphoid leukemia, in relapse' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '204.90', '', 'Unspecified lymphoid leukemia without mention of having achieved remission' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '204.91', '', 'Unspecified lymphoid leukemia in remission' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '204.92', '', 'Unspecified lymphoid leukemia, in relapse' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '205.00', '', 'Myeloid leukemia acute without mention of having achieved remission' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '205.01', '', 'Myeloid leukemia acute in remission' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '205.02', '', 'Acute myeloid leukemia, in relapse' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '205.10', '', 'Myeloid leukemia chronic without mention of having achieved remission' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '205.11', '', 'Myeloid leukemia chronic in remission' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '205.12', '', 'Chronic myeloid leukemia, in relapse' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '205.20', '', 'Myeloid leukemia subacute without mention of having achieved remission' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '205.21', '', 'Myeloid leukemia subacute in remission' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '205.22', '', 'Subacute myeloid leukemia, in relapse' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '205.30', '', 'Myeloid sarcoma without mention of having achieved remission' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '205.31', '', 'Myeloid sarcoma in remission' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '205.32', '', 'Myeloid sarcoma, in relapse' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '205.80', '', 'Other myeloid leukemia without mention of having achieved remission' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '205.81', '', 'Other myeloid leukemia in remission' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '205.82', '', 'Other myeloid leukemia, in relapse' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '205.90', '', 'Unspecified myeloid leukemia without mention of having achieved remission' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '205.91', '', 'Unspecified myeloid leukemia in remission' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '205.92', '', 'Unspecified myeloid leukemia, in relapse' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '206.00', '', 'Monocytic leukemia acute without mention of having achieved remission' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '206.01', '', 'Monocytic leukemia acute in remission' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '206.02', '', 'Acute monocytic leukemia, in relapse' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '206.10', '', 'Monocytic leukemia chronic without mention of having achieved remission' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '206.11', '', 'Monocytic leukemia chronic in remission' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '206.12', '', 'Chronic monocytic leukemia, in relapse' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '206.20', '', 'Monocytic leukemia subacute without mention of having achieved remission' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '206.21', '', 'Monocytic leukemia subacute in remission' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '206.22', '', 'Subacute monocytic leukemia, in relapse' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '206.80', '', 'Other monocytic leukemia without mention of having achieved remission' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '206.81', '', 'Other monocytic leukemia in remission' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '206.82', '', 'Other monocytic leukemia, in relapse' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '206.90', '', 'Unspecified monocytic leukemia without mention of having achieved remission' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '206.91', '', 'Unspecified monocytic leukemia in remission' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '206.92', '', 'Unspecified monocytic leukemia, in relapse' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '207.00', '', 'Acute erythremia and erythroleukemia without mention of having achieved remission' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '207.01', '', 'Acute erythremia and erythroleukemia in remission' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '207.02', '', 'Acute erythremia and erythroleukemia, in relapse' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '207.10', '', 'Chronic erythremia without mention of having achieved remission' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '207.11', '', 'Chronic erythremia in remission' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '207.12', '', 'Chronic erythremia, in relapse' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '207.20', '', 'Megakaryocytic leukemia without mention of having achieved remission' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '207.21', '', 'Megakaryocytic leukemia in remission' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '207.22', '', 'Megakaryocytic leukemia, in relapse' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '207.80', '', 'Other specified leukemia without mention of having achieved remission' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '207.81', '', 'Other specified leukemia in remission' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '207.82', '', 'Other specified leukemia, in relapse' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '208.01', '', 'Leukemia of unspecified cell type acute in remission' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '208.02', '', 'Acute leukemia of unspecified cell type, in relapse' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '208.11', '', 'Leukemia of unspecified cell type chronic in remission' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '208.12', '', 'Chronic leukemia of unspecified cell type, in relapse' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '208.21', '', 'Leukemia of unspecified cell type subacute in remission' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '208.22', '', 'Subacute leukemia of unspecified cell type, in relapse' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '208.81', '', 'Other leukemia of unspecified cell type in remission' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '208.82', '', 'Other leukemia of unspecified cell type, in relapse' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '208.90', '', 'Unspecified leukemia without mention of having achieved remission' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '208.91', '', 'Unspecified leukemia in remission' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '208.92', '', 'Unspecified leukemia in relapse' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '209.00', '', 'Malignant carcinoid tumor of the small intestine, unspecified portion' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '209.01', '', 'Malignant carcinoid tumor of the duodenum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '209.02', '', 'Malignant carcinoid tumor of the jejunum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '209.03', '', 'Malignant carcinoid tumor of the ileum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '209.10', '', 'Malignant carcinoid tumor of the large intestine, unspecified portion' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '209.11', '', 'Malignant carcinoid tumor of the appendix' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '209.12', '', 'Malignant carcinoid tumor of the cecum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '209.13', '', 'Malignant carcinoid tumor of the ascending colon' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '209.14', '', 'Malignant carcinoid tumor of the transverse colon' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '209.15', '', 'Malignant carcinoid tumor of the descending colon' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '209.16', '', 'Malignant carcinoid tumor of the sigmoid colon' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '209.17', '', 'Malignant carcinoid tumor of the rectum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '209.20', '', 'Malignant carcinoid tumor of unknown primary site' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '209.21', '', 'Malignant carcinoid tumor of the bronchus and lung' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '209.22', '', 'Malignant carcinoid tumor of the thymus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '209.23', '', 'Malignant carcinoid tumor of the stomach' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '209.24', '', 'Malignant carcinoid tumor of the kidney' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '209.25', '', 'Malignant carcinoid tumor of foregut, not otherwise specified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '209.26', '', 'Malignant carcinoid tumor of midgut, not otherwise specified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '209.27', '', 'Malignant carcinoid tumor of hindgut, not otherwise specified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '209.29', '', 'Malignant carcinoid tumor of other sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '209.30', '', 'Malignant poorly differentiated neuroendocrine carcinoma, any site' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '209.31', '', 'Merkel cell carcinoma of the face' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '209.32', '', 'Merkel cell carcinoma of the scalp and neck' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '209.33', '', 'Merkel cell carcinoma of the upper limb' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '209.34', '', 'Merkel cell carcinoma of the lower limb' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '209.35', '', 'Merkel cell carcinoma of the trunk' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '209.36', '', 'Merkel cell carcinoma of other sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '209.40', '', 'Benign carcinoid tumor of the small intestine, unspecified portion' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '209.41', '', 'Benign carcinoid tumor of the duodenum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '209.42', '', 'Benign carcinoid tumor of the jejunum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '209.43', '', 'Benign carcinoid tumor of the ileum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '209.50', '', 'Benign carcinoid tumor of the large intestine, unspecified portion' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '209.51', '', 'Benign carcinoid tumor of the appendix' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '209.52', '', 'Benign carcinoid tumor of the cecum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '209.53', '', 'Benign carcinoid tumor of the ascending colon' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '209.54', '', 'Benign carcinoid tumor of the transverse colon' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '209.55', '', 'Benign carcinoid tumor of the descending colon' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '209.56', '', 'Benign carcinoid tumor of the sigmoid colon' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '209.57', '', 'Benign carcinoid tumor of the rectum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '209.60', '', 'Benign carcinoid tumor of unknown primary site' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '209.61', '', 'Benign carcinoid tumor of the bronchus and lung' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '209.62', '', 'Benign carcinoid tumor of the thymus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '209.63', '', 'Benign carcinoid tumor of the stomach' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '209.64', '', 'Benign carcinoid tumor of the kidney' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '209.65', '', 'Benign carcinoid tumor of foregut, not otherwise specified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '209.66', '', 'Benign carcinoid tumor of midgut, not otherwise specified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '209.67', '', 'Benign carcinoid tumor of hindgut, not otherwise specified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '209.69', '', 'Benign carcinoid tumor of other sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '209.70', '', 'Secondary neuroendocrine tumor, unspecified site' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '209.71', '', 'Secondary neuroendocrine tumor of distant lymph nodes' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '209.72', '', 'Secondary neuroendocrine tumor of liver' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '209.73', '', 'Secondary neuroendocrine tumor of bone' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '209.74', '', 'Secondary neuroendocrine tumor of peritoneum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '209.75', '', 'Merkel cell carcinoma, unknown primary site' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '209.79', '', 'Secondary neuroendocrine tumor of other sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '210.0', '', 'Benign neoplasm of lip' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '210.1', '', 'Benign neoplasm of tongue' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '210.2', '', 'Benign neoplasm of major salivary glands' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '210.3', '', 'Benign neoplasm of floor of mouth' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '210.4', '', 'Benign neoplasm of other and unspecified parts of mouth' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '210.5', '', 'Benign neoplasm of tonsil' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '210.6', '', 'Benign neoplasm of other parts of oropharynx' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '210.7', '', 'Benign neoplasm of nasopharynx' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '210.8', '', 'Benign neoplasm of hypopharynx' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '210.9', '', 'Benign neoplasm of pharynx unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '211.0', '', 'Benign neoplasm of esophagus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '211.1', '', 'Benign neoplasm of stomach' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '211.2', '', 'Benign neoplasm of duodenum jejunum and ileum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '211.3', '', 'Benign neoplasm of colon' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '211.4', '', 'Benign neoplasm of rectum and anal canal' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '211.5', '', 'Benign neoplasm of liver and biliary passages' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '211.6', '', 'Benign neoplasm of pancreas except islets of langerhans' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '211.7', '', 'Benign neoplasm of islets of langerhans' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '211.8', '', 'Benign neoplasm of retroperitoneum and peritoneum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '211.9', '', 'Benign neoplasm of other and unspecified site in the digestive system' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '212.0', '', 'Benign neoplasm of nasal cavities middle ear and accessory sinuses' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '212.1', '', 'Benign neoplasm of larynx' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '212.2', '', 'Benign neoplasm of trachea' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '212.3', '', 'Benign neoplasm of bronchus and lung' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '212.4', '', 'Benign neoplasm of pleura' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '212.5', '', 'Benign neoplasm of mediastinum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '212.6', '', 'Benign neoplasm of thymus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '212.7', '', 'Benign neoplasm of heart' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '212.8', '', 'Benign neoplasm of other specified sites of respiratory and intrathoracic organs' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '212.9', '', 'Benign neoplasm of respiratory and intrathoracic organs site unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '213.0', '', 'Benign neoplasm of bones of skull and face' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '213.1', '', 'Benign neoplasm of lower jaw bone' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '213.2', '', 'Benign neoplasm of vertebral column excluding sacrum and coccyx' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '213.3', '', 'Benign neoplasm of ribs sternum and clavicle' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '213.4', '', 'Benign neoplasm of scapula and long bones of upper limb' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '213.5', '', 'Benign neoplasm of short bones of upper limb' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '213.6', '', 'Benign neoplasm of pelvic bones sacrum and coccyx' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '213.7', '', 'Benign neoplasm of long bones of lower limb' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '213.8', '', 'Benign neoplasm of short bones of lower limb' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '213.9', '', 'Benign neoplasm of bone and articular cartilage site unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '214.0', '', 'Lipoma of skin and subcutaneous tissue of face' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '214.1', '', 'Lipoma of other skin and subcutaneous tissue' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '214.2', '', 'Lipoma of intrathoracic organs' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '214.3', '', 'Lipoma of intra-abdominal organs' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '214.4', '', 'Lipoma of spermatic cord' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '214.8', '', 'Lipoma of other specified sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '214.9', '', 'Lipoma unspecified site' ); +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' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '215.4', '', 'Other benign neoplasm of connective and other soft tissue of thorax' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '215.5', '', 'Other benign neoplasm of connective and other soft tissue of abdomen' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '215.6', '', 'Other benign neoplasm of connective and other soft tissue of pelvis' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '215.9', '', 'Other benign neoplasm of connective and other soft tissue site unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '216.0', '', 'Benign neoplasm of skin of lip' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '216.1', '', 'Benign neoplasm of eyelid including canthus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '216.2', '', 'Benign neoplasm of ear and external auditory canal' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '216.3', '', 'Benign neoplasm of skin of other and unspecified parts of face' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '216.4', '', 'Benign neoplasm of scalp and skin of neck' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '216.5', '', 'Benign neoplasm of skin of trunk except scrotum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '216.6', '', 'Benign neoplasm of skin of upper limb including shoulder' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '216.7', '', 'Benign neoplasm of skin of lower limb including hip' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '216.8', '', 'Benign neoplasm of other specified sites of skin' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '216.9', '', 'Benign neoplasm of skin site unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '217', '', 'Benign neoplasm of breast' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '218.0', '', 'Submucous leiomyoma of uterus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '218.1', '', 'Intramural leiomyoma of uterus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '218.2', '', 'Subserous leiomyoma of uterus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '218.9', '', 'Leiomyoma of uterus unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '219.0', '', 'Benign neoplasm of cervix uteri' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '219.1', '', 'Benign neoplasm of corpus uteri' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '219.8', '', 'Benign neoplasm of other specified parts of uterus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '219.9', '', 'Benign neoplasm of uterus part unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '220', '', 'Benign neoplasm of ovary' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '221.0', '', 'Benign neoplasm of fallopian tube and uterine ligaments' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '221.1', '', 'Benign neoplasm of vagina' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '221.2', '', 'Benign neoplasm of vulva' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '221.8', '', 'Benign neoplasm of other specified sites of female genital organs' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '221.9', '', 'Benign neoplasm of female genital organ site unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '222.0', '', 'Benign neoplasm of testis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '222.1', '', 'Benign neoplasm of penis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '222.2', '', 'Benign neoplasm of prostate' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '222.3', '', 'Benign neoplasm of epididymis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '222.4', '', 'Benign neoplasm of scrotum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '222.8', '', 'Benign neoplasm of other specified sites of male genital organs' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '222.9', '', 'Benign neoplasm of male genital organ site unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '223.0', '', 'Benign neoplasm of kidney except pelvis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '223.1', '', 'Benign neoplasm of renal pelvis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '223.2', '', 'Benign neoplasm of ureter' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '223.3', '', 'Benign neoplasm of bladder' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '223.81', '', 'Benign neoplasm of urethra' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '223.89', '', 'Benign neoplasm of other specified sites of urinary organs' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '223.9', '', 'Benign neoplasm of urinary organ site unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '224.0', '', 'Benign neoplasm of eyeball except conjunctiva cornea retina and choroid' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '224.1', '', 'Benign neoplasm of orbit' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '224.2', '', 'Benign neoplasm of lacrimal gland' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '224.3', '', 'Benign neoplasm of conjunctiva' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '224.4', '', 'Benign neoplasm of cornea' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '224.5', '', 'Benign neoplasm of retina' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '224.6', '', 'Benign neoplasm of choroid' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '224.7', '', 'Benign neoplasm of lacrimal duct' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '224.8', '', 'Benign neoplasm of other specified parts of eye' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '224.9', '', 'Benign neoplasm of eye part unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '225.0', '', 'Benign neoplasm of brain' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '225.1', '', 'Benign neoplasm of cranial nerves' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '225.2', '', 'Benign neoplasm of cerebral meninges' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '225.3', '', 'Benign neoplasm of spinal cord' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '225.4', '', 'Benign neoplasm of spinal meninges' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '225.8', '', 'Benign neoplasm of other specified sites of nervous system' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '225.9', '', 'Benign neoplasm of nervous system part unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '226', '', 'Benign neoplasm of thyroid glands' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '227.0', '', 'Benign neoplasm of adrenal gland' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '227.1', '', 'Benign neoplasm of parathyroid gland' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '227.3', '', 'Benign neoplasm of pituitary gland and craniopharyngeal duct' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '227.4', '', 'Benign neoplasm of pineal gland' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '227.5', '', 'Benign neoplasm of carotid body' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '227.6', '', 'Benign neoplasm of aortic body and other paraganglia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '227.8', '', 'Benign neoplasm of other endocrine glands and related structures' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '227.9', '', 'Benign neoplasm of endocrine gland site unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '228.00', '', 'Hemangioma of unspecified site' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '228.01', '', 'Hemangioma of skin and subcutaneous tissue' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '228.02', '', 'Hemangioma of intracranial structures' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '228.03', '', 'Hemangioma of retina' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '228.04', '', 'Hemangioma of intra-abdominal structures' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '228.09', '', 'Hemangioma of other sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '228.1', '', 'Lymphangioma any site' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '229.0', '', 'Benign neoplasm of lymph nodes' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '229.8', '', 'Benign neoplasm of other specified sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '229.9', '', 'Benign neoplasm of unspecified site' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '230.0', '', 'Carcinoma in situ of lip oral cavity and pharynx' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '230.1', '', 'Carcinoma in situ of esophagus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '230.2', '', 'Carcinoma in situ of stomach' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '230.3', '', 'Carcinoma in situ of colon' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '230.4', '', 'Carcinoma in situ of rectum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '230.5', '', 'Carcinoma in situ of anal canal' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '230.6', '', 'Carcinoma in situ of anus unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '230.7', '', 'Carcinoma in situ of other and unspecified parts of intestine' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '230.8', '', 'Carcinoma in situ of liver and biliary system' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '230.9', '', 'Carcinoma in situ of other and unspecified digestive organs' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '231.0', '', 'Carcinoma in situ of larynx' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '231.1', '', 'Carcinoma in situ of trachea' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '231.2', '', 'Carcinoma in situ of bronchus and lung' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '231.8', '', 'Carcinoma in situ of other specified parts of respiratory system' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '231.9', '', 'Carcinoma in situ of respiratory system part unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '232.0', '', 'Carcinoma in situ of skin of lip' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '232.1', '', 'Carcinoma in situ of eyelid including canthus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '232.2', '', 'Carcinoma in situ of skin of ear and external auditory canal' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '232.4', '', 'Carcinoma in situ of scalp and skin of neck' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '232.5', '', 'Carcinoma in situ of skin of trunk except scrotum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '232.6', '', 'Carcinoma in situ of skin of upper limb including shoulder' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '232.7', '', 'Carcinoma in situ of skin of lower limb including hip' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '232.8', '', 'Carcinoma in situ of other specified sites of skin' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '232.9', '', 'Carcinoma in situ of skin site unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '233.0', '', 'Carcinoma in situ of breast' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '233.1', '', 'Carcinoma in situ of cervix uteri' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '233.2', '', 'Carcinoma in situ of other and unspecified parts of uterus' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '233.31', '', 'Carcinoma in situ of other and unspecified female genital organs; vagina' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '233.32', '', 'Carcinoma in situ of other and unspecified female genital organs; vulva' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '233.4', '', 'Carcinoma in situ of prostate' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '233.5', '', 'Carcinoma in situ of penis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '233.6', '', 'Carcinoma in situ of other and unspecified male genital organs' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '233.7', '', 'Carcinoma in situ of bladder' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '233.9', '', 'Carcinoma in situ of other and unspecified urinary organs' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '234.0', '', 'Carcinoma in situ of eye' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '234.8', '', 'Carcinoma in situ of other specified sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '234.9', '', 'Carcinoma in situ site unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '235.0', '', 'Neoplasm of uncertain behavior of major salivary glands' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '235.1', '', 'Neoplasm of uncertain behavior of lip oral cavity and pharynx' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '235.2', '', 'Neoplasm of uncertain behavior of stomach intestines and rectum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '235.3', '', 'Neoplasm of uncertain behavior of liver and biliary passages' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '235.4', '', 'Neoplasm of uncertain behavior of retroperitoneum and peritoneum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '235.5', '', 'Neoplasm of uncertain behavior of other and unspecified digestive organs' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '235.6', '', 'Neoplasm of uncertain behavior of larynx' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '235.7', '', 'Neoplasm of uncertain behavior of trachea bronchus and lung' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '235.8', '', 'Neoplasm of uncertain behavior of pleura thymus and mediastinum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '235.9', '', 'Neoplasm of uncertain behavior of other and unspecified respiratory organs' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '236.0', '', 'Neoplasm of uncertain behavior of uterus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '236.1', '', 'Neoplasm of uncertain behavior of placenta' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '236.2', '', 'Neoplasm of uncertain behavior of ovary' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '236.3', '', 'Neoplasm of uncertain behavior of other and unspecified female genital organs' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '236.4', '', 'Neoplasm of uncertain behavior of testis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '236.5', '', 'Neoplasm of uncertain behavior of prostate' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '236.6', '', 'Neoplasm of uncertain behavior of other and unspecified male genital organs' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '236.7', '', 'Neoplasm of uncertain behavior of bladder' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '236.90', '', 'Neoplasm of uncertain behavior of urinary organ unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '236.91', '', 'Neoplasm of uncertain behavior of kidney and ureter' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '236.99', '', 'Neoplasm of uncertain behavior of other and unspecified urinary organs' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '237.0', '', 'Neoplasm of uncertain behavior of pituitary gland and craniopharyngeal duct' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '237.1', '', 'Neoplasm of uncertain behavior of pineal gland' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '237.2', '', 'Neoplasm of uncertain behavior of adrenal gland' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '237.3', '', 'Neoplasm of uncertain behavior of paraganglia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '237.4', '', 'Neoplasm of uncertain behavior of other and unspecified endocrine glands' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '237.5', '', 'Neoplasm of uncertain behavior of brain and spinal cord' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '237.6', '', 'Neoplasm of uncertain behavior of meninges' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '237.70', '', 'Neurofibromatosis unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '237.71', '', 'Neurofibromatosis type 1 von recklinghausen''s disease' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '237.72', '', 'Neurofibromatosis type 2 acoustic neurofibromatosis' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '238.0', '', 'Neoplasm of uncertain behavior of bone and articular cartilage' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '238.1', '', 'Neoplasm of uncertain behavior of connective and other soft tissue' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '238.2', '', 'Neoplasm of uncertain behavior of skin' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '238.3', '', 'Neoplasm of uncertain behavior of breast' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '238.4', '', 'Polycythemia vera' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '238.5', '', 'Neoplasm of uncertain behavior of histiocytic and mast cells' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '238.6', '', 'Neoplasm of uncertain behavior of plasma cells' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '238.71', '', 'Essential thrombocythemia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '238.72', '', 'Low grade myelodysplastic syndrome lesions' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '238.73', '', 'High grade myelodysplastic syndrome lesions' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '238.74', '', 'Myelodysplastic syndrome with 5q deletion' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '238.75', '', 'Myelodysplastic syndrome, unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '238.76', '', 'Myelofibrosis with myeloid metaplasia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '238.77', '', 'Post-transplant lymphoproliferative disorder (ptld)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '238.79', '', 'Other lymphatic and hematopoietic tissues' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '238.8', '', 'Neoplasm of uncertain behavior of other specified sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '238.9', '', 'Neoplasm of uncertain behavior site unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '239.0', '', 'Neoplasm of unspecified nature of digestive system' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '239.1', '', 'Neoplasm of unspecified nature of respiratory system' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '239.2', '', 'Neoplasm of unspecified nature of bone soft tissue and skin' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '239.3', '', 'Neoplasm of unspecified nature of breast' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '239.4', '', 'Neoplasm of unspecified nature of bladder' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '239.5', '', 'Neoplasm of unspecified nature of other genitourinary organs' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '239.6', '', 'Neoplasm of unspecified nature of brain' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '239.81', '', 'Neoplasms of unspecified nature, retina and choroid' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '239.89', '', 'Neoplasms of unspecified nature, other specified sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '239.9', '', 'Neoplasm of unspecified nature site unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '240.0', '', 'Goiter specified as simple' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '240.9', '', 'Goiter unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '241.0', '', 'Nontoxic uninodular goiter' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '241.1', '', 'Nontoxic multinodular goiter' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '241.9', '', 'Unspecified nontoxic nodular goiter' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '242.00', '', 'Toxic diffuse goiter without thyrotoxic crisis or storm' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '242.01', '', 'Toxic diffuse goiter with thyrotoxic crisis or storm' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '242.10', '', 'Toxic uninodular goiter without thyrotoxic crisis or storm' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '242.11', '', 'Toxic uninodular goiter with thyrotoxic crisis or storm' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '242.20', '', 'Toxic multinodular goiter without thyrotoxic crisis or storm' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '242.21', '', 'Toxic multinodular goiter with thyrotoxic crisis or storm' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '242.30', '', 'Toxic nodular goiter unspecified type without thyrotoxic crisis or storm' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '242.31', '', 'Toxic nodular goiter unspecified type with thyrotoxic crisis or storm' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '242.40', '', 'Thyrotoxicosis from ectopic thyroid nodule without thyrotoxic crisis or storm' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '242.41', '', 'Thyrotoxicosis from ectopic thyroid nodule with thyrotoxic crisis or storm' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '242.80', '', 'Thyrotoxicosis of other specified origin without thyrotoxic crisis or storm' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '242.81', '', 'Thyrotoxicosis of other specified origin with thyrotoxic crisis or storm' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '242.91', '', 'Thyrotoxicosis without goiter or other cause with thyrotoxic crisis or storm' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '243', '', 'Congenital hypothyroidism' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '244.0', '', 'Postsurgical hypothyroidism' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '244.1', '', 'Other postablative hypothyroidism' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '244.2', '', 'Iodine hypothyroidism' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '244.3', '', 'Other iatrogenic hypothyroidism' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '244.8', '', 'Other specified acquired hypothyroidism' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '244.9', '', 'Unspecified acquired hypothyroidism' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '245.0', '', 'Acute thyroiditis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '245.1', '', 'Subacute thyroiditis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '245.2', '', 'Chronic lymphocytic thyroiditis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '245.3', '', 'Chronic fibrous thyroiditis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '245.4', '', 'Iatrogenic thyroiditis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '245.8', '', 'Other and unspecified chronic thyroiditis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '245.9', '', 'Thyroiditis unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '246.0', '', 'Disorders of thyrocalcitonin secretion' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '246.1', '', 'Dyshormonogenic goiter' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '246.2', '', 'Cyst of thyroid' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '246.3', '', 'Hemorrhage and infarction of thyroid' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '246.8', '', 'Other specified disorders of thyroid' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '246.9', '', 'Unspecified disorder of thyroid' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '249.01', '', 'Secondary diabetes mellitus without mention of complication, uncontrolled' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '249.10', '', 'Secondary diabetes mellitus with ketoacidosis, not stated as uncontrolled, or unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '249.11', '', 'Secondary diabetes mellitus with ketoacidosis, uncontrolled' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '249.20', '', 'Secondary diabetes mellitus with hyperosmolarity, not stated as uncontrolled, or unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '249.21', '', 'Secondary diabetes mellitus with hyperosmolarity, uncontrolled' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '249.31', '', 'Secondary diabetes mellitus with other coma, uncontrolled' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '249.41', '', 'Secondary diabetes mellitus with renal manifestations, uncontrolled' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '249.51', '', 'Secondary diabetes mellitus with ophthalmic manifestations, uncontrolled' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '249.61', '', 'Secondary diabetes mellitus with neurological manifestations, uncontrolled' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '249.71', '', 'Secondary diabetes mellitus with peripheral circulatory disorders, uncontrolled' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '249.81', '', 'Secondary diabetes mellitus with other specified manifestations, uncontrolled' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '249.91', '', 'Secondary diabetes mellitus with unspecified complication, uncontrolled' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '250.01', '', 'Diabetes mellitus without complication type i not stated as uncontrolled' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '250.02', '', 'Diabetes mellitus without complication type ii or unspecified type uncontrolled' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '250.03', '', 'Diabetes mellitus without complication type i uncontrolled' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '250.11', '', 'Diabetes mellitus with ketoacidosis type i not stated as uncontrolled' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '250.12', '', 'Diabetes mellitus with ketoacidosis type ii or unspecified type uncontrolled' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '250.13', '', 'Diabetes mellitus with ketoacidosis type i uncontrolled' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '250.21', '', 'Diabetes mellitus with hyperosmolarity type i not stated as uncontrolled' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '250.22', '', 'Diabetes mellitus with hyperosmolarity type ii or unspecified type uncontrolled' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '250.23', '', 'Diabetes mellitus with hyperosmolarity type i uncontrolled' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '250.31', '', 'Diabetes mellitus with other coma type i not stated as uncontrolled' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '250.32', '', 'Diabetes mellitus with other coma type ii or unspecified type uncontrolled' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '250.33', '', 'Diabetes mellitus with other coma type i uncontrolled' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '250.41', '', 'Diabetes mellitus with renal manifestations type i not stated as uncontrolled' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '250.42', '', 'Diabetes mellitus with renal manifestations type ii or unspecified type uncontrolled' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '250.43', '', 'Diabetes mellitus with renal manifestations type i uncontrolled' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '250.51', '', 'Diabetes mellitus with ophthalmic manifestations type i not stated as uncontrolled' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '250.52', '', 'Diabetes mellitus with ophthalmic manifestations type ii or unspecified type uncontrolled' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '250.53', '', 'Diabetes mellitus with ophthalmic manifestations type i uncontrolled' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '250.61', '', 'Diabetes mellitus with neurological manifestations type i not stated as uncontrolled' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '250.62', '', 'Diabetes mellitus with neurological manifestations type ii or unspecified type uncontrolled' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '250.63', '', 'Diabetes mellitus with neurological manifestations type i uncontrolled' ); +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' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '250.73', '', 'Diabetes mellitus with peripheral circulatory disorders type i uncontrolled' ); +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' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '250.83', '', 'Diabetes mellitus with other specified manifestations type i uncontrolled' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '250.91', '', 'Diabetes mellitus with unspecified complication type i not stated as uncontrolled' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '250.92', '', 'Diabetes mellitus with unspecified complication type ii or unspecified type uncontrolled' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '250.93', '', 'Diabetes mellitus with unspecified complication type i uncontrolled' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '251.0', '', 'Hypoglycemic coma' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '251.1', '', 'Other specified hypoglycemia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '251.2', '', 'Hypoglycemia unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '251.3', '', 'Postsurgical hypoinsulinemia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '251.4', '', 'Abnormality of secretion of glucagon' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '251.5', '', 'Abnormality of secretion of gastrin' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '251.8', '', 'Other specified disorders of pancreatic internal secretion' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '251.9', '', 'Unspecified disorder of pancreatic internal secretion' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '252.00', '', 'Hyperparathyroidism, unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '252.01', '', 'Primary hyperparathyroidism' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '252.02', '', 'Secondary hyperparathyroidism, non-renal' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '252.08', '', 'Other hyperparathyroidism' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '252.1', '', 'Hypoparathyroidism' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '252.8', '', 'Other specified disorders of parathyroid gland' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '252.9', '', 'Unspecified disorder of parathyroid gland' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '253.0', '', 'Acromegaly and gigantism' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '253.1', '', 'Other and unspecified anterior pituitary hyperfunction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '253.2', '', 'Panhypopituitarism' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '253.3', '', 'Pituitary dwarfism' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '253.4', '', 'Other anterior pituitary disorders' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '253.5', '', 'Diabetes insipidus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '253.6', '', 'Other disorders of neurohypophysis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '253.7', '', 'Iatrogenic pituitary disorders' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '253.8', '', 'Other disorders of the pituitary and other syndromes of diencephalohypophyseal origin' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '253.9', '', 'Unspecified disorder of the pituitary gland and its hypothalamic control' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '254.0', '', 'Persistent hyperplasia of thymus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '254.1', '', 'Abscess of thymus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '254.8', '', 'Other specified diseases of thymus gland' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '254.9', '', 'Unspecified disease of thymus gland' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '255.0', '', 'Cushing''s syndrome' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '255.10', '', 'Primary aldosteronism' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '255.11', '', 'Glucocorticoid-remediable aldosteronism' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '255.12', '', 'Conn''s syndrome' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '255.13', '', 'Bartter''s syndrome' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '255.14', '', 'Other secondary aldosteronism' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '255.2', '', 'Adrenogenital disorders' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '255.3', '', 'Other corticoadrenal overactivity' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '255.41', '', 'Glucocorticoid deficiency' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '255.42', '', 'Mineralocorticoid deficiency' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '255.5', '', 'Other adrenal hypofunction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '255.6', '', 'Medulloadrenal hyperfunction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '255.8', '', 'Other specified disorders of adrenal glands' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '255.9', '', 'Unspecified disorder of adrenal glands' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '256.0', '', 'Hyperestrogenism' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '256.1', '', 'Other ovarian hyperfunction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '256.2', '', 'Postablative ovarian failure' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '256.31', '', 'Premature menopause' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '256.39', '', 'Other ovarian failure' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '256.4', '', 'Polycystic ovaries' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '256.8', '', 'Other ovarian dysfunction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '256.9', '', 'Unspecified ovarian dysfunction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '257.0', '', 'Testicular hyperfunction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '257.1', '', 'Postablative testicular hypofunction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '257.2', '', 'Other testicular hypofunction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '257.8', '', 'Other testicular dysfunction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '257.9', '', 'Unspecified testicular dysfunction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '258.01', '', 'Multiple endocrine neoplasia [men] type i' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '258.02', '', 'Multiple endocrine neoplasia [men] type iia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '258.03', '', 'Multiple endocrine neoplasia [men] type iib' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '258.1', '', 'Other combinations of endocrine dysfunction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '258.8', '', 'Other specified polyglandular dysfunction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '258.9', '', 'Polyglandular dysfunction unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '259.0', '', 'Delay in sexual development and puberty not elsewhere classified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '259.1', '', 'Precocious sexual development and puberty not elsewhere classified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '259.2', '', 'Carcinoid syndrome' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '259.3', '', 'Ectopic hormone secretion not elsewhere classified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '259.4', '', 'Dwarfism not elsewhere classified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '259.50', '', 'Androgen insensitivity, unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '259.51', '', 'Androgen insensitivity syndrome' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '259.52', '', 'Partial androgen insensitivity' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '259.8', '', 'Other specified endocrine disorders' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '259.9', '', 'Unspecified endocrine disorder' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '260', '', 'Kwashiorkor' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '261', '', 'Nutritional marasmus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '262', '', 'Other severe protein-calorie malnutrition' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '263.0', '', 'Malnutrition of moderate degree' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '263.1', '', 'Malnutrition of mild degree' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '263.2', '', 'Arrested development following protein-calorie malnutrition' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '263.8', '', 'Other protein-calorie malnutrition' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '263.9', '', 'Unspecified protein-calorie malnutrition' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '264.0', '', 'Vitamin a deficiency with conjunctival xerosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '264.1', '', 'Vitamin a deficiency with conjunctival xerosis and bitot''s spot' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '264.2', '', 'Vitamin a deficiency with corneal xerosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '264.3', '', 'Vitamin a deficiency with corneal ulceration and xerosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '264.4', '', 'Vitamin a deficiency with keratomalacia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '264.5', '', 'Vitamin a deficiency with night blindness' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '264.6', '', 'Vitamin a deficiency with xerophthalmic scars of cornea' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '264.7', '', 'Other ocular manifestations of vitamin a deficiency' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '264.8', '', 'Other manifestations of vitamin a deficiency' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '264.9', '', 'Unspecified vitamin a deficiency' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '265.0', '', 'Beriberi' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '265.1', '', 'Other and unspecified manifestations of thiamine deficiency' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '265.2', '', 'Pellagra' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '266.0', '', 'Ariboflavinosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '266.1', '', 'Vitamin b6 deficiency' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '266.2', '', 'Other b-complex deficiencies' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '266.9', '', 'Unspecified vitamin b deficiency' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '267', '', 'Ascorbic acid deficiency' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '268.0', '', 'Rickets active' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '268.1', '', 'Rickets late effect' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '268.2', '', 'Osteomalacia unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '268.9', '', 'Unspecified vitamin d deficiency' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '269.0', '', 'Deficiency of vitamin k' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '269.1', '', 'Deficiency of other vitamins' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '269.2', '', 'Unspecified vitamin deficiency' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '269.3', '', 'Mineral deficiency not elsewhere classified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '269.8', '', 'Other nutritional deficiency' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '269.9', '', 'Unspecified nutritional deficiency' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '270.0', '', 'Disturbances of amino-acid transport' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '270.1', '', 'Phenylketonuria (pku)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '270.2', '', 'Other disturbances of aromatic amino-acid metabolism' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '270.3', '', 'Disturbances of branched-chain amino-acid metabolism' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '270.4', '', 'Disturbances of sulphur-bearing amino-acid metabolism' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '270.5', '', 'Disturbances of histidine metabolism' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '270.6', '', 'Disorders of urea cycle metabolism' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '270.7', '', 'Other disturbances of straight-chain amino-acid metabolism' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '270.8', '', 'Other specified disorders of amino-acid metabolism' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '270.9', '', 'Unspecified disorder of amino-acid metabolism' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '271.0', '', 'Glycogenosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '271.1', '', 'Galactosemia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '271.2', '', 'Hereditary fructose intolerance' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '271.3', '', 'Intestinal disaccharidase deficiencies and disaccharide malabsorption' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '271.4', '', 'Renal glycosuria' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '271.8', '', 'Other specified disorders of carbohydrate transport and metabolism' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '271.9', '', 'Unspecified disorder of carbohydrate transport and metabolism' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '272.0', '', 'Pure hypercholesterolemia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '272.1', '', 'Pure hyperglyceridemia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '272.2', '', 'Mixed hyperlipidemia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '272.3', '', 'Hyperchylomicronemia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '272.4', '', 'Other and unspecified hyperlipidemia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '272.5', '', 'Lipoprotein deficiencies' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '272.6', '', 'Lipodystrophy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '272.7', '', 'Lipidoses' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '272.8', '', 'Other disorders of lipoid metabolism' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '272.9', '', 'Unspecified disorder of lipoid metabolism' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '273.0', '', 'Polyclonal hypergammaglobulinemia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '273.1', '', 'Monoclonal paraproteinemia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '273.2', '', 'Other paraproteinemias' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '273.3', '', 'Macroglobulinemia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '273.4', '', 'Alpha-1-antitrypsin deficiency' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '273.8', '', 'Other disorders of plasma protein metabolism' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '273.9', '', 'Unspecified disorder of plasma protein metabolism' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '274.00', '', 'Gouty arthropathy, unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '274.01', '', 'Acute gouty arthropathy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '274.02', '', 'Chronic gouty arthropathy without mention of tophus (tophi)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '274.03', '', 'Chronic gouty arthropathy with tophus (tophi)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '274.10', '', 'Gouty nephropathy unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '274.11', '', 'Uric acid nephrolithiasis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '274.19', '', 'Other gouty nephropathy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '274.81', '', 'Gouty tophi of ear' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '274.82', '', 'Gouty tophi of other sites except ear' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '274.89', '', 'Gout with other specified manifestations' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '274.9', '', 'Gout unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '275.0', '', 'Disorders of iron metabolism' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '275.1', '', 'Disorders of copper metabolism' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '275.2', '', 'Disorders of magnesium metabolism' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '275.3', '', 'Disorders of phosphorus metabolism' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '275.40', '', 'Unspecified disorder of calcium metabolism' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '275.41', '', 'Hypocalcemia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '275.42', '', 'Hypercalcemia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '275.49', '', 'Other disorders of calcium metabolism' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '275.5', '', 'Hungry bone syndrome' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '275.8', '', 'Other specified disorders of mineral metabolism' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '275.9', '', 'Unspecified disorder of mineral metabolism' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '276.0', '', 'Hyperosmolality and/or hypernatremia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '276.1', '', 'Hyposmolality and/or hyponatremia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '276.2', '', 'Acidosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '276.3', '', 'Alkalosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '276.4', '', 'Mixed acid-base balance disorder' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '276.50', '', 'Volume depletion, unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '276.51', '', 'Dehydration' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '276.52', '', 'Hypovolemia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '276.6', '', 'Fluid overload disorder' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '276.7', '', 'Hyperpotassemia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '276.8', '', 'Hypopotassemia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '276.9', '', 'Electrolyte and fluid disorders not elsewhere classified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '277.00', '', 'Cystic fibrosis without meconium ileus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '277.01', '', 'Cystic fibrosis with meconium ileus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '277.02', '', 'Cystic fibrosis with pulmonary manifestations' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '277.03', '', 'Cystic fibrosis with gastrointestinal manifestations' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '277.09', '', 'Cystic fibrosis with other manifestations' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '277.1', '', 'Disorders of porphyrin metabolism' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '277.2', '', 'Other disorders of purine and pyrimidine metabolism' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '277.30', '', 'Amyloidosis, unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '277.31', '', 'Familial mediterranean fever' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '277.39', '', 'Other amyloidosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '277.4', '', 'Disorders of bilirubin excretion' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '277.5', '', 'Mucopolysaccharidosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '277.6', '', 'Other deficiencies of circulating enzymes' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '277.7', '', 'Dysmetabolic syndrome x' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '277.81', '', 'Primary carnitine deficiency' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '277.82', '', 'Carnitine deficiency due to inborn errors of metabolism' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '277.83', '', 'Iatrogenic carnitine deficiency' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '277.84', '', 'Other secondary carnitine deficiency' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '277.85', '', 'Disorders of fatty acid oxidation' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '277.86', '', 'Peroxisomal disorders' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '277.87', '', 'Disorders of mitochondrial metabolism' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '277.88', '', 'Tumor lysis syndrome' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '277.89', '', 'Other specified disorders of metabolism' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '277.9', '', 'Unspecified disorder of metabolism' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '278.00', '', 'Obesity unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '278.01', '', 'Morbid obesity' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '278.02', '', 'Overweight' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '278.1', '', 'Localized adiposity' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '278.2', '', 'Hypervitaminosis a' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '278.3', '', 'Hypercarotinemia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '278.4', '', 'Hypervitaminosis d' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '278.8', '', 'Other hyperalimentation' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '279.00', '', 'Hypogammaglobulinemia unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '279.01', '', 'Selective iga immunodeficiency' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '279.02', '', 'Selective igm immunodeficiency' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '279.03', '', 'Other selective immunoglobulin deficiencies' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '279.04', '', 'Congenital hypogammaglobulinemia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '279.05', '', 'Immunodeficiency with increased igm' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '279.06', '', 'Common variable immunodeficiency' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '279.09', '', 'Other deficiency of humoral immunity' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '279.10', '', 'Immunodeficiency with predominant t-cell defect unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '279.11', '', 'Digeorge''s syndrome' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '279.12', '', 'Wiskott-aldrich syndrome' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '279.13', '', 'Nezelof''s syndrome' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '279.19', '', 'Other deficiency of cell-mediated immunity' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '279.2', '', 'Combined immunity deficiency' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '279.3', '', 'Unspecified immunity deficiency' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '279.41', '', 'Autoimmune lymphoproliferative syndrome' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '279.49', '', 'Autoimmune disease, not elsewhere classified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '279.50', '', 'Graft-versus-host disease, unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '279.51', '', 'Acute graft-versus-host disease' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '279.52', '', 'Chronic graft-versus-host disease' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '279.53', '', 'Acute or chronic graft-versus-host disease' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '279.8', '', 'Other specified disorders involving the immune mechanism' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '279.9', '', 'Unspecified disorder of immune mechanism' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '280.0', '', 'Iron deficiency anemia secondary to blood loss (chronic)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '280.1', '', 'Iron deficiency anemia secondary to inadequate dietary iron intake' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '280.8', '', 'Other specified iron deficiency anemias' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '280.9', '', 'Iron deficiency anemia unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '281.0', '', 'Pernicious anemia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '281.1', '', 'Other vitamin b12 deficiency anemia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '281.2', '', 'Folate-deficiency anemia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '281.3', '', 'Other specified megaloblastic anemias not elsewhere classified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '281.4', '', 'Protein-deficiency anemia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '281.8', '', 'Anemia associated with other specified nutritional deficiency' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '281.9', '', 'Unspecified deficiency anemia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '282.0', '', 'Hereditary spherocytosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '282.1', '', 'Hereditary elliptocytosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '282.2', '', 'Anemias due to disorders of glutathione metabolism' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '282.3', '', 'Other hemolytic anemias due to enzyme deficiency' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '282.41', '', 'Sickle-cell thalassemia without crisis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '282.42', '', 'Sickle-cell thalassemia with crisis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '282.49', '', 'Other thalassemia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '282.5', '', 'Sickle-cell trait' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '282.60', '', 'Sickle-cell disease unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '282.61', '', 'Hb-ss disease without crisis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '282.62', '', 'Hb-ss disease with crisis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '282.63', '', 'Sickle-cell/hb-c disease without crisis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '282.64', '', 'Sickle-cell/hb c disease with crisis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '282.68', '', 'Other sickle-cell disease without crisis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '282.69', '', 'Other sickle-cell disease with crisis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '282.7', '', 'Other hemoglobinopathies' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '282.8', '', 'Other specified hereditary hemolytic anemias' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '282.9', '', 'Hereditary hemolytic anemia unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '283.0', '', 'Autoimmune hemolytic anemias' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '283.10', '', 'Non-autoimmune hemolytic anemia unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '283.11', '', 'Hemolytic-uremic syndrome' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '283.19', '', 'Other non-autoimmune hemolytic anemias' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '283.2', '', 'Hemoglobinuria due to hemolysis from external causes' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '283.9', '', 'Acquired hemolytic anemia unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '284.01', '', 'Constitutional red blood cell aplasia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '284.09', '', 'Other constitutional aplastic anemia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '284.1', '', 'Pancytopenia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '284.2', '', 'Myelophthisis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '284.81', '', 'Other specified aplastic anemias' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '284.89', '', 'Red cell aplasia (acquired)(adult) (with thymoma)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '284.9', '', 'Aplastic anemia unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '285.0', '', 'Sideroblastic anemia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '285.1', '', 'Acute posthemorrhagic anemia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '285.21', '', 'Anemia in chronic kidney disease' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '285.22', '', 'Anemia in neoplastic disease' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '285.29', '', 'Anemia of other chronic illness' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '285.3', '', 'Antineoplastic chemotherapy induced anemia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '285.8', '', 'Other specified anemias' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '285.9', '', 'Anemia unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '286.0', '', 'Congenital factor viii disorder' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '286.1', '', 'Congenital factor ix disorder' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '286.2', '', 'Congenital factor xi deficiency' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '286.3', '', 'Congenital deficiency of other clotting factors' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '286.4', '', 'Von willebrand''s disease' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '286.5', '', 'Hemorrhagic disorder due to intrinsic circulating anticoagulants' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '286.6', '', 'Defibrination syndrome' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '286.7', '', 'Acquired coagulation factor deficiency' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '286.9', '', 'Other and unspecified coagulation defects' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '287.0', '', 'Allergic purpura' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '287.1', '', 'Qualitative platelet defects' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '287.2', '', 'Other nonthrombocytopenic purpuras' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '287.30', '', 'Primary thrombocytopenia, unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '287.31', '', 'Immune thrombocyopenic purpura' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '287.32', '', 'Evans'' syndrome' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '287.33', '', 'Congenital and hereditary thrombocytopenic purpura' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '287.39', '', 'Other primary thrombocytopenia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '287.4', '', 'Secondary thrombocytopenia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '287.5', '', 'Thrombocytopenia unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '287.8', '', 'Other specified hemorrhagic conditions' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '287.9', '', 'Unspecified hemorrhagic conditions' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '288.00', '', 'Neutropenia, unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '288.01', '', 'Congenital neutropenia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '288.02', '', 'Cyclic neutropenia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '288.03', '', 'Drug induced neutropenia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '288.04', '', 'Neutropenia due to infection' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '288.09', '', 'Other neutropenia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '288.1', '', 'Functional disorders of polymorphonuclear neutrophils' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '288.2', '', 'Genetic anomalies of leukocytes' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '288.3', '', 'Eosinophilia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '288.4', '', 'Hemophagocytic syndromes' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '288.50', '', 'Leukocytopenia, unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '288.51', '', 'Lymphocytopenia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '288.59', '', 'Other decreased white blood cell count' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '288.60', '', 'Leukocytosis, unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '288.61', '', 'Lymphocytosis (symptomatic)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '288.62', '', 'Leukemoid reaction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '288.63', '', 'Monocytosis (symptomatic)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '288.64', '', 'Plasmacytosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '288.65', '', 'Basophilia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '288.66', '', 'Bandemia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '288.69', '', 'Other elevated white blood cell count' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '288.8', '', 'Other specified disease of white blood cells' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '288.9', '', 'Unspecified disease of white blood cells' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '289.0', '', 'Polycythemia secondary' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '289.1', '', 'Chronic lymphadenitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '289.2', '', 'Nonspecific mesenteric lymphadenitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '289.3', '', 'Lymphadenitis unspecified except mesenteric' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '289.4', '', 'Hypersplenism' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '289.50', '', 'Disease of spleen unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '289.51', '', 'Chronic congestive splenomegaly' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '289.52', '', 'Splenic sequestration' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '289.53', '', 'Neutropenic splenomegaly' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '289.59', '', 'Other diseases of spleen' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '289.6', '', 'Familial polycythemia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '289.7', '', 'Methemoglobinemia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '289.81', '', 'Primary hypercoagulable state' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '289.82', '', 'Secondary hypercoagulable state' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '289.83', '', 'Myelofibrosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '289.84', '', 'Heparin-induced thrombocytopenia (hit)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '289.89', '', 'Other specified diseases of blood and blood-forming organs' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '289.9', '', 'Unspecified diseases of blood and blood-forming organs' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '290.0', '', 'Senile dementia uncomplicated' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '290.10', '', 'Presenile dementia uncomplicated' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '290.11', '', 'Presenile dementia with delirium' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '290.12', '', 'Presenile dementia with delusional features' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '290.13', '', 'Presenile dementia with depressive features' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '290.20', '', 'Senile dementia with delusional features' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '290.21', '', 'Senile dementia with depressive features' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '290.3', '', 'Senile dementia with delirium' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '290.40', '', 'Vascular dementia uncomplicated' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '290.41', '', 'Vascular dementia with delirium' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '290.42', '', 'Vascular dementia with delusions' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '290.43', '', 'Vascular dementia with depressed mood' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '290.8', '', 'Other specified senile psychotic conditions' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '290.9', '', 'Unspecified senile psychotic condition' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '291.0', '', 'Alcohol withdrawal delirium' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '291.1', '', 'Alcohol-induced persisting amnestic disorder' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '291.2', '', 'Alcohol-induced persisting dementia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '291.3', '', 'Alcohol-induced psychotic disorder with hallucinations' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '291.4', '', 'Idiosyncratic alcohol intoxication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '291.5', '', 'Alcohol-induced psychotic disorder with delusions' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '291.81', '', 'Alcohol withdrawal' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '291.82', '', 'Alcohol-induced sleep disorder' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '291.89', '', 'Other alcoholic psychosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '291.9', '', 'Unspecified alcohol-induced mental disorders' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '292.0', '', 'Drug withdrawal' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '292.11', '', 'Drug-induced psychotic disorder with delusions' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '292.12', '', 'Drug-induced psychotic disorder with hallucinations' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '292.2', '', 'Pathological drug intoxication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '292.81', '', 'Drug-induced persisting delirium' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '292.82', '', 'Drug-induced persisting dementia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '292.83', '', 'Drug-induced persisting amnestic disorder' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '292.84', '', 'Drug-induced mood disorder' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '292.85', '', 'Drug-induced sleep disorders' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '292.89', '', 'Other specified drug-induced mental disorders' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '292.9', '', 'Unspecified drug-induced mental disorder' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '293.0', '', 'Delirium due to conditions classified elsewhere' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '293.1', '', 'Subacute delirium' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '293.81', '', 'Psychotic disorder with delusions in conditions classified elsewhere' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '293.82', '', 'Psychotic disorder with hallucinations in conditions classified elsewhere' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '293.83', '', 'Mood disorder in conditions classified elsewhere' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '293.84', '', 'Anxiety disorder in conditions classified elsewhere' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '293.89', '', 'Other catatonic disorder in conditions classified elsewhere' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '293.9', '', 'Unspecified transient mental disorder in conditions classified elsewhere' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '294.0', '', 'Amnestic disorder in conditions classified elsewhere' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '294.10', '', 'Dementia in conditions classified elsewhere without behavioral disturbance' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '294.11', '', 'Dementia in conditions classified elsewhere with behavioral disturbance' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '294.8', '', 'Other persistent mental disorders due to conditions classified elsewhere' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '294.9', '', 'Unspecified persistent mental disorders due to conditions classified elsewhere' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '295.00', '', 'Simple type schizophrenia unspecified state' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '295.01', '', 'Simple type schizophrenia subchronic state' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '295.02', '', 'Simple type schizophrenia chronic state' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '295.03', '', 'Simple type schizophrenia subchronic state with acute exacerbation' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '295.04', '', 'Simple type schizophrenia chronic state with acute exacerbation' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '295.05', '', 'Simple type schizophrenia in remission' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '295.10', '', 'Disorganized type schizophrenia unspecified state' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '295.11', '', 'Disorganized type schizophrenia subchronic state' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '295.12', '', 'Disorganized type schizophrenia chronic state' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '295.13', '', 'Disorganized type schizophrenia subchronic state with acute exacerbation' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '295.14', '', 'Disorganized type schizophrenia chronic state with acute exacerbation' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '295.15', '', 'Disorganized type schizophrenia in remission' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '295.20', '', 'Catatonic type schizophrenia unspecified state' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '295.21', '', 'Catatonic type schizophrenia subchronic state' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '295.22', '', 'Catatonic type schizophrenia chronic state' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '295.23', '', 'Catatonic type schizophrenia subchronic state with acute exacerbation' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '295.24', '', 'Catatonic type schizophrenia chronic state with acute exacerbation' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '295.25', '', 'Catatonic type schizophrenia in remission' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '295.30', '', 'Paranoid type schizophrenia unspecified state' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '295.31', '', 'Paranoid type schizophrenia subchronic state' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '295.32', '', 'Paranoid type schizophrenia chronic state' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '295.33', '', 'Paranoid type schizophrenia subchronic state with acute exacerbation' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '295.34', '', 'Paranoid type schizophrenia chronic state with acute exacerbation' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '295.35', '', 'Paranoid type schizophrenia in remission' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '295.40', '', 'Acute schizophrenic episode unspecified state' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '295.41', '', 'Acute schizophrenic episode subchronic state' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '295.42', '', 'Acute schizophrenic episode chronic state' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '295.43', '', 'Acute schizophrenic episode subchronic state with acute exacerbation' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '295.44', '', 'Acute schizophrenic episode chronic state with acute exacerbation' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '295.45', '', 'Acute schizophrenic episode in remission' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '295.50', '', 'Latent schizophrenia unspecified state' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '295.51', '', 'Latent schizophrenia subchronic state' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '295.52', '', 'Latent schizophrenia chronic state' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '295.53', '', 'Latent schizophrenia subchronic state with acute exacerbation' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '295.54', '', 'Latent schizophrenia chronic state with acute exacerbation' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '295.55', '', 'Latent schizophrenia in remission' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '295.60', '', 'Residual schizophrenia unspecified state' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '295.61', '', 'Residual schizophrenia subchronic state' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '295.62', '', 'Residual schizophrenia chronic state' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '295.63', '', 'Residual schizophrenia subchronic state with acute exacerbation' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '295.64', '', 'Residual schizophrenia chronic state with acute exacerbation' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '295.65', '', 'Residual schizophrenia in remission' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '295.70', '', 'Schizo-affective type schizophrenia unspecified state' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '295.71', '', 'Schizo-affective type schizophrenia subchronic state' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '295.72', '', 'Schizo-affective type schizophrenia chronic state' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '295.73', '', 'Schizo-affective type schizophrenia subchronic state with acute exacerbation' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '295.74', '', 'Schizo-affective type schizophrenia chronic state with acute exacerbation' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '295.75', '', 'Schizo-affective type schizophrenia in remission' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '295.80', '', 'Other specified types of schizophrenia unspecified state' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '295.81', '', 'Other specified types of schizophrenia subchronic state' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '295.82', '', 'Other specified types of schizophrenia chronic state' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '295.83', '', 'Other specified types of schizophrenia subchronic state with acute exacerbation' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '295.84', '', 'Other specified types of schizophrenia chronic state with acute exacerbation' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '295.85', '', 'Other specified types of schizophrenia in remission' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '295.90', '', 'Unspecified type schizophrenia unspecified state' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '295.91', '', 'Unspecified type schizophrenia subchronic state' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '295.92', '', 'Unspecified type schizophrenia chronic state' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '295.93', '', 'Unspecified type schizophrenia subchronic state with acute exacerbation' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '295.94', '', 'Unspecified type schizophrenia chronic state with acute exacerbation' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '295.95', '', 'Unspecified type schizophrenia in remission' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '296.00', '', 'Bipolar i disorder, single episode unspecified degree' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '296.01', '', 'Bipolar i disorder, single episode mild degree' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '296.02', '', 'Bipolar i disorder, single episode moderate degree' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '296.03', '', 'Bipolar i disorder, single episode severe degree without psychotic behavior' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '296.05', '', 'Bipolar i disorder, single episode in partial or unspecified remission' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '296.06', '', 'Bipolar i disorder, single episode in full remission' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '296.10', '', 'Manic affective disorder recurrent episode unspecified degree' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '296.11', '', 'Manic affective disorder recurrent episode mild degree' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '296.12', '', 'Manic affective disorder recurrent episode moderate degree' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '296.13', '', 'Manic affective disorder recurrent episode severe degree without psychotic behavior' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '296.15', '', 'Manic affective disorder recurrent episode in partial or unspecified remission' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '296.16', '', 'Manic affective disorder recurrent episode in full remission' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '296.20', '', 'Major depressive affective disorder single episode unspecified degree' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '296.21', '', 'Major depressive affective disorder single episode mild degree' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '296.22', '', 'Major depressive affective disorder single episode moderate degree' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '296.23', '', 'Major depressive affective disorder single episode severe degree without psychotic behavior' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '296.25', '', 'Major depressive affective disorder single episode in partial or unspecified remission' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '296.26', '', 'Major depressive affective disorder single episode in full remission' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '296.30', '', 'Major depressive affective disorder recurrent episode unspecified degree' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '296.31', '', 'Major depressive affective disorder recurrent episode mild degree' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '296.32', '', 'Major depressive affective disorder recurrent episode moderate degree' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '296.33', '', 'Major depressive affective disorder recurrent episode severe degree without psychotic behavior' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '296.35', '', 'Major depressive affective disorder recurrent episode in partial or unspecified remission' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '296.36', '', 'Major depressive affective disorder recurrent episode in full remission' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '296.40', '', 'Bipolar i disorder, most recent episode (or current) manic unspecified degree' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '296.41', '', 'Bipolar i disorder, most recent episode (or current) manic mild degree' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '296.42', '', 'Bipolar i disorder, most recent episode (or current) manic moderate degree' ); +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' ); +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' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '296.50', '', 'Bipolar i disorder, most recent episode (or current) depressed unspecified degree' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '296.51', '', 'Bipolar i disorder, most recent episode (or current) depressed mild degree' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '296.52', '', 'Bipolar i disorder, most recent episode (or current) depressed moderate degree' ); +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' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '296.56', '', 'Bipolar i disorder, most recent episode (or current) depressed in remission' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '296.60', '', 'Bipolar i disorder, most recent episode (or current) mixed unspecified degree' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '296.61', '', 'Bipolar i disorder, most recent episode (or current) mixed mild degree' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '296.62', '', 'Bipolar i disorder, most recent episode (or current) mixed moderate degree' ); +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' ); +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' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '296.7', '', 'Bipolar i disorder, most recent episode (or current) unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '296.80', '', 'Bipolar disorder, unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '296.81', '', 'Atypical manic disorder' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '296.82', '', 'Atypical depressive disorder' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '296.89', '', 'Bipolar disorder, other' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '296.90', '', 'Unspecified episodic mood disorder' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '296.99', '', 'Other specified episodic mood disorder' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '297.0', '', 'Paranoid state simple' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '297.1', '', 'Delusional disorder' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '297.2', '', 'Paraphrenia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '297.3', '', 'Shared psychotic disorder' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '297.8', '', 'Other specified paranoid states' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '297.9', '', 'Unspecified paranoid state' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '298.0', '', 'Depressive type psychosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '298.1', '', 'Excitative type psychosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '298.2', '', 'Reactive confusion' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '298.3', '', 'Acute paranoid reaction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '298.4', '', 'Psychogenic paranoid psychosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '298.8', '', 'Other and unspecified reactive psychosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '298.9', '', 'Unspecified psychosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '299.00', '', 'Autistic disorder current or active state' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '299.01', '', 'Autistic disorder residual state' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '299.10', '', 'Childhood disintegrative disorder current or active state' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '299.11', '', 'Childhood disintegrative disorder residual state' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '299.80', '', 'Other specified pervasive developmental disorders current or active state' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '299.81', '', 'Other specified pervasive developmental disorders residual state' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '299.90', '', 'Unspecified pervasive developmental disorder current or active state' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '299.91', '', 'Unspecified pervasive developmental disorder residual state' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '300.00', '', 'Anxiety state unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '300.01', '', 'Panic disorder without agoraphobia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '300.02', '', 'Generalized anxiety disorder' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '300.09', '', 'Other anxiety states' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '300.10', '', 'Hysteria unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '300.11', '', 'Conversion disorder' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '300.12', '', 'Dissociative amnesia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '300.13', '', 'Dissociative fugue' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '300.14', '', 'Dissociative identity disorder' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '300.15', '', 'Dissociative disorder or reaction unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '300.16', '', 'Factitious disorder with predominantly psychological signs and symptoms' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '300.19', '', 'Other and unspecified factitious illness' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '300.20', '', 'Phobia unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '300.21', '', 'Agoraphobia with panic attacks' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '300.22', '', 'Agoraphobia without panic attacks' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '300.23', '', 'Social phobia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '300.29', '', 'Other isolated or specific phobias' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '300.3', '', 'Obsessive-compulsive disorders' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '300.4', '', 'Dysthymic disorder' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '300.5', '', 'Neurasthenia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '300.6', '', 'Depersonalization disorder' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '300.7', '', 'Hypochondriasis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '300.81', '', 'Somatization disorder' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '300.82', '', 'Undifferentiated somatoform disorder' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '300.89', '', 'Other somatoform disorders' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '300.9', '', 'Unspecified nonpsychotic mental disorder' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '301.0', '', 'Paranoid personality disorder' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '301.10', '', 'Affective personality disorder unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '301.11', '', 'Chronic hypomanic personality disorder' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '301.12', '', 'Chronic depressive personality disorder' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '301.13', '', 'Cyclothymic disorder' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '301.20', '', 'Schizoid personality disorder unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '301.21', '', 'Introverted personality' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '301.22', '', 'Schizotypal personality disorder' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '301.3', '', 'Explosive personality disorder' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '301.4', '', 'Obsessive-compulsive personality disorder' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '301.50', '', 'Histrionic personality disorder unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '301.51', '', 'Chronic factitious illness with physical symptoms' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '301.59', '', 'Other histrionic personality disorder' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '301.6', '', 'Dependent personality disorder' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '301.7', '', 'Antisocial personality disorder' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '301.81', '', 'Narcissistic personality disorder' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '301.82', '', 'Avoidant personality disorder' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '301.83', '', 'Borderline personality disorder' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '301.84', '', 'Passive-aggressive personality' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '301.89', '', 'Other personality disorders' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '301.9', '', 'Unspecified personality disorder' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '302.0', '', 'Ego-dystonic sexual orientation' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '302.1', '', 'Zoophilia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '302.2', '', 'Pedophilia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '302.3', '', 'Transvestic fetishism' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '302.4', '', 'Exhibitionism' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '302.50', '', 'Trans-sexualism with unspecified sexual history' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '302.51', '', 'Trans-sexualism with asexual history' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '302.52', '', 'Trans-sexualism with homosexual history' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '302.53', '', 'Trans-sexualism with heterosexual history' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '302.6', '', 'Gender identity disorder in children' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '302.70', '', 'Psychosexual dysfunction unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '302.71', '', 'Psychosexual dysfunction with hypoactive sexual desire' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '302.72', '', 'Psychosexual dysfunction sexual excitement' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '302.73', '', 'Psychosexual dysfunction female orgasm disorder' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '302.74', '', 'Psychosexual dysfunction male orgasm disorder' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '302.75', '', 'Psychosexual dysfunction premature ejaculation' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '302.76', '', 'Psychosexual dysfunction dyspareunia, psychogenic' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '302.79', '', 'Psychosexual dysfunction with other specified psychosexual dysfunctions' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '302.81', '', 'Fetishism' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '302.82', '', 'Voyeurism' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '302.83', '', 'Sexual masochism' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '302.84', '', 'Sexual sadism' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '302.85', '', 'Gender identity disorder in adolescents or adults' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '302.89', '', 'Other specified psychosexual disorders' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '302.9', '', 'Unspecified psychosexual disorder' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '303.00', '', 'Acute alcoholic intoxication in alcoholism unspecified drinking behavior' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '303.01', '', 'Acute alcoholic intoxication in alcoholism continuous drinking behavior' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '303.02', '', 'Acute alcoholic intoxication in alcoholism episodic drinking behavior' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '303.03', '', 'Acute alcoholic intoxication in alcoholism in remission' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '303.90', '', 'Other and unspecified alcohol dependence unspecified drinking behavior' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '303.91', '', 'Other and unspecified alcohol dependence continuous drinking behavior' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '303.92', '', 'Other and unspecified alcohol dependence episodic drinking behavior' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '303.93', '', 'Other and unspecified alcohol dependence in remission' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '304.00', '', 'Opioid type dependence unspecified use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '304.01', '', 'Opioid type dependence continuous use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '304.02', '', 'Opioid type dependence episodic use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '304.03', '', 'Opioid type dependence in remission' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '304.10', '', 'Sedative, hypnotic or anxiolytic dependence unspecified use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '304.11', '', 'Sedative, hypnotic or anxiolytic dependence continuous use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '304.12', '', 'Sedative, hypnotic or anxiolytic dependence episodic use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '304.13', '', 'Sedative, hypnotic or anxiolytic dependence in remission' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '304.20', '', 'Cocaine dependence unspecified use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '304.21', '', 'Cocaine dependence continuous use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '304.22', '', 'Cocaine dependence episodic use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '304.23', '', 'Cocaine dependence in remission' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '304.30', '', 'Cannabis dependence unspecified use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '304.31', '', 'Cannabis dependence continuous use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '304.32', '', 'Cannabis dependence episodic use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '304.33', '', 'Cannabis dependence in remission' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '304.40', '', 'Amphetamine and other psychostimulant dependence unspecified use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '304.41', '', 'Amphetamine and other psychostimulant dependence continuous use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '304.42', '', 'Amphetamine and other psychostimulant dependence episodic use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '304.43', '', 'Amphetamine and other psychostimulant dependence in remission' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '304.50', '', 'Hallucinogen dependence unspecified use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '304.51', '', 'Hallucinogen dependence continuous use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '304.52', '', 'Hallucinogen dependence episodic use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '304.53', '', 'Hallucinogen dependence in remission' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '304.60', '', 'Other specified drug dependence unspecified use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '304.61', '', 'Other specified drug dependence continuous use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '304.62', '', 'Other specified drug dependence episodic use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '304.63', '', 'Other specified drug dependence in remission' ); +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' ); +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' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '304.80', '', 'Combinations of drug dependence excluding opioid type drug unspecified use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '304.81', '', 'Combinations of drug dependence excluding opioid type drug continuous use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '304.82', '', 'Combinations of drug dependence excluding opioid type drug episodic use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '304.83', '', 'Combinations of drug dependence excluding opioid type drug in remission' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '304.90', '', 'Unspecified drug dependence unspecified use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '304.91', '', 'Unspecified drug dependence continuous use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '304.92', '', 'Unspecified drug dependence episodic use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '304.93', '', 'Unspecified drug dependence in remission' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '305.00', '', 'Nondependent alcohol abuse unspecified drinking behavior' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '305.01', '', 'Nondependent alcohol abuse continuous drinking behavior' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '305.02', '', 'Nondependent alcohol abuse episodic drinking behavior' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '305.03', '', 'Nondependent alcohol abuse in remission' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '305.1', '', 'Nondependent tobacco use disorder' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '305.20', '', 'Nondependent cannabis abuse unspecified use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '305.21', '', 'Nondependent cannabis abuse continuous use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '305.22', '', 'Nondependent cannabis abuse episodic use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '305.23', '', 'Nondependent cannabis abuse in remission' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '305.30', '', 'Nondependent hallucinogen abuse unspecified use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '305.31', '', 'Nondependent hallucinogen abuse continuous use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '305.32', '', 'Nondependent hallucinogen abuse episodic use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '305.33', '', 'Nondependent hallucinogen abuse in remission' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '305.40', '', 'Nondependent sedative, hypnotic or anxiolytic abuse unspecified use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '305.41', '', 'Nondependent sedative, hypnotic or anxiolytic abuse continuous use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '305.42', '', 'Nondependent sedative, hypnotic or anxiolytic abuse episodic use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '305.43', '', 'Nondependent sedative, hypnotic or anxiolytic abuse in remission' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '305.50', '', 'Nondependent opioid abuse unspecified use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '305.51', '', 'Nondependent opioid abuse continuous use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '305.52', '', 'Nondependent opioid abuse episodic use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '305.53', '', 'Nondependent opioid abuse in remission' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '305.60', '', 'Nondependent cocaine abuse unspecified use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '305.61', '', 'Nondependent cocaine abuse continuous use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '305.62', '', 'Nondependent cocaine abuse episodic use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '305.63', '', 'Nondependent cocaine abuse in remission' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '305.70', '', 'Nondependent amphetamine or related acting sympathomimetic abuse unspecified use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '305.71', '', 'Nondependent amphetamine or related acting sympathomimetic abuse continuous use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '305.72', '', 'Nondependent amphetamine or related acting sympathomimetic abuse episodic use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '305.73', '', 'Nondependent amphetamine or related acting sympathomimetic abuse in remission' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '305.80', '', 'Nondependent antidepressant type abuse unspecified use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '305.81', '', 'Nondependent antidepressant type abuse continuous use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '305.82', '', 'Nondependent antidepressant type abuse episodic use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '305.83', '', 'Nondependent antidepressant type abuse in remission' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '305.90', '', 'Other mixed or unspecified drug abuse unspecified use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '305.91', '', 'Nondependent other mixed or unspecified drug abuse continuous use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '305.92', '', 'Nondependent other mixed or unspecified drug abuse episodic use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '305.93', '', 'Nondependent other mixed or unspecified drug abuse in remission' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '306.0', '', 'Musculoskeletal malfunction arising from mental factors' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '306.1', '', 'Respiratory malfunction arising from mental factors' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '306.2', '', 'Cardiovascular malfunction arising from mental factors' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '306.3', '', 'Skin disorder arising from mental factors' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '306.4', '', 'Gastrointestinal malfunction arising from mental factors' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '306.50', '', 'Psychogenic genitourinary malfunction unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '306.51', '', 'Psychogenic vaginismus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '306.52', '', 'Psychogenic dysmenorrhea' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '306.53', '', 'Psychogenic dysuria' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '306.59', '', 'Other genitourinary malfunction arising from mental factors' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '306.6', '', 'Endocrine disorder arising from mental factors' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '306.7', '', 'Disorder of organs of special sense arising from mental factors' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '306.8', '', 'Other specified psychophysiological malfunction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '306.9', '', 'Unspecified psychophysiological malfunction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '307.0', '', 'Stuttering' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '307.1', '', 'Anorexia nervosa' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '307.20', '', 'Tic disorder unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '307.21', '', 'Transient tic disorder' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '307.22', '', 'Chronic motor or vocal tic disorder' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '307.23', '', 'Tourette''s disorder' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '307.3', '', 'Stereotypic movement disorder' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '307.40', '', 'Nonorganic sleep disorder unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '307.41', '', 'Transient disorder of initiating or maintaining sleep' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '307.42', '', 'Persistent disorder of initiating or maintaining sleep' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '307.43', '', 'Transient disorder of initiating or maintaining wakefulness' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '307.44', '', 'Persistent disorder of initiating or maintaining wakefulness' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '307.45', '', 'Circadian rhythm sleep disorder of nonorganic' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '307.46', '', 'Sleep arousal disorder' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '307.47', '', 'Other dysfunctions of sleep stages or arousal from sleep' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '307.48', '', 'Repetitive intrusions of sleep' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '307.49', '', 'Other specific disorders of sleep of nonorganic origin' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '307.50', '', 'Eating disorder unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '307.51', '', 'Bulimia nervosa' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '307.52', '', 'Pica' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '307.53', '', 'Rumination disorder' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '307.54', '', 'Psychogenic vomiting' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '307.59', '', 'Other disorders of eating' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '307.6', '', 'Enuresis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '307.7', '', 'Encopresis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '307.80', '', 'Psychogenic pain site unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '307.81', '', 'Tension headache' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '307.89', '', 'Other psychalgia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '307.9', '', 'Other and unspecified special symptoms or syndromes not elsewhere classified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '308.0', '', 'Predominant disturbance of emotions' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '308.1', '', 'Predominant disturbance of consciousness' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '308.2', '', 'Predominant psychomotor disturbance' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '308.3', '', 'Other acute reactions to stress' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '308.4', '', 'Mixed disorders as reaction to stress' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '308.9', '', 'Unspecified acute reaction to stress' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '309.0', '', 'Adjustment reaction with adjustment disorder with depressed mood' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '309.1', '', 'Adjustment reaction with prolonged depressive reaction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '309.21', '', 'Separation anxiety disorder' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '309.22', '', 'Emancipation disorder of adolescence and early adult life' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '309.23', '', 'Specific academic or work inhibition' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '309.24', '', 'Adjustment disorder with anxiety' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '309.28', '', 'Adjustment disorder with mixed anxiety and depressed mood' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '309.29', '', 'Other adjustment reactions with predominant disturbance of other emotions' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '309.3', '', 'Adjustment disorder with disturbance of conduct' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '309.4', '', 'Adjustment disorder with mixed disturbance of emotions and conduct' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '309.81', '', 'Posttraumatic stress disorder' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '309.82', '', 'Adjustment reaction with physical symptoms' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '309.83', '', 'Adjustment reaction with withdrawal' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '309.89', '', 'Other specified adjustment reactions' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '309.9', '', 'Unspecified adjustment reaction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '310.0', '', 'Frontal lobe syndrome' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '310.1', '', 'Personality change due to conditions classified elsewhere' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '310.2', '', 'Postconcussion syndrome' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '310.8', '', 'Other specified nonpsychotic mental disorders following organic brain damage' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '310.9', '', 'Unspecified nonpsychotic mental disorder following organic brain damage' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '311', '', 'Depressive disorder not elsewhere classified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '312.00', '', 'Undersocialized conduct disorder aggressive type unspecified degree' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '312.01', '', 'Undersocialized conduct disorder aggressive type mild degree' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '312.02', '', 'Undersocialized conduct disorder aggressive type moderate degree' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '312.03', '', 'Undersocialized conduct disorder aggressive type severe degree' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '312.10', '', 'Undersocialized conduct disorder unaggressive type unspecified degree' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '312.11', '', 'Undersocialized conduct disorder unaggressive type mild degree' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '312.12', '', 'Undersocialized conduct disorder unaggressive type moderate degree' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '312.13', '', 'Undersocialized conduct disorder unaggressive type severe degree' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '312.20', '', 'Socialized conduct disorder unspecified degree' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '312.21', '', 'Socialized conduct disorder mild degree' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '312.22', '', 'Socialized conduct disorder moderate degree' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '312.23', '', 'Socialized conduct disorder severe degree' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '312.30', '', 'Impulse control disorder unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '312.31', '', 'Pathological gambling' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '312.32', '', 'Kleptomania' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '312.33', '', 'Pyromania' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '312.34', '', 'Intermittent explosive disorder' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '312.35', '', 'Isolated explosive disorder' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '312.39', '', 'Other disorders of impulse control' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '312.4', '', 'Mixed disturbance of conduct and emotions' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '312.81', '', 'Conduct disorder childhood onset type' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '312.82', '', 'Conduct disorder adolescent onset type' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '312.89', '', 'Other specified conduct disorder not elsewhere classified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '312.9', '', 'Unspecified disturbance of conduct' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '313.0', '', 'Overanxious disorder specific to childhood and adolescence' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '313.1', '', 'Misery and unhappiness disorder specific to childhood and adolescence' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '313.21', '', 'Shyness disorder of childhood' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '313.22', '', 'Introverted disorder of childhood' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '313.23', '', 'Selective mutism specific to childhood and adolescence' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '313.3', '', 'Relationship problems specific to childhood and adolescence' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '313.81', '', 'Oppositional defiant disorder of childhood or adolescence' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '313.82', '', 'Identity disorder of childhood or adolescence' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '313.83', '', 'Academic underachievement disorder of childhood or adolescence' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '313.89', '', 'Other emotional disturbances of childhood or adolescence' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '313.9', '', 'Unspecified emotional disturbance of childhood or adolescence' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '314.00', '', 'Attention deficit disorder of childhood without hyperactivity' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '314.01', '', 'Attention deficit disorder of childhood with hyperactivity' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '314.1', '', 'Hyperkinesis of childhood with developmental delay' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '314.2', '', 'Hyperkinetic conduct disorder of childhood' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '314.8', '', 'Other specified manifestations of hyperkinetic syndrome of childhood' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '314.9', '', 'Unspecified hyperkinetic syndrome of childhood' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '315.00', '', 'Developmental reading disorder unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '315.01', '', 'Alexia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '315.02', '', 'Developmental dyslexia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '315.09', '', 'Other specific developmental reading disorder' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '315.1', '', 'Developmental mathematics disorder' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '315.2', '', 'Other specific developmental learning difficulties' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '315.31', '', 'Expressive language disorder' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '315.32', '', 'Mixed receptive-expressive language disorder' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '315.34', '', 'Speech and language developmental delay due to hearing loss' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '315.39', '', 'Other developmental speech disorder' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '315.4', '', 'Developmental coordination disorder' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '315.5', '', 'Mixed development disorder' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '315.8', '', 'Other specified delays in development' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '315.9', '', 'Unspecified delay in development' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '316', '', 'Psychic factors associated with diseases classified elsewhere' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '317', '', 'Mild mental retardation' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '318.0', '', 'Moderate mental retardation' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '318.1', '', 'Severe mental retardation' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '318.2', '', 'Profound mental retardation' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '319', '', 'Unspecified mental retardation' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '320.0', '', 'Hemophilus meningitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '320.1', '', 'Pneumococcal meningitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '320.2', '', 'Streptococcal meningitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '320.3', '', 'Staphylococcal meningitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '320.7', '', 'Meningitis in other bacterial diseases classified elsewhere' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '320.81', '', 'Anaerobic meningitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '320.82', '', 'Meningitis due to gram-negative bacteria not elsewhere classified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '320.89', '', 'Meningitis due to other specified bacteria' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '320.9', '', 'Meningitis due to unspecified bacterium' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '321.0', '', 'Cryptococcal meningitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '321.1', '', 'Meningitis in other fungal diseases' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '321.2', '', 'Meningitis due to viruses not elsewhere classified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '321.3', '', 'Meningitis due to trypanosomiasis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '321.4', '', 'Meningitis in sarcoidosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '321.8', '', 'Meningitis due to other nonbacterial organisms classified elsewhere' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '322.0', '', 'Nonpyogenic meningitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '322.1', '', 'Eosinophilic meningitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '322.2', '', 'Chronic meningitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '322.9', '', 'Meningitis unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '323.01', '', 'Encephalitis and encephalomyelitis in viral diseases classified elsewhere' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '323.02', '', 'Myelitis in viral diseases classified elsewhere' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '323.1', '', 'Encephalitis in rickettsial diseases classified elsewhere' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '323.2', '', 'Encephalitis in protozoal diseases classified elsewhere' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '323.41', '', 'Other encephalitis and encephalomyelitis due to infection classified elsewhere' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '323.42', '', 'Other myelitis due to infection classified elsewhere' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '323.51', '', 'Encephalitis and encephalomyelitis following immunization procedures' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '323.52', '', 'Myelitis following immunization procedures' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '323.61', '', 'Infectious acute disseminated encephalomyelitis (adem)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '323.62', '', 'Other postinfectious encephalitis and encephalomyelitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '323.63', '', 'Postinfectious myelitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '323.71', '', 'Toxic encephalitis and encephalomyelitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '323.72', '', 'Toxic myelitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '323.81', '', 'Other causes of encephalitis and encephalomyelitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '323.82', '', 'Other causes of myelitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '323.9', '', 'Unspecified cause of encephalitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '324.0', '', 'Intracranial abscess' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '324.1', '', 'Intraspinal abscess' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '324.9', '', 'Intracranial and intraspinal abscess of unspecified site' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '325', '', 'Phlebitis and thrombophlebitis of intracranial venous sinuses' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '326', '', 'Late effects of intracranial abscess or pyogenic infection' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '327.00', '', 'Organic insomnia, unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '327.01', '', 'Insomnia due to medical condition classified elsewhere' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '327.02', '', 'Insomnia due to mental disorder' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '327.09', '', 'Other organic insomnia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '327.10', '', 'Organic hypersomnia, unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '327.11', '', 'Idiopathic hypersomnia with long sleep time' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '327.12', '', 'Idiopathic hypersomnia without long sleep time' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '327.13', '', 'Recurrent hypersomnia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '327.14', '', 'Hypersomnia due to medical condition classified elsewhere' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '327.15', '', 'Hypersomnia due to mental disorder' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '327.19', '', 'Other organic hypersomnia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '327.20', '', 'Organic sleep apnea, unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '327.21', '', 'Primary central sleep apnea' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '327.22', '', 'High altitude periodic breathing' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '327.23', '', 'Obstructive sleep apnea (adult)(pediatric)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '327.24', '', 'Idiopathic sleep related non-obstructive alveolar hypoventilation' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '327.25', '', 'Congenital central alveolar hypoventilation syndrome' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '327.26', '', 'Sleep related hypoventilation/hypoxemia in conditions classifiable elsewhere' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '327.27', '', 'Central sleep apnea in conditions classified elsewhere' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '327.29', '', 'Other organic sleep apnea' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '327.30', '', 'Circadian rhythm sleep disorder, unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '327.31', '', 'Circadian rhythm sleep disorder, delayed sleep phase type' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '327.32', '', 'Circadian rhythm sleep disorder, advanced sleep phase type' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '327.33', '', 'Circadian rhythm sleep disorder, irregular sleep-wake type' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '327.34', '', 'Circadian rhythm sleep disorder, free-running type' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '327.35', '', 'Circadian rhythm sleep disorder, jet lag type' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '327.36', '', 'Circadian rhythm sleep disorder, shift work type' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '327.37', '', 'Circadian rhythm sleep disorder in conditions classified elsewhere' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '327.39', '', 'Other circadian rhythm sleep disorder' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '327.40', '', 'Organic parsomnia, unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '327.41', '', 'Confusional arousals' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '327.42', '', 'Rem sleep behavior disorder' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '327.43', '', 'Recurrent isolated sleep paralysis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '327.44', '', 'Parasomnia in conditions classified elsewhere' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '327.49', '', 'Other organic parasomnia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '327.51', '', 'Periodic limb movement disorder' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '327.52', '', 'Sleep related leg cramps' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '327.53', '', 'Sleep related bruxism' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '327.59', '', 'Other organic sleep related movement disorders' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '327.8', '', 'Other organic sleep disorders' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '330.0', '', 'Leukodystrophy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '330.1', '', 'Cerebral lipidoses' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '330.2', '', 'Cerebral degeneration in generalized lipidoses' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '330.3', '', 'Cerebral degeneration of childhood in other diseases classified elsewhere' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '330.8', '', 'Other specified cerebral degenerations in childhood' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '330.9', '', 'Unspecified cerebral degeneration in childhood' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '331.0', '', 'Alzheimer''s disease' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '331.11', '', 'Pick''s disease' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '331.19', '', 'Other frontotemporal dementia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '331.2', '', 'Senile degeneration of brain' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '331.3', '', 'Communicating hydrocephalus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '331.4', '', 'Obstructive hydrocephalus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '331.5', '', 'Idiopathic normal pressure hydrocephalus (inph)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '331.7', '', 'Cerebral degeneration in diseases classified elsewhere' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '331.81', '', 'Reye''s syndrome' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '331.82', '', 'Dementia with lewy bodies' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '331.83', '', 'Mild cognitive impairment, so stated' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '331.89', '', 'Other cerebral degeneration' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '331.9', '', 'Cerebral degeneration unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '332.0', '', 'Paralysis agitans' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '332.1', '', 'Secondary parkinsonism' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '333.0', '', 'Other degenerative diseases of the basal ganglia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '333.1', '', 'Essential and other specified forms of tremor' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '333.2', '', 'Myoclonus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '333.3', '', 'Tics of organic origin' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '333.4', '', 'Huntington''s chorea' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '333.5', '', 'Other choreas' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '333.6', '', 'Idiopathic torsion dystonia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '333.71', '', 'Athetoid cerebral palsy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '333.72', '', 'Acute dystonia due to drugs' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '333.79', '', 'Other acquired torsion dystonia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '333.81', '', 'Blepharospasm' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '333.82', '', 'Orofacial dyskinesia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '333.83', '', 'Spasmodic torticollis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '333.84', '', 'Organic writers'' cramp' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '333.85', '', 'Subacute dyskinesia due to drugs' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '333.89', '', 'Other fragments of torsion dystonia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '333.90', '', 'Unspecified extrapyramidal disease and abnormal movement disorder' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '333.91', '', 'Stiff-man syndrome' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '333.92', '', 'Neuroleptic malignant syndrome' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '333.93', '', 'Benign shuddering attacks' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '333.94', '', 'Restless legs syndrome' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '333.99', '', 'Other extrapyramidal diseases and abnormal movement disorders' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '334.0', '', 'Friedreich''s ataxia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '334.1', '', 'Hereditary spastic paraplegia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '334.2', '', 'Primary cerebellar degeneration' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '334.3', '', 'Other cerebellar ataxia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '334.4', '', 'Cerebellar ataxia in diseases classified elsewhere' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '334.8', '', 'Other spinocerebellar diseases' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '334.9', '', 'Spinocerebellar disease unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '335.0', '', 'Werdnig-hoffmann disease' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '335.10', '', 'Spinal muscular atrophy unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '335.11', '', 'Kugelberg-welander disease' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '335.19', '', 'Other spinal muscular atrophy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '335.20', '', 'Amyotrophic lateral sclerosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '335.21', '', 'Progressive muscular atrophy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '335.22', '', 'Progressive bulbar palsy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '335.23', '', 'Pseudobulbar palsy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '335.24', '', 'Primary lateral sclerosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '335.29', '', 'Other motor neuron diseases' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '335.8', '', 'Other anterior horn cell diseases' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '335.9', '', 'Anterior horn cell disease unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '336.0', '', 'Syringomyelia and syringobulbia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '336.1', '', 'Vascular myelopathies' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '336.2', '', 'Subacute combined degeneration of spinal cord in diseases classified elsewhere' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '336.3', '', 'Myelopathy in other diseases classified elsewhere' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '336.8', '', 'Other myelopathy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '336.9', '', 'Unspecified disease of spinal cord' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '337.00', '', 'Idiopathic peripheral autonomic neuropathy, unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '337.01', '', 'Carotid sinus syndrome' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '337.09', '', 'Other idiopathic peripheral autonomic neuropathy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '337.1', '', 'Peripheral autonomic neuropathy in disorders classified elsewhere' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '337.20', '', 'Reflex sympathetic dystrophy unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '337.21', '', 'Reflex sympathetic dystrophy of the upper limb' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '337.22', '', 'Reflex sympathetic dystrophy of the lower limb' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '337.29', '', 'Reflex sympathetic dystrophy of other specified site' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '337.3', '', 'Autonomic dysreflexia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '337.9', '', 'Unspecified disorder of autonomic nervous system' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '338.0', '', 'Central pain syndrome' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '338.11', '', 'Acute pain due to trauma' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '338.12', '', 'Acute post-thoracotomy pain' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '338.18', '', 'Other acute postoperative pain' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '338.19', '', 'Other acute pain' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '338.21', '', 'Chronic pain due to trauma' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '338.22', '', 'Chronic post-thoracotomy pain' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '338.28', '', 'Other chronic postoperative pain' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '338.29', '', 'Other chronic pain' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '338.3', '', 'Neoplasm related pain (acute) (chronic)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '338.4', '', 'Chronic pain syndrome' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '339.00', '', 'Cluster headache syndrome, unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '339.01', '', 'Episodic cluster headache' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '339.02', '', 'Chronic cluster headache' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '339.03', '', 'Episodic paroxysmal hemicrania' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '339.04', '', 'Chronic paroxysmal hemicrania' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '339.05', '', 'Short lasting unilateral neuralgiform headache with conjunctival injection and tearing' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '339.09', '', 'Other trigeminal autonomic cephalgias' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '339.10', '', 'Tension type headache, unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '339.11', '', 'Episodic tension type headache' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '339.12', '', 'Chronic tension type headache' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '339.20', '', 'Post-traumatic headache, unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '339.21', '', 'Acute post-traumatic headache' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '339.22', '', 'Chronic post-traumatic headache' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '339.3', '', 'Drug induced headache, not elsewhere classified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '339.41', '', 'Hemicrania continua' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '339.42', '', 'New daily persistent headache' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '339.43', '', 'Primary thunderclap headache' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '339.44', '', 'Other complicated headache syndrome' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '339.81', '', 'Hypnic headache' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '339.82', '', 'Headache associated with sexual activity' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '339.83', '', 'Primary cough headache' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '339.84', '', 'Primary exertional headache' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '339.85', '', 'Primary stabbing headache' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '339.89', '', 'Other headache syndromes' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '340', '', 'Multiple sclerosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '341.0', '', 'Neuromyelitis optica' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '341.1', '', 'Schilder''s disease' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '341.20', '', 'Acute (transverse) myelitis nos' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '341.21', '', 'Acute (transverse) myelitis in conditions classified elsewhere' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '341.22', '', 'Idiopathic transverse myelitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '341.8', '', 'Other demyelinating diseases of central nervous system' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '341.9', '', 'Demyelinating disease of central nervous system unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '342.00', '', 'Flaccid hemiplegia and hemiparesis affecting unspecified side' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '342.01', '', 'Flaccid hemiplegia and hemiparesis affecting dominant side' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '342.02', '', 'Flaccid hemiplegia and hemiparesis affecting nondominant side' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '342.10', '', 'Spastic hemiplegia and hemiparesis affecting unspecified side' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '342.11', '', 'Spastic hemiplegia and hemiparesis affecting dominant side' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '342.12', '', 'Spastic hemiplegia and hemiparesis affecting nondominant side' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '342.80', '', 'Other specified hemiplegia and hemiparesis affecting unspecified side' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '342.81', '', 'Other specified hemiplegia and hemiparesis affecting dominant side' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '342.82', '', 'Other specified hemiplegia and hemiparesis affecting nondominant side' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '342.90', '', 'Unspecified hemiplegia and hemiparesis affecting unspecified side' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '342.91', '', 'Unspecified hemiplegia and hemiparesis affecting dominant side' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '342.92', '', 'Unspecified hemiplegia and hemiparesis affecting nondominant side' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '343.0', '', 'Congenital diplegia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '343.1', '', 'Congenital hemiplegia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '343.2', '', 'Congenital quadriplegia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '343.3', '', 'Congenital monoplegia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '343.4', '', 'Infantile hemiplegia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '343.8', '', 'Other specified infantile cerebral palsy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '343.9', '', 'Infantile cerebral palsy unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '344.00', '', 'Quadriplegia unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '344.01', '', 'Quadriplegia c1-c4 complete' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '344.02', '', 'Quadriplegia c1-c4 incomplete' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '344.03', '', 'Quadriplegia c5-c7 complete' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '344.04', '', 'Quadriplegia c5-c7 incomplete' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '344.09', '', 'Other quadriplegia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '344.1', '', 'Paraplegia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '344.2', '', 'Diplegia of upper limbs' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '344.30', '', 'Monoplegia of lower limb affecting unspecified side' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '344.31', '', 'Monoplegia of lower limb affecting dominant side' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '344.32', '', 'Monoplegia of lower limb affecting nondominant side' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '344.40', '', 'Monoplegia of upper limb affecting unspecified side' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '344.41', '', 'Monoplegia of upper limb affecting dominant side' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '344.42', '', 'Monoplegia of upper limb affecting nondominant side' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '344.5', '', 'Unspecified monoplegia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '344.60', '', 'Cauda equina syndrome without neurogenic bladder' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '344.61', '', 'Cauda equina syndrome with neurogenic bladder' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '344.81', '', 'Locked-in state' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '344.89', '', 'Other specified paralytic syndrome' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '344.9', '', 'Paralysis unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '345.00', '', 'Generalized nonconvulsive epilepsy without intractable epilepsy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '345.01', '', 'Generalized nonconvulsive epilepsy with intractable epilepsy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '345.10', '', 'Generalized convulsive epilepsy without intractable epilepsy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '345.11', '', 'Generalized convulsive epilepsy with intractable epilepsy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '345.2', '', 'Petit mal status epileptic' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '345.3', '', 'Grand mal status epileptic' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '345.40', '', 'Partial epilepsy without intractable epilepsy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '345.41', '', 'Partial epilepsy with intractable epilepsy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '345.50', '', 'Partial epilepsy without impairment of consciousness without intractable epilepsy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '345.51', '', 'Partial epilepsy without impairment of consciousness with intractable epilepsy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '345.60', '', 'Infantile spasms without intractable epilepsy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '345.61', '', 'Infantile spasms with intractable epilepsy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '345.70', '', 'Epilepsia partialis continua without intractable epilepsy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '345.71', '', 'Epilepsia partialis continua with intractable epilepsy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '345.80', '', 'Other forms of epilepsy without intractable epilepsy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '345.81', '', 'Other forms of epilepsy with intractable epilepsy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '345.90', '', 'Epilepsy unspecified without intractable epilepsy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '345.91', '', 'Epilepsy unspecified with intractable epilepsy' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '346.02', '', 'Migraine with aura, without mention of intractable migraine with status migrainosus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '346.03', '', 'Migraine with aura, with intractable migraine, so stated, with status migrainosus' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '346.12', '', 'Migraine without aura, without mention of intractable migraine with status migrainosus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '346.13', '', 'Migraine without aura, with intractable migraine, so stated, with status migrainosus' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '346.32', '', 'Hemiplegic migraine, without mention of intractable migraine with status migrainosus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '346.33', '', 'Hemiplegic migraine, with intractable migraine, so stated, with status migrainosus' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '346.42', '', 'Menstrual migraine, without mention of intractable migraine with status migrainosus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '346.43', '', 'Menstrual migraine, with intractable migraine, so stated, with status migrainosus' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '346.91', '', 'Migraine unspecified with intractable migraine, so stated, with status migrainosus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '346.92', '', 'Migraine unspecified without mention of intractable migraine with status migrainosus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '346.93', '', 'Migraine unspecified with intractable migraine, so stated, with status migrainosus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '347.00', '', 'Narcolepsy without cataplexy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '347.01', '', 'Narcolepsy with cataplexy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '347.10', '', 'Narcolepsy in conditions classified elsewhere without cataplexy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '347.11', '', 'Narcolepsy in conditions classified elsewhere with cataplexy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '348.0', '', 'Cerebral cysts' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '348.1', '', 'Anoxic brain damage' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '348.2', '', 'Benign intracranial hypertension' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '348.30', '', 'Encephalopathy unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '348.31', '', 'Metabolic encephalopathy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '348.39', '', 'Other encephalopathy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '348.4', '', 'Compression of brain' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '348.5', '', 'Cerebral edema' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '348.81', '', 'Temporal sclerosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '348.89', '', 'Other conditions of brain' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '348.9', '', 'Unspecified condition of brain' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '349.0', '', 'Reaction to spinal or lumbar puncture' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '349.1', '', 'Nervous system complications from surgically implanted device' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '349.2', '', 'Disorders of meninges not elsewhere classified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '349.31', '', 'Accidental puncture or laceration of dura during a procedure' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '349.39', '', 'Other dural tear' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '349.81', '', 'Cerebrospinal fluid rhinorrhea' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '349.82', '', 'Toxic encephalopathy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '349.89', '', 'Other specified disorders of nervous system' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '349.9', '', 'Unspecified disorders of nervous system' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '350.1', '', 'Trigeminal neuralgia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '350.2', '', 'Atypical face pain' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '350.8', '', 'Other specified trigeminal nerve disorders' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '350.9', '', 'Trigeminal nerve disorder unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '351.0', '', 'Bell''s palsy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '351.1', '', 'Geniculate ganglionitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '351.8', '', 'Other facial nerve disorders' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '351.9', '', 'Facial nerve disorder unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '352.0', '', 'Disorders of olfactory (1st) nerve' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '352.1', '', 'Glossopharyngeal neuralgia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '352.2', '', 'Other disorders of glossopharyngeal (9th) nerve' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '352.3', '', 'Disorders of pneumogastric (10th) nerve' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '352.4', '', 'Disorders of accessory (11th) nerve' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '352.5', '', 'Disorders of hypoglossal (12th) nerve' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '352.6', '', 'Multiple cranial nerve palsies' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '352.9', '', 'Unspecified disorder of cranial nerves' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '353.0', '', 'Brachial plexus lesions' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '353.1', '', 'Lumbosacral plexus lesions' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '353.2', '', 'Cervical root lesions not elsewhere classified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '353.3', '', 'Thoracic root lesions not elsewhere classified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '353.4', '', 'Lumbosacral root lesions not elsewhere classified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '353.5', '', 'Neuralgic amyotrophy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '353.6', '', 'Phantom limb (syndrome)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '353.8', '', 'Other nerve root and plexus disorders' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '353.9', '', 'Unspecified nerve root and plexus disorder' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '354.0', '', 'Carpal tunnel syndrome' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '354.1', '', 'Other lesion of median nerve' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '354.2', '', 'Lesion of ulnar nerve' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '354.3', '', 'Lesion of radial nerve' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '354.4', '', 'Causalgia of upper limb' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '354.5', '', 'Mononeuritis multiplex' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '354.8', '', 'Other mononeuritis of upper limb' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '354.9', '', 'Mononeuritis of upper limb unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '355.0', '', 'Lesion of sciatic nerve' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '355.1', '', 'Meralgia paresthetica' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '355.2', '', 'Other lesion of femoral nerve' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '355.3', '', 'Lesion of lateral popliteal nerve' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '355.4', '', 'Lesion of medial popliteal nerve' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '355.5', '', 'Tarsal tunnel syndrome' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '355.6', '', 'Lesion of plantar nerve' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '355.71', '', 'Causalgia of lower limb' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '355.79', '', 'Other mononeuritis of lower limb' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '355.8', '', 'Mononeuritis of lower limb unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '355.9', '', 'Mononeuritis of unspecified site' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '356.0', '', 'Hereditary peripheral neuropathy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '356.1', '', 'Peroneal muscular atrophy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '356.2', '', 'Hereditary sensory neuropathy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '356.3', '', 'Refsum''s disease' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '356.4', '', 'Idiopathic progressive polyneuropathy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '356.8', '', 'Other specified idiopathic peripheral neuropathy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '356.9', '', 'Unspecified idiopathic peripheral neuropathy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '357.0', '', 'Acute infective polyneuritis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '357.1', '', 'Polyneuropathy in collagen vascular disease' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '357.2', '', 'Polyneuropathy in diabetes' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '357.3', '', 'Polyneuropathy in malignant disease' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '357.4', '', 'Polyneuropathy in other diseases classified elsewhere' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '357.5', '', 'Alcoholic polyneuropathy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '357.6', '', 'Polyneuropathy due to drugs' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '357.7', '', 'Polyneuropathy due to other toxic agents' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '357.81', '', 'Chronic inflammatory demyelinating polyneuritis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '357.82', '', 'Critical illness polyneuropathy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '357.89', '', 'Other inflammatory and toxic neuropathy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '357.9', '', 'Unspecified inflammatory and toxic neuropathies' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '358.00', '', 'Myasthenia gravis without (acute) exacerbation' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '358.01', '', 'Myasthenia gravis with (acute) exacerbation' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '358.1', '', 'Myasthenic syndromes in diseases classified elsewhere' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '358.2', '', 'Toxic myoneural disorders' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '358.8', '', 'Other specified myoneural disorders' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '358.9', '', 'Myoneural disorders unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '359.0', '', 'Congenital hereditary muscular dystrophy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '359.1', '', 'Hereditary progressive muscular dystrophy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '359.21', '', 'Myotonic muscular dystrophy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '359.22', '', 'Myotonia congenita' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '359.23', '', 'Myotonic chondrodystrophy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '359.24', '', 'Drug-induced myotonia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '359.29', '', 'Other specified myotonic disorder' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '359.3', '', 'Periodic paralysis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '359.4', '', 'Toxic myopathy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '359.5', '', 'Myopathy in endocrine diseases classified elsewhere' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '359.6', '', 'Symptomatic inflammatory myopathy in diseases classified elsewhere' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '359.71', '', 'Inclusion body myositis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '359.79', '', 'Other inflammatory and immune myopathies, nec' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '359.81', '', 'Critical illness myopathy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '359.89', '', 'Other myopathies' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '359.9', '', 'Myopathy unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '360.00', '', 'Purulent endophthalmitis unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '360.01', '', 'Acute endophthalmitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '360.02', '', 'Panophthalmitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '360.03', '', 'Chronic endophthalmitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '360.04', '', 'Vitreous abscess' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '360.11', '', 'Sympathetic uveitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '360.12', '', 'Panuveitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '360.13', '', 'Parasitic endophthalmitis unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '360.14', '', 'Ophthalmia nodosa' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '360.19', '', 'Other endophthalmitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '360.20', '', 'Degenerative disorder of globe unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '360.21', '', 'Progressive high (degenerative) myopia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '360.23', '', 'Siderosis of globe' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '360.24', '', 'Other metallosis of globe' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '360.29', '', 'Other degenerative disorders of globe' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '360.30', '', 'Hypotony of eye unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '360.31', '', 'Primary hypotony of eye' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '360.32', '', 'Ocular fistula causing hypotony' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '360.33', '', 'Hypotony associated with other ocular disorders' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '360.34', '', 'Flat anterior chamber of eye' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '360.40', '', 'Degenerated globe or eye unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '360.41', '', 'Blind hypotensive eye' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '360.42', '', 'Blind hypertensive eye' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '360.43', '', 'Hemophthalmos except current injury' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '360.44', '', 'Leucocoria' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '360.50', '', 'Foreign body magnetic intraocular unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '360.51', '', 'Foreign body magnetic in anterior chamber of eye' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '360.52', '', 'Foreign body magnetic in iris or ciliary body' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '360.53', '', 'Foreign body magnetic in lens' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '360.54', '', 'Foreign body magnetic in vitreous' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '360.55', '', 'Foreign body magnetic in posterior wall' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '360.59', '', 'Intraocular foreign body magnetic in other or multiple sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '360.60', '', 'Foreign body intraocular unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '360.61', '', 'Foreign body in anterior chamber' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '360.62', '', 'Foreign body in iris or ciliary body' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '360.63', '', 'Foreign body in lens' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '360.64', '', 'Foreign body in vitreous' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '360.65', '', 'Foreign body in posterior wall of eye' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '360.69', '', 'Intraocular foreign body in other or multiple sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '360.81', '', 'Luxation of globe' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '360.89', '', 'Other disorders of globe' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '360.9', '', 'Unspecified disorder of globe' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '361.00', '', 'Retinal detach with retinal defect unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '361.01', '', 'Recent retinal detach partial with single defect' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '361.02', '', 'Recent retinal detach partial with multiple defects' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '361.03', '', 'Recent retinal detach partial with giant tear' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '361.04', '', 'Recent retinal detach partial with retinal dialysis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '361.05', '', 'Recent retinal detach total or subtotal' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '361.06', '', 'Old retinal detach partial' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '361.07', '', 'Old retinal detach total or subtotal' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '361.10', '', 'Retinoschisis unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '361.11', '', 'Flat retinoschisis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '361.12', '', 'Bullous retinoschisis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '361.13', '', 'Primary retinal cysts' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '361.14', '', 'Secondary retinal cysts' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '361.19', '', 'Other retinoschisis and retinal cysts' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '361.2', '', 'Serous retinal detach' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '361.30', '', 'Retinal defect unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '361.31', '', 'Round hole of retina without detach' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '361.32', '', 'Horseshoe tear of retina without detach' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '361.33', '', 'Multiple defects of retina without detach' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '361.81', '', 'Traction detach of retina' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '361.89', '', 'Other forms of retinal detach' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '361.9', '', 'Unspecified retinal detach' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '362.01', '', 'Background diabetic retinopathy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '362.02', '', 'Proliferative diabetic retinopathy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '362.03', '', 'Nonproliferative diabetic retinopathy nos' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '362.04', '', 'Mild nonproliferative diabetic retinopathy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '362.05', '', 'Moderate nonproliferative diabetic retinopathy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '362.06', '', 'Severe nonproliferative diabetic retinopathy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '362.07', '', 'Diabetic macular edema' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '362.10', '', 'Background retinopathy unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '362.11', '', 'Hypertensive retinopathy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '362.12', '', 'Exudative retinopathy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '362.13', '', 'Changes in vascular appearance of retina' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '362.14', '', 'Retinal microaneurysms nos' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '362.15', '', 'Retinal telangiectasia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '362.16', '', 'Retinal neovascularization nos' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '362.17', '', 'Other intraretinal microvascular abnormalities' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '362.18', '', 'Retinal vasculitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '362.20', '', 'Retinopathy of prematurity, unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '362.21', '', 'Retrolental fibroplasia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '362.22', '', 'Retinopathy of prematurity, stage 0' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '362.23', '', 'Retinopathy of prematurity, stage 1' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '362.24', '', 'Retinopathy of prematurity, stage 2' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '362.25', '', 'Retinopathy of prematurity, stage 3' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '362.26', '', 'Retinopathy of prematurity, stage 4' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '362.27', '', 'Retinopathy of prematurity, stage 5' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '362.29', '', 'Other nondiabetic proliferative retinopathy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '362.30', '', 'Retinal vascular occlusion unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '362.31', '', 'Central retinal artery occlusion' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '362.32', '', 'Retinal arterial branch occlusion' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '362.33', '', 'Partial retinal arterial occlusion' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '362.34', '', 'Transient retinal arterial occlusion' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '362.35', '', 'Central retinal vein occlusion' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '362.36', '', 'Venous tributary (branch) occlusion of retina' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '362.37', '', 'Venous engorgement of retina' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '362.40', '', 'Retinal layer separation unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '362.41', '', 'Central serous retinopathy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '362.42', '', 'Serous detach of retinal pigment epithelium' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '362.43', '', 'Hemorrhagic detach of retinal pigment epithelium' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '362.50', '', 'Macular degeneration (senile) of retina unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '362.51', '', 'Nonexudative senile macular degeneration of retina' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '362.52', '', 'Exudative senile macular degeneration of retina' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '362.53', '', 'Cystoid macular degeneration of retina' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '362.54', '', 'Macular cyst hole or pseudohole of retina' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '362.55', '', 'Toxic maculopathy of retina' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '362.56', '', 'Macular puckering of retina' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '362.57', '', 'Drusen (degenerative) of retina' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '362.60', '', 'Peripheral retinal degeneration unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '362.61', '', 'Paving stone degeneration of retina' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '362.62', '', 'Microcystoid degeneration of retina' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '362.63', '', 'Lattice degeneration of retina' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '362.64', '', 'Senile reticular degeneration of retina' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '362.65', '', 'Secondary pigmentary degeneration of retina' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '362.66', '', 'Secondary vitreoretinal degenerations' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '362.70', '', 'Hereditary retinal dystrophy unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '362.71', '', 'Retinal dystrophy in systemic or cerebroretinal lipidoses' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '362.72', '', 'Retinal dystrophy in other systemic disorders and syndromes' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '362.73', '', 'Vitreoretinal dystrophies' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '362.74', '', 'Pigmentary retinal dystrophy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '362.75', '', 'Other dystrophies primarily involving the sensory retina' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '362.76', '', 'Dystrophies primarily involving the retinal pigment epithelium' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '362.77', '', 'Retinal dystrophies primarily involving bruch''s membrane' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '362.81', '', 'Retinal hemorrhage' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '362.82', '', 'Retinal exudates and deposits' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '362.83', '', 'Retinal edema' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '362.84', '', 'Retinal ischemia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '362.85', '', 'Retinal nerve fiber bundle defects' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '362.89', '', 'Other retinal disorders' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '362.9', '', 'Unspecified retinal disorder' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '363.00', '', 'Focal chorioretinitis unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '363.01', '', 'Focal choroiditis and chorioretinitis juxtapapillary' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '363.03', '', 'Focal choroiditis and chorioretinitis of other posterior pole' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '363.04', '', 'Focal choroiditis and chorioretinitis peripheral' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '363.05', '', 'Focal retinitis and retinochoroiditis juxtapapillary' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '363.06', '', 'Focal retinitis and retinochoroiditis macular or paramacular' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '363.07', '', 'Focal retinitis and retinochoroiditis of other posterior pole' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '363.08', '', 'Focal retinitis and retinochoroiditis peripheral' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '363.10', '', 'Disseminated chorioretinitis unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '363.11', '', 'Disseminated choroiditis and chorioretinitis posterior pole' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '363.12', '', 'Disseminated choroiditis and chorioretinitis peripheral' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '363.13', '', 'Disseminated choroiditis and chorioretinitis generalized' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '363.14', '', 'Disseminated retinitis and retinochoroiditis metastatic' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '363.15', '', 'Disseminated retinitis and retinochoroiditis pigment epitheliopathy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '363.20', '', 'Chorioretinitis unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '363.21', '', 'Pars planitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '363.22', '', 'Harada''s disease' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '363.30', '', 'Chorioretinal scar unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '363.31', '', 'Solar retinopathy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '363.32', '', 'Other macular scars of retina' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '363.33', '', 'Other scars of posterior pole of retina' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '363.34', '', 'Peripheral scars of retina' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '363.35', '', 'Disseminated scars of retina' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '363.40', '', 'Choroidal degeneration unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '363.41', '', 'Senile atrophy of choroid' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '363.42', '', 'Diffuse secondary atrophy of choroid' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '363.43', '', 'Angioid streaks of choroid' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '363.50', '', 'Hereditary choroidal dystrophy or atrophy unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '363.51', '', 'Circumpapillary dystrophy of choroid partial' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '363.52', '', 'Circumpapillary dystrophy of choroid total' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '363.53', '', 'Central dystrophy of choroid partial' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '363.54', '', 'Central choroidal atrophy total' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '363.55', '', 'Choroideremia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '363.56', '', 'Other diffuse or generalized dystrophy of choroid partial' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '363.57', '', 'Other diffuse or generalized dystrophy of choroid total' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '363.61', '', 'Choroidal hemorrhage unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '363.62', '', 'Expulsive choroidal hemorrhage' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '363.63', '', 'Choroidal rupture' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '363.70', '', 'Choroidal detach unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '363.71', '', 'Serous choroidal detach' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '363.72', '', 'Hemorrhagic choroidal detach' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '363.8', '', 'Other disorders of choroid' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '363.9', '', 'Unspecified disorder of choroid' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '364.00', '', 'Acute and subacute iridocyclitis unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '364.01', '', 'Primary iridocyclitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '364.02', '', 'Recurrent iridocyclitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '364.03', '', 'Secondary iridocyclitis infectious' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '364.04', '', 'Secondary iridocyclitis noninfectious' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '364.05', '', 'Hypopyon' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '364.10', '', 'Chronic iridocyclitis unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '364.11', '', 'Chronic iridocyclitis in diseases classified elsewhere' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '364.21', '', 'Fuchs'' heterochromic cyclitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '364.22', '', 'Glaucomatocyclitic crises' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '364.23', '', 'Lens-induced iridocyclitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '364.24', '', 'Vogt-koyanagi syndrome' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '364.3', '', 'Unspecified iridocyclitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '364.41', '', 'Hyphema of iris and ciliary body' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '364.42', '', 'Rubeosis iridis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '364.51', '', 'Essential or progressive iris atrophy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '364.52', '', 'Iridoschisis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '364.53', '', 'Pigmentary iris degeneration' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '364.54', '', 'Degeneration of pupillary margin' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '364.55', '', 'Miotic cysts of pupillary margin' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '364.56', '', 'Degenerative changes of chamber angle' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '364.57', '', 'Degenerative changes of ciliary body' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '364.59', '', 'Other iris atrophy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '364.60', '', 'Idiopathic cysts of iris and ciliary body' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '364.61', '', 'Implantation cysts of iris and ciliary body' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '364.62', '', 'Exudative cysts of iris or anterior chamber' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '364.63', '', 'Primary cyst of pars plana' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '364.64', '', 'Exudative cyst of pars plana' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '364.70', '', 'Adhesions of iris unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '364.71', '', 'Posterior synechiae of iris' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '364.72', '', 'Anterior synechiae of iris' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '364.73', '', 'Goniosynechiae' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '364.74', '', 'Adhesions and disruptions of pupillary membranes' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '364.75', '', 'Pupillary abnormalities' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '364.76', '', 'Iridodialysis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '364.77', '', 'Recession of chamber angle of eye' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '364.81', '', 'Floppy iris syndrome' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '364.82', '', 'Plateau iris syndrome' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '364.89', '', 'Other disorders of iris and ciliary body' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '364.9', '', 'Unspecified disorder of iris and ciliary body' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '365.00', '', 'Preglaucoma unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '365.01', '', 'Open angle with borderline glaucoma findings' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '365.02', '', 'Anatomical narrow angle borderline glaucoma' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '365.03', '', 'Steroid responders borderline glaucoma' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '365.04', '', 'Ocular hypertension' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '365.10', '', 'Open-angle glaucoma unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '365.11', '', 'Primary open angle glaucoma' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '365.12', '', 'Low tension open-angle glaucoma' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '365.13', '', 'Pigmentary open-angle glaucoma' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '365.14', '', 'Glaucoma of childhood' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '365.15', '', 'Residual stage of open angle glaucoma' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '365.20', '', 'Primary angle-closure glaucoma unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '365.21', '', 'Intermittent angle-closure glaucoma' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '365.22', '', 'Acute angle-closure glaucoma' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '365.23', '', 'Chronic angle-closure glaucoma' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '365.24', '', 'Residual stage of angle-closure glaucoma' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '365.31', '', 'Corticosteroid-induced glaucoma glaucomatous stage' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '365.32', '', 'Corticosteroid-induced glaucoma residual stage' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '365.41', '', 'Glaucoma associated with chamber angle anomalies' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '365.42', '', 'Glaucoma associated with anomalies of iris' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '365.43', '', 'Glaucoma associated with other anterior segment anomalies' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '365.44', '', 'Glaucoma associated with systemic syndromes' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '365.51', '', 'Phacolytic glaucoma' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '365.52', '', 'Pseudoexfoliation glaucoma' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '365.59', '', 'Glaucoma associated with other lens disorders' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '365.60', '', 'Glaucoma associated with unspecified ocular disorder' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '365.61', '', 'Glaucoma associated with pupillary block' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '365.62', '', 'Glaucoma associated with ocular inflammations' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '365.63', '', 'Glaucoma associated with vascular disorders of eye' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '365.64', '', 'Glaucoma associated with tumors or cysts' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '365.65', '', 'Glaucoma associated with ocular trauma' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '365.81', '', 'Hypersecretion glaucoma' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '365.82', '', 'Glaucoma with increased episcleral venous pressure' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '365.83', '', 'Aqueous misdirection' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '365.89', '', 'Other specified glaucoma' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '365.9', '', 'Unspecified glaucoma' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '366.00', '', 'Nonsenile cataract unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '366.01', '', 'Anterior subcapsular polar nonsenile cataract' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '366.02', '', 'Posterior subcapsular polar nonsenile cataract' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '366.03', '', 'Cortical lamellar or zonular nonsenile cataract' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '366.04', '', 'Nuclear nonsenile cataract' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '366.09', '', 'Other and combined forms of nonsenile cataract' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '366.10', '', 'Senile cataract unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '366.11', '', 'Pseudoexfoliation of lens capsule' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '366.12', '', 'Incipient senile cataract' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '366.13', '', 'Anterior subcapsular polar senile cataract' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '366.14', '', 'Posterior subcapsular polar senile cataract' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '366.15', '', 'Cortical senile cataract' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '366.16', '', 'Senile nuclear sclerosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '366.17', '', 'Total or mature cataract' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '366.18', '', 'Hypermature cataract' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '366.19', '', 'Other and combined forms of senile cataract' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '366.20', '', 'Traumatic cataract unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '366.21', '', 'Localized traumatic opacities' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '366.22', '', 'Total traumatic cataract' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '366.23', '', 'Partially resolved traumatic cataract' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '366.30', '', 'Cataract complication unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '366.31', '', 'Cataract secondary to glaucomatous flecks (subcapsular)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '366.32', '', 'Cataract in inflammatory ocular disorders' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '366.33', '', 'Cataract with ocular neovascularization' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '366.34', '', 'Cataract in degenerative ocular disorders' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '366.41', '', 'Diabetic cataract' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '366.42', '', 'Tetanic cataract' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '366.43', '', 'Myotonic cataract' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '366.44', '', 'Cataract associated with other syndromes' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '366.45', '', 'Toxic cataract' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '366.46', '', 'Cataract associated with radiation and other physical influences' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '366.50', '', 'After-cataract unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '366.51', '', 'Soemmering''s ring' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '366.52', '', 'Other after-cataract not obscuring vision' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '366.53', '', 'After-cataract obscuring vision' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '366.8', '', 'Other cataract' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '366.9', '', 'Unspecified cataract' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '367.0', '', 'Hypermetropia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '367.1', '', 'Myopia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '367.20', '', 'Astigmatism unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '367.21', '', 'Regular astigmatism' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '367.22', '', 'Irregular astigmatism' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '367.31', '', 'Anisometropia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '367.32', '', 'Aniseikonia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '367.4', '', 'Presbyopia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '367.51', '', 'Paresis of accommodation' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '367.52', '', 'Total or complete internal ophthalmoplegia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '367.53', '', 'Spasm of accommodation' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '367.81', '', 'Transient refractive change' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '367.89', '', 'Other disorders of refraction and accommodation' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '367.9', '', 'Unspecified disorder of refraction and accommodation' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '368.00', '', 'Amblyopia unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '368.01', '', 'Strabismic amblyopia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '368.02', '', 'Deprivation amblyopia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '368.03', '', 'Refractive amblyopia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '368.10', '', 'Subjective visual disturbance unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '368.11', '', 'Sudden visual loss' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '368.12', '', 'Transient visual loss' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '368.13', '', 'Visual discomfort' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '368.14', '', 'Visual distortions of shape and size' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '368.15', '', 'Other visual distortions and entoptic phenomena' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '368.16', '', 'Psychophysical visual disturbances' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '368.2', '', 'Diplopia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '368.30', '', 'Binocular vision disorder unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '368.31', '', 'Suppression of binocular vision' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '368.32', '', 'Simultaneous visual perception without fusion' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '368.33', '', 'Fusion with defective stereopsis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '368.34', '', 'Abnormal retinal correspondence' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '368.40', '', 'Visual field defect unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '368.41', '', 'Scotoma involving central area' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '368.42', '', 'Scotoma of blind spot area' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '368.43', '', 'Sector or arcuate visual field defects' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '368.44', '', 'Other localized visual field defect' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '368.45', '', 'Generalized visual field contraction or constriction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '368.46', '', 'Homonymous bilateral field defects' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '368.47', '', 'Heteronymous bilateral field defects' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '368.51', '', 'Protan defect' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '368.52', '', 'Deutan defect' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '368.53', '', 'Tritan defect' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '368.54', '', 'Achromatopsia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '368.55', '', 'Acquired color vision deficiencies' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '368.59', '', 'Other color vision deficiencies' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '368.60', '', 'Night blindness unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '368.61', '', 'Congenital night blindness' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '368.62', '', 'Acquired night blindness' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '368.63', '', 'Abnormal dark adaptation curve' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '368.69', '', 'Other night blindness' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '368.8', '', 'Other specified visual disturbances' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '368.9', '', 'Unspecified visual disturbance' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '369.00', '', 'Blindness of both eyes impairment level not further specified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '369.01', '', 'Better eye: total vision impairment; lesser eye: total vision impairment' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '369.02', '', 'Better eye: near-total vision impairment; lesser eye: not further specified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '369.03', '', 'Better eye: near-total vision impairment; lesser eye: total vision impairment' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '369.05', '', 'Better eye: profound vision impairment; lesser eye: not further specified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '369.06', '', 'Better eye: profound vision impairment; lesser eye: total vision impairment' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '369.07', '', 'Better eye: profound vision impairment; lesser eye: near-total vision impairment' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '369.08', '', 'Better eye: profound vision impairment; lesser eye: profound vision impairment' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '369.10', '', 'Blindness one eye; low vision other eye' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '369.11', '', 'Better eye: severe vision impairment; lesser eye: blind not further specified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '369.12', '', 'Better eye: severe vision impairment; lesser eye: total vision impairment' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '369.13', '', 'Better eye: severe vision impairment; lesser eye: near-total vision impairment' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '369.14', '', 'Better eye: severe vision impairment; lesser eye: profound vision impairment' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '369.15', '', 'Better eye: moderate vision impairment; lesser eye: blind not further specified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '369.16', '', 'Better eye: moderate vision impairment; lesser eye: total vision impairment' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '369.17', '', 'Better eye: moderate vision impairment; lesser eye: near-total vision impairment' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '369.18', '', 'Better eye: moderate vision impairment; lesser eye: profound vision impairment' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '369.20', '', 'Low vision both eyes not otherwise specified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '369.21', '', 'Better eye: severe vision impairment; lesser eye; impairment not further specified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '369.22', '', 'Better eye: severe vision impairment; lesser eye: severe vision impairment' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '369.23', '', 'Better eye: moderate vision impairment; lesser eye: impairment not further specified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '369.24', '', 'Better eye: moderate vision impairment; lesser eye: severe vision impairment' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '369.25', '', 'Better eye: moderate vision impairment; lesser eye: moderate vision impairment' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '369.3', '', 'Unqualified visual loss both eyes' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '369.4', '', 'Legal blindness as defined in usa.' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '369.60', '', 'Blindness one eye not otherwise specified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '369.61', '', 'One eye: total vision impairment; other eye: not specified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '369.62', '', 'One eye: total vision impairment; other eye: near-normal vision' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '369.63', '', 'One eye: total vision impairment; other eye: normal vision' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '369.64', '', 'One eye: near-total vision impairment; other eye: vision not specified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '369.65', '', 'One eye: near-total vision impairment; other eye: near-normal vision' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '369.66', '', 'One eye: near-total vision impairment; other eye: normal vision' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '369.67', '', 'One eye: profound vision impairment; other eye: vision not specified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '369.68', '', 'One eye: profound vision impairment; other eye: near-normal vision' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '369.69', '', 'One eye: profound vision impairment; other eye: normal vision' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '369.70', '', 'Low vision one eye not otherwise specified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '369.71', '', 'One eye: severe vision impairment; other eye: vision not specified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '369.72', '', 'One eye: severe vision impairment; other eye: near-normal vision' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '369.73', '', 'One eye: severe vision impairment; other eye: normal vision' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '369.74', '', 'One eye: moderate vision impairment; other eye: vision not specified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '369.75', '', 'One eye: moderate vision impairment; other eye: near-normal vision' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '369.76', '', 'One eye: moderate vision impairment; other eye: normal vision' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '369.8', '', 'Unqualified visual loss one eye' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '369.9', '', 'Unspecified visual loss' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '370.00', '', 'Corneal ulcer unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '370.01', '', 'Marginal corneal ulcer' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '370.02', '', 'Ring corneal ulcer' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '370.03', '', 'Central corneal ulcer' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '370.04', '', 'Hypopyon ulcer' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '370.05', '', 'Mycotic corneal ulcer' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '370.06', '', 'Perforated corneal ulcer' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '370.07', '', 'Mooren''s ulcer' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '370.20', '', 'Superficial keratitis unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '370.21', '', 'Punctate keratitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '370.22', '', 'Macular keratitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '370.23', '', 'Filamentary keratitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '370.24', '', 'Photokeratitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '370.31', '', 'Phlyctenular keratoconjunctivitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '370.32', '', 'Limbar and corneal involvement in vernal conjunctivitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '370.33', '', 'Keratoconjunctivitis sicca not specified as sjogren''s' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '370.34', '', 'Exposure keratoconjunctivitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '370.35', '', 'Neurotrophic keratoconjunctivitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '370.40', '', 'Keratoconjunctivitis unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '370.44', '', 'Keratitis or keratoconjunctivitis in exanthema' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '370.49', '', 'Other keratoconjunctivitis unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '370.50', '', 'Interstitial keratitis unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '370.52', '', 'Diffuse interstitial keratitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '370.54', '', 'Sclerosing keratitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '370.55', '', 'Corneal abscess' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '370.59', '', 'Other interstitial and deep keratitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '370.60', '', 'Corneal neovascularization unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '370.61', '', 'Localized vascularization of cornea' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '370.62', '', 'Pannus (corneal)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '370.63', '', 'Deep vascularization of cornea' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '370.64', '', 'Ghost vessels (corneal)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '370.8', '', 'Other forms of keratitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '370.9', '', 'Unspecified keratitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '371.00', '', 'Corneal opacity unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '371.01', '', 'Minor opacity of cornea' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '371.02', '', 'Peripheral opacity of cornea' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '371.03', '', 'Central opacity of cornea' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '371.04', '', 'Adherent leucoma' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '371.05', '', 'Phthisical cornea' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '371.10', '', 'Corneal deposit unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '371.11', '', 'Anterior corneal pigmentations' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '371.12', '', 'Stromal corneal pigmentations' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '371.13', '', 'Posterior corneal pigmentations' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '371.14', '', 'Kayser-fleischer ring' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '371.15', '', 'Other corneal deposits associated with metabolic disorders' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '371.16', '', 'Argentous corneal deposits' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '371.20', '', 'Corneal edema unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '371.21', '', 'Idiopathic corneal edema' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '371.22', '', 'Secondary corneal edema' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '371.23', '', 'Bullous keratopathy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '371.24', '', 'Corneal edema due to wearing of contact lenses' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '371.30', '', 'Corneal membrane change unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '371.31', '', 'Folds and rupture of bowman''s membrane' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '371.32', '', 'Folds in descemet''s membrane' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '371.33', '', 'Rupture in descemet''s membrane' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '371.40', '', 'Corneal degeneration unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '371.41', '', 'Senile corneal changes' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '371.42', '', 'Recurrent erosion of cornea' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '371.43', '', 'Band-shaped keratopathy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '371.44', '', 'Other calcerous degenerations of cornea' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '371.45', '', 'Keratomalacia nos' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '371.46', '', 'Nodular degeneration of cornea' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '371.48', '', 'Peripheral degenerations of cornea' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '371.49', '', 'Other corneal degenerations' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '371.50', '', 'Hereditary corneal dystrophy unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '371.51', '', 'Juvenile epithelial corneal dystrophy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '371.52', '', 'Other anterior corneal dystrophies' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '371.53', '', 'Granular corneal dystrophy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '371.54', '', 'Lattice corneal dystrophy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '371.55', '', 'Macular corneal dystrophy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '371.56', '', 'Other stromal corneal dystrophies' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '371.57', '', 'Endothelial corneal dystrophy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '371.58', '', 'Other posterior corneal dystrophies' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '371.60', '', 'Keratoconus unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '371.61', '', 'Keratoconus stable condition' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '371.62', '', 'Keratoconus acute hydrops' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '371.70', '', 'Corneal deformity unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '371.71', '', 'Corneal ectasia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '371.72', '', 'Descemetocele' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '371.73', '', 'Corneal staphyloma' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '371.81', '', 'Corneal anesthesia and hypoesthesia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '371.82', '', 'Corneal disorder due to contact lens' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '371.89', '', 'Other corneal disorders' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '371.9', '', 'Unspecified corneal disorder' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '372.00', '', 'Acute conjunctivitis unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '372.01', '', 'Serous conjunctivitis except viral' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '372.02', '', 'Acute follicular conjunctivitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '372.03', '', 'Other mucopurulent conjunctivitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '372.04', '', 'Pseudomembranous conjunctivitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '372.05', '', 'Acute atopic conjunctivitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '372.06', '', 'Acute chemical conjunctivitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '372.10', '', 'Chronic conjunctivitis unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '372.11', '', 'Simple chronic conjunctivitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '372.12', '', 'Chronic follicular conjunctivitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '372.13', '', 'Vernal conjunctivitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '372.14', '', 'Other chronic allergic conjunctivitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '372.15', '', 'Parasitic conjunctivitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '372.20', '', 'Blepharoconjunctivitis unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '372.21', '', 'Angular blepharoconjunctivitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '372.22', '', 'Contact blepharoconjunctivitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '372.30', '', 'Conjunctivitis unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '372.31', '', 'Rosacea conjunctivitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '372.33', '', 'Conjunctivitis in mucocutaneous disease' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '372.34', '', 'Pingueculitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '372.39', '', 'Other conjunctivitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '372.40', '', 'Pterygium unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '372.41', '', 'Peripheral pterygium stationary' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '372.42', '', 'Peripheral pterygium progressive' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '372.43', '', 'Central pterygium' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '372.44', '', 'Double pterygium' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '372.45', '', 'Recurrent pterygium' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '372.50', '', 'Conjunctival degeneration unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '372.51', '', 'Pinguecula' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '372.52', '', 'Pseudopterygium' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '372.53', '', 'Conjunctival xerosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '372.54', '', 'Conjunctival concretions' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '372.55', '', 'Conjunctival pigmentations' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '372.56', '', 'Conjunctival deposits' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '372.61', '', 'Granuloma of conjunctiva' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '372.62', '', 'Localized adhesions and strands of conjunctiva' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '372.63', '', 'Symblepharon' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '372.64', '', 'Scarring of conjunctiva' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '372.71', '', 'Hyperemia of conjunctiva' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '372.72', '', 'Conjunctival hemorrhage' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '372.73', '', 'Conjunctival edema' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '372.74', '', 'Vascular abnormalities of conjunctiva' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '372.75', '', 'Conjunctival cysts' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '372.81', '', 'Conjunctivochalasis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '372.89', '', 'Other disorders of conjunctiva' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '372.9', '', 'Unspecified disorder of conjunctiva' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '373.00', '', 'Blepharitis unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '373.01', '', 'Ulcerative blepharitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '373.02', '', 'Squamous blepharitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '373.11', '', 'Hordeolum externum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '373.12', '', 'Hordeolum internum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '373.13', '', 'Abscess of eyelid' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '373.2', '', 'Chalazion' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '373.31', '', 'Eczematous dermatitis of eyelid' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '373.32', '', 'Contact and allergic dermatitis of eyelid' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '373.33', '', 'Xeroderma of eyelid' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '373.34', '', 'Discoid lupus erythematosus of eyelid' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '373.4', '', 'Infective dermatitis of eyelid of types resulting in deformity' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '373.5', '', 'Other infective dermatitis of eyelid' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '373.6', '', 'Parasitic infestation of eyelid' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '373.8', '', 'Other inflammations of eyelids' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '373.9', '', 'Unspecified inflammation of eyelid' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '374.00', '', 'Entropion unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '374.01', '', 'Senile entropion' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '374.02', '', 'Mechanical entropion' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '374.03', '', 'Spastic entropion' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '374.04', '', 'Cicatricial entropion' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '374.05', '', 'Trichiasis of eyelid without entropion' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '374.10', '', 'Ectropion unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '374.11', '', 'Senile ectropion' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '374.12', '', 'Mechanical ectropion' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '374.13', '', 'Spastic ectropion' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '374.14', '', 'Cicatricial ectropion' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '374.20', '', 'Lagophthalmos unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '374.21', '', 'Paralytic lagophthalmos' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '374.22', '', 'Mechanical lagophthalmos' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '374.23', '', 'Cicatricial lagophthalmos' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '374.30', '', 'Ptosis of eyelid unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '374.31', '', 'Paralytic ptosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '374.32', '', 'Myogenic ptosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '374.33', '', 'Mechanical ptosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '374.34', '', 'Blepharochalasis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '374.41', '', 'Lid retraction or lag' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '374.43', '', 'Abnormal innervation syndrome of eyelid' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '374.44', '', 'Sensory disorders of eyelid' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '374.45', '', 'Other sensorimotor disorders of eyelid' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '374.46', '', 'Blepharophimosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '374.50', '', 'Degenerative disorder of eyelid unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '374.51', '', 'Xanthelasma of eyelid' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '374.52', '', 'Hyperpigmentation of eyelid' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '374.53', '', 'Hypopigmentation of eyelid' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '374.54', '', 'Hypertrichosis of eyelid' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '374.55', '', 'Hypotrichosis of eyelid' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '374.56', '', 'Other degenerative disorders of skin affecting eyelid' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '374.81', '', 'Hemorrhage of eyelid' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '374.82', '', 'Edema of eyelid' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '374.83', '', 'Elephantiasis of eyelid' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '374.84', '', 'Cysts of eyelids' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '374.85', '', 'Vascular anomalies of eyelid' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '374.86', '', 'Retained foreign body of eyelid' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '374.87', '', 'Dermatochalasis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '374.89', '', 'Other disorders of eyelid' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '374.9', '', 'Unspecified disorder of eyelid' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '375.00', '', 'Dacryoadenitis unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '375.01', '', 'Acute dacryoadenitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '375.02', '', 'Chronic dacryoadenitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '375.03', '', 'Chronic enlargement of lacrimal gland' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '375.11', '', 'Dacryops' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '375.12', '', 'Other lacrimal cysts and cystic degeneration' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '375.13', '', 'Primary lacrimal atrophy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '375.14', '', 'Secondary lacrimal atrophy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '375.15', '', 'Tear film insufficiency unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '375.16', '', 'Dislocation of lacrimal gland' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '375.20', '', 'Epiphora unspecified as to cause' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '375.21', '', 'Epiphora due to excess lacrimation' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '375.22', '', 'Epiphora due to insufficient drainage' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '375.30', '', 'Dacryocystitis unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '375.31', '', 'Acute canaliculitis lacrimal' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '375.32', '', 'Acute dacryocystitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '375.33', '', 'Phlegmonous dacryocystitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '375.41', '', 'Chronic canaliculitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '375.42', '', 'Chronic dacryocystitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '375.43', '', 'Lacrimal mucocele' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '375.51', '', 'Eversion of lacrimal punctum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '375.52', '', 'Stenosis of lacrimal punctum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '375.53', '', 'Stenosis of lacrimal canaliculi' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '375.54', '', 'Stenosis of lacrimal sac' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '375.55', '', 'Obstruction of nasolacrimal duct neonatal' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '375.56', '', 'Stenosis of nasolacrimal duct acquired' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '375.57', '', 'Dacryolith' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '375.61', '', 'Lacrimal fistula' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '375.69', '', 'Other changes of lacrimal passages' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '375.81', '', 'Granuloma of lacrimal passages' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '375.89', '', 'Other disorders of lacrimal system' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '375.9', '', 'Unspecified disorder of lacrimal system' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '376.00', '', 'Acute inflammation of orbit unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '376.01', '', 'Orbital cellulitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '376.02', '', 'Orbital periostitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '376.03', '', 'Orbital osteomyelitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '376.04', '', 'Orbital tenonitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '376.10', '', 'Chronic inflammation of orbit unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '376.11', '', 'Orbital granuloma' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '376.12', '', 'Orbital myositis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '376.13', '', 'Parasitic infestation of orbit' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '376.21', '', 'Thyrotoxic exophthalmos' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '376.22', '', 'Exophthalmic ophthalmoplegia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '376.30', '', 'Exophthalmos unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '376.31', '', 'Constant exophthalmos' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '376.32', '', 'Orbital hemorrhage' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '376.33', '', 'Orbital edema or congestion' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '376.34', '', 'Intermittent exophthalmos' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '376.35', '', 'Pulsating exophthalmos' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '376.36', '', 'Lateral displacement of globe' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '376.40', '', 'Deformity of orbit unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '376.41', '', 'Hypertelorism of orbit' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '376.42', '', 'Exostosis of orbit' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '376.43', '', 'Local deformities of orbit due to bone disease' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '376.44', '', 'Orbital deformities associated with craniofacial deformities' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '376.45', '', 'Atrophy of orbit' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '376.46', '', 'Enlargement of orbit' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '376.47', '', 'Deformity of orbit due to trauma or surgery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '376.50', '', 'Enophthalmos unspecified as to cause' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '376.51', '', 'Enophthalmos due to atrophy of orbital tissue' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '376.52', '', 'Enophthalmos due to trauma or surgery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '376.6', '', 'Retained (old) foreign body following penetrating wound of orbit' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '376.81', '', 'Orbital cysts' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '376.82', '', 'Myopathy of extraocular muscles' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '376.89', '', 'Other orbital disorders' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '376.9', '', 'Unspecified disorder of orbit' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '377.00', '', 'Papilledema unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '377.01', '', 'Papilledema associated with increased intracranial pressure' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '377.02', '', 'Papilledema associated with decreased ocular pressure' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '377.03', '', 'Papilledema associated with retinal disorder' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '377.04', '', 'Foster-kennedy syndrome' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '377.10', '', 'Optic atrophy unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '377.11', '', 'Primary optic atrophy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '377.12', '', 'Postinflammatory optic atrophy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '377.13', '', 'Optic atrophy associated with retinal dystrophies' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '377.14', '', 'Glaucomatous atrophy (cupping) of optic disc' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '377.15', '', 'Partial optic atrophy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '377.16', '', 'Hereditary optic atrophy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '377.21', '', 'Drusen of optic disc' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '377.22', '', 'Crater-like holes of optic disc' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '377.23', '', 'Coloboma of optic disc' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '377.24', '', 'Pseudopapilledema' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '377.30', '', 'Optic neuritis unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '377.31', '', 'Optic papillitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '377.32', '', 'Retrobulbar neuritis (acute)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '377.33', '', 'Nutritional optic neuropathy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '377.34', '', 'Toxic optic neuropathy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '377.39', '', 'Other optic neuritis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '377.41', '', 'Ischemic optic neuropathy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '377.42', '', 'Hemorrhage in optic nerve sheaths' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '377.43', '', 'Optic nerve hypoplasia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '377.49', '', 'Other disorders of optic nerve' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '377.51', '', 'Disorders of optic chiasm associated with pituitary neoplasms and disorders' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '377.52', '', 'Disorders of optic chiasm associated with other neoplasms' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '377.53', '', 'Disorders of optic chiasm associated with vascular disorders' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '377.54', '', 'Disorders of optic chiasm associated with inflammatory disorders' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '377.61', '', 'Disorders of other visual pathways associated with neoplasms' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '377.62', '', 'Disorders of other visual pathways associated with vascular disorders' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '377.63', '', 'Disorders of other visual pathways associated with inflammatory disorders' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '377.71', '', 'Disorders of visual cortex associated with neoplasms' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '377.72', '', 'Disorders of visual cortex associated with vascular disorders' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '377.73', '', 'Disorders of visual cortex associated with inflammatory disorders' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '377.75', '', 'Cortical blindness' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '377.9', '', 'Unspecified disorder of optic nerve and visual pathways' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '378.00', '', 'Esotropia unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '378.01', '', 'Monocular esotropia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '378.02', '', 'Monocular esotropia with a pattern' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '378.03', '', 'Monocular esotropia with v pattern' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '378.04', '', 'Monocular esotropia with other noncomitancies' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '378.05', '', 'Alternating esotropia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '378.06', '', 'Alternating esotropia with a pattern' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '378.07', '', 'Alternating esotropia with v pattern' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '378.08', '', 'Alternating esotropia with other noncomitancies' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '378.10', '', 'Exotropia unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '378.11', '', 'Monocular exotropia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '378.12', '', 'Monocular exotropia with a pattern' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '378.13', '', 'Monocular exotropia with v pattern' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '378.14', '', 'Monocular exotropia with other noncomitancies' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '378.15', '', 'Alternating exotropia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '378.16', '', 'Alternating exotropia with a pattern' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '378.17', '', 'Alternating exotropia with v pattern' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '378.18', '', 'Alternating exotropia with other noncomitancies' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '378.20', '', 'Intermittent heterotropia unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '378.21', '', 'Intermittent esotropia monocular' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '378.22', '', 'Intermittent esotropia alternating' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '378.23', '', 'Intermittent exotropia monocular' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '378.24', '', 'Intermittent exotropia alternating' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '378.30', '', 'Heterotropia unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '378.31', '', 'Hypertropia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '378.32', '', 'Hypotropia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '378.33', '', 'Cyclotropia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '378.34', '', 'Monofixation syndrome' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '378.35', '', 'Accommodative component in esotropia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '378.40', '', 'Heterophoria unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '378.41', '', 'Esophoria' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '378.42', '', 'Exophoria' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '378.43', '', 'Vertical heterophoria' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '378.44', '', 'Cyclophoria' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '378.45', '', 'Alternating hyperphoria' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '378.50', '', 'Paralytic strabismus unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '378.51', '', 'Third or oculomotor nerve palsy partial' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '378.52', '', 'Third or oculomotor nerve palsy total' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '378.53', '', 'Fourth or trochlear nerve palsy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '378.54', '', 'Sixth or abducens nerve palsy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '378.55', '', 'External ophthalmoplegia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '378.56', '', 'Total ophthalmoplegia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '378.60', '', 'Mechanical strabismus unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '378.61', '', 'Brown''s (tendon) sheath syndrome' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '378.62', '', 'Mechanical strabismus from other musculofascial disorders' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '378.63', '', 'Limited duction associated with other conditions' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '378.71', '', 'Duane''s syndrome' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '378.72', '', 'Progressive external ophthalmoplegia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '378.73', '', 'Strabismus in other neuromuscular disorders' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '378.81', '', 'Palsy of conjugate gaze' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '378.82', '', 'Spasm of conjugate gaze' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '378.83', '', 'Convergence insufficiency or palsy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '378.84', '', 'Convergence excess or spasm' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '378.85', '', 'Anomalies of divergence' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '378.86', '', 'Internuclear ophthalmoplegia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '378.87', '', 'Other dissociated deviation of eye movements' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '378.9', '', 'Unspecified disorder of eye movements' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '379.00', '', 'Scleritis unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '379.01', '', 'Episcleritis periodica fugax' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '379.02', '', 'Nodular episcleritis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '379.03', '', 'Anterior scleritis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '379.04', '', 'Scleromalacia perforans' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '379.05', '', 'Scleritis with corneal involvement' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '379.06', '', 'Brawny scleritis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '379.07', '', 'Posterior scleritis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '379.09', '', 'Other scleritis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '379.11', '', 'Scleral ectasia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '379.12', '', 'Staphyloma posticum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '379.13', '', 'Equatorial staphyloma' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '379.14', '', 'Anterior staphyloma localized' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '379.15', '', 'Ring staphyloma' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '379.16', '', 'Other degenerative disorders of sclera' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '379.19', '', 'Other scleral disorders' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '379.21', '', 'Vitreous degeneration' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '379.22', '', 'Crystalline deposits in vitreous' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '379.23', '', 'Vitreous hemorrhage' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '379.24', '', 'Other vitreous opacities' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '379.25', '', 'Vitreous membranes and strands' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '379.26', '', 'Vitreous prolapse' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '379.29', '', 'Other disorders of vitreous' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '379.31', '', 'Aphakia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '379.32', '', 'Subluxation of lens' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '379.33', '', 'Anterior dislocation of lens' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '379.34', '', 'Posterior dislocation of lens' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '379.39', '', 'Other disorders of lens' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '379.40', '', 'Abnormal pupillary function unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '379.41', '', 'Anisocoria' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '379.42', '', 'Miosis (persistent) not due to miotics' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '379.43', '', 'Mydriasis (persistent) not due to mydriatics' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '379.45', '', 'Argyll robertson pupil atypical' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '379.46', '', 'Tonic pupillary reaction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '379.49', '', 'Other anomalies of pupillary function' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '379.50', '', 'Nystagmus unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '379.51', '', 'Congenital nystagmus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '379.52', '', 'Latent nystagmus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '379.53', '', 'Visual deprivation nystagmus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '379.54', '', 'Nystagmus associated with disorders of the vestibular system' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '379.55', '', 'Dissociated nystagmus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '379.56', '', 'Other forms of nystagmus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '379.57', '', 'Deficiencies of saccadic eye movements' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '379.58', '', 'Deficiencies of smooth pursuit movements' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '379.59', '', 'Other irregularities of eye movements' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '379.60', '', 'Inflammation (infection) of postprocedural bleb, unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '379.61', '', 'Inflammation (infection) of postprocedural bleb, stage 1' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '379.62', '', 'Inflammation (infection) of postprocedural bleb, stage2' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '379.63', '', 'Inflammation (infection) of postprocedural bleb, stage3' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '379.8', '', 'Other specified disorders of eye and adnexa' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '379.90', '', 'Disorder of eye unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '379.91', '', 'Pain in or around eye' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '379.92', '', 'Swelling or mass of eye' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '379.93', '', 'Redness or discharge of eye' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '379.99', '', 'Other ill-defined disorders of eye' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '380.00', '', 'Perichondritis of pinna unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '380.01', '', 'Acute perichondritis of pinna' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '380.02', '', 'Chronic perichondritis of pinna' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '380.03', '', 'Chondritis of pinna' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '380.10', '', 'Infective otitis externa unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '380.11', '', 'Acute infection of pinna' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '380.12', '', 'Acute swimmers'' ear' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '380.13', '', 'Other acute infections of external ear' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '380.14', '', 'Malignant otitis externa' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '380.15', '', 'Chronic mycotic otitis externa' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '380.16', '', 'Other chronic infective otitis externa' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '380.21', '', 'Cholesteatoma of external ear' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '380.22', '', 'Other acute otitis externa' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '380.23', '', 'Other chronic otitis externa' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '380.30', '', 'Disorder of pinna unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '380.31', '', 'Hematoma of auricle or pinna' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '380.32', '', 'Acquired deformities of auricle or pinna' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '380.39', '', 'Other noninfectious disorders of pinna' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '380.4', '', 'Impacted cerumen' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '380.50', '', 'Acquired stenosis of external ear canal unspecified as to cause' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '380.51', '', 'Acquired stenosis of external ear canal secondary to trauma' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '380.52', '', 'Acquired stenosis of external ear canal secondary to surgery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '380.53', '', 'Acquired stenosis of external ear canal secondary to inflammation' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '380.81', '', 'Exostosis of external ear canal' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '380.89', '', 'Other disorders of external ear' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '380.9', '', 'Unspecified disorder of external ear' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '381.00', '', 'Acute nonsuppurative otitis media unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '381.01', '', 'Acute serous otitis media' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '381.02', '', 'Acute mucoid otitis media' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '381.03', '', 'Acute sanguinous otitis media' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '381.04', '', 'Acute allergic serous otitis media' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '381.05', '', 'Acute allergic mucoid otitis media' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '381.06', '', 'Acute allergic sanguinous otitis media' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '381.10', '', 'Chronic serous otitis media simple or unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '381.19', '', 'Other chronic serous otitis media' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '381.20', '', 'Chronic mucoid otitis media simple or unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '381.29', '', 'Other chronic mucoid otitis media' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '381.3', '', 'Other and unspecified chronic nonsuppurative otitis media' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '381.4', '', 'Nonsuppurative otitis media not specified as acute or chronic' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '381.50', '', 'Eustachian salpingitis unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '381.51', '', 'Acute eustachian salpingitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '381.52', '', 'Chronic eustachian salpingitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '381.60', '', 'Obstruction of eustachian tube unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '381.61', '', 'Osseous obstruction of eustachian tube' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '381.62', '', 'Intrinsic cartilaginous obstruction of eustachian tube' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '381.63', '', 'Extrinsic cartilaginous obstruction of eustachian tube' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '381.7', '', 'Patulous eustachian tube' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '381.81', '', 'Dysfunction of eustachian tube' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '381.89', '', 'Other disorders of eustachian tube' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '381.9', '', 'Unspecified eustachian tube disorder' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '382.00', '', 'Acute suppurative otitis media without spontaneous rupture of eardrum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '382.01', '', 'Acute suppurative otitis media with spontaneous rupture of eardrum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '382.02', '', 'Acute suppurative otitis media in diseases classified elsewhere' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '382.1', '', 'Chronic tubotympanic suppurative otitis media' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '382.2', '', 'Chronic atticoantral suppurative otitis media' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '382.3', '', 'Unspecified chronic suppurative otitis media' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '382.4', '', 'Unspecified suppurative otitis media' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '382.9', '', 'Unspecified otitis media' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '383.00', '', 'Acute mastoiditis without complications' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '383.01', '', 'Subperiosteal abscess of mastoid' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '383.02', '', 'Acute mastoiditis with other complications' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '383.1', '', 'Chronic mastoiditis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '383.20', '', 'Petrositis unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '383.21', '', 'Acute petrositis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '383.22', '', 'Chronic petrositis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '383.30', '', 'Postmastoidectomy complication unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '383.31', '', 'Mucosal cyst of postmastoidectomy cavity' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '383.32', '', 'Recurrent cholesteatoma of postmastoidectomy cavity' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '383.33', '', 'Granulations of postmastoidectomy cavity' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '383.81', '', 'Postauricular fistula' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '383.89', '', 'Other disorders of mastoid' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '383.9', '', 'Unspecified mastoiditis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '384.00', '', 'Acute myringitis unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '384.01', '', 'Bullous myringitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '384.09', '', 'Other acute myringitis without otitis media' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '384.1', '', 'Chronic myringitis without otitis media' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '384.20', '', 'Perforation of tympanic membrane unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '384.21', '', 'Central perforation of tympanic membrane' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '384.22', '', 'Attic perforation of tympanic membrane' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '384.23', '', 'Other marginal perforation of tympanic membrane' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '384.24', '', 'Multiple perforations of tympanic membrane' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '384.25', '', 'Total perforation of tympanic membrane' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '384.81', '', 'Atrophic flaccid tympanic membrane' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '384.82', '', 'Atrophic nonflaccid tympanic membrane' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '384.9', '', 'Unspecified disorder of tympanic membrane' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '385.00', '', 'Tympanosclerosis unspecified as to involvement' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '385.01', '', 'Tympanosclerosis involving tympanic membrane only' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '385.02', '', 'Tympanosclerosis involving tympanic membrane and ear ossicles' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '385.03', '', 'Tympanosclerosis involving tympanic membrane ear ossicles and middle ear' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '385.09', '', 'Tympanosclerosis involving other combination of structures' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '385.10', '', 'Adhesive middle ear disease unspecified as to involvement' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '385.11', '', 'Adhesions of drum head to incus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '385.12', '', 'Adhesions of drum head to stapes' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '385.13', '', 'Adhesions of drum head to promontorium' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '385.19', '', 'Other middle ear adhesions and combinations' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '385.21', '', 'Impaired mobility of malleus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '385.22', '', 'Impaired mobility of other ear ossicles' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '385.23', '', 'Discontinuity or dislocation of ear ossicles' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '385.24', '', 'Partial loss or necrosis of ear ossicles' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '385.30', '', 'Cholesteatoma unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '385.31', '', 'Cholesteatoma of attic' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '385.32', '', 'Cholesteatoma of middle ear' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '385.33', '', 'Cholesteatoma of middle ear and mastoid' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '385.35', '', 'Diffuse cholesteatosis of middle ear and mastoid' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '385.82', '', 'Cholesterin granuloma of middle ear' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '385.83', '', 'Retained foreign body of middle ear' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '385.89', '', 'Other disorders of middle ear and mastoid' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '385.9', '', 'Unspecified disorder of middle ear and mastoid' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '386.00', '', 'Meniere''s disease unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '386.01', '', 'Active meniere''s disease cochleovestibular' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '386.02', '', 'Active meniere''s disease cochlear' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '386.03', '', 'Active meniere''s disease vestibular' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '386.04', '', 'Inactive meniere''s disease' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '386.10', '', 'Peripheral vertigo unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '386.11', '', 'Benign paroxysmal positional vertigo' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '386.12', '', 'Vestibular neuronitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '386.19', '', 'Other peripheral vertigo' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '386.2', '', 'Vertigo of central origin' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '386.30', '', 'Labyrinthitis unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '386.31', '', 'Serous labyrinthitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '386.32', '', 'Circumscribed labyrinthitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '386.33', '', 'Suppurative labyrinthitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '386.34', '', 'Toxic labyrinthitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '386.35', '', 'Viral labyrinthitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '386.40', '', 'Labyrinthine fistula unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '386.41', '', 'Round window fistula' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '386.42', '', 'Oval window fistula' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '386.43', '', 'Semicircular canal fistula' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '386.48', '', 'Labyrinthine fistula of combined sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '386.50', '', 'Labyrinthine dysfunction unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '386.51', '', 'Hyperactive labyrinth unilateral' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '386.52', '', 'Hyperactive labyrinth bilateral' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '386.53', '', 'Hypoactive labyrinth unilateral' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '386.54', '', 'Hypoactive labyrinth bilateral' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '386.55', '', 'Loss of labyrinthine reactivity unilateral' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '386.56', '', 'Loss of labyrinthine reactivity bilateral' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '386.58', '', 'Other forms and combinations of labyrinthine dysfunction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '386.8', '', 'Other disorders of labyrinth' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '386.9', '', 'Unspecified vertiginous syndromes and labyrinthine disorders' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '387.0', '', 'Otosclerosis involving oval window nonobliterative' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '387.1', '', 'Otosclerosis involving oval window obliterative' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '387.2', '', 'Cochlear otosclerosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '387.8', '', 'Other otosclerosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '387.9', '', 'Otosclerosis unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '388.00', '', 'Degenerative and vascular disorders unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '388.01', '', 'Presbyacusis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '388.02', '', 'Transient ischemic deafness' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '388.10', '', 'Noise effects on inner ear unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '388.11', '', 'Acoustic trauma (explosive) to ear' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '388.12', '', 'Noise-induced hearing loss' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '388.2', '', 'Sudden hearing loss unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '388.30', '', 'Tinnitus unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '388.31', '', 'Subjective tinnitus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '388.32', '', 'Objective tinnitus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '388.40', '', 'Abnormal auditory perception unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '388.41', '', 'Diplacusis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '388.42', '', 'Hyperacusis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '388.43', '', 'Impairment of auditory discrimination' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '388.44', '', 'Auditory recruitment' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '388.45', '', 'Acquired auditory processing disorder' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '388.5', '', 'Disorders of acoustic nerve' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '388.60', '', 'Otorrhea unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '388.61', '', 'Cerebrospinal fluid otorrhea' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '388.69', '', 'Other otorrhea' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '388.70', '', 'Otalgia unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '388.71', '', 'Otogenic pain' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '388.72', '', 'Referred otogenic pain' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '388.8', '', 'Other disorders of ear' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '388.9', '', 'Unspecified disorder of ear' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '389.00', '', 'Conductive hearing loss unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '389.01', '', 'Conductive hearing loss external ear' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '389.02', '', 'Conductive hearing loss tympanic membrane' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '389.03', '', 'Conductive hearing loss middle ear' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '389.04', '', 'Conductive hearing loss inner ear' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '389.05', '', 'Conductive hearing loss, unilateral' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '389.06', '', 'Conductive hearing loss, bilateral' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '389.08', '', 'Conductive hearing loss of combined types' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '389.10', '', 'Sensorineural hearing loss unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '389.11', '', 'Sensory hearing loss' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '389.12', '', 'Neural hearing loss' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '389.13', '', 'Neural hearing loss, unilateral' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '389.14', '', 'Central hearing loss' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '389.15', '', 'Sensorineural hearing loss, unilateral' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '389.16', '', 'Sensorineural hearing loss, asymmetrical' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '389.17', '', 'Sensory hearing loss, unilateral' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '389.18', '', 'Sensorineural hearing loss, bilateral' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '389.20', '', 'Mixed hearing loss, unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '389.21', '', 'Mixed hearing loss, unilateral' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '389.22', '', 'Mixed hearing loss, bilateral' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '389.7', '', 'Deaf nonspeaking, not elsewhere classifiable' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '389.8', '', 'Other specified forms of hearing loss' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '389.9', '', 'Unspecified hearing loss' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '390', '', 'Rheumatic fever without heart involvement' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '391.0', '', 'Acute rheumatic pericarditis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '391.1', '', 'Acute rheumatic endocarditis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '391.2', '', 'Acute rheumatic myocarditis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '391.8', '', 'Other acute rheumatic heart disease' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '391.9', '', 'Acute rheumatic heart disease unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '392.0', '', 'Rheumatic chorea with heart involvement' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '392.9', '', 'Rheumatic chorea without heart involvement' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '393', '', 'Chronic rheumatic pericarditis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '394.0', '', 'Mitral stenosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '394.1', '', 'Rheumatic mitral insufficiency' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '394.2', '', 'Mitral stenosis with insufficiency' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '394.9', '', 'Other and unspecified mitral valve diseases' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '395.0', '', 'Rheumatic aortic stenosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '395.1', '', 'Rheumatic aortic insufficiency' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '395.2', '', 'Rheumatic aortic stenosis with insufficiency' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '395.9', '', 'Other and unspecified rheumatic aortic diseases' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '396.0', '', 'Mitral valve stenosis and aortic valve stenosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '396.1', '', 'Mitral valve stenosis and aortic valve insufficiency' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '396.2', '', 'Mitral valve insufficiency and aortic valve stenosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '396.3', '', 'Mitral valve insufficiency and aortic valve insufficiency' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '396.8', '', 'Multiple involvement of mitral and aortic valves' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '396.9', '', 'Mitral and aortic valve diseases unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '397.0', '', 'Diseases of tricuspid valve' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '397.1', '', 'Rheumatic diseases of pulmonary valve' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '397.9', '', 'Rheumatic diseases of endocardium valve unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '398.0', '', 'Rheumatic myocarditis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '398.90', '', 'Rheumatic heart disease unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '398.91', '', 'Rheumatic heart failure (congestive)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '398.99', '', 'Other rheumatic heart diseases' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '401.0', '', 'Malignant essential hypertension' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '401.1', '', 'Benign essential hypertension' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '401.9', '', 'Unspecified essential hypertension' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '402.00', '', 'Malignant hypertensive heart disease without heart failure' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '402.01', '', 'Malignant hypertensive heart disease with heart failure' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '402.10', '', 'Benign hypertensive heart disease without heart failure' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '402.11', '', 'Benign hypertensive heart disease with heart failure' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '402.90', '', 'Unspecified hypertensive heart disease without heart failure' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '402.91', '', 'Unspecified hypertensive heart disease with heart failure' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '403.00', '', 'Malignant hypertensive renal disease without renal failure' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '403.01', '', 'Malignant hypertensive renal disease with renal failure' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '403.10', '', 'Benign hypertensive renal disease without renal failure' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '403.11', '', 'Benign hypertensive renal disease with renal failure' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '403.90', '', 'Unspecified hypertensive renal disease without renal failure' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '403.91', '', 'Unspecified hypertensive renal disease with renal failure' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '404.01', '', 'Malignant hypertensive heart and renal disease with heart failure' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '404.02', '', 'Malignant hypertensive heart and renal disease with renal failure' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '404.11', '', 'Benign hypertensive heart and renal disease with heart failure' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '404.12', '', 'Benign hypertensive heart and renal disease with renal failure' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '404.91', '', 'Unspecified hypertensive heart and renal disease with heart failure' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '404.92', '', 'Unspecified hypertensive heart and renal disease with renal failure' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '405.01', '', 'Malignant renovascular hypertension' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '405.09', '', 'Other malignant secondary hypertension' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '405.11', '', 'Benign renovascular hypertension' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '405.19', '', 'Other benign secondary hypertension' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '405.91', '', 'Unspecified renovascular hypertension' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '405.99', '', 'Other unspecified secondary hypertension' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '410.00', '', 'Acute myocardial infarction of anterolateral wall episode of care unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '410.01', '', 'Acute myocardial infarction of anterolateral wall initial episode of care' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '410.02', '', 'Acute myocardial infarction of anterolateral wall subsequent episode of care' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '410.10', '', 'Acute myocardial infarction of other anterior wall episode of care unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '410.11', '', 'Acute myocardial infarction of other anterior wall initial episode of care' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '410.12', '', 'Acute myocardial infarction of other anterior wall subsequent episode of care' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '410.20', '', 'Acute myocardial infarction of inferolateral wall episode of care unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '410.21', '', 'Acute myocardial infarction of inferolateral wall initial episode of care' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '410.22', '', 'Acute myocardial infarction of inferolateral wall subsequent episode of care' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '410.30', '', 'Acute myocardial infarction of inferoposterior wall episode of care unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '410.31', '', 'Acute myocardial infarction of inferoposterior wall initial episode of care' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '410.32', '', 'Acute myocardial infarction of inferoposterior wall subsequent episode of care' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '410.40', '', 'Acute myocardial infarction of other inferior wall episode of care unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '410.41', '', 'Acute myocardial infarction of other inferior wall initial episode of care' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '410.42', '', 'Acute myocardial infarction of other inferior wall subsequent episode of care' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '410.50', '', 'Acute myocardial infarction of other lateral wall episode of care unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '410.51', '', 'Acute myocardial infarction of other lateral wall initial episode of care' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '410.52', '', 'Acute myocardial infarction of other lateral wall subsequent episode of care' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '410.60', '', 'True posterior wall infarction episode of care unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '410.61', '', 'True posterior wall infarction initial episode of care' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '410.62', '', 'True posterior wall infarction subsequent episode of care' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '410.70', '', 'Subendocardial infarction episode of care unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '410.71', '', 'Subendocardial infarction initial episode of care' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '410.72', '', 'Subendocardial infarction subsequent episode of care' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '410.80', '', 'Acute myocardial infarction of other specified sites episode of care unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '410.81', '', 'Acute myocardial infarction of other specified sites initial episode of care' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '410.82', '', 'Acute myocardial infarction of other specified sites subsequent episode of care' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '410.90', '', 'Acute myocardial infarction of unspecified site episode of care unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '410.91', '', 'Acute myocardial infarction of unspecified site initial episode of care' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '410.92', '', 'Acute myocardial infarction of unspecified site subsequent episode of care' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '411.0', '', 'Postmyocardial infarction syndrome' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '411.1', '', 'Intermediate coronary syndrome' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '411.81', '', 'Acute coronary occlusion without myocardial infarction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '411.89', '', 'Other acute and subacute forms of ischemic heart disease other' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '412', '', 'Old myocardial infarction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '413.0', '', 'Angina decubitus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '413.1', '', 'Prinzmetal angina' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '413.9', '', 'Other and unspecified angina pectoris' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '414.00', '', 'Coronary atherosclerosis of unspecified type of vessel native or graft' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '414.01', '', 'Coronary atherosclerosis of native coronary artery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '414.02', '', 'Coronary atherosclerosis of autologous vein bypass graft' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '414.03', '', 'Coronary atherosclerosis of nonautologous biological bypass graft' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '414.04', '', 'Coronary atherosclerosis of artery bypass graft' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '414.05', '', 'Coronary atherosclerosis of unspecified bypass graft' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '414.06', '', 'Coronary atherosclerosis of native coronary artery of transplanted heart' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '414.07', '', 'Coronary atherosclerosis of bypass graft (artery) (vein) of transplanted heart' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '414.10', '', 'Aneurysm of heart (wall)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '414.11', '', 'Aneurysm of coronary vessels' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '414.12', '', 'Dissection of coronary artery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '414.19', '', 'Other aneurysm of heart' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '414.2', '', 'Chronic total occlusion of coronary artery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '414.3', '', 'Coronary atherosclerosis due to lipid rich plaque' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '414.8', '', 'Other specified forms of chronic ischemic heart disease' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '414.9', '', 'Chronic ischemic heart disease unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '415.0', '', 'Acute cor pulmonale' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '415.11', '', 'Iatrogenic pulmonary embolism and infarction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '415.12', '', 'Septic pulmonary embolism' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '415.19', '', 'Other pulmonary embolism and infarction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '416.0', '', 'Primary pulmonary hypertension' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '416.1', '', 'Kyphoscoliotic heart disease' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '416.2', '', 'Chronic pulmonary embolism' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '416.8', '', 'Other chronic pulmonary heart diseases' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '416.9', '', 'Chronic pulmonary heart disease unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '417.0', '', 'Arteriovenous fistula of pulmonary vessels' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '417.1', '', 'Aneurysm of pulmonary artery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '417.8', '', 'Other specified diseases of pulmonary circulation' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '417.9', '', 'Unspecified disease of pulmonary circulation' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '420.0', '', 'Acute pericarditis in diseases classified elsewhere' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '420.90', '', 'Acute pericarditis unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '420.91', '', 'Acute idiopathic pericarditis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '420.99', '', 'Other acute pericarditis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '421.0', '', 'Acute and subacute bacterial endocarditis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '421.1', '', 'Acute and subacute infective endocarditis in diseases classified elsewhere' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '421.9', '', 'Acute endocarditis unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '422.0', '', 'Acute myocarditis in diseases classified elsewhere' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '422.90', '', 'Acute myocarditis unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '422.91', '', 'Idiopathic myocarditis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '422.92', '', 'Septic myocarditis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '422.93', '', 'Toxic myocarditis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '422.99', '', 'Other acute myocarditis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '423.0', '', 'Hemopericardium' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '423.1', '', 'Adhesive pericarditis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '423.2', '', 'Constrictive pericarditis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '423.3', '', 'Cardiac tamponade' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '423.8', '', 'Other specified diseases of pericardium' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '423.9', '', 'Unspecified disease of pericardium' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '424.0', '', 'Mitral valve disorders' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '424.1', '', 'Aortic valve disorders' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '424.2', '', 'Tricuspid valve disorders specified as nonrheumatic' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '424.3', '', 'Pulmonary valve disorders' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '424.90', '', 'Endocarditis valve unspecified cause' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '424.91', '', 'Endocarditis in diseases classified elsewhere' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '424.99', '', 'Other endocarditis valve unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '425.0', '', 'Endomyocardial fibrosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '425.1', '', 'Hypertrophic obstructive cardiomyopathy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '425.2', '', 'Obscure cardiomyopathy of africa' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '425.3', '', 'Endocardial fibroelastosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '425.4', '', 'Other primary cardiomyopathies' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '425.5', '', 'Alcoholic cardiomyopathy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '425.7', '', 'Nutritional and metabolic cardiomyopathy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '425.8', '', 'Cardiomyopathy in other diseases classified elsewhere' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '425.9', '', 'Secondary cardiomyopathy unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '426.0', '', 'Atrioventricular block complete' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '426.10', '', 'Atrioventricular block unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '426.11', '', 'First degree atrioventricular block' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '426.12', '', 'Mobitz (type) ii atrioventricular block' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '426.13', '', 'Other second degree atrioventricular block' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '426.2', '', 'Left bundle branch hemiblock' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '426.3', '', 'Other left bundle branch block' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '426.4', '', 'Right bundle branch block' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '426.50', '', 'Bundle branch block unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '426.51', '', 'Right bundle branch block and left posterior fascicular block' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '426.52', '', 'Right bundle branch block and left anterior fascicular block' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '426.53', '', 'Other bilateral bundle branch block' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '426.54', '', 'Trifascicular block' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '426.6', '', 'Other heart block' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '426.7', '', 'Anomalous atrioventricular excitation' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '426.81', '', 'Lown-ganong-levine syndrome' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '426.82', '', 'Long qt syndrome' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '426.89', '', 'Other specified conduction disorders' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '426.9', '', 'Conduction disorder unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '427.0', '', 'Paroxysmal supraventricular tachycardia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '427.1', '', 'Paroxysmal ventricular tachycardia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '427.2', '', 'Paroxysmal tachycardia unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '427.31', '', 'Atrial fibrillation' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '427.32', '', 'Atrial flutter' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '427.41', '', 'Ventricular fibrillation' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '427.42', '', 'Ventricular flutter' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '427.5', '', 'Cardiac arrest' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '427.60', '', 'Premature beats unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '427.61', '', 'Supraventricular premature beats' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '427.69', '', 'Other premature beats' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '427.81', '', 'Sinoatrial node dysfunction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '427.89', '', 'Other specified cardiac dysrhythmias' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '427.9', '', 'Cardiac dysrhythmia unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '428.0', '', 'Congestive heart failure unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '428.1', '', 'Left heart failure' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '428.20', '', 'Unspecified systolic heart failure' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '428.21', '', 'Acute systolic heart failure' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '428.22', '', 'Chronic systolic heart failure' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '428.23', '', 'Acute on chronic systolic heart failure' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '428.30', '', 'Unspecified diastolic heart failure' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '428.31', '', 'Acute diastolic heart failure' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '428.32', '', 'Chronic diastolic heart failure' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '428.33', '', 'Acute on chronic diastolic heart failure' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '428.40', '', 'Unspecified combined systolic and diastolic heart failure' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '428.41', '', 'Acute combined systolic and diastolic heart failure' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '428.42', '', 'Chronic combined systolic and diastolic heart failure' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '428.43', '', 'Acute on chronic combined systolic and diastolic heart failure' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '428.9', '', 'Heart failure unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '429.0', '', 'Myocarditis unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '429.1', '', 'Myocardial degeneration' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '429.2', '', 'Cardiovascular disease unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '429.3', '', 'Cardiomegaly' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '429.4', '', 'Functional disturbances following cardiac surgery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '429.5', '', 'Rupture of chordae tendineae' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '429.6', '', 'Rupture of papillary muscle' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '429.79', '', 'Certain sequelae of myocardial infarction not elsewhere classified other' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '429.81', '', 'Other disorders of papillary muscle' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '429.82', '', 'Hyperkinetic heart disease' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '429.83', '', 'Takotsubo syndrome' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '429.89', '', 'Other ill-defined heart diseases' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '429.9', '', 'Heart disease unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '430', '', 'Subarachnoid hemorrhage' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '431', '', 'Intracerebral hemorrhage' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '432.0', '', 'Nontraumatic extradural hemorrhage' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '432.1', '', 'Subdural hemorrhage' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '432.9', '', 'Unspecified intracranial hemorrhage' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '433.00', '', 'Occlusion and stenosis of basilar artery without cerebral infarction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '433.01', '', 'Occlusion and stenosis of basilar artery with cerebral infarction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '433.10', '', 'Occlusion and stenosis of carotid artery without cerebral infarction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '433.11', '', 'Occlusion and stenosis of carotid artery with cerebral infarction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '433.20', '', 'Occlusion and stenosis of vertebral artery without cerebral infarction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '433.21', '', 'Occlusion and stenosis of vertebral artery with cerebral infarction' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '433.80', '', 'Occlusion and stenosis of other specified precerebral artery without cerebral infarction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '433.81', '', 'Occlusion and stenosis of other specified precerebral artery with cerebral infarction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '433.90', '', 'Occlusion and stenosis of unspecified precerebral artery without cerebral infarction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '433.91', '', 'Occlusion and stenosis of unspecified precerebral artery with cerebral infarction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '434.00', '', 'Cerebral thrombosis without cerebral infarction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '434.01', '', 'Cerebral thrombosis with cerebral infarction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '434.10', '', 'Cerebral embolism without cerebral infarction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '434.11', '', 'Cerebral embolism with cerebral infarction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '434.90', '', 'Cerebral artery occlusion unspecified without cerebral infarction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '434.91', '', 'Cerebral artery occlusion unspecified with cerebral infarction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '435.0', '', 'Basilar artery syndrome' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '435.1', '', 'Vertebral artery syndrome' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '435.2', '', 'Subclavian steal syndrome' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '435.3', '', 'Vertebrobasilar artery syndrome' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '435.8', '', 'Other specified transient cerebral ischemias' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '435.9', '', 'Unspecified transient cerebral ischemia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '436', '', 'Acute but ill-defined cerebrovascular disease' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '437.0', '', 'Cerebral atherosclerosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '437.1', '', 'Other generalized ischemic cerebrovascular disease' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '437.2', '', 'Hypertensive encephalopathy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '437.3', '', 'Cerebral aneurysm nonruptured' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '437.4', '', 'Cerebral arteritis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '437.5', '', 'Moyamoya disease' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '437.6', '', 'Nonpyogenic thrombosis of intracranial venous sinus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '437.7', '', 'Transient global amnesia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '437.8', '', 'Other ill-defined cerebrovascular disease' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '437.9', '', 'Unspecified cerebrovascular disease' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '438.0', '', 'Cognitive deficits' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '438.10', '', 'Speech and language deficit unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '438.11', '', 'Aphasia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '438.12', '', 'Dysphasia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '438.13', '', 'Late effects of cerebrovascular disease, dysarthria' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '438.14', '', 'Late effects of cerebrovascular disease, fluency disorder' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '438.19', '', 'Other speech and language deficits' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '438.20', '', 'Hemiplegia affecting unspecified side' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '438.21', '', 'Hemiplegia affecting dominant side' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '438.22', '', 'Hemiplegia affecting nondominant side' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '438.30', '', 'Monoplegia of upper limb affecting unspecified side' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '438.31', '', 'Monoplegia of upper limb affecting dominant side' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '438.32', '', 'Monoplegia of upper limb affecting nondominant side' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '438.40', '', 'Monoplegia of lower limb affecting unspecified side' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '438.41', '', 'Monoplegia of lower limb affecting dominant side' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '438.42', '', 'Monoplegia of lower limb affecting nondominant side' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '438.50', '', 'Other paralytic syndrome affecting unspecified side' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '438.51', '', 'Other paralytic syndrome affecting dominant side' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '438.52', '', 'Other paralytic syndrome affecting nondominant side' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '438.53', '', 'Other paralytic syndrome bilateral' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '438.6', '', 'Alterations of sensations' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '438.7', '', 'Disturbances of vision' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '438.81', '', 'Apraxia cerebrovascular disease' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '438.82', '', 'Dysphagia cerebrovascular disease' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '438.83', '', 'Facial weakness' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '438.84', '', 'Ataxia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '438.85', '', 'Vertigo' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '438.89', '', 'Other late effects of cerebrovascular disease' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '438.9', '', 'Unspecified late effects of cerebrovascular disease' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '440.0', '', 'Atherosclerosis of aorta' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '440.1', '', 'Atherosclerosis of renal artery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '440.20', '', 'Atherosclerosis of native arteries of the extremities unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '440.21', '', 'Atherosclerosis of native arteries of the extremities with intermittent claudication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '440.22', '', 'Atherosclerosis of native arteries of the extremities with rest pain' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '440.23', '', 'Atherosclerosis of native arteries of the extremities with ulceration' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '440.24', '', 'Atherosclerosis of native arteries of the extremities with gangrene' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '440.29', '', 'Other atherosclerosis of native arteries of the extremities' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '440.30', '', 'Atherosclerosis of unspecified bypass graft of the extremities' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '440.31', '', 'Atherosclerosis of autologous vein bypass graft of the extremities' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '440.32', '', 'Atherosclerosis of nonautologous biological bypass graft of the extremities' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '440.4', '', 'Chronic total occlusion of artery of the extremities' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '440.8', '', 'Atherosclerosis of other specified arteries' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '440.9', '', 'Generalized and unspecified atherosclerosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '441.00', '', 'Dissection of aorta aneurysm unspecified site' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '441.01', '', 'Dissection of aorta thoracic' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '441.02', '', 'Dissection of aorta abdominal' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '441.03', '', 'Dissection of aorta thoracoabdominal' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '441.1', '', 'Thoracic aneurysm ruptured' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '441.2', '', 'Thoracic aneurysm without rupture' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '441.3', '', 'Abdominal aneurysm ruptured' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '441.4', '', 'Abdominal aneurysm without rupture' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '441.5', '', 'Aortic aneurysm of unspecified site ruptured' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '441.6', '', 'Thoracoabdominal aneurysm ruptured' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '441.7', '', 'Thoracoabdominal aneurysm without rupture' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '441.9', '', 'Aortic aneurysm of unspecified site without rupture' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '442.0', '', 'Aneurysm of artery of upper extremity' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '442.1', '', 'Aneurysm of renal artery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '442.2', '', 'Aneurysm of iliac artery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '442.3', '', 'Aneurysm of artery of lower extremity' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '442.81', '', 'Aneurysm of artery of neck' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '442.82', '', 'Aneurysm of subclavian artery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '442.83', '', 'Aneurysm of splenic artery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '442.84', '', 'Aneurysm of other visceral artery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '442.89', '', 'Aneurysm of other specified site' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '442.9', '', 'Other aneurysm of unspecified site' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '443.0', '', 'Raynaud''s syndrome' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '443.1', '', 'Thromboangiitis obliterans (buerger''s disease)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '443.21', '', 'Dissection of carotid artery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '443.22', '', 'Dissection of iliac artery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '443.23', '', 'Dissection of renal artery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '443.24', '', 'Dissection of vertebral artery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '443.29', '', 'Dissection of other artery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '443.81', '', 'Peripheral angiopathy in diseases classified elsewhere' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '443.82', '', 'Erythromelalgia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '443.89', '', 'Other peripheral vascular disease' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '443.9', '', 'Peripheral vascular disease unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '444.0', '', 'Embolism and thrombosis of abdominal aorta' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '444.1', '', 'Embolism and thrombosis of thoracic aorta' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '444.21', '', 'Arterial embolism and thrombosis of upper extremity' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '444.22', '', 'Arterial embolism and thrombosis of lower extremity' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '444.81', '', 'Embolism and thrombosis of iliac artery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '444.89', '', 'Embolism and thrombosis of other artery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '444.9', '', 'Embolism and thrombosis of unspecified artery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '445.01', '', 'Atheroembolism of upper extremity' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '445.02', '', 'Atheroembolism of lower extremity' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '445.81', '', 'Atheroembolism of kidney' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '445.89', '', 'Atheroembolism of other site' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '446.0', '', 'Polyarteritis nodosa' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '446.1', '', 'Acute febrile mucocutaneous lymph node syndrome (mcls)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '446.20', '', 'Hypersensitivity angiitis unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '446.21', '', 'Goodpasture''s syndrome' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '446.29', '', 'Other specified hypersensitivity angiitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '446.3', '', 'Lethal midline granuloma' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '446.4', '', 'Wegener''s granulomatosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '446.5', '', 'Giant cell arteritis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '446.6', '', 'Thrombotic microangiopathy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '446.7', '', 'Takayasu''s disease' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '447.0', '', 'Arteriovenous fistula acquired' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '447.1', '', 'Stricture of artery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '447.2', '', 'Rupture of artery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '447.3', '', 'Hyperplasia of renal artery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '447.4', '', 'Celiac artery compression syndrome' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '447.5', '', 'Necrosis of artery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '447.6', '', 'Arteritis unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '447.8', '', 'Other specified disorders of arteries and arterioles' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '447.9', '', 'Unspecified disorders of arteries and arterioles' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '448.0', '', 'Hereditary hemorrhagic telangiectasia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '448.1', '', 'Nevus non-neoplastic' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '448.9', '', 'Other and unspecified capillary diseases' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '449', '', 'Septic arterial embolism' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '451.0', '', 'Phlebitis and thrombophlebitis of superficial vessels of lower extremities' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '451.11', '', 'Phlebitis and thrombophlebitis of femoral vein (deep) (superficial)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '451.19', '', 'Phlebitis and thrombophlebitis of other' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '451.2', '', 'Phlebitis and thrombophlebitis of lower extremities unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '451.81', '', 'Phlebitis and thrombophlebitis of iliac vein' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '451.82', '', 'Phlebitis and thrombophlebitis of superficial veins of upper extremities' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '451.83', '', 'Phlebitis and thrombophlebitis of deep veins of upper extremities' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '451.84', '', 'Phlebitis and thrombophlebitis of upper extremities unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '451.89', '', 'Phlebitis and thrombophlebitis of other sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '451.9', '', 'Phlebitis and thrombophlebitis of unspecified site' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '452', '', 'Portal vein thrombosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '453.0', '', 'Budd-chiari syndrome' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '453.1', '', 'Thrombophlebitis migrans' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '453.2', '', 'Embolism and thrombosis of inferior vena cava' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '453.3', '', 'Embolism and thrombosis of renal vein' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '453.6', '', 'Venous embolism and thrombosis of superficial vessels of lower extremity' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '453.71', '', 'Chronic venous embolism and thrombosis of superficial veins of upper extremity' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '453.72', '', 'Chronic venous embolism and thrombosis of deep veins of upper extremity' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '453.73', '', 'Chronic venous embolism and thrombosis of upper extremity, unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '453.74', '', 'Chronic venous embolism and thrombosis axillary veins' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '453.75', '', 'Chronic venous embolism and thrombosis of subclavian veins' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '453.76', '', 'Chronic venous embolism and thrombosis of internal jugular veins' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '453.77', '', 'Chronic venous embolism and thrombosis of other thoracic veins' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '453.79', '', 'Chronic venous embolism and thrombosis of other specified veins' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '453.81', '', 'Acute venous embolism and thrombosis of superficial veins of upper extremity' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '453.82', '', 'Acute venous embolism and thrombosis of deep veins of upper extremity' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '453.83', '', 'Acute venous embolism and thrombosis of upper extremity, unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '453.84', '', 'Acute venous embolism and thrombosis of axillary veins' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '453.85', '', 'Acute venous embolism and thrombosis of subclavian veins' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '453.86', '', 'Acute venous embolism and thrombosis of internal jugular veins' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '453.87', '', 'Acute venous embolism and thrombosis of other thoracic veins' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '453.89', '', 'Acute venous embolism and thrombosis of other specified veins' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '453.9', '', 'Embolism and thrombosis of unspecified site' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '454.0', '', 'Varicose veins of lower extremities with ulcer' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '454.1', '', 'Varicose veins of lower extremities with inflammation' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '454.2', '', 'Varicose veins of lower extremities with ulcer and inflammation' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '454.8', '', 'Varicose veins of lower extremities with other complications' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '454.9', '', 'Asymptomatic varicose veins' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '455.0', '', 'Internal hemorrhoids without complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '455.1', '', 'Internal thrombosed hemorrhoids' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '455.2', '', 'Internal hemorrhoids with other complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '455.3', '', 'External hemorrhoids without complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '455.4', '', 'External thrombosed hemorrhoids' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '455.5', '', 'External hemorrhoids with other complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '455.6', '', 'Unspecified hemorrhoids without complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '455.7', '', 'Unspecified thrombosed hemorrhoids' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '455.8', '', 'Unspecified hemorrhoids with other complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '455.9', '', 'Residual hemorrhoidal skin tags' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '456.0', '', 'Esophageal varices with bleeding' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '456.1', '', 'Esophageal varices without bleeding' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '456.20', '', 'Esophageal varices in diseases classified elsewhere with bleeding' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '456.21', '', 'Esophageal varices in diseases classified elsewhere without bleeding' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '456.3', '', 'Sublingual varices' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '456.4', '', 'Scrotal varices' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '456.5', '', 'Pelvic varices' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '456.6', '', 'Vulval varices' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '456.8', '', 'Varices of other sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '457.0', '', 'Postmastectomy lymphedema syndrome' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '457.1', '', 'Other lymphedema' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '457.2', '', 'Lymphangitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '457.8', '', 'Other noninfectious disorders of lymphatic channels' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '457.9', '', 'Unspecified noninfectious disorder of lymphatic channels' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '458.0', '', 'Orthostatic hypotension' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '458.1', '', 'Chronic hypotension' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '458.21', '', 'Hypotension of hemodialysis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '458.29', '', 'Other iatrogenic hypotension' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '458.8', '', 'Other specified hypotension' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '458.9', '', 'Hypotension unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '459.0', '', 'Hemorrhage unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '459.10', '', 'Postphlebetic syndrome without complications' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '459.11', '', 'Postphlebetic syndrome with ulcer' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '459.12', '', 'Postphlebetic syndrome with inflammation' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '459.13', '', 'Postphlebetic syndrome with ulcer and inflammation' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '459.19', '', 'Postphlebetic syndrome with other complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '459.2', '', 'Compression of vein' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '459.30', '', 'Chronic venous hypertension without complications' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '459.31', '', 'Chronic venous hypertension with ulcer' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '459.32', '', 'Chronic venous hypertension with inflammation' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '459.33', '', 'Chronic venous hypertension with ulcer and inflammation' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '459.39', '', 'Chronic venous hypertension with other complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '459.81', '', 'Venous (peripheral) insufficiency unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '459.89', '', 'Other specified circulatory system disorders' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '459.9', '', 'Unspecified circulatory system disorder' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '460', '', 'Acute nasopharyngitis (common cold)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '461.0', '', 'Acute maxillary sinusitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '461.1', '', 'Acute frontal sinusitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '461.2', '', 'Acute ethmoidal sinusitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '461.3', '', 'Acute sphenoidal sinusitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '461.8', '', 'Other acute sinusitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '461.9', '', 'Acute sinusitis unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '462', '', 'Acute pharyngitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '463', '', 'Acute tonsillitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '464.00', '', 'Acute laryngitis without obstruction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '464.01', '', 'Acute laryngitis with obstruction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '464.10', '', 'Acute tracheitis without obstruction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '464.11', '', 'Acute tracheitis with obstruction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '464.20', '', 'Acute laryngotracheitis without obstruction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '464.21', '', 'Acute laryngotracheitis with obstruction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '464.30', '', 'Acute epiglottitis without obstruction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '464.31', '', 'Acute epiglottitis with obstruction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '464.4', '', 'Croup' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '464.50', '', 'Supraglottitis unspecified without obstruction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '464.51', '', 'Supraglottitis unspecified with obstruction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '465.0', '', 'Acute laryngopharyngitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '465.8', '', 'Acute upper respiratory infections of other multiple sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '465.9', '', 'Acute upper respiratory infections of unspecified site' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '466.0', '', 'Acute bronchitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '466.11', '', 'Acute bronchiolitis due to respiratory syncytial virus (rsv)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '466.19', '', 'Acute bronchiolitis due to other infectious organisms' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '470', '', 'Deviated nasal septum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '471.0', '', 'Polyp of nasal cavity' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '471.1', '', 'Polypoid sinus degeneration' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '471.8', '', 'Other polyp of sinus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '471.9', '', 'Unspecified nasal polyp' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '472.0', '', 'Chronic rhinitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '472.1', '', 'Chronic pharyngitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '472.2', '', 'Chronic nasopharyngitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '473.0', '', 'Chronic maxillary sinusitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '473.1', '', 'Chronic frontal sinusitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '473.2', '', 'Chronic ethmoidal sinusitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '473.3', '', 'Chronic sphenoidal sinusitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '473.8', '', 'Other chronic sinusitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '473.9', '', 'Unspecified sinusitis (chronic)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '474.00', '', 'Chronic tonsillitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '474.01', '', 'Chronic adenoiditis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '474.02', '', 'Chronic tonsillitis and adenoiditis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '474.10', '', 'Hypertrophy of tonsil with adenoids' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '474.11', '', 'Hypertrophy of tonsils alone' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '474.12', '', 'Hypertrophy of adenoids alone' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '474.2', '', 'Adenoid vegetations' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '474.8', '', 'Other chronic disease of tonsils and adenoids' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '474.9', '', 'Unspecified chronic disease of tonsils and adenoids' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '475', '', 'Peritonsillar abscess' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '476.0', '', 'Chronic laryngitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '476.1', '', 'Chronic laryngotracheitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '477.0', '', 'Allergic rhinitis due to pollen' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '477.1', '', 'Allergic rhinitis due to food' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '477.2', '', 'Allergic rhinitis due to animal (cat)(dog) hair and dander' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '477.8', '', 'Allergic rhinitis due to other allergen' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '477.9', '', 'Allergic rhinitis cause unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '478.0', '', 'Hypertrophy of nasal turbinates' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '478.11', '', 'Nasal mucositis (ulcerative)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '478.19', '', 'Other disease of nasal cavity and sinuses' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '478.20', '', 'Unspecified disease of pharynx' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '478.21', '', 'Cellulitis of pharynx or nasopharynx' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '478.22', '', 'Parapharyngeal abscess' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '478.24', '', 'Retropharyngeal abscess' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '478.25', '', 'Edema of pharynx or nasopharynx' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '478.26', '', 'Cyst of pharynx or nasopharynx' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '478.29', '', 'Other diseases of pharynx or nasopharynx' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '478.30', '', 'Unspecified paralysis of vocal cords' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '478.31', '', 'Partial unilateral paralysis of vocal cords' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '478.32', '', 'Complete unilateral paralysis of vocal cords' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '478.33', '', 'Partial bilateral paralysis of vocal cords' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '478.34', '', 'Complete bilateral paralysis of vocal cords' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '478.4', '', 'Polyp of vocal cord or larynx' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '478.5', '', 'Other diseases of vocal cords' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '478.6', '', 'Edema of larynx' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '478.70', '', 'Unspecified disease of larynx' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '478.71', '', 'Cellulitis and perichondritis of larynx' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '478.74', '', 'Stenosis of larynx' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '478.75', '', 'Laryngeal spasm' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '478.79', '', 'Other diseases of larynx' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '478.8', '', 'Upper respiratory tract hypersensitivity reaction site unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '478.9', '', 'Other and unspecified diseases of upper respiratory tract' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '480.0', '', 'Pneumonia due to adenovirus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '480.1', '', 'Pneumonia due to respiratory syncytial virus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '480.2', '', 'Pneumonia due to parainfluenza virus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '480.3', '', 'Pneumonia due to sars-associated coronavirus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '480.8', '', 'Pneumonia due to other virus not elsewhere classified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '480.9', '', 'Viral pneumonia unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '481', '', 'Pneumococcal pneumonia [streptococcus pneumoniae pneumonia]' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '482.0', '', 'Pneumonia due to klebsiella pneumoniae' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '482.1', '', 'Pneumonia due to pseudomonas' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '482.2', '', 'Pneumonia due to hemophilus influenzae [h. influenzae]' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '482.30', '', 'Pneumonia due to streptococcus unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '482.31', '', 'Pneumonia due to streptococcus group a' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '482.32', '', 'Pneumonia due to streptococcus group b' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '482.39', '', 'Pneumonia due to other streptococcus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '482.40', '', 'Pneumonia due to staphylococcus unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '482.41', '', 'Methicillin susceptible pneumonia due to staphylococcus aureus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '482.42', '', 'Methicillin resistant pneumonia due to staphylococcus aureus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '482.49', '', 'Other staphylococcus pneumonia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '482.81', '', 'Pneumonia due to anaerobes' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '482.82', '', 'Pneumonia due to escherichia coli [e.coli]' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '482.83', '', 'Pneumonia due to other gram-negative bacteria' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '482.84', '', 'Pneumonia due to legionnaires'' disease' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '482.89', '', 'Pneumonia due to other specified bacteria' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '482.9', '', 'Bacterial pneumonia unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '483.0', '', 'Pneumonia due to mycoplasma pneumoniae' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '483.1', '', 'Pneumonia due to chlamydia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '483.8', '', 'Pneumonia due to other specified organism' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '484.1', '', 'Pneumonia in cytomegalic inclusion disease' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '484.3', '', 'Pneumonia in whooping cough' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '484.5', '', 'Pneumonia in anthrax' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '484.6', '', 'Pneumonia in aspergillosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '484.7', '', 'Pneumonia in other systemic mycoses' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '484.8', '', 'Pneumonia in other infectious diseases classified elsewhere' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '485', '', 'Bronchopneumonia organism unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '486', '', 'Pneumonia organism unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '487.0', '', 'Influenza with pneumonia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '487.1', '', 'Influenza with other respiratory manifestations' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '487.8', '', 'Influenza with other manifestations' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '488.0', '', 'Influenza due to identified avian influenza virus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '488.1', '', 'Influenza due to identified novel h1n1 influenza virus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '490', '', 'Bronchitis not specified as acute or chronic' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '491.0', '', 'Simple chronic bronchitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '491.1', '', 'Mucopurulent chronic bronchitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '491.20', '', 'Obstructive chronic bronchitis without exacerbation' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '491.21', '', 'Obstructive chronic bronchitis with (acute) exacerbation' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '491.22', '', 'Chronic bronchitis with acute bronchitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '491.8', '', 'Other chronic bronchitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '491.9', '', 'Unspecified chronic bronchitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '492.0', '', 'Emphysematous bleb' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '492.8', '', 'Other emphysema' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '493.00', '', 'Extrinsic asthma unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '493.01', '', 'Extrinsic asthma with status asthmaticus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '493.02', '', 'Extrinsic asthma with (acute) exacerbation' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '493.10', '', 'Intrinsic asthma unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '493.11', '', 'Intrinsic asthma with status asthmaticus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '493.12', '', 'Intrinsic asthma with (acute) exacerbation' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '493.20', '', 'Chronic obstructive asthma unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '493.21', '', 'Chronic obstructive asthma with status asthmaticus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '493.22', '', 'Chronic obstructive asthma with (acute) exacerbation' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '493.81', '', 'Exercise-induced bronchospasm' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '493.82', '', 'Cough variant asthma' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '493.90', '', 'Asthma unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '493.91', '', 'Asthma unspecified type with status asthmaticus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '493.92', '', 'Asthma unspecified with (acute) exacerbation' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '494.0', '', 'Bronchiectasis without acute exacerbation' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '494.1', '', 'Bronchiectasis with acute exacerbation' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '495.0', '', 'Farmers'' lung' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '495.1', '', 'Bagassosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '495.2', '', 'Bird-fanciers'' lung' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '495.3', '', 'Suberosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '495.4', '', 'Malt workers'' lung' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '495.5', '', 'Mushroom workers'' lung' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '495.6', '', 'Maple bark-strippers'' lung' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '495.7', '', '''ventilation'' pneumonitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '495.8', '', 'Other specified allergic alveolitis and pneumonitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '495.9', '', 'Unspecified allergic alveolitis and pneumonitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '496', '', 'Chronic airway obstruction not elsewhere classified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '500', '', 'Coal workers'' pneumoconiosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '501', '', 'Asbestosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '502', '', 'Pneumoconiosis due to other silica or silicates' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '503', '', 'Pneumoconiosis due to other inorganic dust' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '504', '', 'Pneumonopathy due to inhalation of other dust' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '505', '', 'Pneumoconiosis unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '506.0', '', 'Bronchitis and pneumonitis due to fumes and vapors' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '506.1', '', 'Acute pulmonary edema due to fumes and vapors' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '506.2', '', 'Upper respiratory inflammation due to fumes and vapors' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '506.3', '', 'Other acute and subacute respiratory conditions due to fumes and vapors' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '506.4', '', 'Chronic respiratory conditions due to fumes and vapors' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '506.9', '', 'Unspecified respiratory conditions due to fumes and vapors' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '507.0', '', 'Pneumonitis due to inhalation of food or vomitus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '507.1', '', 'Pneumonitis due to inhalation of oils and essences' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '507.8', '', 'Pneumonitis due to other solids and liquids' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '508.0', '', 'Acute pulmonary manifestations due to radiation' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '508.1', '', 'Chronic and other pulmonary manifestations due to radiation' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '508.8', '', 'Respiratory conditions due to other specified external agents' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '508.9', '', 'Respiratory conditions due to unspecified external agent' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '510.0', '', 'Empyema with fistula' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '510.9', '', 'Empyema without fistula' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '511.0', '', 'Pleurisy without effusion or current tuberculosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '511.1', '', 'Pleurisy with effusion with a bacterial cause other than tuberculosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '511.81', '', 'Malignant pleural effusion' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '511.89', '', 'Other specified forms of effusion, except tuberculous' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '511.9', '', 'Unspecified pleural effusion' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '512.0', '', 'Spontaneous tension pneumothorax' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '512.1', '', 'Iatrogenic pneumothorax' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '512.8', '', 'Other spontaneous pneumothorax' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '513.0', '', 'Abscess of lung' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '513.1', '', 'Abscess of mediastinum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '514', '', 'Pulmonary congestion and hypostasis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '515', '', 'Postinflammatory pulmonary fibrosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '516.0', '', 'Pulmonary alveolar proteinosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '516.1', '', 'Idiopathic pulmonary hemosiderosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '516.2', '', 'Pulmonary alveolar microlithiasis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '516.3', '', 'Idiopathic fibrosing alveolitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '516.8', '', 'Other specified alveolar and parietoalveolar pneumonopathies' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '516.9', '', 'Unspecified alveolar and parietoalveolar pneumonopathy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '517.1', '', 'Rheumatic pneumonia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '517.2', '', 'Lung involvement in systemic sclerosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '517.3', '', 'Acute chest syndrome' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '517.8', '', 'Lung involvement in other diseases classified elsewhere' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '518.0', '', 'Pulmonary collapse' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '518.1', '', 'Interstitial emphysema' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '518.2', '', 'Compensatory emphysema' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '518.3', '', 'Pulmonary eosinophilia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '518.4', '', 'Acute edema of lung unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '518.5', '', 'Pulmonary insufficiency following trauma and surgery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '518.6', '', 'Allergic bronchopulmonary aspergilliosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '518.7', '', 'Transfusion related acute lung injury (trali)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '518.81', '', 'Acute respiratory failure' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '518.82', '', 'Other pulmonary insufficiency not elsewhere classified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '518.83', '', 'Chronic respiratory failure' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '518.84', '', 'Acute and chronic respiratory failure' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '518.89', '', 'Other diseases of lung not elsewhere classified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '519.00', '', 'Tracheostomy complication unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '519.01', '', 'Infection of tracheostomy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '519.02', '', 'Mechanical complication of tracheostomy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '519.09', '', 'Other tracheostomy complications' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '519.11', '', 'Acute bronchospasm' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '519.19', '', 'Other diseases of trachea and bronchus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '519.2', '', 'Mediastinitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '519.3', '', 'Other diseases of mediastinum not elsewhere classified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '519.4', '', 'Disorders of diaphragm' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '519.8', '', 'Other diseases of respiratory system not elsewhere classified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '519.9', '', 'Unspecified disease of respiratory system' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '520.0', '', 'Anodontia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '520.1', '', 'Supernumerary teeth' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '520.2', '', 'Abnormalities of size and form of teeth' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '520.3', '', 'Mottled teeth' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '520.4', '', 'Disturbances of tooth formation' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '520.5', '', 'Hereditary disturbances in tooth structure not elsewhere classified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '520.6', '', 'Disturbances in tooth eruption' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '520.7', '', 'Teething syndrome' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '520.8', '', 'Other specified disorders of tooth development and eruption' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '520.9', '', 'Unspecified disorder of tooth development and eruption' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '521.00', '', 'Unspecified dental caries' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '521.01', '', 'Dental caries limited to enamel' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '521.02', '', 'Dental caries extending into dentine' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '521.03', '', 'Dental caries extending into pulp' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '521.04', '', 'Arrested dental caries' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '521.05', '', 'Odontoclasia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '521.06', '', 'Dental caries pit and fissure' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '521.07', '', 'Dental caries of smooth surface' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '521.08', '', 'Dental caries of root surface' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '521.09', '', 'Other dental caries' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '521.10', '', 'Excessive attrition, unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '521.11', '', 'Excessive attrition, limited to enamel' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '521.12', '', 'Excessive attrition, extending into dentine' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '521.13', '', 'Excessive attrition, extending into pulp' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '521.14', '', 'Excessive attrition, localized' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '521.15', '', 'Excessive attrition, generalized' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '521.20', '', 'Abrasion, unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '521.21', '', 'Abrasion, limited to enamel' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '521.22', '', 'Abrasion, extending into dentine' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '521.23', '', 'Abrasion, extending into pulp' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '521.24', '', 'Abrasion, localized' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '521.25', '', 'Abrasion, generalized' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '521.30', '', 'Erosion, unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '521.31', '', 'Erosion, limited to enamel' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '521.32', '', 'Erosion, extending into dentine' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '521.33', '', 'Erosion, extending into pulp' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '521.34', '', 'Erosion, localized' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '521.35', '', 'Erosion, generalized' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '521.40', '', 'Pathological resorption, unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '521.41', '', 'Pathological resorption, internal' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '521.42', '', 'Pathological resorption, external' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '521.49', '', 'Other pathological resorption' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '521.5', '', 'Hypercementosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '521.6', '', 'Ankylosis of teeth' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '521.7', '', 'Intrinsic posteruptive color changes of teeth' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '521.81', '', 'Cracked tooth' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '521.89', '', 'Other specific diseases of hard tissues of teeth' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '521.9', '', 'Unspecified disease of hard tissues of teeth' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '522.0', '', 'Pulpitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '522.1', '', 'Necrosis of the pulp' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '522.2', '', 'Pulp degeneration' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '522.3', '', 'Abnormal hard tissue formation in pulp' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '522.4', '', 'Acute apical periodontitis of pulpal origin' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '522.5', '', 'Periapical abscess without sinus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '522.6', '', 'Chronic apical periodontitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '522.7', '', 'Periapical abscess with sinus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '522.8', '', 'Radicular cyst' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '522.9', '', 'Other and unspecified diseases of pulp and periapical tissues' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '523.00', '', 'Acute gingivitis, plaque induced' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '523.01', '', 'Acute gingivitis, non-plaque induced' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '523.10', '', 'Chronic gingivitis, plaque induced' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '523.11', '', 'Chronic gingivitis, non-plaque induced' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '523.20', '', 'Gingival recession, unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '523.21', '', 'Gingival recession, minimal' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '523.22', '', 'Gingival recession, moderate' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '523.23', '', 'Gingival recession, severe' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '523.24', '', 'Gingival recession, localized' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '523.25', '', 'Gingival recession, generalized' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '523.30', '', 'Aggressive periodontitis, unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '523.31', '', 'Aggressive periodontitis, localized' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '523.32', '', 'Aggressive periodontitis, generalized' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '523.33', '', 'Acute periodontitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '523.40', '', 'Chronic periodontitis, unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '523.41', '', 'Chronic periodontitis, localized' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '523.42', '', 'Chronic periodontitis, generalized' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '523.5', '', 'Periodontosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '523.6', '', 'Accretions on teeth' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '523.8', '', 'Other specified periodontal diseases' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '523.9', '', 'Unspecified gingival and periodontal disease' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '524.00', '', 'Major anomalies of jaw size unspecified anomaly' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '524.01', '', 'Major anomalies of jaw size maxillary hyperplasia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '524.02', '', 'Major anomalies of jaw size mandibular hyperplasia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '524.03', '', 'Major anomalies of jaw size maxillary hypoplasia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '524.04', '', 'Major anomalies of jaw size mandibular hypoplasia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '524.05', '', 'Major anomalies of jaw size macrogenia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '524.06', '', 'Major anomalies of jaw size microgenia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '524.07', '', 'Excessive tuberosity of jaw' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '524.09', '', 'Major anomalies of jaw size other specified anomaly' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '524.10', '', 'Anomalies of relationship of jaw to cranial base unspecified anomaly' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '524.11', '', 'Anomalies of relationship of jaw to cranial base maxillary asymmetry' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '524.12', '', 'Anomalies of relationship of jaw to cranial base other jaw asymmetry' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '524.19', '', 'Anomalies of relationship of jaw to cranial base other specified anomaly' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '524.20', '', 'Unspecified anomaly of dental arch relationship' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '524.21', '', 'Angle''s class i' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '524.22', '', 'Angle''s class ii' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '524.23', '', 'Angle''s class iii' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '524.24', '', 'Open anterior occlusal relationship' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '524.25', '', 'Open posterior occlusal relationship' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '524.26', '', 'Excessive horizontal overlap' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '524.27', '', 'Reverse articulation' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '524.28', '', 'Anomalies of interarch distance' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '524.29', '', 'Other anomalies of dental arch relationship' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '524.30', '', 'Unspecified anomaly of tooth position' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '524.31', '', 'Crowding of teeth' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '524.32', '', 'Excessive spacing of teeth' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '524.33', '', 'Horizontal displacement of teeth' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '524.34', '', 'Vertical displacement of teeth' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '524.35', '', 'Rotation of teeth' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '524.36', '', 'Insufficient interocclusal distance of teeth (ridge)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '524.37', '', 'Excessive interocclusal distance of teeth' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '524.39', '', 'Other anomalies of tooth position' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '524.4', '', 'Malocclusion unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '524.50', '', 'Dentofacial functional abnormality, unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '524.51', '', 'Abnormal jaw closure' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '524.52', '', 'Limited mandibular range of motion' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '524.53', '', 'Deviation in opening and closing of the mandible' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '524.54', '', 'Insufficient anterior guidance' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '524.55', '', 'Centric occlusion maximum intercuspation discrepancy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '524.56', '', 'Non-working side interference' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '524.57', '', 'Lack of posterior occlusal support' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '524.59', '', 'Other dentofacial functional abnormalities' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '524.60', '', 'Temporomandibular joint disorders unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '524.61', '', 'Temporomandibular joint disorders adhesions and ankylosis (bony or fibrous)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '524.62', '', 'Temporomandibular joint disorders arthralgia of temporomandibular joint' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '524.63', '', 'Temporomandibular joint disorders articular disc disorder (reducing or non-reducing)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '524.64', '', 'Temporomandibular joint sounds on opening and/or closing the jaw' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '524.69', '', 'Temporomandibular joint disorders other specified temporomandibular joint disorders' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '524.70', '', 'Dental alveolar anomalies unspecified alveolar anomaly' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '524.71', '', 'Dental alveolar anomalies alveolar maxillary hyperplasia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '524.72', '', 'Dental alveolar anomalies alveolar mandibular hyperplasia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '524.73', '', 'Dental alveolar anomalies alveolar maxillary hypoplasia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '524.74', '', 'Dental alveolar anomalies alveolar mandibular hypoplasia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '524.75', '', 'Vertical displacement of alveolus and teeth' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '524.76', '', 'Occlusal plane deviation' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '524.79', '', 'Dental alveolar anomalies other specified alveolar anomaly' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '524.81', '', 'Anterior soft tissue impingement' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '524.82', '', 'Posterior soft tissue impingement' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '524.89', '', 'Other specified dentofacial anomalies' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '524.9', '', 'Unspecified dentofacial anomalies' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '525.0', '', 'Exfoliation of teeth due to systemic causes' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '525.10', '', 'Unspecified acquired absence of teeth' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '525.11', '', 'Loss of teeth due to trauma' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '525.12', '', 'Loss of teeth due to periodontal disease' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '525.13', '', 'Loss of teeth due to caries' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '525.19', '', 'Other loss of teeth' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '525.20', '', 'Unspecified atrophy of edentulous alveolar ridge' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '525.21', '', 'Minimal atrophy of the mandible' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '525.22', '', 'Moderate atrophy of the mandible' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '525.23', '', 'Severe atrophy of the mandible' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '525.24', '', 'Minimal atrophy of the maxilla' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '525.25', '', 'Moderate atrophy of the maxilla' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '525.26', '', 'Severe atrophy of the maxilla' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '525.3', '', 'Retained dental root' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '525.40', '', 'Complete edentulism, unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '525.41', '', 'Complete edentulism, class i' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '525.42', '', 'Complete edentulism, class ii' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '525.43', '', 'Complete edentulism, class iii' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '525.44', '', 'Complete edentulism, class iv' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '525.50', '', 'Partial edentulism, unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '525.51', '', 'Partial edentulism, class i' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '525.52', '', 'Partial edentulism, class ii' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '525.53', '', 'Partial edentulism, class iii' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '525.54', '', 'Partial edentulism, class iv' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '525.60', '', 'Unspecified unsatisfactory restoration of tooth' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '525.61', '', 'Open restoration margins' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '525.62', '', 'Unrepairable overhanging of dental restorative materials' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '525.63', '', 'Fractured dental restorative material without loss of material' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '525.64', '', 'Fractured dental restorative material with loss of material' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '525.65', '', 'Contour of existing restoration of tooth biologically incompatible with oral health' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '525.66', '', 'Allergy to existing dental restorative material' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '525.67', '', 'Poor aesthetics of existing restoration' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '525.69', '', 'Other unsatisfactory restoration of existing tooth' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '525.71', '', 'Osseointegration failure of dental implant' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '525.72', '', 'Post-osseointegration biological failure of dental implant' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '525.73', '', 'Post-osseointegration mechanical failure of dental implant' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '525.79', '', 'Other endosseous dental implant failure' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '525.8', '', 'Other specified disorders of the teeth and supporting structures' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '525.9', '', 'Unspecified disorder of the teeth and supporting structures' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '526.0', '', 'Developmental odontogenic cysts' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '526.1', '', 'Fissural cysts of jaw' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '526.2', '', 'Other cysts of jaws' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '526.3', '', 'Central giant cell (reparative) granuloma' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '526.4', '', 'Inflammatory conditions of jaw' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '526.5', '', 'Alveolitis of jaw' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '526.61', '', 'Perforation of root canal space' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '526.62', '', 'Endodontic overfill' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '526.63', '', 'Endodontic underfill' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '526.69', '', 'Other periradicular pathology associated with previous endodontic treatment' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '526.81', '', 'Exostosis of jaw' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '526.89', '', 'Other specified diseases of the jaws' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '526.9', '', 'Unspecified disease of the jaws' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '527.0', '', 'Atrophy of salivary gland' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '527.1', '', 'Hypertrophy of salivary gland' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '527.2', '', 'Sialoadenitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '527.3', '', 'Abscess of salivary gland' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '527.4', '', 'Fistula of salivary gland' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '527.5', '', 'Sialolithiasis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '527.6', '', 'Mucocele of salivary gland' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '527.7', '', 'Disturbance of salivary secretion' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '527.8', '', 'Other specified diseases of the salivary glands' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '527.9', '', 'Unspecified disease of the salivary glands' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '528.00', '', 'Stomatitis and mucositis, unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '528.01', '', 'Mucositis (ulcerative) due to antineoplastic therapy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '528.02', '', 'Mucositis (ulcerative) due to other drugs' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '528.09', '', 'Other stomatitis and mucositis (ulcerative)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '528.1', '', 'Cancrum oris' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '528.2', '', 'Oral aphthae' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '528.3', '', 'Cellulitis and abscess of oral soft tissues' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '528.4', '', 'Cysts of oral soft tissues' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '528.5', '', 'Diseases of lips' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '528.6', '', 'Leukoplakia of oral mucosa including tongue' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '528.71', '', 'Minimal keratinized residual ridge mucosa' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '528.72', '', 'Excessive keratinized residual ridge mucosa' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '528.79', '', 'Other disturbances of oral epithelium, including tongue' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '528.8', '', 'Oral submucosal fibrosis including of tongue' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '528.9', '', 'Other and unspecified diseases of the oral soft tissues' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '529.0', '', 'Glossitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '529.1', '', 'Geographic tongue' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '529.2', '', 'Median rhomboid glossitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '529.3', '', 'Hypertrophy of tongue papillae' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '529.4', '', 'Atrophy of tongue papillae' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '529.5', '', 'Plicated tongue' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '529.6', '', 'Glossodynia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '529.8', '', 'Other specified conditions of the tongue' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '529.9', '', 'Unspecified condition of the tongue' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '530.0', '', 'Achalasia and cardiospasm' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '530.10', '', 'Esophagitis unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '530.11', '', 'Reflux esophagitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '530.12', '', 'Acute esophagitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '530.13', '', 'Eosinophilic esophagitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '530.19', '', 'Other esophagitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '530.20', '', 'Ulcer of esophagus without bleeding' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '530.21', '', 'Ulcer of esophagus with bleeding' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '530.3', '', 'Stricture and stenosis of esophagus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '530.4', '', 'Perforation of esophagus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '530.5', '', 'Dyskinesia of esophagus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '530.6', '', 'Diverticulum of esophagus acquired' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '530.7', '', 'Gastroesophageal laceration-hemorrhage syndrome' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '530.81', '', 'Esophageal reflux' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '530.82', '', 'Esophageal hemorrhage' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '530.83', '', 'Esophageal leukoplakia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '530.84', '', 'Tracheoesophageal fistula' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '530.85', '', 'Barrett''s esophagus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '530.86', '', 'Infection of esophagostomy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '530.87', '', 'Mechanical complication of esophagostomy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '530.89', '', 'Other diseases of esophagus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '530.9', '', 'Unspecified disorder of esophagus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '531.00', '', 'Acute gastric ulcer with hemorrhage without obstruction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '531.01', '', 'Acute gastric ulcer with hemorrhage with obstruction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '531.10', '', 'Acute gastric ulcer with perforation without obstruction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '531.11', '', 'Acute gastric ulcer with perforation with obstruction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '531.20', '', 'Acute gastric ulcer with hemorrhage and perforation without obstruction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '531.21', '', 'Acute gastric ulcer with hemorrhage and perforation with obstruction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '531.30', '', 'Acute gastric ulcer without hemorrhage or perforation without obstruction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '531.31', '', 'Acute gastric ulcer without hemorrhage or perforation with obstruction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '531.40', '', 'Chronic or unspecified gastric ulcer with hemorrhage without obstruction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '531.41', '', 'Chronic or unspecified gastric ulcer with hemorrhage with obstruction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '531.50', '', 'Chronic or unspecified gastric ulcer with perforation without obstruction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '531.51', '', 'Chronic or unspecified gastric ulcer with perforation with obstruction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '531.60', '', 'Chronic or unspecified gastric ulcer with hemorrhage and perforation without obstruction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '531.61', '', 'Chronic or unspecified gastric ulcer with hemorrhage and perforation with obstruction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '531.70', '', 'Chronic gastric ulcer without hemorrhage or perforation without obstruction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '531.71', '', 'Chronic gastric ulcer without hemorrhage or perforation with obstruction' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '532.00', '', 'Acute duodenal ulcer with hemorrhage without obstruction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '532.01', '', 'Acute duodenal ulcer with hemorrhage with obstruction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '532.10', '', 'Acute duodenal ulcer with perforation without obstruction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '532.11', '', 'Acute duodenal ulcer with perforation with obstruction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '532.20', '', 'Acute duodenal ulcer with hemorrhage and perforation without obstruction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '532.21', '', 'Acute duodenal ulcer with hemorrhage and perforation with obstruction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '532.30', '', 'Acute duodenal ulcer without hemorrhage or perforation without obstruction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '532.31', '', 'Acute duodenal ulcer without hemorrhage or perforation with obstruction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '532.40', '', 'Chronic or unspecified duodenal ulcer with hemorrhage without obstruction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '532.41', '', 'Chronic or unspecified duodenal ulcer with hemorrhage with obstruction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '532.50', '', 'Chronic or unspecified duodenal ulcer with perforation without obstruction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '532.51', '', 'Chronic or unspecified duodenal ulcer with perforation with obstruction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '532.60', '', 'Chronic or unspecified duodenal ulcer with hemorrhage and perforation without obstruction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '532.61', '', 'Chronic or unspecified duodenal ulcer with hemorrhage and perforation with obstruction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '532.70', '', 'Chronic duodenal ulcer without hemorrhage or perforation without obstruction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '532.71', '', 'Chronic duodenal ulcer without hemorrhage or perforation with obstruction' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '533.00', '', 'Acute peptic ulcer of unspecified site with hemorrhage without obstruction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '533.01', '', 'Acute peptic ulcer of unspecified site with hemorrhage with obstruction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '533.10', '', 'Acute peptic ulcer of unspecified site with perforation without obstruction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '533.11', '', 'Acute peptic ulcer of unspecified site with perforation with obstruction' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '534.00', '', 'Acute gastrojejunal ulcer with hemorrhage without obstruction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '534.01', '', 'Acute gastrojejunal ulcer with hemorrhage with obstruction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '534.10', '', 'Acute gastrojejunal ulcer with perforation without obstruction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '534.11', '', 'Acute gastrojejunal ulcer with perforation with obstruction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '534.20', '', 'Acute gastrojejunal ulcer with hemorrhage and perforation without obstruction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '534.21', '', 'Acute gastrojejunal ulcer with hemorrhage and perforation with obstruction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '534.30', '', 'Acute gastrojejunal ulcer without hemorrhage or perforation without obstruction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '534.31', '', 'Acute gastrojejunal ulcer without hemorrhage or perforation with obstruction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '534.40', '', 'Chronic or unspecified gastrojejunal ulcer with hemorrhage without obstruction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '534.41', '', 'Chronic or unspecified gastrojejunal ulcer with hemorrhage with obstruction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '534.50', '', 'Chronic or unspecified gastrojejunal ulcer with perforation without obstruction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '534.51', '', 'Chronic or unspecified gastrojejunal ulcer with perforation with obstruction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '534.60', '', 'Chronic or unspecified gastrojejunal ulcer with hemorrhage and perforation without obstruction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '534.61', '', 'Chronic or unspecified gastrojejunal ulcer with hemorrhage and perforation with obstruction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '534.70', '', 'Chronic gastrojejunal ulcer without hemorrhage or perforation without obstruction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '534.71', '', 'Chronic gastrojejunal ulcer without hemorrhage or perforation with obstruction' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '535.00', '', 'Acute gastritis (without hemorrhage)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '535.01', '', 'Acute gastritis with hemorrhage' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '535.10', '', 'Atrophic gastritis (without hemorrhage)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '535.11', '', 'Atrophic gastritis with hemorrhage' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '535.20', '', 'Gastric mucosal hypertrophy (without hemorrhage)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '535.21', '', 'Gastric mucosal hypertrophy with hemorrhage' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '535.30', '', 'Alcoholic gastritis (without hemorrhage)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '535.31', '', 'Alcoholic gastritis with hemorrhage' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '535.40', '', 'Other specified gastritis (without hemorrhage)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '535.41', '', 'Other specified gastritis with hemorrhage' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '535.50', '', 'Unspecified gastritis and gastroduodenitis (without hemorrhage)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '535.51', '', 'Unspecified gastritis and gastroduodenitis with hemorrhage' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '535.60', '', 'Duodenitis (without hemorrhage)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '535.61', '', 'Duodenitis with hemorrhage' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '535.70', '', 'Eosinophilic gastritis without mention of hemorrhage' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '535.71', '', 'Eosinophilic gastritis with hemorrhage' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '536.0', '', 'Achlorhydria' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '536.1', '', 'Acute dilatation of stomach' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '536.2', '', 'Persistent vomiting' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '536.3', '', 'Gastroparesis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '536.40', '', 'Gastrostomy complication unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '536.41', '', 'Infection of gastrostomy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '536.42', '', 'Mechanical complication of gastrostomy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '536.49', '', 'Other gastrostomy complications' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '536.8', '', 'Dyspepsia and other specified disorders of function of stomach' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '536.9', '', 'Unspecified functional disorder of stomach' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '537.0', '', 'Acquired hypertrophic pyloric stenosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '537.1', '', 'Gastric diverticulum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '537.2', '', 'Chronic duodenal ileus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '537.3', '', 'Other obstruction of duodenum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '537.4', '', 'Fistula of stomach or duodenum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '537.5', '', 'Gastroptosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '537.6', '', 'Hourglass stricture or stenosis of stomach' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '537.81', '', 'Pylorospasm' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '537.82', '', 'Angiodysplasia of stomach and duodenum (without hemorrhage)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '537.83', '', 'Angiodysplasia of stomach and duodenum with hemorrhage' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '537.84', '', 'Dieulafoy lesion (hemorrhagic) of stomach and duodenum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '537.89', '', 'Other specified disorders of stomach and duodenum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '537.9', '', 'Unspecified disorder of stomach and duodenum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '538', '', 'Gastrointestinal mucositis (ulcerative)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '540.0', '', 'Acute appendicitis with generalized peritonitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '540.1', '', 'Acute appendicitis with peritoneal abscess' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '540.9', '', 'Acute appendicitis without peritonitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '541', '', 'Appendicitis unqualified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '542', '', 'Other appendicitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '543.0', '', 'Hyperplasia of appendix (lymphoid)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '543.9', '', 'Other and unspecified diseases of appendix' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '550.00', '', 'Unilateral or unspecified inguinal hernia with gangrene' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '550.01', '', 'Recurrent unilateral or unspecified inguinal hernia with gangrene' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '550.02', '', 'Bilateral inguinal hernia with gangrene' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '550.03', '', 'Recurrent bilateral inguinal hernia with gangrene' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '550.10', '', 'Unilateral or unspecified inguinal hernia with obstruction without gangrene' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '550.11', '', 'Recurrent unilateral or unspecified inguinal hernia with obstruction without gangrene' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '550.12', '', 'Bilateral inguinal hernia with obstruction without gangrene' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '550.13', '', 'Recurrent bilateral inguinal hernia with obstruction without gangrene' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '550.90', '', 'Unilateral or unspecified inguinal hernia without obstruction or gangrene' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '550.91', '', 'Recurrent unilateral or unspecified inguinal hernia without obstruction or gangrene' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '550.92', '', 'Bilateral inguinal hernia without obstruction or gangrene' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '550.93', '', 'Recurrent bilateral inguinal hernia without obstruction or gangrene' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '551.00', '', 'Unilateral or unspecified femoral hernia with gangrene' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '551.01', '', 'Recurrent unilateral or unspecified femoral hernia with gangrene' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '551.02', '', 'Bilateral femoral hernia with gangrene' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '551.03', '', 'Recurrent bilateral femoral hernia with gangrene' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '551.1', '', 'Umbilical hernia with gangrene' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '551.20', '', 'Unspecified ventral hernia with gangrene' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '551.21', '', 'Incisional ventral hernia with gangrene' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '551.29', '', 'Other ventral hernia with gangrene' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '551.3', '', 'Diaphragmatic hernia with gangrene' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '551.8', '', 'Hernia of other specified sites with gangrene' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '551.9', '', 'Hernia of unspecified site with gangrene' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '552.00', '', 'Unilateral or unspecified femoral hernia with obstruction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '552.01', '', 'Recurrent unilateral or unspecified femoral hernia with obstruction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '552.02', '', 'Bilateral femoral hernia with obstruction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '552.03', '', 'Recurrent bilateral femoral hernia with obstruction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '552.1', '', 'Umbilical hernia with obstruction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '552.20', '', 'Unspecified ventral hernia with obstruction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '552.21', '', 'Incisional hernia with obstruction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '552.29', '', 'Other ventral hernia with obstruction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '552.3', '', 'Diaphragmatic hernia with obstruction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '552.8', '', 'Hernia of other specified sites with obstruction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '552.9', '', 'Hernia of unspecified site with obstruction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '553.00', '', 'Unilateral or unspecified femoral hernia without obstruction of gangrene' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '553.01', '', 'Recurrent unilateral or unspecified femoral hernia without obstruction or gangrene' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '553.02', '', 'Bilateral femoral hernia without obstruction or gangrene' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '553.03', '', 'Recurrent bilateral femoral hernia without obstruction or gangrene' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '553.1', '', 'Umbilical hernia without obstruction or gangrene' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '553.20', '', 'Unspecified ventral hernia without obstruction or gangrene' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '553.21', '', 'Incisional hernia without obstruction or gangrene' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '553.29', '', 'Other ventral hernia without obstruction or gangrene' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '553.3', '', 'Diaphragmatic hernia without obstruction or gangrene' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '553.8', '', 'Hernia of other specified sites without obstruction or gangrene' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '553.9', '', 'Hernia of unspecified site without obstruction or gangrene' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '555.0', '', 'Regional enteritis of small intestine' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '555.1', '', 'Regional enteritis of large intestine' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '555.2', '', 'Regional enteritis of small intestine with large intestine' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '555.9', '', 'Regional enteritis of unspecified site' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '556.0', '', 'Ulcerative (chronic) enterocolitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '556.1', '', 'Ulcerative (chronic) ileocolitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '556.2', '', 'Ulcerative (chronic) proctitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '556.3', '', 'Ulcerative (chronic) proctosigmoiditis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '556.4', '', 'Pseudopolyposis of colon' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '556.5', '', 'Left-sided ulcerative (chronic) colitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '556.6', '', 'Universal ulcerative (chronic) colitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '556.8', '', 'Other ulcerative colitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '556.9', '', 'Ulcerative colitis unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '557.0', '', 'Acute vascular insufficiency of intestine' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '557.1', '', 'Chronic vascular insufficiency of intestine' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '557.9', '', 'Unspecified vascular insufficiency of intestine' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '558.1', '', 'Gastroenteritis and colitis due to radiation' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '558.2', '', 'Toxic gastroenteritis and colitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '558.3', '', 'Allergic gastroenteritis and colitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '558.41', '', 'Eosinophilic gastroenteritis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '558.42', '', 'Eosinophilic colitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '558.9', '', 'Other and unspecified noninfectious gastroenteritis and colitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '560.0', '', 'Intussusception' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '560.1', '', 'Paralytic ileus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '560.2', '', 'Volvulus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '560.30', '', 'Impaction of intestine unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '560.31', '', 'Gallstone ileus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '560.39', '', 'Other impaction of intestine' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '560.81', '', 'Intestinal or peritoneal adhesions with obstruction (postoperative) (postinfection)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '560.89', '', 'Other specified intestinal obstruction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '560.9', '', 'Unspecified intestinal obstruction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '562.00', '', 'Diverticulosis of small intestine (without hemorrhage)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '562.01', '', 'Diverticulitis of small intestine (without hemorrhage)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '562.02', '', 'Diverticulosis of small intestine with hemorrhage' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '562.03', '', 'Diverticulitis of small intestine with hemorrhage' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '562.10', '', 'Diverticulosis of colon (without hemorrhage)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '562.11', '', 'Diverticulitis of colon (without hemorrhage)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '562.12', '', 'Diverticulosis of colon with hemorrhage' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '562.13', '', 'Diverticulitis of colon with hemorrhage' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '564.00', '', 'Unspecified constipation' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '564.01', '', 'Slow transit constipation' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '564.02', '', 'Outlet dysfunction constipation' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '564.09', '', 'Other constipation' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '564.1', '', 'Irritable bowel syndrome' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '564.2', '', 'Postgastric surgery syndromes' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '564.3', '', 'Vomiting following gastrointestinal surgery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '564.4', '', 'Other postoperative functional disorders' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '564.5', '', 'Functional diarrhea' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '564.6', '', 'Anal spasm' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '564.7', '', 'Megacolon other than hirschsprung''s' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '564.81', '', 'Neurogenic bowel' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '564.89', '', 'Other functional disorders of intestine' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '564.9', '', 'Unspecified functional disorder of intestine' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '565.0', '', 'Anal fissure' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '565.1', '', 'Anal fistula' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '566', '', 'Abscess of anal and rectal regions' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '567.0', '', 'Peritonitis in infectious diseases classified elsewhere' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '567.1', '', 'Pneumococcal peritonitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '567.21', '', 'Peritonitis (acute) generalized' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '567.22', '', 'Peritoneal abscess' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '567.23', '', 'Spontaneous bacterial peritonitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '567.29', '', 'Other suppurative peritonitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '567.31', '', 'Psoas muscle abscess' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '567.38', '', 'Other retroperitoneal abscess' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '567.39', '', 'Other retroperitoneal infections' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '567.81', '', 'Choleperitonitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '567.82', '', 'Sclerosing meserteritis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '567.89', '', 'Other specified peritonitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '567.9', '', 'Unspecified peritonitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '568.0', '', 'Peritoneal adhesions (postoperative) (postinfection)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '568.81', '', 'Hemoperitoneum (nontraumatic)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '568.82', '', 'Peritoneal effusion (chronic)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '568.89', '', 'Other specified disorders of peritoneum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '568.9', '', 'Unspecified disorder of peritoneum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '569.0', '', 'Anal and rectal polyp' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '569.1', '', 'Rectal prolapse' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '569.2', '', 'Stenosis of rectum and anus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '569.3', '', 'Hemorrhage of rectum and anus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '569.41', '', 'Ulcer of anus and rectum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '569.42', '', 'Anal or rectal pain' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '569.43', '', 'Anal sphincter tear (healed)(old)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '569.44', '', 'Dysplasia of anus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '569.49', '', 'Other specified disorders of rectum and anus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '569.5', '', 'Abscess of intestine' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '569.60', '', 'Colostomy and enterostomy complication unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '569.61', '', 'Infection of colostomy or enterostomy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '569.62', '', 'Mechanical complication of colostomy and enterostomy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '569.69', '', 'Other colostomy and enterostomy complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '569.71', '', 'Pouchitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '569.79', '', 'Other complications of intestinal pouch' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '569.81', '', 'Fistula of intestine excluding rectum and anus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '569.82', '', 'Ulceration of intestine' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '569.83', '', 'Perforation of intestine' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '569.84', '', 'Angiodysplasia of intestine (without hemorrhage)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '569.85', '', 'Angiodysplasia of intestine with hemorrhage' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '569.86', '', 'Dieulafoy lesion (hemorrhagic) of intestine' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '569.87', '', 'Vomiting of fecal matter' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '569.89', '', 'Other specified disorders of intestines' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '569.9', '', 'Unspecified disorder of intestine' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '570', '', 'Acute and subacute necrosis of liver' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '571.0', '', 'Alcoholic fatty liver' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '571.1', '', 'Acute alcoholic hepatitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '571.2', '', 'Alcoholic cirrhosis of liver' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '571.3', '', 'Alcoholic liver damage unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '571.40', '', 'Chronic hepatitis unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '571.41', '', 'Chronic persistent hepatitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '571.42', '', 'Autoimmune hepatitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '571.49', '', 'Other chronic hepatitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '571.5', '', 'Cirrhosis of liver without alcohol' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '571.6', '', 'Biliary cirrhosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '571.8', '', 'Other chronic nonalcoholic liver disease' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '571.9', '', 'Unspecified chronic liver disease without alcohol' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '572.0', '', 'Abscess of liver' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '572.1', '', 'Portal pyemia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '572.2', '', 'Hepatic encephalopathy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '572.3', '', 'Portal hypertension' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '572.4', '', 'Hepatorenal syndrome' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '572.8', '', 'Other sequelae of chronic liver disease' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '573.0', '', 'Chronic passive congestion of liver' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '573.1', '', 'Hepatitis in viral diseases classified elsewhere' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '573.2', '', 'Hepatitis in other infectious diseases classified elsewhere' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '573.3', '', 'Hepatitis unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '573.4', '', 'Hepatic infarction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '573.8', '', 'Other specified disorders of liver' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '573.9', '', 'Unspecified disorder of liver' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '574.00', '', 'Calculus of gallbladder with acute cholecystitis without obstruction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '574.01', '', 'Calculus of gallbladder with acute cholecystitis with obstruction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '574.10', '', 'Calculus of gallbladder with other cholecystitis without obstruction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '574.11', '', 'Calculus of gallbladder with other cholecystitis with obstruction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '574.20', '', 'Calculus of gallbladder without cholecystitis without obstruction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '574.21', '', 'Calculus of gallbladder without cholecystitis with obstruction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '574.30', '', 'Calculus of bile duct with acute cholecystitis without obstruction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '574.31', '', 'Calculus of bile duct with acute cholecystitis with obstruction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '574.40', '', 'Calculus of bile duct with other cholecystitis without obstruction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '574.41', '', 'Calculus of bile duct with other cholecystitis with obstruction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '574.50', '', 'Calculus of bile duct without cholecystitis without obstruction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '574.51', '', 'Calculus of bile duct without cholecystitis with obstruction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '574.60', '', 'Calculus of gallbladder and bile duct with acute cholecystitis without obstruction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '574.61', '', 'Calculus of gallbladder and bile duct with acute cholecystitis with obstruction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '574.70', '', 'Calculus of gallbladder and bile duct with other cholecystitis without obstruction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '574.71', '', 'Calculus of gallbladder and bile duct with other cholecystitis with obstruction' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '574.90', '', 'Calculus of gallbladder and bile duct without cholecystitis without obstruction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '574.91', '', 'Calculus of gallbladder and bile duct without cholecystitis with obstruction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '575.0', '', 'Acute cholecystitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '575.10', '', 'Cholecystitis unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '575.11', '', 'Chronic cholecystitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '575.12', '', 'Acute and chronic cholecystitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '575.2', '', 'Obstruction of gallbladder' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '575.3', '', 'Hydrops of gallbladder' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '575.4', '', 'Perforation of gallbladder' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '575.5', '', 'Fistula of gallbladder' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '575.6', '', 'Cholesterolosis of gallbladder' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '575.8', '', 'Other specified disorders of gallbladder' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '575.9', '', 'Unspecified disorder of gallbladder' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '576.0', '', 'Postcholecystectomy syndrome' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '576.1', '', 'Cholangitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '576.2', '', 'Obstruction of bile duct' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '576.3', '', 'Perforation of bile duct' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '576.4', '', 'Fistula of bile duct' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '576.5', '', 'Spasm of sphincter of oddi' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '576.8', '', 'Other specified disorders of biliary tract' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '576.9', '', 'Unspecified disorder of biliary tract' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '577.0', '', 'Acute pancreatitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '577.1', '', 'Chronic pancreatitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '577.2', '', 'Cyst and pseudocyst of pancreas' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '577.8', '', 'Other specified diseases of pancreas' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '577.9', '', 'Unspecified disease of pancreas' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '578.0', '', 'Hematemesis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '578.1', '', 'Blood in stool' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '578.9', '', 'Hemorrhage of gastrointestinal tract unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '579.0', '', 'Celiac disease' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '579.1', '', 'Tropical sprue' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '579.2', '', 'Blind loop syndrome' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '579.3', '', 'Other and unspecified postsurgical nonabsorption' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '579.4', '', 'Pancreatic steatorrhea' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '579.8', '', 'Other specified intestinal malabsorption' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '579.9', '', 'Unspecified intestinal malabsorption' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '580.0', '', 'Acute glomerulonephritis with lesion of proliferative glomerulonephritis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '580.4', '', 'Acute glomerulonephritis with lesion of rapidly progressive glomerulonephritis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '580.81', '', 'Acute glomerulonephritis in diseases classified elsewhere' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '580.89', '', 'Acute glomerulonephritis with other specified pathological lesion in kidney' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '580.9', '', 'Acute glomerulonephritis with unspecified pathological lesion in kidney' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '581.0', '', 'Nephrotic syndrome with lesion of proliferative glomerulonephritis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '581.1', '', 'Nephrotic syndrome with lesion of membranous glomerulonephritis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '581.2', '', 'Nephrotic syndrome with lesion of membranoproliferative glomerulonephritis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '581.3', '', 'Nephrotic syndrome with lesion of minimal change glomerulonephritis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '581.81', '', 'Nephrotic syndrome in diseases classified elsewhere' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '581.89', '', 'Other nephrotic syndrome with specified pathological lesion in kidney' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '581.9', '', 'Nephrotic syndrome with unspecified pathological lesion in kidney' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '582.0', '', 'Chronic glomerulonephritis with lesion of proliferative glomerulonephritis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '582.1', '', 'Chronic glomerulonephritis with lesion of membranous glomerulonephritis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '582.2', '', 'Chronic glomerulonephritis with lesion of membranoproliferative glomerulonephritis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '582.4', '', 'Chronic glomerulonephritis with lesion of rapidly progressive glomerulonephritis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '582.81', '', 'Chronic glomerulonephritis in diseases classified elsewhere' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '582.89', '', 'Other chronic glomerulonephritis with specified pathological lesion in kidney' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '582.9', '', 'Chronic glomerulonephritis with unspecified pathological lesion in kidney' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '584.5', '', 'Acute kidney failure with lesion of tubular necrosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '584.6', '', 'Acute kidney failure with lesion of renal cortical necrosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '584.7', '', 'Acute kidney failure with lesion of medullary [papillary] necrosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '584.8', '', 'Acute kidney failure with other specified pathological lesion in kidney' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '584.9', '', 'Acute kidney failure, unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '585.1', '', 'Chronic kidney disease, stage i' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '585.2', '', 'Chronic kidney disease, stage ii (mild)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '585.3', '', 'Chronic kidney disease, stage iii (moderate)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '585.4', '', 'Chronic kidney disease, stage iv (severe)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '585.5', '', 'Chronic kidney disease, stage v' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '585.6', '', 'End stage renal disease' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '585.9', '', 'Chronic kidney disease, unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '586', '', 'Renal failure unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '587', '', 'Renal sclerosis unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '588.0', '', 'Renal osteodystrophy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '588.1', '', 'Nephrogenic diabetes insipidus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '588.81', '', 'Secondary hyperparathyroidism (of renal origin)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '588.89', '', 'Other specified disorders resulting from impaired renal function' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '588.9', '', 'Unspecified disorder resulting from impaired renal function' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '589.0', '', 'Unilateral small kidney' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '589.1', '', 'Bilateral small kidneys' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '589.9', '', 'Small kidney unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '590.00', '', 'Chronic pyelonephritis without lesion of renal medullary necrosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '590.01', '', 'Chronic pyelonephritis with lesion of renal medullary necrosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '590.10', '', 'Acute pyelonephritis without lesion of renal medullary necrosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '590.11', '', 'Acute pyelonephritis with lesion of renal medullary necrosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '590.2', '', 'Renal and perinephric abscess' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '590.3', '', 'Pyeloureteritis cystica' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '590.80', '', 'Pyelonephritis unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '590.81', '', 'Pyelitis or pyelonephritis in diseases classified elsewhere' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '590.9', '', 'Infection of kidney unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '591', '', 'Hydronephrosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '592.0', '', 'Calculus of kidney' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '592.1', '', 'Calculus of ureter' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '592.9', '', 'Urinary calculus unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '593.0', '', 'Nephroptosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '593.1', '', 'Hypertrophy of kidney' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '593.2', '', 'Cyst of kidney acquired' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '593.3', '', 'Stricture or kinking of ureter' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '593.4', '', 'Other ureteric obstruction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '593.5', '', 'Hydroureter' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '593.6', '', 'Postural proteinuria' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '593.70', '', 'Vesicoureteral reflux unspecified or without reflux nephropathy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '593.71', '', 'Vesicoureteral reflux with reflux nephropathy unilateral' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '593.72', '', 'Vesicoureteral reflux with reflux nephropathy bilateral' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '593.73', '', 'Other vesicoureteral reflux with reflux nephropathy nos' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '593.81', '', 'Vascular disorders of kidney' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '593.82', '', 'Ureteral fistula' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '593.89', '', 'Other specified disorders of kidney and ureter' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '593.9', '', 'Unspecified disorder of kidney and ureter' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '594.0', '', 'Calculus in diverticulum of bladder' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '594.1', '', 'Other calculus in bladder' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '594.2', '', 'Calculus in urethra' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '594.8', '', 'Other lower urinary tract calculus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '594.9', '', 'Calculus of lower urinary tract unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '595.0', '', 'Acute cystitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '595.1', '', 'Chronic interstitial cystitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '595.2', '', 'Other chronic cystitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '595.3', '', 'Trigonitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '595.4', '', 'Cystitis in diseases classified elsewhere' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '595.81', '', 'Cystitis cystica' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '595.82', '', 'Irradiation cystitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '595.89', '', 'Other specified types of cystitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '595.9', '', 'Cystitis unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '596.0', '', 'Bladder neck obstruction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '596.1', '', 'Intestinovesical fistula' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '596.2', '', 'Vesical fistula not elsewhere classified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '596.3', '', 'Diverticulum of bladder' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '596.4', '', 'Atony of bladder' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '596.51', '', 'Hypertonicity of bladder' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '596.52', '', 'Low bladder compliance' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '596.53', '', 'Paralysis of bladder' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '596.54', '', 'Neurogenic bladder nos' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '596.55', '', 'Detrusor sphincter dyssynergia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '596.59', '', 'Other functional disorder of bladder' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '596.6', '', 'Rupture of bladder nontraumatic' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '596.7', '', 'Hemorrhage into bladder wall' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '596.8', '', 'Other specified disorders of bladder' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '596.9', '', 'Unspecified disorder of bladder' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '597.0', '', 'Urethral abscess' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '597.80', '', 'Urethritis unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '597.81', '', 'Urethral syndrome nos' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '597.89', '', 'Other urethritis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '598.00', '', 'Urethral structure due to unspecified infection' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '598.01', '', 'Urethral structure due to infective diseases classified elsewhere' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '598.1', '', 'Traumatic urethral stricture' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '598.2', '', 'Postoperative urethral stricture' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '598.8', '', 'Other specified causes of urethral stricture' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '598.9', '', 'Urethral stricture unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '599.0', '', 'Urinary tract infection site not specified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '599.1', '', 'Urethral fistula' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '599.2', '', 'Urethral diverticulum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '599.3', '', 'Urethral caruncle' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '599.4', '', 'Urethral false passage' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '599.5', '', 'Prolapsed urethral mucosa' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '599.60', '', 'Urinary obstruction, unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '599.69', '', 'Urinary obstruction, not elsewhere classified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '599.70', '', 'Hematuria, unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '599.71', '', 'Gross hematuria' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '599.72', '', 'Microscopic hematuria' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '599.81', '', 'Urethral hypermobility' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '599.82', '', 'Intrinsic (urethral) sphincter deficiency [isd]' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '599.83', '', 'Urethral instability' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '599.84', '', 'Other specified disorders of urethra' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '599.89', '', 'Other specified disorders of urinary tract' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '599.9', '', 'Unspecified disorder of urethra and urinary tract' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '600.00', '', 'Hypertrophy (benign) of prostate without urinary obstruction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '600.01', '', 'Hypertrophy (benign) of prostate with urinary obstruction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '600.10', '', 'Nodular prostate without urinary obstruction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '600.11', '', 'Nodular prostate with urinary obstruction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '600.20', '', 'Benign localized hyperplasia of prostate without urinary obstruction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '600.21', '', 'Benign localized hyperplasia of prostate with urinary obstruction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '600.3', '', 'Cyst of prostate' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '600.90', '', 'Hyperplasia of prostate unspecified without urinary obstruction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '600.91', '', 'Hyperplasia of prostate unspecified with urinary obstruction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '601.0', '', 'Acute prostatitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '601.1', '', 'Chronic prostatitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '601.2', '', 'Abscess of prostate' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '601.3', '', 'Prostatocystitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '601.4', '', 'Prostatitis in diseases classified elsewhere' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '601.8', '', 'Other specified inflammatory diseases of prostate' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '601.9', '', 'Prostatitis unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '602.0', '', 'Calculus of prostate' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '602.1', '', 'Congestion or hemorrhage of prostate' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '602.2', '', 'Atrophy of prostate' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '602.3', '', 'Dysplasia of prostate' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '602.8', '', 'Other specified disorders of prostate' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '602.9', '', 'Unspecified disorder of prostate' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '603.0', '', 'Encysted hydrocele' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '603.1', '', 'Infected hydrocele' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '603.8', '', 'Other specified types of hydrocele' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '603.9', '', 'Hydrocele unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '604.0', '', 'Orchitis epididymitis and epididymo-orchitis with abscess' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '604.90', '', 'Orchitis and epididymitis unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '604.91', '', 'Orchitis and epididymitis in diseases classified elsewhere' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '604.99', '', 'Other orchitis epididymitis and epididymo-orchitis without abscess' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '605', '', 'Redundant prepuce and phimosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '606.0', '', 'Azoospermia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '606.1', '', 'Oligospermia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '606.8', '', 'Infertility due to extratesticular causes' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '606.9', '', 'Male infertility unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '607.0', '', 'Leukoplakia of penis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '607.1', '', 'Balanoposthitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '607.2', '', 'Other inflammatory disorders of penis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '607.3', '', 'Priapism' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '607.81', '', 'Balanitis xerotica obliterans' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '607.82', '', 'Vascular disorders of penis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '607.83', '', 'Edema of penis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '607.84', '', 'Impotence of organic origin' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '607.85', '', 'Peyronie''s disease' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '607.89', '', 'Other specified disorders of penis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '607.9', '', 'Unspecified disorder of penis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '608.0', '', 'Seminal vesiculitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '608.1', '', 'Spermatocele' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '608.20', '', 'Torsion of testis, unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '608.21', '', 'Extravaginal torsion of spermatic cord' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '608.22', '', 'Intravaginal torsion of spermatic cord d7059' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '608.23', '', 'Torsion of appendix testis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '608.24', '', 'Torsion of appendix epididymis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '608.3', '', 'Atrophy of testis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '608.4', '', 'Other inflammatory disorders of male genital organs' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '608.81', '', 'Disorders of male genital organs in diseases classified elsewhere' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '608.82', '', 'Hematospermia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '608.83', '', 'Vascular disorders of male genital organs' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '608.84', '', 'Chylocele of tunica vaginalis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '608.85', '', 'Stricture of male genital organs' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '608.86', '', 'Edema of male genital organs' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '608.87', '', 'Retrograde ejaculation' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '608.89', '', 'Other specified disorders of male genital organs' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '608.9', '', 'Unspecified disorder of male genital organs' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '610.0', '', 'Solitary cyst of breast' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '610.1', '', 'Diffuse cystic mastopathy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '610.2', '', 'Fibroadenosis of breast' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '610.3', '', 'Fibrosclerosis of breast' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '610.4', '', 'Mammary duct ectasia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '610.8', '', 'Other specified benign mammary dysplasias' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '610.9', '', 'Benign mammary dysplasia unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '611.0', '', 'Inflammatory disease of breast' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '611.1', '', 'Hypertrophy of breast' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '611.2', '', 'Fissure of nipple' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '611.3', '', 'Fat necrosis of breast' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '611.4', '', 'Atrophy of breast' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '611.5', '', 'Galactocele' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '611.6', '', 'Galactorrhea not associated with childbirth' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '611.71', '', 'Mastodynia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '611.72', '', 'Lump or mass in breast' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '611.79', '', 'Other signs and symptoms in breast' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '611.81', '', 'Ptosis of breast' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '611.82', '', 'Hypoplasia of breast' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '611.83', '', 'Capsular contracture of breast implant' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '611.89', '', 'Other specified disorders of breast' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '611.9', '', 'Unspecified breast disorder' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '612.0', '', 'Deformity of reconstructed breast' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '612.1', '', 'Disproportion of reconstructed breast' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '614.0', '', 'Acute salpingitis and oophoritis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '614.1', '', 'Chronic salpingitis and oophoritis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '614.2', '', 'Salpingitis and oophoritis not specified as acute subacute or chronic' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '614.3', '', 'Acute parametritis and pelvic cellulitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '614.4', '', 'Chronic or unspecified parametritis and pelvic cellulitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '614.5', '', 'Acute or unspecified pelvic peritonitis female' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '614.6', '', 'Pelvic peritoneal adhesions female (postoperative) (postinfection)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '614.7', '', 'Other chronic pelvic peritonitis female' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '614.8', '', 'Other specified inflammatory disease of female pelvic organs and tissues' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '614.9', '', 'Unspecified inflammatory disease of female pelvic organs and tissues' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '615.0', '', 'Acute inflammatory diseases of uterus except cervix' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '615.1', '', 'Chronic inflammatory diseases of uterus except cervix' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '615.9', '', 'Unspecified inflammatory disease of uterus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '616.0', '', 'Cervicitis and endocervicitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '616.10', '', 'Vaginitis and vulvovaginitis unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '616.11', '', 'Vaginitis and vulvovaginitis in diseases classified elsewhere' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '616.2', '', 'Cyst of bartholin''s gland' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '616.3', '', 'Abscess of bartholin''s gland' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '616.4', '', 'Other abscess of vulva' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '616.50', '', 'Ulceration of vulva unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '616.51', '', 'Ulceration of vulva in diseases classified elsewhere' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '616.81', '', 'Mucositis (ulcerative) of cervix, vagina, and vulva' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '616.89', '', 'Other inflammatory disease of cervix, vagina and vulva' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '616.9', '', 'Unspecified inflammatory disease of cervix vagina and vulva' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '617.0', '', 'Endometriosis of uterus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '617.1', '', 'Endometriosis of ovary' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '617.2', '', 'Endometriosis of fallopian tube' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '617.3', '', 'Endometriosis of pelvic peritoneum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '617.4', '', 'Endometriosis of rectovaginal septum and vagina' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '617.5', '', 'Endometriosis of intestine' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '617.6', '', 'Endometriosis in scar of skin' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '617.8', '', 'Endometriosis of other specified sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '617.9', '', 'Endometriosis site unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '618.00', '', 'Unspecified prolapse of vaginal walls' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '618.01', '', 'Cystocele, midline' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '618.02', '', 'Cystocele, lateral' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '618.03', '', 'Urethrocele' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '618.04', '', 'Rectocele' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '618.05', '', 'Perineocele' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '618.09', '', 'Other prolapse of vaginal walls without mention of uterine prolapse' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '618.1', '', 'Uterine prolapse without vaginal wall prolapse' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '618.2', '', 'Uterovaginal prolapse incomplete' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '618.3', '', 'Uterovaginal prolapse complete' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '618.4', '', 'Uterovaginal prolapse unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '618.5', '', 'Prolapse of vaginal vault after hysterectomy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '618.6', '', 'Vaginal enterocele congenital or acquired' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '618.7', '', 'Old laceration of muscles of pelvic floor' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '618.81', '', 'Incompetence or weakening of pubocervical tissue' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '618.82', '', 'Incompetence or weakening of rectovaginal tissue' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '618.83', '', 'Pelvic muscle wasting' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '618.84', '', 'Cervical stump prolapse' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '618.89', '', 'Other specified genital prolapse' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '618.9', '', 'Unspecified genital prolapse' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '619.0', '', 'Urinary-genital tract fistula female' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '619.1', '', 'Digestive-genital tract fistula female' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '619.2', '', 'Genital tract-skin fistula female' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '619.8', '', 'Other specified fistulas involving female genital tract' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '619.9', '', 'Unspecified fistula involving female genital tract' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '620.0', '', 'Follicular cyst of ovary' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '620.1', '', 'Corpus luteum cyst or hematoma' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '620.2', '', 'Other and unspecified ovarian cyst' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '620.3', '', 'Acquired atrophy of ovary and fallopian tube' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '620.4', '', 'Prolapse or hernia of ovary and fallopian tube' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '620.5', '', 'Torsion of ovary ovarian pedicle or fallopian tube' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '620.6', '', 'Broad ligament laceration syndrome' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '620.7', '', 'Hematoma of broad ligament' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '620.8', '', 'Other noninflammatory disorders of ovary fallopian tube and broad ligament' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '620.9', '', 'Unspecified noninflammatory disorder of ovary fallopian tube and broad ligament' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '621.0', '', 'Polyp of corpus uteri' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '621.1', '', 'Chronic subinvolution of uterus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '621.2', '', 'Hypertrophy of uterus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '621.30', '', 'Endometrial hyperplasia, unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '621.31', '', 'Simple endometrial hyperplasia without atypia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '621.32', '', 'Complex endometrial hyperplasia without atypia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '621.33', '', 'Endometrial hyperplasia with atypia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '621.34', '', 'Benign endometrial hyperplasia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '621.35', '', 'Endometrial intraepithelial neoplasia [ein]' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '621.4', '', 'Hematometra' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '621.5', '', 'Intrauterine synechiae' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '621.6', '', 'Malposition of uterus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '621.7', '', 'Chronic inversion of uterus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '621.8', '', 'Other specified disorders of uterus not elsewhere classified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '621.9', '', 'Unspecified disorder of uterus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '622.0', '', 'Erosion and ectropion of cervix' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '622.10', '', 'Dysplasia of cervix, unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '622.11', '', 'Mild dysplasia of cervix' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '622.12', '', 'Moderate dysplasia of cervix' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '622.2', '', 'Leukoplakia of cervix (uteri)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '622.3', '', 'Old laceration of cervix' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '622.4', '', 'Stricture and stenosis of cervix' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '622.5', '', 'Incompetence of cervix' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '622.6', '', 'Hypertrophic elongation of cervix' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '622.7', '', 'Mucous polyp of cervix' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '622.8', '', 'Other specified noninflammatory disorders of cervix' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '622.9', '', 'Unspecified noninflammatory disorder of cervix' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '623.0', '', 'Dysplasia of vagina' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '623.1', '', 'Leukoplakia of vagina' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '623.2', '', 'Stricture or atresia of vagina' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '623.3', '', 'Tight hymenal ring' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '623.4', '', 'Old vaginal laceration' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '623.5', '', 'Leukorrhea not specified as infective' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '623.6', '', 'Vaginal hematoma' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '623.7', '', 'Polyp of vagina' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '623.8', '', 'Other specified noninflammatory disorders of vagina' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '623.9', '', 'Unspecified noninflammatory disorder of vagina' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '624.01', '', 'Vulvar intraepithelial neoplasia i [vin i]' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '624.02', '', 'Vulvar intraepithelial neoplasia ii [vin ii]' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '624.09', '', 'Other dystrophy of vulva' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '624.1', '', 'Atrophy of vulva' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '624.2', '', 'Hypertrophy of clitoris' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '624.3', '', 'Hypertrophy of labia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '624.4', '', 'Old laceration or scarring of vulva' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '624.5', '', 'Hematoma of vulva' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '624.6', '', 'Polyp of labia and vulva' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '624.8', '', 'Other specified noninflammatory disorders of vulva and perineum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '624.9', '', 'Unspecified noninflammatory disorder of vulva and perineum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '625.0', '', 'Dyspareunia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '625.1', '', 'Vaginismus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '625.2', '', 'Mittelschmerz' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '625.3', '', 'Dysmenorrhea' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '625.4', '', 'Premenstrual tension syndromes' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '625.5', '', 'Pelvic congestion syndrome' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '625.6', '', 'Stress incontinence female' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '625.70', '', 'Vulvodynia, unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '625.71', '', 'Vulvar vestibulitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '625.79', '', 'Other vulvodynia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '625.8', '', 'Other specified symptoms associated with female genital organs' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '625.9', '', 'Unspecified symptom associated with female genital organs' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '626.0', '', 'Absence of menstruation' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '626.1', '', 'Scanty or infrequent menstruation' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '626.2', '', 'Excessive or frequent menstruation' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '626.3', '', 'Puberty bleeding' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '626.4', '', 'Irregular menstrual cycle' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '626.5', '', 'Ovulation bleeding' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '626.6', '', 'Metrorrhagia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '626.7', '', 'Postcoital bleeding' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '627.0', '', 'Premenopausal menorrhagia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '627.1', '', 'Postmenopausal bleeding' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '627.2', '', 'Symptomatic menopausal or female climacteric states' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '627.3', '', 'Postmenopausal atrophic vaginitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '627.4', '', 'Symptomatic states associated with artificial menopause' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '627.8', '', 'Other specified menopausal and postmenopausal disorders' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '627.9', '', 'Unspecified menopausal and postmenopausal disorder' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '628.0', '', 'Infertility female associated with anovulation' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '628.1', '', 'Infertility female of pituitary-hypothalamic origin' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '628.2', '', 'Infertility female of tubal origin' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '628.3', '', 'Infertility female of uterine origin' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '628.4', '', 'Infertility female of cervical or vaginal origin' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '628.8', '', 'Infertility female of other specified origin' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '628.9', '', 'Infertility female of unspecified origin' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '629.0', '', 'Hematocele female not elsewhere classified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '629.1', '', 'Hydrocele canal of nuck' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '629.20', '', 'Female genital mutilation status, unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '629.21', '', 'Female genital mutilation type i status' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '629.22', '', 'Female genital mutilation type ii status' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '629.23', '', 'Female genital mutilation type iii status' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '629.29', '', 'Other female genital mutilation status' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '629.81', '', 'Habitual aborter without current pregnancy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '629.89', '', 'Other specified disorders of female genital organs' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '629.9', '', 'Unspecified disorder of female genital organs' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '630', '', 'Hydatidiform mole' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '631', '', 'Other abnormal product of conception' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '632', '', 'Missed abortion' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '633.00', '', 'Abdominal pregnancy without intrauterine pregnancy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '633.01', '', 'Abdominal pregnancy with intrauterine pregnancy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '633.10', '', 'Tubal pregnancy without intrauterine pregnancy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '633.11', '', 'Tubal pregnancy with intrauterine pregnancy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '633.20', '', 'Ovarian pregnancy without intrauterine pregnancy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '633.21', '', 'Ovarian pregnancy with intrauterine pregnancy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '633.80', '', 'Other ectopic pregnancy without intrauterine pregnancy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '633.81', '', 'Other ectopic pregnancy with intrauterine pregnancy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '633.90', '', 'Unspecified ectopic pregnancy without intrauterine pregnancy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '633.91', '', 'Unspecified ectopic pregnancy with intrauterine pregnancy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '634.00', '', 'Spontaneous abortion unspecified complicated by genital tract and pelvic infection' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '634.01', '', 'Spontaneous abortion incomplete complicated by genital tract and pelvic infection' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '634.02', '', 'Spontaneous abortion complete complicated by genital tract and pelvic infection' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '634.10', '', 'Spontaneous abortion unspecified complicated by delayed or excessive hemorrhage' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '634.11', '', 'Spontaneous abortion incomplete complicated by delayed or excessive hemorrhage' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '634.12', '', 'Spontaneous abortion complete complicated by delayed or excessive hemorrhage' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '634.20', '', 'Spontaneous abortion unspecified complicated by damage to pelvic organs or tissues' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '634.21', '', 'Spontaneous abortion incomplete complicated by damage to pelvic organs or tissues' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '634.22', '', 'Spontaneous abortion complete complicated by damage to pelvic organs or tissues' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '634.30', '', 'Spontaneous abortion unspecified complicated by renal failure' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '634.31', '', 'Spontaneous abortion incomplete complicated by renal failure' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '634.32', '', 'Spontaneous abortion complete complicated by renal failure' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '634.40', '', 'Spontaneous abortion unspecified complicated by metabolic disorder' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '634.41', '', 'Spontaneous abortion incomplete complicated by metabolic disorder' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '634.42', '', 'Spontaneous abortion complete complicated by metabolic disorder' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '634.50', '', 'Spontaneous abortion unspecified complicated by shock' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '634.51', '', 'Spontaneous abortion incomplete complicated by shock' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '634.52', '', 'Spontaneous abortion complete complicated by shock' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '634.60', '', 'Spontaneous abortion unspecified complicated by embolism' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '634.61', '', 'Spontaneous abortion incomplete complicated by embolism' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '634.62', '', 'Spontaneous abortion complete complicated by embolism' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '634.70', '', 'Spontaneous abortion unspecified with other specified complications' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '634.71', '', 'Spontaneous abortion incomplete with other specified complications' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '634.72', '', 'Spontaneous abortion complete with other specified complications' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '634.80', '', 'Spontaneous abortion unspecified with unspecified complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '634.81', '', 'Spontaneous abortion incomplete with unspecified complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '634.82', '', 'Spontaneous abortion complete with unspecified complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '634.90', '', 'Spontaneous abortion unspecified without complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '634.91', '', 'Spontaneous abortion incomplete without complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '634.92', '', 'Spontaneous abortion complete without complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '635.00', '', 'Legally induced abortion unspecified complicated by genital tract and pelvic infection' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '635.01', '', 'Legally induced abortion incomplete complicated by genital tract and pelvic infection' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '635.02', '', 'Legally induced abortion complete complicated by genital tract and pelvic infection' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '635.10', '', 'Legally induced abortion unspecified complicated by delayed or excessive hemorrhage' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '635.11', '', 'Legally induced abortion incomplete complicated by delayed or excessive hemorrhage' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '635.12', '', 'Legally induced abortion complete complicated by delayed or excessive hemorrhage' ); +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' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '635.30', '', 'Legally induced abortion unspecified complicated by renal failure' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '635.31', '', 'Legally induced abortion incomplete complicated by renal failure' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '635.32', '', 'Legally induced abortion complete complicated by renal failure' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '635.40', '', 'Legally induced abortion unspecified complicated by metabolic disorder' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '635.41', '', 'Legally induced abortion incomplete complicated by metabolic disorder' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '635.42', '', 'Legally induced abortion complete complicated by metabolic disorder' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '635.50', '', 'Legally induced abortion unspecified complicated by shock' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '635.51', '', 'Legally induced abortion incomplete complicated by shock' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '635.52', '', 'Legally induced abortion complete complicated by shock' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '635.60', '', 'Legally induced abortion unspecified complicated by embolism' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '635.61', '', 'Legally induced abortion incomplete complicated by embolism' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '635.62', '', 'Legally induced abortion complete complicated by embolism' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '635.70', '', 'Legally induced abortion unspecified with other specified complications' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '635.71', '', 'Legally induced abortion incomplete with other specified complications' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '635.72', '', 'Legally induced abortion complete with other specified complications' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '635.80', '', 'Legally induced abortion unspecified with unspecified complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '635.81', '', 'Legally induced abortion incomplete with unspecified complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '635.82', '', 'Legally induced abortion complete with unspecified complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '635.90', '', 'Legally induced abortion unspecified without complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '635.91', '', 'Legally induced abortion incomplete without complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '635.92', '', 'Legally induced abortion complete without complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '636.00', '', 'Illegal abortion unspecified complicated by genital tract and pelvic infection' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '636.01', '', 'Illegal abortion incomplete complicated by genital tract and pelvic infection' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '636.02', '', 'Illegal abortion complete complicated by genital tract and pelvic infection' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '636.10', '', 'Illegal abortion unspecified complicated by delayed or excessive hemorrhage' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '636.11', '', 'Illegal abortion incomplete complicated by delayed or excessive hemorrhage' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '636.12', '', 'Illegal abortion complete complicated by delayed or excessive hemorrhage' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '636.20', '', 'Illegal abortion unspecified complicated by damage to pelvic organs or tissues' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '636.21', '', 'Illegal abortion incomplete complicated by damage to pelvic organs or tissues' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '636.22', '', 'Illegal abortion complete complicated by damage to pelvic organs or tissues' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '636.30', '', 'Illegal abortion unspecified complicated by renal failure' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '636.31', '', 'Illegal abortion incomplete complicated by renal failure' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '636.32', '', 'Illegal abortion complete complicated by renal failure' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '636.40', '', 'Illegal abortion unspecified complicated by metabolic disorder' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '636.41', '', 'Illegal abortion incomplete complicated by metabolic disorder' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '636.42', '', 'Illegal abortion complete complicated by metabolic disorder' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '636.50', '', 'Illegal abortion unspecified complicated by shock' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '636.51', '', 'Illegal abortion incomplete complicated by shock' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '636.52', '', 'Illegal abortion complete complicated by shock' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '636.60', '', 'Illegal abortion unspecified complicated by embolism' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '636.61', '', 'Illegal abortion incomplete complicated by embolism' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '636.62', '', 'Illegal abortion complete complicated by embolism' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '636.70', '', 'Illegal abortion unspecified with other specified complications' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '636.71', '', 'Illegal abortion incomplete with other specified complications' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '636.72', '', 'Illegal abortion complete with other specified complications' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '636.80', '', 'Illegal abortion unspecified with unspecified complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '636.81', '', 'Illegal abortion incomplete with unspecified complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '636.82', '', 'Illegal abortion complete with unspecified complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '636.90', '', 'Illegal abortion unspecified without complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '636.91', '', 'Illegal abortion incomplete without complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '636.92', '', 'Illegal abortion complete without complication' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '637.01', '', 'Unspecified abortion incomplete complicated by genital tract and pelvic infection' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '637.02', '', 'Unspecified abortion complete complicated by genital tract and pelvic infection' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '637.10', '', 'Unspecified type of abortion unspecified complicated by delayed or excessive hemorrhage' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '637.11', '', 'Legally unspecified abortion incomplete complicated by delayed or excessive hemorrhage' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '637.12', '', 'Legally unspecified abortion complete complicated by delayed or excessive hemorrhage' ); +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' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '637.30', '', 'Legally unspecified type of abortion unspecified complicated by renal failure' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '637.31', '', 'Legally unspecified abortion incomplete complicated by renal failure' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '637.32', '', 'Legally unspecified abortion complete complicated by renal failure' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '637.40', '', 'Legally unspecified type of abortion unspecified complicated by metabolic disorder' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '637.41', '', 'Legally unspecified abortion incomplete complicated by metabolic disorder' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '637.42', '', 'Legally unspecified abortion complete complicated by metabolic disorder' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '637.50', '', 'Legally unspecified type of abortion unspecified complicated by shock' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '637.51', '', 'Legally unspecified abortion incomplete complicated by shock' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '637.52', '', 'Legally unspecified abortion complete complicated by shock' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '637.60', '', 'Legally unspecified type of abortion unspecified complicated by embolism' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '637.61', '', 'Legally unspecified abortion incomplete complicated by embolism' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '637.62', '', 'Legally unspecified abortion complete complicated by embolism' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '637.70', '', 'Legally unspecified type of abortion unspecified with other specified complications' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '637.71', '', 'Legally unspecified abortion incomplete with other specified complications' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '637.72', '', 'Legally unspecified abortion complete with other specified complications' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '637.80', '', 'Legally unspecified type of abortion unspecified with unspecified complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '637.81', '', 'Legally unspecified abortion incomplete with unspecified complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '637.82', '', 'Legally unspecified abortion complete with unspecified complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '637.90', '', 'Legally unspecified type of abortion unspecified without complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '637.91', '', 'Legally unspecified abortion incomplete without complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '637.92', '', 'Legally unspecified abortion complete without complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '638.0', '', 'Failed attempted abortion complicated by genital tract and pelvic infection' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '638.1', '', 'Failed attempted abortion complicated by delayed or excessive hemorrhage' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '638.2', '', 'Failed attempted abortion complicated by damage to pelvic organs or tissues' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '638.3', '', 'Failed attempted abortion complicated by renal failure' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '638.4', '', 'Failed attempted abortion complicated by metabolic disorder' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '638.5', '', 'Failed attempted abortion complicated by shock' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '638.6', '', 'Failed attempted abortion complicated by embolism' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '638.7', '', 'Failed attempted abortion with other specified complications' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '638.8', '', 'Failed attempted abortion with unspecified complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '638.9', '', 'Failed attempted abortion without complication' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '639.1', '', 'Delayed or excessive hemorrhage following abortion or ectopic and molar pregnancies' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '639.3', '', 'Kidney failure following abortion and ectopic and molar pregnancies' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '639.4', '', 'Metabolic disorders following abortion or ectopic and molar pregnancies' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '639.5', '', 'Shock following abortion or ectopic and molar pregnancies' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '639.6', '', 'Embolism following abortion or ectopic and molar pregnancies' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '639.8', '', 'Other specified complications following abortion or ectopic and molar pregnancies' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '639.9', '', 'Unspecified complication following abortion or ectopic and molar pregnancies' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '640.00', '', 'Threatened abortion unspecified as to episode of care' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '640.01', '', 'Threatened abortion delivered' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '640.03', '', 'Threatened abortion antepartum' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '640.81', '', 'Other specified hemorrhage in early pregnancy delivered' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '640.83', '', 'Other specified hemorrhage in early pregnancy antepartum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '640.90', '', 'Unspecified hemorrhage in early pregnancy unspecified as to episode of care' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '640.91', '', 'Unspecified hemorrhage in early pregnancy delivered' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '640.93', '', 'Unspecified hemorrhage in early pregnancy antepartum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '641.00', '', 'Placenta previa without hemorrhage unspecified as to episode of care' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '641.01', '', 'Placenta previa without hemorrhage with delivery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '641.03', '', 'Placenta previa without hemorrhage antepartum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '641.10', '', 'Hemorrhage from placenta previa unspecified as to episode of care' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '641.11', '', 'Hemorrhage from placenta previa with delivery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '641.13', '', 'Hemorrhage from placenta previa antepartum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '641.20', '', 'Premature separation of placenta unspecified as to episode of care' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '641.21', '', 'Premature separation of placenta with delivery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '641.23', '', 'Premature separation of placenta antepartum' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '641.31', '', 'Antepartum hemorrhage associated with coagulation defects with delivery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '641.33', '', 'Antepartum hemorrhage associated with coagulation defects' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '641.80', '', 'Other antepartum hemorrhage unspecified as to episode of care' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '641.81', '', 'Other antepartum hemorrhage with delivery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '641.83', '', 'Other antepartum hemorrhage' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '641.90', '', 'Unspecified antepartum hemorrhage unspecified as to episode of care' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '641.91', '', 'Unspecified antepartum hemorrhage with delivery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '641.93', '', 'Unspecified antepartum hemorrhage' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '642.01', '', 'Benign essential hypertension with delivery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '642.02', '', 'Benign essential hypertension with delivery with postpartum complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '642.03', '', 'Antepartum benign essential hypertension' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '642.04', '', 'Postpartum benign essential hypertension' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '642.11', '', 'Hypertension secondary to renal disease with delivery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '642.12', '', 'Hypertension secondary to renal disease with delivery with postpartum complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '642.13', '', 'Hypertension secondary to renal disease antepartum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '642.14', '', 'Hypertension secondary to renal disease postpartum' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '642.21', '', 'Other pre-existing hypertension with delivery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '642.22', '', 'Other pre-existing hypertension with delivery with postpartum complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '642.23', '', 'Other pre-existing hypertension antepartum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '642.24', '', 'Other pre-existing hypertension postpartum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '642.30', '', 'Transient hypertension of pregnancy unspecified as to episode of care' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '642.31', '', 'Transient hypertension of pregnancy with delivery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '642.32', '', 'Transient hypertension of pregnancy with delivery with postpartum complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '642.33', '', 'Antepartum transient hypertension' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '642.34', '', 'Postpartum transient hypertension' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '642.40', '', 'Mild or unspecified pre-eclampsia unspecified as to episode of care' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '642.41', '', 'Mild or unspecified pre-eclampsia with delivery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '642.42', '', 'Mild or unspecified pre-eclampsia with delivery with postpartum complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '642.43', '', 'Mild or unspecified pre-eclampsia antepartum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '642.44', '', 'Mild or unspecified pre-eclampsia postpartum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '642.50', '', 'Severe pre-eclampsia unspecified as to episode of care' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '642.51', '', 'Severe pre-eclampsia with delivery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '642.52', '', 'Severe pre-eclampsia with delivery with postpartum complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '642.53', '', 'Severe pre-eclampsia antepartum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '642.54', '', 'Severe pre-eclampsia postpartum' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '642.61', '', 'Eclampsia with delivery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '642.62', '', 'Eclampsia with delivery with postpartum complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '642.63', '', 'Eclampsia antepartum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '642.64', '', 'Eclampsia postpartum' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '642.71', '', 'Pre-eclampsia or eclampsia superimposed on pre-existing hypertension with delivery' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '642.73', '', 'Pre-eclampsia or eclampsia superimposed on pre-existing hypertension antepartum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '642.74', '', 'Pre-eclampsia or eclampsia superimposed on pre-existing hypertension postpartum' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '642.91', '', 'Unspecified hypertension with delivery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '642.92', '', 'Unspecified hypertension with delivery with postpartum complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '642.93', '', 'Unspecified antepartum hypertension' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '642.94', '', 'Unspecified postpartum hypertension' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '643.00', '', 'Mild hyperemesis gravidarum unspecified as to episode of care' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '643.01', '', 'Mild hyperemesis gravidarum delivered' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '643.03', '', 'Mild hyperemesis gravidarum antepartum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '643.10', '', 'Hyperemesis gravidarum with metabolic disturbance unspecified as to episode of care' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '643.11', '', 'Hyperemesis gravidarum with metabolic disturbance delivered' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '643.13', '', 'Hyperemesis gravidarum with metabolic disturbance antepartum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '643.20', '', 'Late vomiting of pregnancy unspecified as to episode of care' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '643.21', '', 'Late vomiting of pregnancy delivered' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '643.23', '', 'Late vomiting of pregnancy antepartum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '643.80', '', 'Other vomiting complicating pregnancy unspecified as to episode of care' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '643.81', '', 'Other vomiting complicating pregnancy delivered' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '643.83', '', 'Other vomiting complicating pregnancy antepartum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '643.90', '', 'Unspecified vomiting of pregnancy unspecified as to episode of care' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '643.91', '', 'Unspecified vomiting of pregnancy delivered' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '643.93', '', 'Unspecified vomiting of pregnancy antepartum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '644.00', '', 'Threatened premature labor unspecified as to episode of care' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '644.03', '', 'Threatened premature labor antepartum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '644.10', '', 'Other threatened labor unspecified as to episode of care' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '644.13', '', 'Other threatened labor antepartum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '644.20', '', 'Early onset of delivery unspecified as to episode of care' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '644.21', '', 'Early onset of delivery delivered with or without antepartum condition' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '645.10', '', 'Post term pregnancy unspecified episode of care' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '645.11', '', 'Post term pregnancy delivered with or without antepartum condition' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '645.13', '', 'Post term pregnancy antepartum condition or complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '645.20', '', 'Prolonged pregnancy unspecified episode of care' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '645.21', '', 'Prolonged pregnancy delivered with or without antepartum condition' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '645.23', '', 'Prolonged pregnancy antepartum condition or complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '646.00', '', 'Papyraceous fetus unspecified as to episode of care' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '646.01', '', 'Papyraceous fetus delivered with or without antepartum condition' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '646.03', '', 'Papyraceous fetus antepartum' ); +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' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '646.13', '', 'Antepartum edema or excessive weight gain' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '646.14', '', 'Postpartum edema or excessive weight gain' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '646.20', '', 'Unspecified renal disease in pregnancy unspecified as to episode of care' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '646.21', '', 'Unspecified renal disease in pregnancy with delivery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '646.22', '', 'Unspecified renal disease in pregnancy with delivery with postpartum complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '646.23', '', 'Unspecified antepartum renal disease' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '646.24', '', 'Unspecified postpartum renal disease' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '646.30', '', 'Habitual aborter currently pregnant unspecified as to episode of care' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '646.31', '', 'Habitual aborter delivered with or without antepartum condition' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '646.33', '', 'Habitual aborter antepartum condition or complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '646.40', '', 'Peripheral neuritis in pregnancy unspecified as to episode of care' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '646.41', '', 'Peripheral neuritis in pregnancy with delivery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '646.42', '', 'Peripheral neuritis in pregnancy with delivery with postpartum complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '646.43', '', 'Antepartum peripheral neuritis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '646.44', '', 'Postpartum peripheral neuritis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '646.50', '', 'Asymptomatic bacteriuria in pregnancy unspecified as to episode of care' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '646.51', '', 'Asymptomatic bacteriuria in pregnancy with delivery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '646.52', '', 'Asymptomatic bacteriuria in pregnancy with delivery with postpartum complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '646.53', '', 'Antepartum asymptomatic bacteriuria' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '646.54', '', 'Postpartum asymptomatic bacteriuria' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '646.61', '', 'Infections of genitourinary tract in pregnancy with delivery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '646.62', '', 'Infections of genitourinary tract in pregnancy with delivery with postpartum complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '646.63', '', 'Antepartum infections of genitourinary tract' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '646.64', '', 'Postpartum infections of genitourinary tract' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '646.70', '', 'Liver disorders in pregnancy unspecified as to episode of care' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '646.71', '', 'Liver disorders in pregnancy with delivery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '646.73', '', 'Antepartum liver disorders' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '646.80', '', 'Other specified complications of pregnancy unspecified as to episode of care' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '646.81', '', 'Other specified complications of pregnancy with delivery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '646.82', '', 'Other specified complications of pregnancy with delivery with postpartum complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '646.83', '', 'Other specified antepartum complications' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '646.84', '', 'Other specified postpartum complications' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '646.90', '', 'Unspecified complication of pregnancy unspecified as to episode of care' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '646.91', '', 'Unspecified complication of pregnancy with delivery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '646.93', '', 'Unspecified antepartum complication' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '647.01', '', 'Syphilis of mother complicating pregnancy with delivery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '647.02', '', 'Syphilis of mother complicating pregnancy with delivery with postpartum complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '647.03', '', 'Antepartum syphilis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '647.04', '', 'Postpartum syphilis' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '647.11', '', 'Gonorrhea of mother with delivery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '647.12', '', 'Gonorrhea of mother with delivery with postpartum complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '647.13', '', 'Antepartum gonorrhea' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '647.14', '', 'Postpartum gonorrhea' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '647.21', '', 'Other venereal diseases of mother with delivery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '647.22', '', 'Other venereal diseases of mother with delivery with postpartum complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '647.23', '', 'Other antepartum venereal diseases' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '647.24', '', 'Other postpartum venereal diseases' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '647.31', '', 'Tuberculosis of mother with delivery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '647.32', '', 'Tuberculosis of mother with delivery with postpartum complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '647.33', '', 'Antepartum tuberculosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '647.34', '', 'Postpartum tuberculosis' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '647.41', '', 'Malaria of mother with delivery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '647.42', '', 'Malaria of mother with delivery with postpartum complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '647.43', '', 'Antepartum malaria' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '647.44', '', 'Postpartum malaria' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '647.51', '', 'Rubella of mother with delivery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '647.52', '', 'Rubella of mother with delivery with postpartum complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '647.53', '', 'Antepartum rubella' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '647.54', '', 'Postpartum rubella' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '647.61', '', 'Other viral diseases of mother with delivery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '647.62', '', 'Other viral diseases of mother with delivery with postpartum complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '647.63', '', 'Other antepartum viral diseases' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '647.64', '', 'Other postpartum viral diseases' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '647.81', '', 'Other specified infectious and parasitic diseases of mother with delivery' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '647.83', '', 'Other specified infectious and parasitic diseases of mother antepartum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '647.84', '', 'Other specified infectious and parasitic diseases of mother postpartum' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '647.91', '', 'Unspecified infection or infestation of mother with delivery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '647.92', '', 'Unspecified infection or infestation of mother with delivery with postpartum complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '647.93', '', 'Unspecified infection or infestation of mother antepartum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '647.94', '', 'Unspecified infection or infestation of mother postpartum' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '648.01', '', 'Diabetes mellitus of mother with delivery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '648.02', '', 'Diabetes mellitus of mother with delivery with postpartum complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '648.03', '', 'Antepartum diabetes mellitus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '648.04', '', 'Postpartum diabetes mellitus' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '648.11', '', 'Thyroid dysfunction of mother with delivery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '648.12', '', 'Thyroid dysfunction of mother with delivery with postpartum complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '648.13', '', 'Antepartum thyroid dysfunction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '648.14', '', 'Postpartum thyroid dysfunction' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '648.21', '', 'Anemia of mother with delivery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '648.22', '', 'Anemia of mother with delivery with postpartum complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '648.23', '', 'Antepartum anemia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '648.24', '', 'Postpartum anemia' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '648.31', '', 'Drug dependence of mother with delivery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '648.32', '', 'Drug dependence of mother with delivery with postpartum complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '648.33', '', 'Antepartum drug dependence' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '648.34', '', 'Postpartum drug dependence' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '648.41', '', 'Mental disorders of mother with delivery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '648.42', '', 'Mental disorders of mother with delivery with postpartum complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '648.43', '', 'Antepartum mental disorders of mother' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '648.44', '', 'Postpartum mental disorders of mother' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '648.51', '', 'Congenital cardiovascular disorders of mother with delivery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '648.52', '', 'Congenital cardiovascular disorders of mother with delivery with postpartum complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '648.53', '', 'Congenital cardiovascular disorders of mother antepartum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '648.54', '', 'Congenital cardiovascular disorders of mother postpartum' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '648.61', '', 'Other cardiovascular diseases of mother with delivery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '648.62', '', 'Other cardiovascular diseases of mother with delivery with postpartum complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '648.63', '', 'Other cardiovascular diseases of mother antepartum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '648.64', '', 'Other cardiovascular diseases of mother postpartum' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '648.81', '', 'Abnormal glucose tolerance of mother with delivery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '648.82', '', 'Abnormal glucose tolerance of mother with delivery with postpartum complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '648.83', '', 'Abnormal glucose tolerance of mother antepartum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '648.84', '', 'Abnormal glucose tolerance of mother postpartum' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '648.91', '', 'Other current conditions classifiable elsewhere of mother with delivery' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '648.93', '', 'Other current conditions classifiable elsewhere of mother antepartum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '648.94', '', 'Other current conditions classifiable elsewhere of mother postpartum' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '649.13', '', 'Obesity complicating pregnancy, childbirth, or the puerperium, antepartum condition or complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '649.14', '', 'Obesity complicating pregnancy, childbirth, or the puerperium, postpartum condition or complication' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '649.43', '', 'Epilepsy complicating pregnancy, childbirth, or the puerperium, antepartum condition or complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '649.44', '', 'Epilepsy complicating pregnancy, childbirth, or the puerperium, postpartum condition or complication' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '649.51', '', 'Spotting complicating pregnancy, delivered, with or without mention of antepartum condition' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '649.53', '', 'Spotting complicating pregnancy, antepartum condition or complication' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '649.62', '', 'Uterine size date discrepancy, delivered, with mention of postpartum complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '649.63', '', 'Uterine size date discrepancy, antepartum condition or complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '649.64', '', 'Uterine size date discrepancy, postpartum condition or complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '649.70', '', 'Cervical shortening, unspecified as to episode of care or not applicable' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '649.71', '', 'Cervical shortening, delivered, with or without mention of antepartum condition' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '649.73', '', 'Cervical shortening, antepartum condition or complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '650', '', 'Normal delivery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '651.00', '', 'Twin pregnancy unspecified as to episode of care' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '651.01', '', 'Twin pregnancy delivered' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '651.03', '', 'Twin pregnancy antepartum condition or complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '651.10', '', 'Triplet pregnancy unspecified as to episode of care' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '651.11', '', 'Triplet pregnancy delivered' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '651.13', '', 'Triplet pregnancy antepartum condition or complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '651.20', '', 'Quadruplet pregnancy unspecified as to episode of care' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '651.21', '', 'Quadruplet pregnancy delivered' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '651.23', '', 'Quadruplet pregnancy antepartum condition or complication' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '651.73', '', 'Multiple gestation following (elective) fetal reduction, antepartum condition or complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '651.80', '', 'Other specified multiple gestation unspecified as to episode of care' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '651.81', '', 'Other specified multiple gestation delivered' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '651.83', '', 'Other specified multiple gestation antepartum condition or complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '651.90', '', 'Unspecified multiple gestation unspecified as to episode of care' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '651.91', '', 'Unspecified multiple gestation delivered' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '651.93', '', 'Unspecified multiple gestation antepartum condition or complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '652.00', '', 'Unstable lie unspecified as to episode of care' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '652.01', '', 'Unstable lie delivered' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '652.03', '', 'Unstable lie antepartum condition or complication' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '652.11', '', 'Breech or other malpresentation successfully converted to cephalic presentation delivered' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '652.13', '', 'Breech or other malpresentation successfully converted to cephalic presentation antepartum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '652.20', '', 'Breech presentation without version unspecified as to episode of care' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '652.21', '', 'Breech presentation without version delivered' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '652.23', '', 'Breech presentation without version antepartum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '652.30', '', 'Transverse or oblique presentation unspecified as to episode of care' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '652.31', '', 'Transverse or oblique presentation delivered' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '652.33', '', 'Transverse or oblique presentation antepartum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '652.40', '', 'Face or brow presentation unspecified as to episode of care' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '652.41', '', 'Face or brow presentation delivered' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '652.43', '', 'Face or brow presentation antepartum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '652.50', '', 'High head at term unspecified as to episode of care' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '652.51', '', 'High head at term delivered' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '652.53', '', 'High head at term antepartum' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '652.61', '', 'Multiple gestation with malpresentation of one fetus or more delivered' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '652.63', '', 'Multiple gestation with malpresentation of one fetus or more antepartum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '652.70', '', 'Prolapsed arm of fetus unspecified as to episode of care' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '652.71', '', 'Prolapsed arm of fetus delivered' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '652.73', '', 'Prolapsed arm antepartum condition or complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '652.80', '', 'Other specified malposition or malpresentation unspecified as to episode of care' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '652.81', '', 'Other specified malposition or malpresentation delivered' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '652.83', '', 'Other specified malposition or malpresentation antepartum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '652.90', '', 'Unspecified malposition or malpresentation unspecified as to episode of care' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '652.91', '', 'Unspecified malposition or malpresentation delivered' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '652.93', '', 'Unspecified malposition or malpresentation antepartum' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '653.01', '', 'Major abnormality of bony pelvis not further specified delivered' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '653.03', '', 'Major abnormality of bony pelvis not further specified antepartum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '653.10', '', 'Generally contracted pelvis unspecified as to episode of care in pregnancy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '653.11', '', 'Generally contracted pelvis delivered' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '653.13', '', 'Generally contracted pelvis antepartum' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '653.21', '', 'Inlet contraction of pelvis delivered' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '653.23', '', 'Inlet contraction of pelvis antepartum' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '653.31', '', 'Outlet contraction of pelvis delivered' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '653.33', '', 'Outlet contraction of pelvis antepartum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '653.40', '', 'Fetopelvic disproportion unspecified as to episode of care' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '653.41', '', 'Fetopelvic disproportion delivered' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '653.43', '', 'Fetopelvic disproportion antepartum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '653.50', '', 'Unusually large fetus causing disproportion unspecified as to episode of care' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '653.51', '', 'Unusually large fetus causing disproportion delivered' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '653.53', '', 'Unusually large fetus causing disproportion antepartum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '653.60', '', 'Hydrocephalic fetus causing disproportion unspecified as to episode of care' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '653.61', '', 'Hydrocephalic fetus causing disproportion delivered' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '653.63', '', 'Hydrocephalic fetus causing disproportion antepartum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '653.70', '', 'Other fetal abnormality causing disproportion unspecified as to episode of care' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '653.71', '', 'Other fetal abnormality causing disproportion delivered' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '653.73', '', 'Other fetal abnormality causing disproportion antepartum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '653.80', '', 'Disproportion of other origin unspecified as to episode of care' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '653.81', '', 'Disproportion of other origin delivered' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '653.83', '', 'Disproportion of other origin antepartum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '653.90', '', 'Unspecified disproportion unspecified as to episode of care' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '653.91', '', 'Unspecified disproportion delivered' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '653.93', '', 'Unspecified disproportion antepartum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '654.00', '', 'Congenital abnormalities of uterus unspecified as to episode of care' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '654.01', '', 'Congenital abnormalities of uterus with delivery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '654.02', '', 'Congenital abnormalities of uterus delivered with postpartum complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '654.03', '', 'Congenital abnormalities of uterus antepartum condition or complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '654.04', '', 'Congenital abnormalities of uterus postpartum condition or complication' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '654.11', '', 'Tumors of body of uterus with delivery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '654.12', '', 'Tumors of body of uterus delivered with postpartum complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '654.13', '', 'Tumors of body of uterus antepartum condition or complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '654.14', '', 'Tumors of body of uterus postpartum condition or complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '654.20', '', 'Previous cesarean delivery unspecified as to episode of care in pregnancy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '654.21', '', 'Previous cesarean delivery with delivery with or without antepartum condition' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '654.23', '', 'Previous cesarean delivery antepartum condition or complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '654.30', '', 'Retroverted and incarcerated gravid uterus unspecified as to episode of care' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '654.31', '', 'Retroverted and incarcerated gravid uterus delivered' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '654.32', '', 'Retroverted and incarcerated gravid uterus delivered with postpartum complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '654.33', '', 'Retroverted and incarcerated gravid uterus antepartum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '654.34', '', 'Retroverted and incarcerated gravid uterus postpartum' ); +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' ); +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' ); +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' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '654.50', '', 'Cervical incompetence unspecified as to episode of care in pregnancy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '654.51', '', 'Cervical incompetence with delivery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '654.52', '', 'Cervical incompetence delivered with postpartum complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '654.53', '', 'Cervical incompetence antepartum condition or complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '654.54', '', 'Cervical incompetence postpartum condition or complication' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '654.61', '', 'Other congenital or acquired abnormality of cervix with delivery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '654.62', '', 'Other congenital or acquired abnormality of cervix delivered with postpartum complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '654.63', '', 'Other congenital or acquired abnormality of cervix antepartum condition or complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '654.64', '', 'Other congenital or acquired abnormality of cervix postpartum condition or complication' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '654.71', '', 'Congenital or acquired abnormality of vagina with delivery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '654.72', '', 'Congenital or acquired abnormality of vagina delivered with postpartum complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '654.73', '', 'Congenital or acquired abnormality of vagina antepartum condition or complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '654.74', '', 'Congenital or acquired abnormality of vagina postpartum condition or complication' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '654.81', '', 'Congenital or acquired abnormality of vulva with delivery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '654.82', '', 'Congenital or acquired abnormality of vulva delivered with postpartum complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '654.83', '', 'Congenital or acquired abnormality of vulva antepartum condition or complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '654.84', '', 'Congenital or acquired abnormality of vulva postpartum condition or complication' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '655.01', '', 'Central nervous system malformation in fetus with delivery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '655.03', '', 'Central nervous system malformation in fetus antepartum' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '655.11', '', 'Chromosomal abnormality in fetus affecting management of mother with delivery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '655.13', '', 'Chromosomal abnormality in fetus affecting management of mother antepartum' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '655.51', '', 'Suspected damage to fetus from drugs affecting management of mother delivered' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '655.53', '', 'Suspected damage to fetus from drugs affecting management of mother antepartum' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '655.61', '', 'Suspected damage to fetus from radiation affecting management of mother delivered' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '655.71', '', 'Decreased fetal movements affecting management of mother delivered' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '655.73', '', 'Decreased fetal movements affecting management of mother antepartum condition or complication' ); +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' ); +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' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '655.91', '', 'Unspecified suspected fetal abnormality affecting management of mother delivered' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '656.00', '', 'Fetal-maternal hemorrhage unspecified as to episode of care in pregnancy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '656.01', '', 'Fetal-maternal hemorrhage with delivery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '656.03', '', 'Fetal-maternal hemorrhage antepartum condition or complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '656.10', '', 'Rhesus isoimmunization unspecified as to episode of care in pregnancy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '656.11', '', 'Rhesus isoimmunization affecting management of mother delivered' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '656.13', '', 'Rhesus isoimmunization affecting management of mother antepartum condition' ); +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' ); +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' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '656.31', '', 'Fetal distress affecting management of mother delivered' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '656.33', '', 'Fetal distress affecting management of mother antepartum' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '656.41', '', 'Intrauterine death affecting management of mother delivered' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '656.43', '', 'Intrauterine death affecting management of mother antepartum' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '656.51', '', 'Poor fetal growth affecting management of mother delivered' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '656.53', '', 'Poor fetal growth affecting management of mother antepartum condition or complication' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '656.61', '', 'Excessive fetal growth affecting management of mother delivered' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '656.63', '', 'Excessive fetal growth affecting management of mother antepartum' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '656.71', '', 'Other placental conditions affecting management of mother delivered' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '656.73', '', 'Other placental conditions affecting management of mother antepartum' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '656.81', '', 'Other specified fetal and placental problems affecting management of mother delivered' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '656.83', '', 'Other specified fetal and placental problems affecting management of mother antepartum' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '656.91', '', 'Unspecified fetal and placental problem affecting management of mother delivered' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '656.93', '', 'Unspecified fetal and placental problem affecting management of mother antepartum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '657.00', '', 'Polyhydramnios unspecified as to episode of care' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '657.01', '', 'Polyhydramnios with delivery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '657.03', '', 'Polyhydramnios antepartum complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '658.00', '', 'Oligohydramnios unspecified as to episode of care' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '658.01', '', 'Oligohydramnios delivered' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '658.03', '', 'Oligohydramnios antepartum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '658.10', '', 'Premature rupture of membranes unspecified as to episode of care' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '658.11', '', 'Premature rupture of membranes delivered' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '658.13', '', 'Premature rupture of membranes antepartum' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '658.21', '', 'Delayed delivery after spontaneous or unspecified rupture of membranes delivered' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '658.23', '', 'Delayed delivery after spontaneous or unspecified rupture of membranes antepartum' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '658.31', '', 'Delayed delivery after artificial rupture of membranes delivered' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '658.33', '', 'Delayed delivery after artificial rupture of membranes antepartum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '658.40', '', 'Infection of amniotic cavity unspecified as to episode of care' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '658.41', '', 'Infection of amniotic cavity delivered' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '658.43', '', 'Infection of amniotic cavity antepartum' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '658.81', '', 'Other problems associated with amniotic cavity and membranes delivered' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '658.83', '', 'Other problems associated with amniotic cavity and membranes antepartum' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '658.91', '', 'Unspecified problem associated with amniotic cavity and membranes delivered' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '658.93', '', 'Unspecified problem associated with amniotic cavity and membranes antepartum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '659.00', '', 'Failed mechanical induction of labor unspecified as to episode of care' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '659.01', '', 'Failed mechanical induction of labor delivered' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '659.03', '', 'Failed mechanical induction of labor antepartum' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '659.11', '', 'Failed medical or unspecified induction of labor delivered' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '659.13', '', 'Failed medical or unspecified induction of labor antepartum' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '659.21', '', 'Unspecified type maternal pyrexia during labor delivered' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '659.23', '', 'Unspecified type maternal pyrexia antepartum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '659.30', '', 'Generalized infection during labor unspecified as to episode of care' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '659.31', '', 'Generalized infection during labor delivered' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '659.33', '', 'Generalized infection during labor antepartum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '659.40', '', 'Grand multiparity with current pregnancy unspecified as to episode of care' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '659.41', '', 'Grand multiparity with current pregnancy delivered' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '659.43', '', 'Grand multiparity with current pregnancy antepartum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '659.50', '', 'Elderly primigravida unspecified as to episode of care' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '659.51', '', 'Elderly primigravida delivered' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '659.53', '', 'Elderly primigravida antepartum' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '659.61', '', 'Other advanced maternal age delivered with or without antepartum condition' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '659.63', '', 'Other advanced maternal age antepartum condition or complication' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '659.73', '', 'Abnormality in fetal heart rate or rhythm antepartum condition or complication' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '660.03', '', 'Obstruction caused by malposition of fetus at onset of labor antepartum' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '660.11', '', 'Obstruction by bony pelvis during labor with delivery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '660.13', '', 'Obstruction by bony pelvis during labor antepartum' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '660.21', '', 'Obstruction by abnormal pelvic soft tissues during labor with delivery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '660.23', '', 'Obstruction by abnormal pelvic soft tissues during labor antepartum' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '660.31', '', 'Deep transverse arrest and persistent occipitoposterior position with delivery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '660.33', '', 'Deep transverse arrest and persistent occipitoposterior position antepartum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '660.40', '', 'Shoulder (girdle) dystocia unspecified as to episode of care' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '660.41', '', 'Shoulder (girdle) dystocia with delivery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '660.43', '', 'Shoulder (girdle) dystocia antepartum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '660.50', '', 'Locked twins unspecified as to episode of care in pregnancy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '660.51', '', 'Locked twins with delivery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '660.53', '', 'Locked twins antepartum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '660.60', '', 'Unspecified failed trial of labor unspecified as to episode of care' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '660.61', '', 'Unspecified failed trial of labor with delivery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '660.63', '', 'Unspecified failed trial of labor antepartum' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '660.71', '', 'Unspecified failed forceps or vacuum extractor with delivery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '660.73', '', 'Unspecified failed forceps or vacuum extractor antepartum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '660.80', '', 'Other causes of obstructed labor unspecified as to episode of care' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '660.81', '', 'Other causes of obstructed labor with delivery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '660.83', '', 'Other causes of obstructed labor antepartum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '660.90', '', 'Unspecified obstructed labor unspecified as to episode of care' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '660.91', '', 'Unspecified obstructed labor with delivery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '660.93', '', 'Unspecified obstructed labor antepartum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '661.00', '', 'Primary uterine inertia unspecified as to episode of care' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '661.01', '', 'Primary uterine inertia with delivery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '661.03', '', 'Primary uterine inertia antepartum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '661.10', '', 'Secondary uterine inertia unspecified as to episode of care' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '661.11', '', 'Secondary uterine inertia with delivery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '661.13', '', 'Secondary uterine inertia antepartum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '661.20', '', 'Other and unspecified uterine inertia unspecified as to episode of care' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '661.21', '', 'Other and unspecified uterine inertia with delivery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '661.23', '', 'Other and unspecified uterine inertia antepartum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '661.30', '', 'Precipitate labor unspecified as to episode of care' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '661.31', '', 'Precipitate labor with delivery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '661.33', '', 'Precipitate labor antepartum' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '661.41', '', 'Hypertonic incoordinate or prolonged uterine contractions with delivery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '661.43', '', 'Hypertonic incoordinate or prolonged uterine contractions antepartum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '661.90', '', 'Unspecified abnormality of labor unspecified as to episode of care' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '661.91', '', 'Unspecified abnormality of labor with delivery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '661.93', '', 'Unspecified abnormality of labor antepartum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '662.00', '', 'Prolonged first stage of labor unspecified as to episode of care' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '662.01', '', 'Prolonged first stage of labor delivered' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '662.03', '', 'Prolonged first stage of labor antepartum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '662.10', '', 'Unspecified type prolonged labor unspecified as to episode of care' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '662.11', '', 'Unspecified type prolonged labor delivered' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '662.13', '', 'Unspecified type prolonged labor antepartum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '662.20', '', 'Prolonged second stage of labor unspecified as to episode of care' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '662.21', '', 'Prolonged second stage of labor delivered' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '662.23', '', 'Prolonged second stage of labor antepartum' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '662.31', '', 'Delayed delivery of second twin triplet etc. delivered' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '662.33', '', 'Delayed delivery of second twin triplet etc. antepartum' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '663.01', '', 'Prolapse of cord complicating labor and delivery delivered' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '663.03', '', 'Prolapse of cord complicating labor and delivery antepartum' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '663.11', '', 'Cord around neck with compression complicating labor and delivery delivered' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '663.13', '', 'Cord around neck with compression complicating labor and delivery antepartum' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '663.41', '', 'Short cord complicating labor and delivery delivered' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '663.43', '', 'Short cord complicating labor and delivery antepartum' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '663.51', '', 'Vasa previa complicating labor and delivery delivered' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '663.53', '', 'Vasa previa complicating labor and delivery antepartum' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '663.61', '', 'Vascular lesions of cord complicating labor and delivery delivered' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '663.63', '', 'Vascular lesions of cord complicating labor and delivery antepartum' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '663.81', '', 'Other umbilical cord complications during labor and delivery delivered' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '663.83', '', 'Other umbilical cord complications during labor and delivery antepartum' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '663.91', '', 'Unspecified umbilical cord complication during labor and delivery delivered' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '663.93', '', 'Unspecified umbilical cord complication during labor and delivery antepartum' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '664.01', '', 'First-degree perineal laceration with delivery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '664.04', '', 'First-degree perineal laceration postpartum' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '664.11', '', 'Second-degree perineal laceration with delivery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '664.14', '', 'Second-degree perineal laceration postpartum' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '664.21', '', 'Third-degree perineal laceration with delivery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '664.24', '', 'Third-degree perineal laceration postpartum' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '664.31', '', 'Fourth-degree perineal laceration with delivery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '664.34', '', 'Fourth-degree perineal laceration postpartum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '664.40', '', 'Unspecified perineal laceration unspecified as to episode of care in pregnancy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '664.41', '', 'Unspecified perineal laceration with delivery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '664.44', '', 'Unspecified perineal laceration postpartum' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '664.51', '', 'Vulvar and perineal hematoma with delivery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '664.54', '', 'Vulvar and perineal hematoma postpartum' ); +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' ); +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' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '664.81', '', 'Other specified trauma to perineum and vulva with delivery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '664.84', '', 'Other specified trauma to perineum and vulva postpartum' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '664.91', '', 'Unspecified trauma to perineum and vulva with delivery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '664.94', '', 'Unspecified trauma to perineum and vulva postpartum' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '665.01', '', 'Rupture of uterus before onset of labor with delivery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '665.03', '', 'Rupture of uterus before onset of labor antepartum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '665.10', '', 'Rupture of uterus unspecified as to episode of care' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '665.11', '', 'Rupture of uterus with delivery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '665.20', '', 'Inversion of uterus unspecified as to episode of care in pregnancy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '665.22', '', 'Inversion of uterus delivered with postpartum complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '665.24', '', 'Inversion of uterus postpartum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '665.30', '', 'Laceration of cervix unspecified as to episode of care in pregnancy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '665.31', '', 'Laceration of cervix with delivery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '665.34', '', 'Laceration of cervix postpartum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '665.40', '', 'High vaginal laceration unspecified as to episode of care in pregnancy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '665.41', '', 'High vaginal laceration with delivery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '665.44', '', 'High vaginal laceration postpartum' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '665.51', '', 'Other injury to pelvic organs with delivery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '665.54', '', 'Other injury to pelvic organs postpartum' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '665.61', '', 'Damage to pelvic joints and ligaments with delivery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '665.64', '', 'Damage to pelvic joints and ligaments postpartum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '665.70', '', 'Pelvic hematoma unspecified as to episode of care' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '665.71', '', 'Pelvic hematoma with delivery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '665.72', '', 'Pelvic hematoma delivered with postpartum complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '665.74', '', 'Pelvic hematoma postpartum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '665.80', '', 'Other specified obstetrical trauma unspecified as to episode of care' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '665.81', '', 'Other specified obstetrical trauma with delivery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '665.82', '', 'Other specified obstetrical trauma delivered with postpartum condition or complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '665.83', '', 'Other specified obstetrical trauma antepartum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '665.84', '', 'Other specified obstetrical trauma postpartum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '665.90', '', 'Unspecified obstetrical trauma unspecified as to episode of care' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '665.91', '', 'Unspecified obstetrical trauma with delivery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '665.92', '', 'Unspecified obstetrical trauma delivered with postpartum complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '665.93', '', 'Unspecified obstetrical trauma antepartum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '665.94', '', 'Unspecified obstetrical trauma postpartum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '666.00', '', 'Third-stage postpartum hemorrhage unspecified as to episode of care' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '666.02', '', 'Third-stage postpartum hemorrhage with delivery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '666.04', '', 'Third-stage postpartum hemorrhage' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '666.10', '', 'Other immediate postpartum hemorrhage unspecified as to episode of care' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '666.12', '', 'Other immediate postpartum hemorrhage with delivery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '666.14', '', 'Other immediate postpartum hemorrhage' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '666.20', '', 'Delayed and secondary postpartum hemorrhage unspecified as to episode of care' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '666.22', '', 'Delayed and secondary postpartum hemorrhage with delivery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '666.24', '', 'Delayed and secondary postpartum hemorrhage' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '666.30', '', 'Postpartum coagulation defects unspecified as to episode of care' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '666.32', '', 'Postpartum coagulation defects with delivery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '666.34', '', 'Postpartum coagulation defects' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '667.00', '', 'Retained placenta without hemorrhage unspecified as to episode of care' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '667.02', '', 'Retained placenta without hemorrhage with delivery with postpartum complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '667.04', '', 'Retained placenta without hemorrhage postpartum condition or complication' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '669.01', '', 'Maternal distress with delivery with or without antepartum condition' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '669.02', '', 'Maternal distress with delivery with postpartum complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '669.03', '', 'Maternal distress complicating labor and delivery antepartum condition or complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '669.04', '', 'Maternal distress complicating labor and delivery postpartum condition or complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '669.10', '', 'Obstetric shock unspecified as to episode of care' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '669.11', '', 'Obstetric shock with delivery with or without antepartum condition' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '669.12', '', 'Obstetric shock with delivery with postpartum complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '669.13', '', 'Antepartum obstetric shock' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '669.14', '', 'Postpartum obstetric shock' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '669.21', '', 'Maternal hypotension syndrome with delivery with or without antepartum condition' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '669.22', '', 'Maternal hypotension syndrome with delivery with postpartum complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '669.23', '', 'Maternal hypotension syndrome antepartum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '669.24', '', 'Maternal hypotension syndrome postpartum' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '669.34', '', 'Acute kidney failure following labor and delivery, postpartum condition or complication' ); +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' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '669.43', '', 'Other complications of obstetrical surgery and procedures antepartum condition or complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '669.44', '', 'Other complications of obstetrical surgery and procedures postpartum condition or complication' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '669.60', '', 'Breech extraction without indication unspecified as to episode of care' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '669.61', '', 'Breech extraction without indication delivered with or without antepartum condition' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '669.70', '', 'Cesarean delivery without indication unspecified as to episode of care' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '669.71', '', 'Cesarean delivery without indication delivered with or without antepartum condition' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '669.82', '', 'Other complications of labor and delivery delivered with postpartum complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '669.83', '', 'Other complications of labor and delivery antepartum condition or complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '669.84', '', 'Other complications of labor and delivery postpartum condition or complication' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '669.92', '', 'Unspecified complication of labor and delivery with delivery with postpartum complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '669.93', '', 'Unspecified complication of labor and delivery antepartum condition or complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '669.94', '', 'Unspecified complication of labor and delivery postpartum condition or complication' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '670.02', '', 'Major puerperal infection, unspecified, delivered, with mention of postpartum complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '670.04', '', 'Major puerperal infection, unspecified, postpartum condition or complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '670.10', '', 'Puerperal endometritis, unspecified as to episode of care or not applicable' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '670.12', '', 'Puerperal endometritis, delivered, with mention of postpartum complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '670.14', '', 'Puerperal endometritis, postpartum condition or complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '670.20', '', 'Puerperal sepsis, unspecified as to episode of care or not applicable' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '670.22', '', 'Puerperal sepsis, delivered, with mention of postpartum complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '670.24', '', 'Puerperal sepsis, postpartum condition or complication' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '670.32', '', 'Puerperal septic thrombophlebitis, delivered, with mention of postpartum complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '670.34', '', 'Puerperal septic thrombophlebitis, postpartum condition or complication' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '670.82', '', 'Other major puerperal infection, delivered, with mention of postpartum complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '670.84', '', 'Other major puerperal infection, postpartum condition or complication' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '671.01', '', 'Varicose veins of legs with delivery with or without antepartum condition' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '671.02', '', 'Varicose veins of legs with delivery with postpartum complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '671.03', '', 'Antepartum varicose veins of legs' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '671.04', '', 'Postpartum varicose veins of legs' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '671.12', '', 'Varicose veins of vulva and perineum with delivery with postpartum complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '671.13', '', 'Antepartum varicose veins of vulva and perineum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '671.14', '', 'Postpartum varicose veins of vulva and perineum' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '671.21', '', 'Superficial thrombophlebitis with delivery with or without antepartum condition' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '671.22', '', 'Superficial thrombophlebitis with delivery with postpartum complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '671.23', '', 'Antepartum superficial thrombophlebitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '671.24', '', 'Postpartum superficial thrombophlebitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '671.30', '', 'Deep phlebothrombosis antepartum unspecified as to episode of care' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '671.31', '', 'Deep phlebothrombosis antepartum with delivery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '671.33', '', 'Deep phlebothrombosis antepartum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '671.40', '', 'Deep phlebothrombosis postpartum unspecified as to episode of care' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '671.42', '', 'Deep phlebothrombosis postpartum with delivery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '671.44', '', 'Deep phlebothrombosis postpartum' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '671.51', '', 'Other phlebitis and thrombosis with delivery with or without antepartum condition' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '671.52', '', 'Other phlebitis and thrombosis with delivery with postpartum complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '671.53', '', 'Other antepartum phlebitis and thrombosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '671.54', '', 'Other postpartum phlebitis and thrombosis' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '671.81', '', 'Other venous complications with delivery with or without antepartum condition' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '671.82', '', 'Other venous complications with delivery with postpartum complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '671.83', '', 'Other antepartum venous complications' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '671.84', '', 'Other postpartum venous complications' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '671.91', '', 'Unspecified venous complication with delivery with or without antepartum condition' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '671.92', '', 'Unspecified venous complication with delivery with postpartum complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '671.93', '', 'Unspecified antepartum venous complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '671.94', '', 'Unspecified postpartum venous complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '672.00', '', 'Puerperal pyrexia of unknown origin unspecified as to episode of care' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '672.02', '', 'Puerperal pyrexia of unknown origin delivered with postpartum complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '672.04', '', 'Puerperal pyrexia of unknown origin postpartum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '673.00', '', 'Obstetrical air embolism unspecified as to episode of care' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '673.01', '', 'Obstetrical air embolism with delivery with or without antepartum condition' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '673.02', '', 'Obstetrical air embolism with delivery with postpartum complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '673.03', '', 'Obstetrical air embolism antepartum condition or complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '673.04', '', 'Obstetrical air embolism postpartum condition or complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '673.10', '', 'Amniotic fluid embolism unspecified as to episode of care' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '673.11', '', 'Amniotic fluid embolism with delivery with or without antepartum condition' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '673.12', '', 'Amniotic fluid embolism with delivery with postpartum complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '673.13', '', 'Amniotic fluid embolism antepartum condition or complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '673.14', '', 'Amniotic fluid embolism postpartum condition or complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '673.20', '', 'Obstetrical blood-clot embolism unspecified as to episode of care' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '673.21', '', 'Obstetrical blood-clot embolism with delivery with or without antepartum condition' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '673.22', '', 'Obstetrical blood-clot embolism with postpartum complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '673.23', '', 'Obstetrical blood-clot embolism antepartum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '673.24', '', 'Obstetrical blood-clot embolism postpartum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '673.30', '', 'Obstetrical pyemic and septic embolism unspecified as to episode of care' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '673.32', '', 'Obstetrical pyemic and septic embolism with delivery with postpartum complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '673.33', '', 'Obstetrical pyemic and septic embolism antepartum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '673.34', '', 'Obstetrical pyemic and septic embolism postpartum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '673.80', '', 'Other obstetrical pulmonary embolism unspecified as to episode of care' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '673.81', '', 'Other obstetrical pulmonary embolism with delivery with or without antepartum condition' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '673.82', '', 'Other obstetrical pulmonary embolism with delivery with postpartum complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '673.83', '', 'Other obstetrical pulmonary embolism antepartum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '673.84', '', 'Other obstetrical pulmonary embolism postpartum' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '674.01', '', 'Cerebrovascular disorders with delivery with or without antepartum condition' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '674.02', '', 'Cerebrovascular disorders with delivery with postpartum complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '674.03', '', 'Antepartum cerebrovascular disorders' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '674.04', '', 'Postpartum cerebrovascular disorders' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '674.10', '', 'Disruption of cesarean wound unspecified as to episode of care' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '674.12', '', 'Disruption of cesarean wound with delivery with postpartum complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '674.14', '', 'Disruption of cesarean wound postpartum' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '674.22', '', 'Disruption of perineal wound with delivery with postpartum complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '674.24', '', 'Disruption of obstetrical perineal wound postpartum' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '674.32', '', 'Other complications of obstetrical surgical wounds with delivery with postpartum complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '674.34', '', 'Other complications of obstetrical surgical wounds postpartum condition or complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '674.40', '', 'Placental polyp unspecified as to episode of care' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '674.42', '', 'Placental polyp with delivery with postpartum complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '674.44', '', 'Placental polyp postpartum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '674.50', '', 'Peripartum cardiomyopathy unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '674.51', '', 'Peripartum cardiomyopathy with delivery with or without antepartum condition' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '674.52', '', 'Peripartum cardiomyopathy with delivery with postpartum complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '674.53', '', 'Peripartum cardiomyopathy with antepartum condition or complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '674.54', '', 'Peripartum cardiomyopathy with postpartum condition or complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '674.80', '', 'Other complications of puerperium unspecified as to episode of care' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '674.82', '', 'Other complications of puerperium with delivery with postpartum complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '674.84', '', 'Other complications of puerperium' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '674.90', '', 'Unspecified complications of puerperium unspecified as to episode of care' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '674.92', '', 'Unspecified complications of puerperium with delivery with postpartum complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '674.94', '', 'Unspecified complications of puerperium' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '675.02', '', 'Infections of nipple associated with childbirth delivered with postpartum complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '675.03', '', 'Antepartum infections of nipple' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '675.04', '', 'Postpartum infections of nipple' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '675.12', '', 'Abscess of breast associated with childbirth delivered with postpartum complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '675.13', '', 'Antepartum abscess of breast' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '675.14', '', 'Postpartum abscess of breast' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '675.20', '', 'Nonpurulent mastitis associated with childbirth unspecified as to episode of care' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '675.21', '', 'Nonpurulent mastitis associated with childbirth delivered with or without antepartum condition' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '675.22', '', 'Nonpurulent mastitis associated with childbirth delivered with postpartum complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '675.23', '', 'Antepartum nonpurulent mastitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '675.24', '', 'Postpartum nonpurulent mastitis' ); +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' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '675.83', '', 'Other specified antepartum infections of the breast and nipple' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '675.84', '', 'Other specified postpartum infections of the breast and nipple' ); +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' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '675.93', '', 'Unspecified antepartum infection of the breast and nipple' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '675.94', '', 'Unspecified postpartum infection of the breast and nipple' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '676.00', '', 'Retracted nipple associated with childbirth unspecified as to episode of care' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '676.01', '', 'Retracted nipple associated with childbirth delivered with or without antepartum condition' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '676.02', '', 'Retracted nipple associated with childbirth delivered with postpartum complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '676.03', '', 'Retracted nipple associated with childbirth antepartum condition or complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '676.04', '', 'Retracted nipple associated with childbirth postpartum condition or complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '676.10', '', 'Cracked nipple associated with childbirth unspecified as to episode of care' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '676.11', '', 'Cracked nipple associated with childbirth delivered with or without antepartum condition' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '676.12', '', 'Cracked nipple associated with childbirth delivered with postpartum complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '676.13', '', 'Cracked nipple associated with childbirth antepartum condition or complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '676.14', '', 'Cracked nipple associated with childbirth postpartum condition or complication' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '676.22', '', 'Engorgement of breasts associated with childbirth delivered with postpartum complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '676.23', '', 'Antepartum engorgement of breasts associated with childbirth' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '676.24', '', 'Postpartum engorgement of breasts associated with childbirth' ); +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' ); +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' ); +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' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '676.40', '', 'Failure of lactation unspecified as to episode of care' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '676.41', '', 'Failure of lactation with delivery with or without antepartum condition' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '676.42', '', 'Failure of lactation with delivery with postpartum complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '676.43', '', 'Failure of lactation antepartum condition or complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '676.44', '', 'Failure of lactation postpartum condition or complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '676.50', '', 'Suppressed lactation unspecified as to episode of care' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '676.51', '', 'Suppressed lactation with delivery with or without antepartum condition' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '676.52', '', 'Suppressed lactation with delivery with postpartum complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '676.53', '', 'Suppressed lactation antepartum condition or complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '676.54', '', 'Suppressed lactation postpartum condition or complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '676.60', '', 'Galactorrhea associated with childbirth unspecified as to episode of care' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '676.61', '', 'Galactorrhea with delivery with or without antepartum condition' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '676.62', '', 'Galactorrhea with delivery with postpartum complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '676.63', '', 'Galactorrhea antepartum condition or complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '676.64', '', 'Galactorrhea postpartum condition or complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '676.80', '', 'Other disorders of lactation unspecified as to episode of care' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '676.81', '', 'Other disorders of lactation with delivery with or without antepartum condition' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '676.82', '', 'Other disorders of lactation with delivery with postpartum complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '676.83', '', 'Other disorders of lactation antepartum condition or complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '676.84', '', 'Other disorders of lactation postpartum condition or complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '676.90', '', 'Unspecified disorder of lactation unspecified as to episode of care' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '676.91', '', 'Unspecified disorder of lactation with delivery with or without antepartum condition' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '676.92', '', 'Unspecified disorder of lactation with delivery with postpartum complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '676.93', '', 'Unspecified disorder of lactation antepartum condition or complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '676.94', '', 'Unspecified disorder of lactation postpartum condition or complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '677', '', 'Late effect of complication of pregnancy childbirth the puerperium' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '678.01', '', 'Fetal hematologic conditions, delivered, with or without mention of antepartum condition' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '678.03', '', 'Fetal hematologic conditions, antepartum condition or complication' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '678.11', '', 'Fetal conjoined twins, delivered, with or without mention of antepartum condition' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '678.13', '', 'Fetal conjoined twins, antepartum condition or complication' ); +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' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '679.03', '', 'Maternal complications from in utero procedure, antepartum condition or complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '679.04', '', 'Maternal complications from in utero procedure, postpartum condition or complication' ); +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' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '679.13', '', 'Fetal complications from in utero procedures, antepartum condition or complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '679.14', '', 'Fetal complications from in utero procedures, postpartum condition or complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '680.0', '', 'Carbuncle and furuncle of face' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '680.1', '', 'Carbuncle and furuncle of neck' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '680.2', '', 'Carbuncle and furuncle of trunk' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '680.3', '', 'Carbuncle and furuncle of upper arm and forearm' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '680.4', '', 'Carbuncle and furuncle of hand' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '680.5', '', 'Carbuncle and furuncle of buttock' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '680.6', '', 'Carbuncle and furuncle of leg except foot' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '680.7', '', 'Carbuncle and furuncle of foot' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '680.8', '', 'Carbuncle and furuncle of other specified sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '680.9', '', 'Carbuncle and furuncle of unspecified site' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '681.00', '', 'Unspecified cellulitis and abscess of finger' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '681.01', '', 'Felon' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '681.02', '', 'Onychia and paronychia of finger' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '681.10', '', 'Unspecified cellulitis and abscess of toe' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '681.11', '', 'Onychia and paronychia of toe' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '681.9', '', 'Cellulitis and abscess of unspecified digit' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '682.0', '', 'Cellulitis and abscess of face' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '682.1', '', 'Cellulitis and abscess of neck' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '682.2', '', 'Cellulitis and abscess of trunk' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '682.3', '', 'Cellulitis and abscess of upper arm and forearm' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '682.4', '', 'Cellulitis and abscess of hand except fingers and thumb' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '682.5', '', 'Cellulitis and abscess of buttock' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '682.6', '', 'Cellulitis and abscess of leg except foot' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '682.7', '', 'Cellulitis and abscess of foot except toes' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '682.8', '', 'Cellulitis and abscess of other specified sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '682.9', '', 'Cellulitis and abscess of unspecified sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '683', '', 'Acute lymphadenitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '684', '', 'Impetigo' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '685.0', '', 'Pilonidal cyst with abscess' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '685.1', '', 'Pilonidal cyst without abscess' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '686.00', '', 'Pyoderma unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '686.01', '', 'Pyoderma gangrenosum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '686.09', '', 'Other pyoderma' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '686.1', '', 'Pyogenic granuloma of skin and subcutaneous tissue' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '686.8', '', 'Other specified local infections of skin and subcutaneous tissue' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '686.9', '', 'Unspecified local infection of skin and subcutaneous tissue' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '690.10', '', 'Seborrheic dermatitis unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '690.11', '', 'Seborrhea capitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '690.12', '', 'Seborrheic infantile dermatitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '690.18', '', 'Other seborrheic dermatitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '690.8', '', 'Other erythematosquamous dermatosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '691.0', '', 'Diaper or napkin rash' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '691.8', '', 'Other atopic dermatitis and related conditions' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '692.0', '', 'Contact dermatitis and other eczema due to detergents' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '692.1', '', 'Contact dermatitis and other eczema due to oils and greases' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '692.2', '', 'Contact dermatitis and other eczema due to solvents' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '692.4', '', 'Contact dermatitis and other eczema due to other chemical products' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '692.6', '', 'Contact dermatitis and other eczema due to plants (except food)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '692.70', '', 'Unspecified dermatitis due to sun' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '692.71', '', 'Sunburn' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '692.72', '', 'Acute dermatitis due to solar radiation' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '692.73', '', 'Actinic reticuloid and actinic granuloma' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '692.74', '', 'Other chronic dermatitis due to solar radiation' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '692.75', '', 'Disseminated superficial actinic porokeratosis (dsap)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '692.76', '', 'Sunburn of second degree' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '692.77', '', 'Sunburn of third degree' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '692.79', '', 'Other dermatitis due to solar radiation' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '692.81', '', 'Dermatitis due to cosmetics' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '692.82', '', 'Dermatitis due to other radiation' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '692.83', '', 'Dermatitis due to metals' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '692.84', '', 'Contact dermatitis due to animal (cat) (dog) dander' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '692.89', '', 'Contact dermatitis and other eczema due to other specified agents' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '692.9', '', 'Contact dermatitis and other eczema unspecified cause' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '693.0', '', 'Dermatitis due to drugs and medicines taken internally' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '693.1', '', 'Dermatitis due to food taken internally' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '693.8', '', 'Dermatitis due to other specified substances taken internally' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '693.9', '', 'Dermatitis due to unspecified substance taken internally' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '694.0', '', 'Dermatitis herpetiformis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '694.1', '', 'Subcorneal pustular dermatosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '694.2', '', 'Juvenile dermatitis herpetiformis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '694.3', '', 'Impetigo herpetiformis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '694.4', '', 'Pemphigus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '694.5', '', 'Pemphigoid' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '694.60', '', 'Benign mucous membrane pemphigoid without ocular involvement' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '694.61', '', 'Benign mucous membrane pemphigoid with ocular involvement' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '694.8', '', 'Other specified bullous dermatoses' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '694.9', '', 'Unspecified bullous dermatoses' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '695.0', '', 'Toxic erythema' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '695.10', '', 'Erythema multiforme, unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '695.11', '', 'Erythema multiforme minor' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '695.12', '', 'Erythema multiforme major' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '695.13', '', 'Stevens-johnson syndrome' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '695.14', '', 'Stevens-johnson syndrome-toxic epidermal necrolysis overlap syndrome' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '695.15', '', 'Toxic epidermal necrolysis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '695.19', '', 'Other erythema multiforme' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '695.2', '', 'Erythema nodosum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '695.3', '', 'Rosacea' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '695.4', '', 'Lupus erythematosus' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '695.81', '', 'Ritter''s disease' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '695.89', '', 'Other specified erythematous conditions' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '695.9', '', 'Unspecified erythematous condition' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '696.0', '', 'Psoriatic arthropathy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '696.1', '', 'Other psoriasis and similar disorders' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '696.2', '', 'Parapsoriasis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '696.3', '', 'Pityriasis rosea' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '696.4', '', 'Pityriasis rubra pilaris' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '696.5', '', 'Other and unspecified pityriasis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '696.8', '', 'Other psoriasis and similar disorders' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '697.0', '', 'Lichen planus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '697.1', '', 'Lichen nitidus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '697.8', '', 'Other lichen not elsewhere classified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '697.9', '', 'Lichen unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '698.0', '', 'Pruritus ani' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '698.1', '', 'Pruritus of genital organs' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '698.2', '', 'Prurigo' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '698.3', '', 'Lichenification and lichen simplex chronicus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '698.4', '', 'Dermatitis factitia (artefacta)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '698.8', '', 'Other specified pruritic conditions' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '698.9', '', 'Unspecified pruritic disorder' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '700', '', 'Corns and callosities' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '701.0', '', 'Circumscribed scleroderma' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '701.1', '', 'Keratoderma acquired' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '701.2', '', 'Acquired acanthosis nigricans' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '701.3', '', 'Striae atrophicae' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '701.4', '', 'Keloid scar' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '701.5', '', 'Other abnormal granulation tissue' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '701.8', '', 'Other specified hypertrophic and atrophic conditions of skin' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '701.9', '', 'Unspecified hypertrophic and atrophic conditions of skin' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '702.0', '', 'Actinic keratosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '702.11', '', 'Inflamed seborrheic keratosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '702.19', '', 'Other seborrheic keratosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '702.8', '', 'Other specified dermatoses' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '703.0', '', 'Ingrowing nail' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '703.8', '', 'Other specified diseases of nail' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '703.9', '', 'Unspecified disease of nail' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '704.00', '', 'Alopecia unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '704.01', '', 'Alopecia areata' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '704.02', '', 'Telogen effluvium' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '704.09', '', 'Other alopecia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '704.1', '', 'Hirsutism' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '704.2', '', 'Abnormalities of the hair' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '704.3', '', 'Variations in hair color' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '704.8', '', 'Other specified diseases of hair and hair follicles' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '704.9', '', 'Unspecified disease of hair and hair follicles' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '705.0', '', 'Anhidrosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '705.1', '', 'Prickly heat' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '705.21', '', 'Primary focal hyperhidrosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '705.22', '', 'Secondary focal hyperhidrosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '705.81', '', 'Dyshidrosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '705.82', '', 'Fox-fordyce disease' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '705.83', '', 'Hidradenitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '705.89', '', 'Other specified disorders of sweat glands' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '705.9', '', 'Unspecified disorder of sweat glands' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '706.0', '', 'Acne varioliformis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '706.1', '', 'Other acne' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '706.2', '', 'Sebaceous cyst' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '706.3', '', 'Seborrhea' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '706.8', '', 'Other specified diseases of sebaceous glands' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '706.9', '', 'Unspecified disease of sebaceous glands' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '707.00', '', 'Chronic ulcer of skin, unspecified site' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '707.01', '', 'Chronic ulcer of skin, elbow' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '707.02', '', 'Chronic ulcer of skin, upper back' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '707.03', '', 'Chronic ulcer of skin, lower back' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '707.04', '', 'Chronic ulcer of skin, hip' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '707.05', '', 'Chronic ulcer of skin, buttock' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '707.06', '', 'Chronic ulcer of skin, ankle' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '707.07', '', 'Chronic ulcer of skin, heel' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '707.09', '', 'Chronic ulcer of skin, other site' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '707.10', '', 'Unspecified ulcer of lower limb' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '707.11', '', 'Ulcer of thigh' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '707.12', '', 'Ulcer of calf' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '707.13', '', 'Ulcer of ankle' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '707.14', '', 'Ulcer of heel and midfoot' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '707.15', '', 'Ulcer of other part of foot' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '707.19', '', 'Ulcer of other part of lower limb' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '707.20', '', 'Pressure ulcer, unspecified stage' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '707.21', '', 'Pressure ulcer, stage i' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '707.22', '', 'Pressure ulcer, stage ii' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '707.23', '', 'Pressure ulcer, stage iii' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '707.24', '', 'Pressure ulcer, stage iv' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '707.25', '', 'Pressure ulcer, unstageable' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '707.8', '', 'Chronic ulcer of other specified sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '707.9', '', 'Chronic ulcer of unspecified site' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '708.0', '', 'Allergic urticaria' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '708.1', '', 'Idiopathic urticaria' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '708.2', '', 'Urticaria due to cold and heat' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '708.3', '', 'Dermatographic urticaria' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '708.4', '', 'Vibratory urticaria' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '708.5', '', 'Cholinergic urticaria' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '708.8', '', 'Other specified urticaria' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '708.9', '', 'Unspecified urticaria' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '709.00', '', 'Dyschromia unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '709.01', '', 'Vitiligo' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '709.09', '', 'Other dyschromia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '709.1', '', 'Vascular disorders of skin' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '709.2', '', 'Scar conditions and fibrosis of skin' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '709.3', '', 'Degenerative skin disorders' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '709.4', '', 'Foreign body granuloma of skin and subcutaneous tissue' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '709.8', '', 'Other specified disorders of skin' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '709.9', '', 'Unspecified disorder of skin and subcutaneous tissue' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '710.0', '', 'Systemic lupus erythematosus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '710.1', '', 'Systemic sclerosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '710.2', '', 'Sicca syndrome' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '710.3', '', 'Dermatomyositis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '710.4', '', 'Polymyositis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '710.5', '', 'Eosinophilia myalgia syndrome' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '710.8', '', 'Other specified diffuse diseases of connective tissue' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '710.9', '', 'Unspecified diffuse connective tissue disease' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.00', '', 'Pyogenic arthritis site unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.01', '', 'Pyogenic arthritis involving shoulder region' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.02', '', 'Pyogenic arthritis involving upper arm' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.03', '', 'Pyogenic arthritis involving forearm' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.04', '', 'Pyogenic arthritis involving hand' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.05', '', 'Pyogenic arthritis involving pelvic region and thigh' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.06', '', 'Pyogenic arthritis involving lower leg' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.07', '', 'Pyogenic arthritis involving ankle and foot' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.08', '', 'Pyogenic arthritis involving other specified sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.09', '', 'Pyogenic arthritis involving multiple sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.10', '', 'Arthropathy site unspecified associated with reiter''s disease and nonspecific urethritis' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.13', '', 'Arthropathy involving forearm associated with reiter''s disease and nonspecific urethritis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.14', '', 'Arthropathy involving hand associated with reiter''s disease and nonspecific urethritis' ); +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' ); +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' ); +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' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.20', '', 'Arthropathy in behcet''s syndrome site unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.21', '', 'Arthropathy in behcet''s syndrome involving shoulder region' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.22', '', 'Arthropathy in behcet''s syndrome involving upper arm' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.23', '', 'Arthropathy in behcet''s syndrome involving forearm' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.24', '', 'Arthropathy in behcet''s syndrome involving hand' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.25', '', 'Arthropathy in behcet''s syndrome involving pelvic region and thigh' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.26', '', 'Arthropathy in behcet''s syndrome involving lower leg' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.27', '', 'Arthropathy in behcet''s syndrome involving ankle and foot' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.28', '', 'Arthropathy in behcet''s syndrome involving other specified sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.29', '', 'Arthropathy in behcet''s syndrome involving multiple sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.30', '', 'Postdysenteric arthropathy site unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.31', '', 'Postdysenteric arthropathy involving shoulder region' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.32', '', 'Postdysenteric arthropathy involving upper arm' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.33', '', 'Postdysenteric arthropathy involving forearm' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.34', '', 'Postdysenteric arthropathy involving hand' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.35', '', 'Postdysenteric arthropathy involving pelvic region and thigh' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.36', '', 'Postdysenteric arthropathy involving lower leg' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.37', '', 'Postdysenteric arthropathy involving ankle and foot' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.38', '', 'Postdysenteric arthropathy involving other specified sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.39', '', 'Postdysenteric arthropathy involving multiple sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.40', '', 'Arthropathy site unspecified associated with other bacterial diseases' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.41', '', 'Arthropathy involving shoulder region associated with other bacterial diseases' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.42', '', 'Arthropathy involving upper arm associated with other bacterial diseases' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.43', '', 'Arthropathy involving forearm associated with other bacterial diseases' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.44', '', 'Arthropathy involving hand associated with other bacterial diseases' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.45', '', 'Arthropathy involving pelvic region and thigh associated with other bacterial diseases' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.46', '', 'Arthropathy involving lower leg associated with other bacterial diseases' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.47', '', 'Arthropathy involving ankle and foot associated with other bacterial disease' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.48', '', 'Arthropathy involving other specified sites associated with other bacterial diseases' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.49', '', 'Arthropathy involving multiple sites associated with other bacterial diseases' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.50', '', 'Arthropathy site unspecified associated with other viral diseases' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.51', '', 'Arthropathy involving shoulder region associated with other viral diseases' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.52', '', 'Arthropathy involving upper arm associated with other viral diseases' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.53', '', 'Arthropathy involving forearm associated with other viral diseases' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.54', '', 'Arthropathy involving hand associated with other viral diseases' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.55', '', 'Arthropathy involving pelvic region and thigh associated with other viral diseases' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.56', '', 'Arthropathy involving lower leg associated with other viral diseases' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.57', '', 'Arthropathy involving ankle and foot associated with other viral diseases' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.58', '', 'Arthropathy involving other specified sites associated with other viral diseases' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.59', '', 'Arthropathy involving multiple sites associated with other viral diseases' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.60', '', 'Arthropathy site unspecified associated with mycoses' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.61', '', 'Arthropathy involving shoulder region associated with mycoses' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.62', '', 'Arthropathy involving upper arm associated with mycoses' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.63', '', 'Arthropathy involving forearm associated with mycoses' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.64', '', 'Arthropathy involving hand associated with mycoses' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.65', '', 'Arthropathy involving pelvic region and thigh associated with mycoses' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.66', '', 'Arthropathy involving lower leg associated with mycoses' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.67', '', 'Arthropathy involving ankle and foot associated with mycoses' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.68', '', 'Arthropathy involving other specified sites associated with mycoses' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.69', '', 'Arthropathy involving multiple sites associated with mycoses' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.70', '', 'Arthropathy site unspecified associated with helminthiasis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.71', '', 'Arthropathy involving shoulder region associated with helminthiasis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.72', '', 'Arthropathy involving upper arm associated with helminthiasis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.73', '', 'Arthropathy involving forearm associated with helminthiasis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.74', '', 'Arthropathy involving hand associated with helminthiasis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.75', '', 'Arthropathy involving pelvic region and thigh associated with helminthiasis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.76', '', 'Arthropathy involving lower leg associated with helminthiasis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.77', '', 'Arthropathy involving ankle and foot associated with helminthiasis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.78', '', 'Arthropathy involving other specified sites associated with helminthiasis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.79', '', 'Arthropathy involving multiple sites associated with helminthiasis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.80', '', 'Arthropathy site unspecified associated with other infectious and parasitic diseases' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.81', '', 'Arthropathy involving shoulder region associated with other infectious and parasitic diseases' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.82', '', 'Arthropathy involving upper arm associated with other infectious and parasitic diseases' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.83', '', 'Arthropathy involving forearm associated with other infectious and parasitic diseases' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.84', '', 'Arthropathy involving hand associated with other infectious and parasitic diseases' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.86', '', 'Arthropathy involving lower leg associated with other infectious and parasitic diseases' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.89', '', 'Arthropathy involving multiple sites associated with other infectious and parasitic diseases' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.90', '', 'Unspecified infective arthritis site unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.91', '', 'Unspecified infective arthritis involving shoulder region' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.92', '', 'Unspecified infective arthritis involving upper arm' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.93', '', 'Unspecified infective arthritis involving forearm' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.94', '', 'Unspecified infective arthritis involving hand' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.95', '', 'Unspecified infective arthritis involving pelvic region and thigh' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.96', '', 'Unspecified infective arthritis involving lower leg' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.97', '', 'Unspecified infective arthritis involving ankle and foot' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.98', '', 'Unspecified infective arthritis involving other specified sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '711.99', '', 'Unspecified infective arthritis involving multiple sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '712.10', '', 'Chondrocalcinosis due to dicalcium phosphate crystals involving unspecified site' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '712.11', '', 'Chondrocalcinosis due to dicalcium phosphate crystals involving shoulder region' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '712.12', '', 'Chondrocalcinosis due to dicalcium phosphate crystals involving upper arm' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '712.13', '', 'Chondrocalcinosis due to dicalcium phosphate crystals involving forearm' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '712.14', '', 'Chondrocalcinosis due to dicalcium phosphate crystals involving hand' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '712.15', '', 'Chondrocalcinosis due to dicalcium phosphate crystals involving pelvic region and thigh' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '712.16', '', 'Chondrocalcinosis due to dicalcium phosphate crystals involving lower leg' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '712.17', '', 'Chondrocalcinosis due to dicalcium phosphate crystals involving ankle and foot' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '712.18', '', 'Chondrocalcinosis due to dicalcium phosphate crystals involving other specified sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '712.19', '', 'Chondrocalcinosis due to dicalcium phosphate crystals involving multiple sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '712.20', '', 'Chondrocalcinosis due to pyrophosphate crystals involving unspecified site' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '712.21', '', 'Chondrocalcinosis due to pyrophosphate crystals involving shoulder region' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '712.22', '', 'Chondrocalcinosis due to pyrophosphate crystals involving upper arm' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '712.23', '', 'Chondrocalcinosis due to pyrophosphate crystals involving forearm' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '712.24', '', 'Chondrocalcinosis due to pyrophosphate crystals involving hand' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '712.25', '', 'Chondrocalcinosis due to pyrophosphate crystals involving pelvic region and thigh' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '712.26', '', 'Chondrocalcinosis due to pyrophosphate crystals involving lower leg' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '712.27', '', 'Chondrocalcinosis due to pyrophosphate crystals involving ankle and foot' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '712.28', '', 'Chondrocalcinosis due to pyrophosphate crystals involving other specified sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '712.29', '', 'Chondrocalcinosis due to pyrophosphate crystals involving multiple sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '712.30', '', 'Chondrocalcinosis cause unspecified involving unspecified site' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '712.31', '', 'Chondrocalcinosis cause unspecified involving shoulder region' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '712.32', '', 'Chondrocalcinosis cause unspecified involving upper arm' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '712.33', '', 'Chondrocalcinosis cause unspecified involving forearm' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '712.34', '', 'Chondrocalcinosis cause unspecified involving hand' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '712.35', '', 'Chondrocalcinosis cause unspecified involving pelvic region and thigh' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '712.36', '', 'Chondrocalcinosis cause unspecified involving lower leg' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '712.37', '', 'Chondrocalcinosis cause unspecified involving ankle and foot' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '712.38', '', 'Chondrocalcinosis cause unspecified involving other specified sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '712.39', '', 'Chondrocalcinosis cause unspecified involving multiple sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '712.80', '', 'Other specified crystal arthropathies site unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '712.81', '', 'Other specified crystal arthropathies involving shoulder region' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '712.82', '', 'Other specified crystal arthropathies involving upper arm' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '712.83', '', 'Other specified crystal arthropathies involving forearm' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '712.84', '', 'Other specified crystal arthropathies involving hand' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '712.85', '', 'Other specified crystal arthropathies involving pelvic region and thigh' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '712.86', '', 'Other specified crystal arthropathies involving lower leg' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '712.87', '', 'Other specified crystal arthropathies involving ankle and foot' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '712.88', '', 'Other specified crystal arthropathies involving other specified sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '712.89', '', 'Other specified crystal arthropathies involving multiple sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '712.90', '', 'Unspecified crystal arthropathy site unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '712.91', '', 'Unspecified crystal arthropathy involving shoulder region' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '712.92', '', 'Unspecified crystal arthropathy involving upper arm' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '712.93', '', 'Unspecified crystal arthropathy involving forearm' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '712.94', '', 'Unspecified crystal arthropathy involving hand' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '712.95', '', 'Unspecified crystal arthropathy involving pelvic region and thigh' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '712.96', '', 'Unspecified crystal arthropathy involving lower leg' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '712.97', '', 'Unspecified crystal arthropathy involving ankle and foot' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '712.98', '', 'Unspecified crystal arthropathy involving other specified sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '712.99', '', 'Unspecified crystal arthropathy involving multiple sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '713.0', '', 'Arthropathy associated with other endocrine and metabolic disorders' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '713.1', '', 'Arthropathy associated with gastrointestinal conditions other than infections' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '713.2', '', 'Arthropathy associated with hematological disorders' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '713.3', '', 'Arthropathy associated with dermatological disorders' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '713.4', '', 'Arthropathy associated with respiratory disorders' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '713.5', '', 'Arthropathy associated with neurological disorders' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '713.6', '', 'Arthropathy associated with hypersensitivity reaction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '713.7', '', 'Other general diseases with articular involvement' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '713.8', '', 'Arthropathy associated with other conditions classifiable elsewhere' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '714.0', '', 'Rheumatoid arthritis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '714.1', '', 'Felty''s syndrome' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '714.2', '', 'Other rheumatoid arthritis with visceral or systemic involvement' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '714.30', '', 'Chronic or unspecified polyarticular juvenile rheumatoid arthritis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '714.31', '', 'Acute polyarticular juvenile rheumatoid arthritis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '714.32', '', 'Pauciarticular juvenile rheumatoid arthritis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '714.33', '', 'Monoarticular juvenile rheumatoid arthritis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '714.4', '', 'Chronic postrheumatic arthropathy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '714.81', '', 'Rheumatoid lung' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '714.89', '', 'Other specified inflammatory polyarthropathies' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '714.9', '', 'Unspecified inflammatory polyarthropathy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '715.00', '', 'Osteoarthrosis generalized involving unspecified site' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '715.04', '', 'Osteoarthrosis generalized involving hand' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '715.09', '', 'Osteoarthrosis generalized involving multiple sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '715.10', '', 'Osteoarthrosis localized primary involving unspecified site' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '715.11', '', 'Osteoarthrosis localized primary involving shoulder region' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '715.12', '', 'Osteoarthrosis localized primary involving upper arm' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '715.13', '', 'Osteoarthrosis localized primary involving forearm' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '715.14', '', 'Osteoarthrosis localized primary involving hand' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '715.15', '', 'Osteoarthrosis localized primary involving pelvic region and thigh' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '715.16', '', 'Osteoarthrosis localized primary involving lower leg' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '715.17', '', 'Osteoarthrosis localized primary involving ankle and foot' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '715.18', '', 'Osteoarthrosis localized primary involving other specified sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '715.20', '', 'Osteoarthrosis localized secondary involving unspecified site' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '715.21', '', 'Osteoarthrosis localized secondary involving shoulder region' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '715.22', '', 'Osteoarthrosis localized secondary involving upper arm' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '715.23', '', 'Osteoarthrosis localized secondary involving forearm' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '715.24', '', 'Osteoarthrosis localized secondary involving hand' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '715.25', '', 'Osteoarthrosis localized secondary involving pelvic region and thigh' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '715.26', '', 'Osteoarthrosis localized secondary involving lower leg' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '715.27', '', 'Osteoarthrosis localized secondary involving ankle and foot' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '715.28', '', 'Osteoarthrosis localized secondary involving other specified sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '715.30', '', 'Osteoarthrosis localized not specified whether primary or secondary involving unspecified site' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '715.31', '', 'Osteoarthrosis localized not specified whether primary or secondary involving shoulder region' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '715.32', '', 'Osteoarthrosis localized not specified whether primary or secondary involving upper arm' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '715.33', '', 'Osteoarthrosis localized not specified whether primary or secondary involving forearm' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '715.34', '', 'Osteoarthrosis localized not specified whether primary or secondary involving hand' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '715.36', '', 'Osteoarthrosis localized not specified whether primary or secondary involving lower leg' ); +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' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '715.89', '', 'Osteoarthrosis involving or with multiple sites but not specified as generalized' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '715.90', '', 'Osteoarthrosis unspecified whether generalized or localized involving unspecified site' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '715.91', '', 'Osteoarthrosis unspecified whether generalized or localized involving shoulder region' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '715.92', '', 'Osteoarthrosis unspecified whether generalized or localized involving upper arm' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '715.93', '', 'Osteoarthrosis unspecified whether generalized or localized involving forearm' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '715.94', '', 'Osteoarthrosis unspecified whether generalized or localized involving hand' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '715.95', '', 'Osteoarthrosis unspecified whether generalized or localized involving pelvic region and thigh' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '715.96', '', 'Osteoarthrosis unspecified whether generalized or localized involving lower leg' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '715.97', '', 'Osteoarthrosis unspecified whether generalized or localized involving ankle and foot' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '715.98', '', 'Osteoarthrosis unspecified whether generalized or localized involving other specified sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.00', '', 'Kaschin-beck disease site unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.01', '', 'Kaschin-beck disease involving shoulder region' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.02', '', 'Kaschin-beck disease involving upper arm' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.03', '', 'Kaschin-beck disease involving forearm' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.04', '', 'Kaschin-beck disease involving hand' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.05', '', 'Kaschin-beck disease involving pelvic region and thigh' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.06', '', 'Kaschin-beck disease involving lower leg' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.07', '', 'Kaschin-beck disease involving ankle and foot' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.08', '', 'Kaschin-beck disease involving other specified sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.09', '', 'Kaschin-beck disease involving multiple sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.10', '', 'Traumatic arthropathy site unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.11', '', 'Traumatic arthropathy involving shoulder region' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.12', '', 'Traumatic arthropathy involving upper arm' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.13', '', 'Traumatic arthropathy involving forearm' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.14', '', 'Traumatic arthropathy involving hand' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.15', '', 'Traumatic arthropathy involving pelvic region and thigh' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.16', '', 'Traumatic arthropathy involving lower leg' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.17', '', 'Traumatic arthropathy involving ankle and foot' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.18', '', 'Traumatic arthropathy involving other specified sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.19', '', 'Traumatic arthropathy involving multiple sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.20', '', 'Allergic arthritis site unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.21', '', 'Allergic arthritis involving shoulder region' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.22', '', 'Allergic arthritis involving upper arm' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.23', '', 'Allergic arthritis involving forearm' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.24', '', 'Allergic arthritis involving hand' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.25', '', 'Allergic arthritis involving pelvic region and thigh' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.26', '', 'Allergic arthritis involving lower leg' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.27', '', 'Allergic arthritis involving ankle and foot' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.28', '', 'Allergic arthritis involving other specified sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.29', '', 'Allergic arthritis involving multiple sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.30', '', 'Climacteric arthritis site unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.31', '', 'Climacteric arthritis involving shoulder region' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.32', '', 'Climacteric arthritis involving upper arm' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.33', '', 'Climacteric arthritis involving forearm' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.34', '', 'Climacteric arthritis involving hand' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.35', '', 'Climacteric arthritis involving pelvic region and thigh' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.36', '', 'Climacteric arthritis involving lower leg' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.37', '', 'Climacteric arthritis involving ankle and foot' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.38', '', 'Climacteric arthritis involving other specified sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.39', '', 'Climacteric arthritis involving multiple sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.40', '', 'Transient arthropathy site unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.41', '', 'Transient arthropathy involving shoulder region' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.42', '', 'Transient arthropathy involving upper arm' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.43', '', 'Transient arthropathy involving forearm' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.44', '', 'Transient arthropathy involving hand' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.45', '', 'Transient arthropathy involving pelvic region and thigh' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.46', '', 'Transient arthropathy involving lower leg' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.47', '', 'Transient arthropathy involving ankle and foot' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.48', '', 'Transient arthropathy involving other specified sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.49', '', 'Transient arthropathy involving multiple sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.50', '', 'Unspecified polyarthropathy or polyarthritis site unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.51', '', 'Unspecified polyarthropathy or polyarthritis involving shoulder region' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.52', '', 'Unspecified polyarthropathy or polyarthritis involving upper arm' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.53', '', 'Unspecified polyarthropathy or polyarthritis involving forearm' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.54', '', 'Unspecified polyarthropathy or polyarthritis involving hand' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.55', '', 'Unspecified polyarthropathy or polyarthritis involving pelvic region and thigh' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.56', '', 'Unspecified polyarthropathy or polyarthritis involving lower leg' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.57', '', 'Unspecified polyarthropathy or polyarthritis involving ankle and foot' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.58', '', 'Unspecified polyarthropathy or polyarthritis involving other specified sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.59', '', 'Unspecified polyarthropathy or polyarthritis involving multiple sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.60', '', 'Unspecified monoarthritis site unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.61', '', 'Unspecified monoarthritis involving shoulder region' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.62', '', 'Unspecified monoarthritis involving upper arm' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.63', '', 'Unspecified monoarthritis involving forearm' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.64', '', 'Unspecified monoarthritis involving hand' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.65', '', 'Unspecified monoarthritis involving pelvic region and thigh' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.66', '', 'Unspecified monoarthritis involving lower leg' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.67', '', 'Unspecified monoarthritis involving ankle and foot' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.68', '', 'Unspecified monoarthritis involving other specified sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.80', '', 'Other specified arthropathy no site specified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.81', '', 'Other specified arthropathy involving shoulder region' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.82', '', 'Other specified arthropathy involving upper arm' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.83', '', 'Other specified arthropathy involving forearm' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.84', '', 'Other specified arthropathy involving hand' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.85', '', 'Other specified arthropathy involving pelvic region and thigh' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.86', '', 'Other specified arthropathy involving lower leg' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.87', '', 'Other specified arthropathy involving ankle and foot' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.88', '', 'Other specified arthropathy involving other specified sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.89', '', 'Other specified arthropathy involving multiple sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.90', '', 'Unspecified arthropathy site unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.91', '', 'Unspecified arthropathy involving shoulder region' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.92', '', 'Unspecified arthropathy involving upper arm' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.93', '', 'Unspecified arthropathy involving forearm' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.94', '', 'Unspecified arthropathy involving hand' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.95', '', 'Unspecified arthropathy involving pelvic region and thigh' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.96', '', 'Unspecified arthropathy involving lower leg' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.97', '', 'Unspecified arthropathy involving ankle and foot' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.98', '', 'Unspecified arthropathy involving other specified sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '716.99', '', 'Unspecified arthropathy involving multiple sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '717.0', '', 'Old bucket handle tear of medial meniscus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '717.1', '', 'Derangement of anterior horn of medial meniscus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '717.2', '', 'Derangement of posterior horn of medial meniscus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '717.3', '', 'Other and unspecified derangement of medial meniscus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '717.40', '', 'Derangement of lateral meniscus unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '717.41', '', 'Bucket handle tear of lateral meniscus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '717.42', '', 'Derangement of anterior horn of lateral meniscus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '717.43', '', 'Derangement of posterior horn of lateral meniscus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '717.49', '', 'Other derangement of lateral meniscus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '717.5', '', 'Derangement of meniscus not elsewhere classified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '717.6', '', 'Loose body in knee' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '717.7', '', 'Chondromalacia of patella' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '717.81', '', 'Old disruption of lateral collateral ligament' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '717.82', '', 'Old disruption of medial collateral ligament' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '717.83', '', 'Old disruption of anterior cruciate ligament' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '717.84', '', 'Old disruption of posterior cruciate ligament' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '717.85', '', 'Old disruption of other ligaments of knee' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '717.89', '', 'Other internal derangement of knee' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '717.9', '', 'Unspecified internal derangement of knee' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.00', '', 'Articular cartilage disorder site unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.01', '', 'Articular cartilage disorder involving shoulder region' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.02', '', 'Articular cartilage disorder involving upper arm' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.03', '', 'Articular cartilage disorder involving forearm' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.04', '', 'Articular cartilage disorder involving hand' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.05', '', 'Articular cartilage disorder involving pelvic region and thigh' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.07', '', 'Articular cartilage disorder involving ankle and foot' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.08', '', 'Articular cartilage disorder involving other specified sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.09', '', 'Articular cartilage disorder involving multiple sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.10', '', 'Loose body in joint site unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.11', '', 'Loose body in joint of shoulder region' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.12', '', 'Loose body in upper arm joint' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.13', '', 'Loose body in forearm joint' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.14', '', 'Loose body in hand joint' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.15', '', 'Loose body in joint of pelvic region and thigh' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.17', '', 'Loose body in ankle and foot joint' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.18', '', 'Loose body in joint of other specified sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.19', '', 'Loose body in joint of multiple sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.20', '', 'Pathological dislocation of joint site unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.21', '', 'Pathological dislocation of joint of shoulder region' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.22', '', 'Pathological dislocation of upper arm joint' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.23', '', 'Pathological dislocation of forearm joint' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.24', '', 'Pathological dislocation of hand joint' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.25', '', 'Pathological dislocation of joint of pelvic region and thigh' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.26', '', 'Pathological dislocation of joint of lower leg' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.27', '', 'Pathological dislocation of ankle and foot joint' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.28', '', 'Pathological dislocation of joint of other specified sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.29', '', 'Pathological dislocation of joint of multiple sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.30', '', 'Recurrent dislocation of joint site unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.31', '', 'Recurrent dislocation of joint of shoulder region' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.32', '', 'Recurrent dislocation of upper arm joint' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.33', '', 'Recurrent dislocation of forearm joint' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.34', '', 'Recurrent dislocation of hand joint' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.35', '', 'Recurrent dislocation of joint of pelvic region and thigh' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.36', '', 'Recurrent dislocation of lower leg joint' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.37', '', 'Recurrent dislocation of ankle and foot joint' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.38', '', 'Recurrent dislocation of joint of other specified sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.39', '', 'Recurrent dislocation of joint of multiple sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.40', '', 'Contracture of joint site unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.41', '', 'Contracture of joint of shoulder region' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.42', '', 'Contracture of upper arm joint' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.43', '', 'Contracture of forearm joint' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.44', '', 'Contracture of hand joint' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.45', '', 'Contracture of joint of pelvic region and thigh' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.46', '', 'Contracture of lower leg joint' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.47', '', 'Contracture of ankle and foot joint' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.48', '', 'Contracture of joint of other specified sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.49', '', 'Contracture of joint of multiple sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.50', '', 'Ankylosis of joint site unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.51', '', 'Ankylosis of joint of shoulder region' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.52', '', 'Ankylosis of upper arm joint' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.53', '', 'Ankylosis of forearm joint' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.54', '', 'Ankylosis of hand joint' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.55', '', 'Ankylosis of joint of pelvic region and thigh' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.56', '', 'Ankylosis of lower leg joint' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.57', '', 'Ankylosis of ankle and foot joint' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.58', '', 'Ankylosis of joint of other specified sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.59', '', 'Ankylosis of joint of multiple sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.60', '', 'Unspecified intrapelvic protrusion of acetabulum site unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.65', '', 'Unspecified intrapelvic protrusion of acetabulum pelvic region and thigh' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.70', '', 'Developmental dislocation of joint site unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.71', '', 'Developmental dislocation of joint shoulder region' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.72', '', 'Developmental dislocation of joint upper arm' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.73', '', 'Developmental dislocation of joint forearm' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.74', '', 'Developmental dislocation of joint hand' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.75', '', 'Developmental dislocation of joint pelvic region and thigh' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.76', '', 'Developmental dislocation of joint lower leg' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.77', '', 'Developmental dislocation of joint ankle and foot' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.78', '', 'Developmental dislocation of joint other specified site' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.79', '', 'Developmental dislocation of joint multiple sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.80', '', 'Other joint derangement not elsewhere classified involving unspecified site' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.81', '', 'Other joint derangement not elsewhere classified involving shoulder region' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.82', '', 'Other joint derangement not elsewhere classified involving upper arm' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.83', '', 'Other joint derangement not elsewhere classified involving forearm' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.84', '', 'Other joint derangement not elsewhere classified involving hand' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.85', '', 'Other joint derangement not elsewhere classified involving pelvic region and thigh' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.86', '', 'Other joint derangement not elsewhere classified involving lower leg' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.87', '', 'Other joint derangement not elsewhere classified involving ankle and foot' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.88', '', 'Other joint derangement not elsewhere classified involving other specified sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.89', '', 'Other joint derangement not elsewhere classified involving multiple sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.90', '', 'Unspecified derangement of joint site unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.91', '', 'Unspecified derangement of joint of shoulder region' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.92', '', 'Unspecified derangement of upper arm joint' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.93', '', 'Unspecified derangement of forearm joint' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.94', '', 'Unspecified derangement of hand joint' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.95', '', 'Unspecified derangement of joint of pelvic region and thigh' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.97', '', 'Unspecified derangement of ankle and foot joint' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.98', '', 'Unspecified derangement of joint of other specified sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '718.99', '', 'Unspecified derangement of joint of multiple sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.00', '', 'Effusion of joint site unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.01', '', 'Effusion of joint of shoulder region' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.02', '', 'Effusion of upper arm joint' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.03', '', 'Effusion of forearm joint' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.04', '', 'Effusion of hand joint' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.05', '', 'Effusion of joint of pelvic region and thigh' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.06', '', 'Effusion of lower leg joint' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.07', '', 'Effusion of ankle and foot joint' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.08', '', 'Effusion of joint of other specified sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.09', '', 'Effusion of joint of multiple sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.10', '', 'Hemarthrosis site unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.11', '', 'Hemarthrosis involving shoulder region' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.12', '', 'Hemarthrosis involving upper arm' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.13', '', 'Hemarthrosis involving forearm' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.14', '', 'Hemarthrosis involving hand' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.15', '', 'Hemarthrosis involving pelvic region and thigh' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.16', '', 'Hemarthrosis involving lower leg' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.17', '', 'Hemarthrosis involving ankle and foot' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.18', '', 'Hemarthrosis involving other specified sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.19', '', 'Hemarthrosis involving multiple sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.20', '', 'Villonodular synovitis site unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.21', '', 'Villonodular synovitis involving shoulder region' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.22', '', 'Villonodular synovitis involving upper arm' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.23', '', 'Villonodular synovitis involving forearm' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.24', '', 'Villonodular synovitis involving hand' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.25', '', 'Villonodular synovitis involving pelvic region and thigh' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.26', '', 'Villonodular synovitis involving lower leg' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.27', '', 'Villonodular synovitis involving ankle and foot' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.28', '', 'Villonodular synovitis involving other specified sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.29', '', 'Villonodular synovitis involving multiple sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.30', '', 'Palindromic rheumatism site unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.31', '', 'Palindromic rheumatism involving shoulder region' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.32', '', 'Palindromic rheumatism involving upper arm' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.33', '', 'Palindromic rheumatism involving forearm' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.34', '', 'Palindromic rheumatism involving hand' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.35', '', 'Palindromic rheumatism involving pelvic region and thigh' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.36', '', 'Palindromic rheumatism involving lower leg' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.37', '', 'Palindromic rheumatism involving ankle and foot' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.38', '', 'Palindromic rheumatism involving other specified sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.39', '', 'Palindromic rheumatism involving multiple sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.40', '', 'Pain in joint site unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.41', '', 'Pain in joint involving shoulder region' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.42', '', 'Pain in joint involving upper arm' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.43', '', 'Pain in joint involving forearm' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.44', '', 'Pain in joint involving hand' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.45', '', 'Pain in joint involving pelvic region and thigh' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.46', '', 'Pain in joint involving lower leg' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.47', '', 'Pain in joint involving ankle and foot' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.48', '', 'Pain in joint involving other specified sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.49', '', 'Pain in joint involving multiple sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.50', '', 'Stiffness of joint not elsewhere classified involving unspecified site' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.51', '', 'Stiffness of joint not elsewhere classified involving shoulder region' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.52', '', 'Stiffness of joint not elsewhere classified involving upper arm' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.53', '', 'Stiffness of joint not elsewhere classified involving forearm' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.54', '', 'Stiffness of joint not elsewhere classified involving hand' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.55', '', 'Stiffness of joint not elsewhere classified involving pelvic region and thigh' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.56', '', 'Stiffness of joint not elsewhere classified involving lower leg' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.57', '', 'Stiffness of joint not elsewhere classified involving ankle and foot' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.58', '', 'Stiffness of joint not elsewhere classified involving other specified sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.59', '', 'Stiffness of joint not elsewhere classified involving multiple sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.60', '', 'Other symptoms referable to joint site unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.61', '', 'Other symptoms referable to joint of shoulder region' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.62', '', 'Other symptoms referable to upper arm joint' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.63', '', 'Other symptoms referable to forearm joint' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.64', '', 'Other symptoms referable to hand joint' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.65', '', 'Other symptoms referable to joint of pelvic region and thigh' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.66', '', 'Other symptoms referable to lower leg joint' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.67', '', 'Other symptoms referable to ankle and foot joint' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.68', '', 'Other symptoms referable to joint of other specified sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.69', '', 'Other symptoms referable to joint of multiple sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.7', '', 'Difficulty in walking' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.80', '', 'Other specified disorders of joint site unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.81', '', 'Other specified disorders of joint of shoulder region' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.82', '', 'Other specified disorders of upper arm joint' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.83', '', 'Other specified disorders of forearm joint' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.84', '', 'Other specified disorders of hand joint' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.85', '', 'Other specified disorders of joint of pelvic region and thigh' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.86', '', 'Other specified disorders of lower leg joint' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.87', '', 'Other specified disorders of ankle and foot joint' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.88', '', 'Other specified disorders of joint of other specified sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.89', '', 'Other specified disorders of joint of multiple sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.90', '', 'Unspecified disorder of joint site unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.91', '', 'Unspecified disorder of joint of shoulder region' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.92', '', 'Unspecified disorder of upper arm joint' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.93', '', 'Unspecified disorder of forearm joint' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.94', '', 'Unspecified disorder of hand joint' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.95', '', 'Unspecified disorder of joint of pelvic region and thigh' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.96', '', 'Unspecified disorder of lower leg joint' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.97', '', 'Unspecified disorder of ankle and foot joint' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.98', '', 'Unspecified joint disorder of other specified sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '719.99', '', 'Unspecified joint disorder of multiple sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '720.0', '', 'Ankylosing spondylitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '720.1', '', 'Spinal enthesopathy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '720.2', '', 'Sacroiliitis not elsewhere classified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '720.81', '', 'Inflammatory spondylopathies in diseases classified elsewhere' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '720.89', '', 'Other inflammatory spondylopathies' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '720.9', '', 'Unspecified inflammatory spondylopathy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '721.0', '', 'Cervical spondylosis without myelopathy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '721.1', '', 'Cervical spondylosis with myelopathy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '721.2', '', 'Thoracic spondylosis without myelopathy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '721.3', '', 'Lumbosacral spondylosis without myelopathy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '721.41', '', 'Spondylosis with myelopathy thoracic region' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '721.42', '', 'Spondylosis with myelopathy lumbar region' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '721.5', '', 'Kissing spine' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '721.6', '', 'Ankylosing vertebral hyperostosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '721.7', '', 'Traumatic spondylopathy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '721.8', '', 'Other allied disorders of spine' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '721.90', '', 'Spondylosis of unspecified site without myelopathy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '721.91', '', 'Spondylosis of unspecified site with myelopathy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '722.0', '', 'Displacement of cervical intervertebral disc without myelopathy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '722.10', '', 'Displacement of lumbar intervertebral disc without myelopathy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '722.11', '', 'Displacement of thoracic intervertebral disc without myelopathy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '722.2', '', 'Displacement of intervertebral disc site unspecified without myelopathy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '722.30', '', 'Schmorl''s nodes of unspecified region' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '722.31', '', 'Schmorl''s nodes of thoracic region' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '722.32', '', 'Schmorl''s nodes of lumbar region' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '722.39', '', 'Schmorl''s nodes of other spinal region' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '722.4', '', 'Degeneration of cervical intervertebral disc' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '722.51', '', 'Degeneration of thoracic or thoracolumbar intervertebral disc' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '722.52', '', 'Degeneration of lumbar or lumbosacral intervertebral disc' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '722.6', '', 'Degeneration of intervertebral disc site unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '722.70', '', 'Intervertebral disc disorder with myelopathy unspecified region' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '722.71', '', 'Intervertebral disc disorder with myelopathy cervical region' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '722.72', '', 'Intervertebral disc disorder with myelopathy thoracic region' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '722.73', '', 'Intervertebral disc disorder with myelopathy lumbar region' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '722.80', '', 'Postlaminectomy syndrome of unspecified region' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '722.81', '', 'Postlaminectomy syndrome of cervical region' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '722.82', '', 'Postlaminectomy syndrome of thoracic region' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '722.83', '', 'Postlaminectomy syndrome of lumbar region' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '722.90', '', 'Other and unspecified disc disorder of unspecified region' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '722.91', '', 'Other and unspecified disc disorder of cervical region' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '722.92', '', 'Other and unspecified disc disorder of thoracic region' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '722.93', '', 'Other and unspecified disc disorder of lumbar region' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '723.0', '', 'Spinal stenosis in cervical region' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '723.1', '', 'Cervicalgia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '723.2', '', 'Cervicocranial syndrome' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '723.3', '', 'Cervicobrachial syndrome (diffuse)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '723.4', '', 'Brachial neuritis or radiculitis nos' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '723.5', '', 'Torticollis unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '723.6', '', 'Panniculitis specified as affecting neck' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '723.7', '', 'Ossification of posterior longitudinal ligament in cervical region' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '723.8', '', 'Other syndromes affecting cervical region' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '723.9', '', 'Unspecified musculoskeletal disorders and symptoms referable to neck' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '724.00', '', 'Spinal stenosis of unspecified region' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '724.01', '', 'Spinal stenosis of thoracic region' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '724.02', '', 'Spinal stenosis of lumbar region' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '724.09', '', 'Spinal stenosis of other region' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '724.1', '', 'Pain in thoracic spine' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '724.2', '', 'Lumbago' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '724.3', '', 'Sciatica' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '724.4', '', 'Thoracic or lumbosacral neuritis or radiculitis unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '724.5', '', 'Backache unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '724.6', '', 'Disorders of sacrum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '724.70', '', 'Unspecified disorder of coccyx' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '724.71', '', 'Hypermobility of coccyx' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '724.79', '', 'Other disorders of coccyx' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '724.8', '', 'Other symptoms referable to back' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '724.9', '', 'Other unspecified back disorders' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '725', '', 'Polymyalgia rheumatica' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '726.0', '', 'Adhesive capsulitis of shoulder' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '726.10', '', 'Disorders of bursae and tendons in shoulder region unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '726.11', '', 'Calcifying tendinitis of shoulder' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '726.12', '', 'Bicipital tenosynovitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '726.19', '', 'Other specified disorders of bursae and tendons in shoulder region' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '726.2', '', 'Other affections of shoulder region not elsewhere classified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '726.30', '', 'Enthesopathy of elbow unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '726.31', '', 'Medial epicondylitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '726.32', '', 'Lateral epicondylitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '726.33', '', 'Olecranon bursitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '726.39', '', 'Other enthesopathy of elbow region' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '726.4', '', 'Enthesopathy of wrist and carpus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '726.5', '', 'Enthesopathy of hip region' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '726.60', '', 'Enthesopathy of knee unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '726.61', '', 'Pes anserinus tendinitis or bursitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '726.62', '', 'Tibial collateral ligament bursitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '726.63', '', 'Fibular collateral ligament bursitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '726.64', '', 'Patellar tendinitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '726.65', '', 'Prepatellar bursitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '726.69', '', 'Other enthesopathy of knee' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '726.70', '', 'Enthesopathy of ankle and tarsus unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '726.71', '', 'Achilles bursitis or tendinitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '726.72', '', 'Tibialis tendinitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '726.73', '', 'Calcaneal spur' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '726.79', '', 'Other enthesopathy of ankle and tarsus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '726.8', '', 'Other peripheral enthesopathies' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '726.90', '', 'Enthesopathy of unspecified site' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '726.91', '', 'Exostosis of unspecified site' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '727.00', '', 'Synovitis and tenosynovitis unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '727.01', '', 'Synovitis and tenosynovitis in diseases classified elsewhere' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '727.02', '', 'Giant cell tumor of tendon sheath' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '727.03', '', 'Trigger finger (acquired)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '727.04', '', 'Radial styloid tenosynovitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '727.05', '', 'Other tenosynovitis of hand and wrist' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '727.06', '', 'Tenosynovitis of foot and ankle' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '727.09', '', 'Other synovitis and tenosynovitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '727.1', '', 'Bunion' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '727.2', '', 'Specific bursitides often of occupational origin' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '727.3', '', 'Other bursitis disorders' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '727.40', '', 'Synovial cyst unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '727.41', '', 'Ganglion of joint' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '727.42', '', 'Ganglion of tendon sheath' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '727.43', '', 'Ganglion unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '727.49', '', 'Other ganglion and cyst of synovium tendon and bursa' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '727.50', '', 'Rupture of synovium unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '727.51', '', 'Synovial cyst of popliteal space' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '727.59', '', 'Other rupture of synovium' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '727.60', '', 'Nontraumatic rupture of unspecified tendon' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '727.61', '', 'Complete rupture of rotator cuff' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '727.62', '', 'Nontraumatic rupture of tendons of biceps (long head)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '727.63', '', 'Nontraumatic rupture of extensor tendons of hand and wrist' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '727.64', '', 'Nontraumatic rupture of flexor tendons of hand and wrist' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '727.65', '', 'Nontraumatic rupture of quadriceps tendon' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '727.66', '', 'Nontraumatic rupture of patellar tendon' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '727.67', '', 'Nontraumatic rupture of achilles tendon' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '727.68', '', 'Nontraumatic rupture of other tendons of foot and ankle' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '727.69', '', 'Nontraumatic rupture of other tendon' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '727.81', '', 'Contracture of tendon (sheath)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '727.82', '', 'Calcium deposits in tendon and bursa' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '727.83', '', 'Plica syndrome' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '727.89', '', 'Other disorders of synovium tendon and bursa' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '727.9', '', 'Unspecified disorder of synovium tendon and bursa' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '728.0', '', 'Infective myositis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '728.10', '', 'Calcification and ossification unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '728.11', '', 'Progressive myositis ossificans' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '728.12', '', 'Traumatic myositis ossificans' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '728.13', '', 'Postoperative heterotopic calcification' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '728.19', '', 'Other muscular calcification and ossification' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '728.2', '', 'Muscular wasting and disuse atrophy not elsewhere classified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '728.3', '', 'Other specific muscle disorders' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '728.4', '', 'Laxity of ligament' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '728.5', '', 'Hypermobility syndrome' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '728.6', '', 'Contracture of palmar fascia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '728.71', '', 'Plantar fascial fibromatosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '728.79', '', 'Other fibromatoses of muscle ligament and fascia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '728.81', '', 'Interstitial myositis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '728.82', '', 'Foreign body granuloma of muscle' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '728.83', '', 'Rupture of muscle nontraumatic' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '728.84', '', 'Diastasis of muscle' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '728.85', '', 'Spasm of muscle' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '728.86', '', 'Necrotizing fasciitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '728.87', '', 'Muscle weakness (generalized)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '728.88', '', 'Rhabdomyolysis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '728.89', '', 'Other disorders of muscle ligament and fascia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '728.9', '', 'Unspecified disorder of muscle ligament and fascia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '729.0', '', 'Rheumatism unspecified and fibrositis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '729.1', '', 'Myalgia and myositis unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '729.2', '', 'Neuralgia neuritis and radiculitis unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '729.30', '', 'Panniculitis unspecified site' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '729.31', '', 'Hypertrophy of fat pad knee' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '729.39', '', 'Panniculitis affecting other sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '729.4', '', 'Fasciitis unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '729.5', '', 'Pain in limb' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '729.6', '', 'Residual foreign body in soft tissue' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '729.71', '', 'Nontraumatic compartment syndrome of upper extremity' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '729.72', '', 'Nontraumatic compartment syndrome of lower extremity' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '729.73', '', 'Nontraumatic compartment syndrome of abdomen' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '729.79', '', 'Nontraumatic compartment syndrome of other sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '729.81', '', 'Swelling of limb' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '729.82', '', 'Cramp of limb' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '729.89', '', 'Other musculoskeletal symptoms referable to limbs' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '729.90', '', 'Disorders of soft tissue, unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '729.91', '', 'Post-traumatic seroma' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '729.92', '', 'Nontraumatic hematoma of soft tissue' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '729.99', '', 'Other disorders of soft tissue' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '730.00', '', 'Acute osteomyelitis site unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '730.01', '', 'Acute osteomyelitis involving shoulder region' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '730.02', '', 'Acute osteomyelitis involving upper arm' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '730.03', '', 'Acute osteomyelitis involving forearm' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '730.04', '', 'Acute osteomyelitis involving hand' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '730.05', '', 'Acute osteomyelitis involving pelvic region and thigh' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '730.06', '', 'Acute osteomyelitis involving lower leg' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '730.07', '', 'Acute osteomyelitis involving ankle and foot' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '730.08', '', 'Acute osteomyelitis involving other specified sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '730.09', '', 'Acute osteomyelitis involving multiple sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '730.10', '', 'Chronic osteomyelitis site unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '730.11', '', 'Chronic osteomyelitis involving shoulder region' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '730.12', '', 'Chronic osteomyelitis involving upper arm' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '730.13', '', 'Chronic osteomyelitis involving forearm' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '730.14', '', 'Chronic osteomyelitis involving hand' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '730.15', '', 'Chronic osteomyelitis involving pelvic region and thigh' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '730.16', '', 'Chronic osteomyelitis involving lower leg' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '730.17', '', 'Chronic osteomyelitis involving ankle and foot' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '730.18', '', 'Chronic osteomyelitis involving other specified sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '730.19', '', 'Chronic osteomyelitis involving multiple sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '730.20', '', 'Unspecified osteomyelitis site unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '730.21', '', 'Unspecified osteomyelitis involving shoulder region' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '730.22', '', 'Unspecified osteomyelitis involving upper arm' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '730.23', '', 'Unspecified osteomyelitis involving forearm' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '730.24', '', 'Unspecified osteomyelitis involving hand' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '730.25', '', 'Unspecified osteomyelitis involving pelvic region and thigh' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '730.26', '', 'Unspecified osteomyelitis involving lower leg' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '730.27', '', 'Unspecified osteomyelitis involving ankle and foot' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '730.28', '', 'Unspecified osteomyelitis involving other specified sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '730.29', '', 'Unspecified osteomyelitis involving multiple sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '730.30', '', 'Periostitis without osteomyelitis involving unspecified site' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '730.31', '', 'Periostitis without osteomyelitis involving shoulder region' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '730.32', '', 'Periostitis without osteomyelitis involving upper arm' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '730.33', '', 'Periostitis without osteomyelitis involving forearm' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '730.34', '', 'Periostitis without osteomyelitis involving hand' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '730.35', '', 'Periostitis without osteomyelitis involving pelvic region and thigh' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '730.36', '', 'Periostitis without osteomyelitis involving lower leg' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '730.37', '', 'Periostitis without osteomyelitis involving ankle and foot' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '730.38', '', 'Periostitis without osteomyelitis involving other specified sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '730.39', '', 'Periostitis without osteomyelitis involving multiple sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '730.70', '', 'Osteopathy resulting from poliomyelitis involving unspecified site' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '730.71', '', 'Osteopathy resulting from poliomyelitis involving shoulder region' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '730.72', '', 'Osteopathy resulting from poliomyelitis involving upper arm' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '730.73', '', 'Osteopathy resulting from poliomyelitis involving forearm' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '730.74', '', 'Osteopathy resulting from poliomyelitis involving hand' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '730.75', '', 'Osteopathy resulting from poliomyelitis involving pelvic region and thigh' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '730.76', '', 'Osteopathy resulting from poliomyelitis involving lower leg' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '730.77', '', 'Osteopathy resulting from poliomyelitis involving ankle and foot' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '730.78', '', 'Osteopathy resulting from poliomyelitis involving other specified sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '730.79', '', 'Osteopathy resulting from poliomyelitis involving multiple sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '730.80', '', 'Other infections involving bone in diseases classified elsewhere site unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '730.81', '', 'Other infections involving bone of shoulder region in diseases classified elsewhere' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '730.82', '', 'Other infections involving upper arm bone in diseases classified elsewhere' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '730.83', '', 'Other infections involving forearm bone in diseases classified elsewhere' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '730.84', '', 'Other infections involving hand bone in diseases classified elsewhere' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '730.86', '', 'Other infections involving lower leg bone in diseases classified elsewhere' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '730.87', '', 'Other infections involving ankle and foot bone in diseases classified elsewhere' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '730.89', '', 'Other infections involving bone of multiple sites in diseases classified elsewhere' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '730.90', '', 'Unspecified infection of bone site unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '730.91', '', 'Unspecified infection of bone of shoulder region' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '730.92', '', 'Unspecified infection of upper arm bone' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '730.93', '', 'Unspecified infection of forearm bone' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '730.94', '', 'Unspecified infection of hand bone' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '730.95', '', 'Unspecified infection of bone of pelvic region and thigh' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '730.96', '', 'Unspecified infection of lower leg bone' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '730.97', '', 'Unspecified infection of ankle and foot bone' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '730.98', '', 'Unspecified infection of bone of other specified sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '730.99', '', 'Unspecified infection of bone in multiple sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '731.0', '', 'Osteitis deformans without bone tumor' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '731.1', '', 'Osteitis deformans in diseases classified elsewhere' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '731.2', '', 'Hypertrophic pulmonary osteoarthropathy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '731.3', '', 'Major osseous defects' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '731.8', '', 'Other bone involvement in diseases classified elsewhere' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '732.0', '', 'Juvenile osteochondrosis of spine' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '732.1', '', 'Juvenile osteochondrosis of hip and pelvis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '732.2', '', 'Nontraumatic slipped upper femoral epiphysis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '732.3', '', 'Juvenile osteochondrosis of upper extremity' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '732.4', '', 'Juvenile osteochondrosis of lower extremity excluding foot' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '732.5', '', 'Juvenile osteochondrosis of foot' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '732.6', '', 'Other juvenile osteochondrosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '732.7', '', 'Osteochondritis dissecans' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '732.8', '', 'Other specified forms of osteochondropathy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '732.9', '', 'Unspecified osteochondropathy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '733.00', '', 'Osteoporosis unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '733.01', '', 'Senile osteoporosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '733.02', '', 'Idiopathic osteoporosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '733.03', '', 'Disuse osteoporosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '733.09', '', 'Other osteoporosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '733.10', '', 'Pathological fracture unspecified site' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '733.11', '', 'Pathological fracture of humerus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '733.12', '', 'Pathological fracture of distal radius and ulna' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '733.13', '', 'Pathological fracture of vertebrae' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '733.14', '', 'Pathological fracture of neck of femur' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '733.15', '', 'Pathological fracture of other specified part of femur' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '733.16', '', 'Pathological fracture of tibia or fibula' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '733.19', '', 'Pathological fracture of other specified site' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '733.20', '', 'Cyst of bone (localized) unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '733.21', '', 'Solitary bone cyst' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '733.22', '', 'Aneurysmal bone cyst' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '733.29', '', 'Other bone cyst' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '733.3', '', 'Hyperostosis of skull' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '733.40', '', 'Aseptic necrosis of bone site unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '733.41', '', 'Aseptic necrosis of head of humerus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '733.42', '', 'Aseptic necrosis of head and neck of femur' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '733.43', '', 'Aseptic necrosis of medial femoral condyle' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '733.44', '', 'Aseptic necrosis of talus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '733.45', '', 'Aseptic necrosis jaw' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '733.49', '', 'Aseptic necrosis of other bone sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '733.5', '', 'Osteitis condensans' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '733.6', '', 'Tietze''s disease' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '733.7', '', 'Algoneurodystrophy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '733.81', '', 'Malunion of fracture' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '733.82', '', 'Nonunion of fracture' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '733.90', '', 'Disorder of bone and cartilage unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '733.91', '', 'Arrest of bone development or growth' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '733.92', '', 'Chondromalacia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '733.93', '', 'Stress fracture of tibia or fibula' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '733.94', '', 'Stress fracture of the metatarsals' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '733.95', '', 'Stress fracture of other bone' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '733.96', '', 'Stress fracture of femoral neck' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '733.97', '', 'Stress fracture of shaft of femur' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '733.98', '', 'Stress fracture of pelvis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '733.99', '', 'Other disorders of bone and cartilage' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '734', '', 'Flat foot' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '735.0', '', 'Hallux valgus (acquired)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '735.1', '', 'Hallux varus (acquired)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '735.2', '', 'Hallux rigidus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '735.3', '', 'Hallux malleus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '735.4', '', 'Other hammer toe (acquired)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '735.5', '', 'Claw toe (acquired)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '735.8', '', 'Other acquired deformities of toe' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '735.9', '', 'Unspecified acquired deformity of toe' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '736.00', '', 'Unspecified deformity of forearm excluding fingers' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '736.01', '', 'Cubitus valgus (acquired)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '736.02', '', 'Cubitus varus (acquired)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '736.03', '', 'Valgus deformity of wrist (acquired)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '736.04', '', 'Varus deformity of wrist (acquired)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '736.05', '', 'Wrist drop (acquired)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '736.06', '', 'Claw hand (acquired)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '736.07', '', 'Club hand acquired' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '736.09', '', 'Other acquired deformities of forearm excluding fingers' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '736.1', '', 'Mallet finger' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '736.20', '', 'Unspecified deformity of finger' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '736.21', '', 'Boutonniere deformity' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '736.22', '', 'Swan-neck deformity' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '736.29', '', 'Other acquired deformities of finger' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '736.30', '', 'Unspecified acquired deformity of hip' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '736.31', '', 'Coxa valga (acquired)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '736.32', '', 'Coxa vara (acquired)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '736.39', '', 'Other acquired deformities of hip' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '736.41', '', 'Genu valgum (acquired)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '736.42', '', 'Genu varum (acquired)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '736.5', '', 'Genu recurvatum (acquired)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '736.6', '', 'Other acquired deformities of knee' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '736.70', '', 'Unspecified deformity of ankle and foot acquired' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '736.71', '', 'Acquired equinovarus deformity' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '736.72', '', 'Equinus deformity of foot acquired' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '736.73', '', 'Cavus deformity of foot acquired' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '736.74', '', 'Claw foot acquired' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '736.75', '', 'Cavovarus deformity of foot acquired' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '736.76', '', 'Other acquired calcaneus deformity' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '736.79', '', 'Other acquired deformities of ankle and foot' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '736.81', '', 'Unequal leg length (acquired)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '736.89', '', 'Other acquired deformity of other parts of limb' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '736.9', '', 'Acquired deformity of limb site unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '737.0', '', 'Adolescent postural kyphosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '737.10', '', 'Kyphosis (acquired) (postural)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '737.11', '', 'Kyphosis due to radiation' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '737.12', '', 'Kyphosis postlaminectomy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '737.19', '', 'Other kyphosis acquired' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '737.20', '', 'Lordosis (acquired) (postural)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '737.21', '', 'Lordosis postlaminectomy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '737.22', '', 'Other postsurgical lordosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '737.29', '', 'Other lordosis acquired' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '737.30', '', 'Scoliosis (and kyphoscoliosis) idiopathic' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '737.31', '', 'Resolving infantile idiopathic scoliosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '737.32', '', 'Progressive infantile idiopathic scoliosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '737.33', '', 'Scoliosis due to radiation' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '737.34', '', 'Thoracogenic scoliosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '737.39', '', 'Other kyphoscoliosis and scoliosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '737.40', '', 'Unspecified curvature of spine associated with other conditions' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '737.41', '', 'Kyphosis associated with other conditions' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '737.42', '', 'Lordosis associated with other conditions' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '737.43', '', 'Scoliosis associated with other conditions' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '737.8', '', 'Other curvatures of spine associated with other conditions' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '737.9', '', 'Unspecified curvature of spine associated with other conditions' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '738.0', '', 'Acquired deformity of nose' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '738.10', '', 'Other acquired deformity of head unspecified deformity' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '738.11', '', 'Other acquired deformity of head zygomatic hyperplasia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '738.12', '', 'Other acquired deformity of head zygomatic hypoplasia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '738.19', '', 'Other acquired deformity of head other specified deformity' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '738.2', '', 'Acquired deformity of neck' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '738.3', '', 'Acquired deformity of chest and rib' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '738.4', '', 'Acquired spondylolisthesis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '738.5', '', 'Other acquired deformity of back or spine' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '738.6', '', 'Acquired deformity of pelvis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '738.7', '', 'Cauliflower ear' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '738.8', '', 'Acquired musculoskeletal deformity of other specified site' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '738.9', '', 'Acquired musculoskeletal deformity of unspecified site' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '739.0', '', 'Nonallopathic lesions of head region not elsewhere classified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '739.1', '', 'Nonallopathic lesions of cervical region not elsewhere classified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '739.2', '', 'Nonallopathic lesions of thoracic region not elsewhere classified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '739.3', '', 'Nonallopathic lesions of lumbar region not elsewhere classified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '739.4', '', 'Nonallopathic lesions of sacral region not elsewhere classified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '739.5', '', 'Nonallopathic lesions of pelvic region not elsewhere classified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '739.6', '', 'Nonallopathic lesions of lower extremities not elsewhere classified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '739.7', '', 'Nonallopathic lesions of upper extremities not elsewhere classified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '739.8', '', 'Nonallopathic lesions of rib cage not elsewhere classified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '739.9', '', 'Nonallopathic lesions of abdomen and other sites not elsewhere classified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '740.0', '', 'Anencephalus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '740.1', '', 'Craniorachischisis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '740.2', '', 'Iniencephaly' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '741.00', '', 'Spina bifida unspecified region with hydrocephalus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '741.01', '', 'Spina bifida cervical region with hydrocephalus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '741.02', '', 'Spina bifida dorsal (thoracic) region with hydrocephalus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '741.03', '', 'Spina bifida lumbar region with hydrocephalus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '741.90', '', 'Spina bifida unspecified region without hydrocephalus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '741.91', '', 'Spina bifida cervical region without hydrocephalus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '741.92', '', 'Spina bifida dorsal (thoracic) region without hydrocephalus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '741.93', '', 'Spina bifida lumbar region without hydrocephalus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '742.0', '', 'Encephalocele' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '742.1', '', 'Microcephalus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '742.2', '', 'Congenital reduction deformities of brain' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '742.3', '', 'Congenital hydrocephalus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '742.4', '', 'Other specified congenital anomalies of brain' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '742.51', '', 'Diastematomyelia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '742.53', '', 'Hydromyelia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '742.59', '', 'Other specified congenital anomalies of spinal cord' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '742.8', '', 'Other specified congenital anomalies of nervous system' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '742.9', '', 'Unspecified congenital anomaly of brain spinal cord and nervous system' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '743.00', '', 'Clinical anophthalmos unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '743.03', '', 'Cystic eyeball congenital' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '743.06', '', 'Cryptophthalmos' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '743.10', '', 'Microphthalmos unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '743.11', '', 'Simple microphthalmos' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '743.12', '', 'Microphthalmos associated with other anomalies of eye and adnexa' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '743.20', '', 'Buphthalmos unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '743.21', '', 'Simple buphthalmos' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '743.22', '', 'Buphthalmos associated with other ocular anomalies' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '743.30', '', 'Congenital cataract unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '743.31', '', 'Congenital capsular and subcapsular cataract' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '743.32', '', 'Congenital cortical and zonular cataract' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '743.33', '', 'Congenital nuclear cataract' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '743.34', '', 'Congenital total and subtotal cataract' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '743.35', '', 'Congenital aphakia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '743.36', '', 'Congenital anomalies of lens shape' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '743.37', '', 'Congenital ectopic lens' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '743.39', '', 'Other congenital cataract and lens anomalies' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '743.41', '', 'Congenital anomalies of corneal size and shape' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '743.42', '', 'Congenital corneal opacities interfering with vision' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '743.43', '', 'Other congenital corneal opacities' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '743.44', '', 'Specified congenital anomalies of anterior chamber angle and related structures' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '743.45', '', 'Aniridia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '743.46', '', 'Other specified congenital anomalies of iris and ciliary body' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '743.47', '', 'Specified congenital anomalies of sclera' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '743.48', '', 'Multiple and combined congenital anomalies of anterior segment' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '743.49', '', 'Other congenital anomalies of anterior segment' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '743.51', '', 'Vitreous anomalies congenital' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '743.52', '', 'Fundus coloboma' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '743.53', '', 'Chorioretinal degeneration congenital' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '743.54', '', 'Congenital folds and cysts of posterior segment' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '743.55', '', 'Congenital macular changes' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '743.56', '', 'Other retinal changes congenital' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '743.57', '', 'Specified congenital anomalies of optic disc' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '743.58', '', 'Vascular anomalies congenital' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '743.59', '', 'Other congenital anomalies of posterior segment' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '743.61', '', 'Congenital ptosis of eyelid' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '743.62', '', 'Congenital deformities of eyelids' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '743.63', '', 'Other specified congenital anomalies of eyelid' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '743.64', '', 'Specified congenital anomalies of lacrimal gland' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '743.65', '', 'Specified congenital anomalies of lacrimal passages' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '743.66', '', 'Specified congenital anomalies of orbit' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '743.69', '', 'Other congenital anomalies of eyelids lacrimal system and orbit' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '743.8', '', 'Other specified anomalies of eye congenital' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '743.9', '', 'Unspecified anomaly of eye congenital' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '744.00', '', 'Unspecified congenital anomaly of ear with impairment of hearing' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '744.01', '', 'Congenital absence of external ear' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '744.02', '', 'Other congenital anomalies of external ear with impairment of hearing' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '744.03', '', 'Congenital anomaly of middle ear except ossicles' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '744.04', '', 'Congenital anomalies of ear ossicles' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '744.05', '', 'Congenital anomalies of inner ear' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '744.09', '', 'Other congenital anomalies of ear causing impairment of hearing' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '744.1', '', 'Accessory auricle' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '744.21', '', 'Absence of ear lobe congenital' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '744.22', '', 'Macrotia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '744.23', '', 'Microtia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '744.24', '', 'Specified congenital anomalies of eustachian tube' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '744.29', '', 'Other congenital anomalies of ear' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '744.3', '', 'Unspecified congenital anomaly of ear' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '744.41', '', 'Branchial cleft sinus or fistula' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '744.42', '', 'Branchial cleft cyst' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '744.43', '', 'Cervical auricle' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '744.46', '', 'Preauricular sinus or fistula' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '744.47', '', 'Preauricular cyst' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '744.49', '', 'Other branchial cleft cyst or fistula; preauricular sinus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '744.5', '', 'Webbing of neck' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '744.81', '', 'Macrocheilia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '744.82', '', 'Microcheilia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '744.83', '', 'Macrostomia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '744.84', '', 'Microstomia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '744.89', '', 'Other specified congenital anomalies of face and neck' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '744.9', '', 'Unspecified congenital anomalies of face and neck' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '745.0', '', 'Common truncus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '745.10', '', 'Complete transposition of great vessels' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '745.11', '', 'Double outlet right ventricle' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '745.12', '', 'Corrected transposition of great vessels' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '745.19', '', 'Other transposition of great vessels' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '745.2', '', 'Tetralogy of fallot' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '745.3', '', 'Common ventricle' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '745.4', '', 'Ventricular septal defect' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '745.5', '', 'Ostium secundum type atrial septal defect' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '745.60', '', 'Endocardial cushion defect unspecified type' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '745.61', '', 'Ostium primum defect' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '745.69', '', 'Other endocardial cushion defects' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '745.7', '', 'Cor biloculare' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '745.8', '', 'Other bulbus cordis anomalies and anomalies of cardiac septal closure' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '745.9', '', 'Unspecified defect of septal closure' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '746.00', '', 'Congenital pulmonary valve anomaly unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '746.01', '', 'Atresia of pulmonary valve congenital' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '746.02', '', 'Stenosis of pulmonary valve congenital' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '746.09', '', 'Other congenital anomalies of pulmonary valve' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '746.1', '', 'Tricuspid atresia and stenosis congenital' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '746.2', '', 'Ebstein''s anomaly' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '746.3', '', 'Congenital stenosis of aortic valve' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '746.4', '', 'Congenital insufficiency of aortic valve' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '746.5', '', 'Congenital mitral stenosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '746.6', '', 'Congenital mitral insufficiency' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '746.7', '', 'Hypoplastic left heart syndrome' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '746.81', '', 'Subaortic stenosis congenital' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '746.82', '', 'Cor triatriatum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '746.83', '', 'Infundibular pulmonic stenosis congenital' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '746.84', '', 'Congenital obstructive anomalies of heart not elsewhere classified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '746.85', '', 'Coronary artery anomaly congenital' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '746.86', '', 'Congenital heart block' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '746.87', '', 'Malposition of heart and cardiac apex' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '746.89', '', 'Other specified congenital anomalies of heart' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '746.9', '', 'Unspecified congenital anomaly of heart' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '747.0', '', 'Patent ductus arteriosus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '747.10', '', 'Coarctation of aorta (preductal) (postductal)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '747.11', '', 'Interruption of aortic arch' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '747.20', '', 'Congenital anomaly of aorta unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '747.21', '', 'Congenital anomalies of aortic arch' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '747.22', '', 'Congenital atresia and stenosis of aorta' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '747.29', '', 'Other congenital anomalies of aorta' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '747.3', '', 'Congenital anomalies of pulmonary artery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '747.40', '', 'Congenital anomaly of great veins unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '747.41', '', 'Total anomalous pulmonary venous connection' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '747.42', '', 'Partial anomalous pulmonary venous connection' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '747.49', '', 'Other anomalies of great veins' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '747.5', '', 'Absence or hypoplasia of umbilical artery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '747.60', '', 'Anomaly of the peripheral vascular system unspecified site' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '747.61', '', 'Gastrointestinal vessel anomaly' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '747.62', '', 'Renal vessel anomaly' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '747.63', '', 'Upper limb vessel anomaly' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '747.64', '', 'Lower limb vessel anomaly' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '747.69', '', 'Anomalies of other specified sites of peripheral vascular system' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '747.81', '', 'Congenital anomalies of cerebrovascular system' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '747.82', '', 'Spinal vessel anomaly' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '747.83', '', 'Persistent fetal circulation' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '747.89', '', 'Other specified congenital anomalies of circulatory system' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '747.9', '', 'Unspecified congenital anomaly of circulatory system' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '748.0', '', 'Choanal atresia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '748.1', '', 'Other congenital anomalies of nose' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '748.2', '', 'Web of larynx' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '748.3', '', 'Other congenital anomalies of larynx trachea and bronchus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '748.4', '', 'Congenital cystic lung' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '748.5', '', 'Congenital agenesis hypoplasia and dysplasia of lung' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '748.60', '', 'Congenital anomaly of lung unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '748.61', '', 'Congenital bronchiectasis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '748.69', '', 'Other congenital anomalies of lung' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '748.8', '', 'Other specified congenital anomalies of respiratory system' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '748.9', '', 'Unspecified congenital anomaly of respiratory system' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '749.00', '', 'Cleft palate unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '749.01', '', 'Cleft palate unilateral complete' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '749.02', '', 'Cleft palate unilateral incomplete' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '749.03', '', 'Cleft palate bilateral complete' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '749.04', '', 'Cleft palate bilateral incomplete' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '749.10', '', 'Cleft lip unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '749.11', '', 'Cleft lip unilateral complete' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '749.12', '', 'Cleft lip unilateral incomplete' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '749.13', '', 'Cleft lip bilateral complete' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '749.14', '', 'Cleft lip bilateral incomplete' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '749.20', '', 'Cleft palate with cleft lip unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '749.21', '', 'Cleft palate with cleft lip unilateral complete' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '749.22', '', 'Cleft palate with cleft lip unilateral incomplete' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '749.23', '', 'Cleft palate with cleft lip bilateral complete' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '749.24', '', 'Cleft palate with cleft lip bilateral incomplete' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '749.25', '', 'Other combinations of cleft palate with cleft lip' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '750.0', '', 'Tongue tie' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '750.10', '', 'Congenital anomaly of tongue unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '750.11', '', 'Aglossia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '750.12', '', 'Congenital adhesions of tongue' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '750.13', '', 'Congenital fissure of tongue' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '750.15', '', 'Macroglossia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '750.16', '', 'Microglossia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '750.19', '', 'Other congenital anomalies of tongue' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '750.21', '', 'Congenital absence of salivary gland' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '750.22', '', 'Accessory salivary gland' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '750.23', '', 'Congenital atresia salivary duct' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '750.24', '', 'Congenital fistula of salivary gland' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '750.25', '', 'Congenital fistula of lip' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '750.26', '', 'Other specified congenital anomalies of mouth' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '750.27', '', 'Congenital diverticulum of pharynx' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '750.29', '', 'Other specified congenital anomalies of pharynx' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '750.3', '', 'Congenital tracheoesophageal fistula esophageal atresia and stenosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '750.4', '', 'Other specified congenital anomalies of esophagus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '750.5', '', 'Congenital hypertrophic pyloric stenosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '750.6', '', 'Congenital hiatus hernia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '750.7', '', 'Other specified congenital anomalies of stomach' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '750.8', '', 'Other specified congenital anomalies of upper alimentary tract' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '750.9', '', 'Unspecified congenital anomaly of upper alimentary tract' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '751.0', '', 'Meckel''s diverticulum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '751.1', '', 'Congenital atresia and stenosis of small intestine' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '751.2', '', 'Congenital atresia and stenosis of large intestine rectum and anal canal' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '751.3', '', 'Hirschsprung''s disease and other congenital functional disorders of colon' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '751.4', '', 'Congenital anomalies of intestinal fixation' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '751.5', '', 'Other congenital anomalies of intestine' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '751.60', '', 'Unspecified congenital anomaly of gallbladder bile ducts and liver' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '751.61', '', 'Biliary atresia congenital' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '751.62', '', 'Congenital cystic disease of liver' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '751.69', '', 'Other congenital anomalies of gallbladder bile ducts and liver' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '751.7', '', 'Congenital anomalies of pancreas' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '751.8', '', 'Other specified congenital anomalies of digestive system' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '751.9', '', 'Unspecified congenital anomaly of digestive system' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '752.0', '', 'Congenital anomalies of ovaries' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '752.10', '', 'Unspecified congenital anomaly of fallopian tubes and broad ligaments' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '752.11', '', 'Embryonic cyst of fallopian tubes and broad ligaments' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '752.19', '', 'Other congenital anomalies of fallopian tubes and broad ligaments' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '752.2', '', 'Doubling of uterus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '752.3', '', 'Other congenital anomalies of uterus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '752.40', '', 'Unspecified congenital anomaly of cervix vagina and external female genitalia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '752.41', '', 'Embryonic cyst of cervix vagina and external female genitalia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '752.42', '', 'Imperforate hymen' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '752.49', '', 'Other congenital anomalies of cervix vagina and external female genitalia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '752.51', '', 'Undescended testis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '752.52', '', 'Retractile testis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '752.61', '', 'Hypospadias' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '752.62', '', 'Epispadias' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '752.63', '', 'Congenital chordee' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '752.64', '', 'Micropenis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '752.65', '', 'Hidden penis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '752.69', '', 'Other penile anomalies' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '752.7', '', 'Indeterminate sex and pseudohermaphroditism' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '752.81', '', 'Scrotal transposition' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '752.89', '', 'Other specified anomalies of genital organs' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '752.9', '', 'Unspecified congenital anomaly of genital organs' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '753.0', '', 'Renal agenesis and dysgenesis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '753.10', '', 'Cystic kidney disease unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '753.11', '', 'Congenital single renal cyst' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '753.12', '', 'Polycystic kidney unspecified type' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '753.13', '', 'Polycystic kidney autosomal dominant' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '753.14', '', 'Polycystic kidney autosomal recessive' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '753.15', '', 'Renal dysplasia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '753.16', '', 'Medullary cystic kidney' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '753.17', '', 'Medullary sponge kidney' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '753.19', '', 'Other specified cystic kidney disease' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '753.20', '', 'Unspecified obstructive defect of renal pelvis and ureter' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '753.21', '', 'Congenital obstruction of ureteropelvic junction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '753.22', '', 'Congenital obstruction of ureterovesical junction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '753.23', '', 'Congenital ureterocele' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '753.29', '', 'Other obstructive defect of renal pelvis and ureter' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '753.3', '', 'Other specified anomalies of kidney' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '753.4', '', 'Other specified anomalies of ureter' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '753.5', '', 'Exstrophy of urinary bladder' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '753.6', '', 'Congenital atresia and stenosis of urethra and bladder neck' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '753.7', '', 'Congenital anomalies of urachus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '753.8', '', 'Other specified congenital anomalies of bladder and urethra' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '753.9', '', 'Unspecified congenital anomaly of urinary system' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '754.0', '', 'Congenital musculoskeletal deformities of skull face and jaw' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '754.1', '', 'Congenital musculoskeletal deformities of sternocleidomastoid muscle' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '754.2', '', 'Congenital musculoskeletal deformities of spine' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '754.30', '', 'Congenital dislocation of hip unilateral' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '754.31', '', 'Congenital dislocation of hip bilateral' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '754.32', '', 'Congenital subluxation of hip unilateral' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '754.33', '', 'Congenital subluxation of hip bilateral' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '754.35', '', 'Congenital dislocation of one hip with subluxation of other hip' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '754.40', '', 'Genu recurvatum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '754.41', '', 'Congenital dislocation of knee (with genu recurvatum)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '754.42', '', 'Congenital bowing of femur' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '754.43', '', 'Congenital bowing of tibia and fibula' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '754.44', '', 'Congenital bowing of unspecified long bones of leg' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '754.50', '', 'Congenital talipes varus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '754.51', '', 'Congenital talipes equinovarus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '754.52', '', 'Congenital metatarsus primus varus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '754.53', '', 'Congenital metatarsus varus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '754.59', '', 'Other congenital varus deformities of feet' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '754.60', '', 'Congenital talipes valgus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '754.61', '', 'Congenital pes planus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '754.62', '', 'Talipes calcaneovalgus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '754.69', '', 'Other congenital valgus deformities of feet' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '754.70', '', 'Talipes unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '754.71', '', 'Talipes cavus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '754.79', '', 'Other congenital deformities of feet' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '754.81', '', 'Pectus excavatum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '754.82', '', 'Pectus carinatum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '754.89', '', 'Other specified nonteratogenic anomalies' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '755.00', '', 'Polydactyly unspecified digits' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '755.01', '', 'Polydactyly of fingers' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '755.02', '', 'Polydactyly of toes' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '755.10', '', 'Syndactyly of multiple and unspecified sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '755.11', '', 'Syndactyly of fingers without fusion of bone' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '755.12', '', 'Syndactyly of fingers with fusion of bone' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '755.13', '', 'Syndactyly of toes without fusion of bone' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '755.14', '', 'Syndactyly of toes with fusion of bone' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '755.20', '', 'Unspecified reduction deformity of upper limb congenital' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '755.21', '', 'Transverse deficiency of upper limb' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '755.22', '', 'Longitudinal deficiency of upper limb not elsewhere classified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '755.23', '', 'Longitudinal deficiency combined involving humerus radius and ulna (complete or incomplete)' ); +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)' ); +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)' ); +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)' ); +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)' ); +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)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '755.29', '', 'Longitudinal deficiency phalanges complete or partial' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '755.30', '', 'Unspecified reduction deformity of lower limb congenital' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '755.31', '', 'Transverse deficiency of lower limb' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '755.32', '', 'Longitudinal deficiency of lower limb not elsewhere classified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '755.33', '', 'Longitudinal deficiency combined involving femur tibia and fibula (complete or incomplete)' ); +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)' ); +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)' ); +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)' ); +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)' ); +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)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '755.39', '', 'Longitudinal deficiency phalanges complete or partial' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '755.4', '', 'Congenital reduction deformities unspecified limb' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '755.50', '', 'Unspecified anomaly of upper limb congenital' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '755.51', '', 'Congenital deformity of clavicle' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '755.52', '', 'Congenital elevation of scapula' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '755.53', '', 'Radioulnar synostosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '755.54', '', 'Madelung''s deformity' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '755.55', '', 'Acrocephalosyndactyly' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '755.56', '', 'Accessory carpal bones' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '755.57', '', 'Macrodactylia (fingers)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '755.58', '', 'Cleft hand congenital' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '755.59', '', 'Other congenital anomalies of upper limb including shoulder girdle' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '755.60', '', 'Unspecified congenital anomaly of lower limb' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '755.61', '', 'Coxa valga congenital' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '755.62', '', 'Coxa vara congenital' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '755.63', '', 'Other congenital deformity of hip (joint)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '755.64', '', 'Congenital deformity of knee (joint)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '755.65', '', 'Macrodactylia of toes' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '755.66', '', 'Other congenital anomalies of toes' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '755.67', '', 'Congenital anomalies of foot not elsewhere classified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '755.69', '', 'Other congenital anomalies of lower limb including pelvic girdle' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '755.8', '', 'Other specified congenital anomalies of unspecified limb' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '755.9', '', 'Unspecified congenital anomaly of unspecified limb' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '756.0', '', 'Congenital anomalies of skull and face bones' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '756.10', '', 'Congenital anomaly of spine unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '756.11', '', 'Congenital spondylolysis lumbosacral region' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '756.12', '', 'Spondylolisthesis congenital' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '756.13', '', 'Absence of vertebra congenital' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '756.14', '', 'Hemivertebra' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '756.15', '', 'Fusion of spine (vertebra) congenital' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '756.16', '', 'Klippel-feil syndrome' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '756.17', '', 'Spina bifida occulta' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '756.19', '', 'Other congenital anomalies of spine' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '756.2', '', 'Cervical rib' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '756.3', '', 'Other congenital anomalies of ribs and sternum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '756.4', '', 'Chondrodystrophy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '756.50', '', 'Congenital osteodystrophy unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '756.51', '', 'Osteogenesis imperfecta' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '756.52', '', 'Osteopetrosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '756.53', '', 'Osteopoikilosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '756.54', '', 'Polyostotic fibrous dysplasia of bone' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '756.55', '', 'Chondroectodermal dysplasia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '756.56', '', 'Multiple epiphyseal dysplasia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '756.59', '', 'Other congenital osteodystrophies' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '756.6', '', 'Congenital anomalies of diaphragm' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '756.70', '', 'Anomaly of abdominal wall unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '756.71', '', 'Prune belly syndrome' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '756.72', '', 'Omphalocele' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '756.73', '', 'Gastroschisis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '756.79', '', 'Other congenital anomalies of abdominal wall' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '756.81', '', 'Congenital absence of muscle and tendon' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '756.82', '', 'Accessory muscle' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '756.83', '', 'Ehlers-danlos syndrome' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '756.89', '', 'Other specified congenital anomalies of muscle tendon fascia and connective tissue' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '756.9', '', 'Other and unspecified congenital anomalies of musculoskeletal system' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '757.0', '', 'Hereditary edema of legs' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '757.1', '', 'Ichthyosis congenita' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '757.2', '', 'Dermatoglyphic anomalies' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '757.31', '', 'Congenital ectodermal dysplasia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '757.32', '', 'Vascular hamartomas' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '757.33', '', 'Congenital pigmentary anomalies of skin' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '757.39', '', 'Other specified congenital anomalies of skin' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '757.4', '', 'Specified congenital anomalies of hair' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '757.5', '', 'Specified congenital anomalies of nails' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '757.6', '', 'Specified congenital anomalies of breast' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '757.8', '', 'Other specified congenital anomalies of the integument' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '757.9', '', 'Unspecified congenital anomaly of the integument' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '758.0', '', 'Down''s syndrome' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '758.1', '', 'Patau''s syndrome' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '758.2', '', 'Edwards'' syndrome' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '758.31', '', 'Cri-du-chat syndrome' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '758.32', '', 'Velo-cardio-facial syndrome' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '758.33', '', 'Other microdeletions' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '758.39', '', 'Other autosomal deletions' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '758.4', '', 'Balanced autosomal translocation in normal individual' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '758.5', '', 'Other conditions due to autosomal anomalies' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '758.6', '', 'Gonadal dysgenesis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '758.7', '', 'Klinefelter''s syndrome' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '758.81', '', 'Other conditions due to sex chromosome anomalies' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '758.89', '', 'Other conditions due to chromosome anomalies' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '758.9', '', 'Conditions due to anomaly of unspecified chromosome' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '759.0', '', 'Anomalies of spleen congenital' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '759.1', '', 'Anomalies of adrenal gland congenital' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '759.2', '', 'Anomalies of other endocrine glands congenital' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '759.3', '', 'Situs inversus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '759.4', '', 'Conjoined twins' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '759.5', '', 'Tuberous sclerosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '759.6', '', 'Other congenital hamartoses not elsewhere classified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '759.7', '', 'Multiple congenital anomalies so described' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '759.81', '', 'Prader-willi syndrome' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '759.82', '', 'Marfan syndrome' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '759.83', '', 'Fragile x syndrome' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '759.89', '', 'Other specified congenital anomalies' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '759.9', '', 'Congenital anomaly unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '760.0', '', 'Maternal hypertensive disorders affecting fetus or newborn' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '760.1', '', 'Maternal renal and urinary tract diseases affecting fetus or newborn' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '760.2', '', 'Maternal infections affecting fetus or newborn' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '760.3', '', 'Other chronic maternal circulatory and respiratory diseases affecting fetus or newborn' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '760.4', '', 'Maternal nutritional disorders affecting fetus or newborn' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '760.5', '', 'Maternal injury affecting fetus or newborn' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '760.61', '', 'Newborn affected by amniocentesis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '760.62', '', 'Newborn affected by other in utero procedure' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '760.63', '', 'Newborn affected by other surgical operations on mother during pregnancy' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '760.71', '', 'Alcohol affecting fetus or newborn via placenta or breast milk' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '760.72', '', 'Narcotics affecting fetus or newborn via placenta or breast milk' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '760.73', '', 'Hallucinogenic agents affecting fetus or newborn via placenta or breast milk' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '760.74', '', 'Anti-infectives affecting fetus or newborn via placenta or breast milk' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '760.75', '', 'Cocaine affecting fetus or newborn via placenta or breast milk' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '760.77', '', 'Anticonvulsants affecting fetus or newborn via placenta or breast milk' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '760.78', '', 'Antimetabolic agents affecting fetus or newborn via placenta or breast milk' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '760.8', '', 'Other specified maternal conditions affecting fetus or newborn' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '760.9', '', 'Unspecified maternal condition affecting fetus or newborn' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '761.0', '', 'Incompetent cervix affecting fetus or newborn' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '761.1', '', 'Premature rupture of membranes affecting fetus or newborn' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '761.2', '', 'Oligohydramnios affecting fetus or newborn' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '761.3', '', 'Polyhydramnios affecting fetus or newborn' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '761.4', '', 'Ectopic pregnancy affecting fetus or newborn' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '761.5', '', 'Multiple pregnancy affecting fetus or newborn' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '761.6', '', 'Maternal death affecting fetus or newborn' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '761.7', '', 'Malpresentation before labor affecting fetus or newborn' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '761.8', '', 'Other specified maternal complications of pregnancy affecting fetus or newborn' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '761.9', '', 'Unspecified maternal complication of pregnancy affecting fetus or newborn' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '762.0', '', 'Placenta previa affecting fetus or newborn' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '762.1', '', 'Other forms of placental separation and hemorrhage affecting fetus or newborn' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '762.3', '', 'Placental transfusion syndromes affecting fetus or newborn' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '762.4', '', 'Prolapsed umbilical cord affecting fetus or newborn' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '762.5', '', 'Other compression of umbilical cord affecting fetus or newborn' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '762.6', '', 'Other and unspecified conditions of umbilical cord affecting fetus or newborn' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '762.7', '', 'Chorioamnionitis affecting fetus or newborn' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '762.8', '', 'Other specified abnormalities of chorion and amnion affecting fetus or newborn' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '762.9', '', 'Unspecified abnormality of chorion and amnion affecting fetus or newborn' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '763.0', '', 'Breech delivery and extraction affecting fetus or newborn' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '763.2', '', 'Forceps delivery affecting fetus or newborn' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '763.3', '', 'Delivery by vacuum extractor affecting fetus or newborn' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '763.4', '', 'Cesarean delivery affecting fetus or newborn' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '763.5', '', 'Maternal anesthesia and analgesia affecting fetus or newborn' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '763.6', '', 'Precipitate delivery affecting fetus or newborn' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '763.7', '', 'Abnormal uterine contractions affecting fetus or newborn' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '763.82', '', 'Abnormality in fetal heart rate or rhythm during labor' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '763.84', '', 'Meconium passage during delivery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '763.89', '', 'Other specified complications of labor and delivery affecting fetus or newborn' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '763.9', '', 'Unspecified complication of labor and delivery affecting fetus or newborn' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '764.00', '', 'Light-for-dates infant without fetal malnutrition unspecified weight' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '764.01', '', 'Light-for-dates infant without fetal malnutrition less than 500 grams' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '764.02', '', 'Light-for-dates infant without fetal malnutrition 500-749 grams' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '764.03', '', 'Light-for-dates infant without fetal malnutrition 750-999 grams' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '764.04', '', 'Light-for-dates infant without fetal malnutrition 1000- 1249 grams' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '764.05', '', 'Light-for-dates infant without fetal malnutrition 1250- 1499 grams' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '764.06', '', 'Light-for-dates infant without fetal malnutrition 1500- 1749 grams' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '764.07', '', 'Light-for-dates infant without fetal malnutrition 1750- 1999 grams' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '764.08', '', 'Light-for-dates infant without fetal malnutrition 2000- 2499 grams' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '764.09', '', 'Light-for-dates infant without fetal malnutrition 2500 grams and over' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '764.10', '', 'Light-for-dates infant with signs of fetal malnutrition unspecified weight' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '764.20', '', 'Fetal malnutrition without light-for-dates unspecified weight' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '764.21', '', 'Fetal malnutrition without light-for-dates less than 500 grams' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '764.22', '', 'Fetal malnutrition without light-for-dates 500-749 grams' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '764.23', '', 'Fetal malnutrition without light-for-dates 750-999 grams' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '764.24', '', 'Fetal malnutrition without light-for-dates 1000-1249 grams' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '764.25', '', 'Fetal malnutrition without light-for-dates 1250-1499 grams' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '764.26', '', 'Fetal malnutrition without light-for-dates 1500-1749 grams' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '764.27', '', 'Fetal malnutrition without light-for-dates 1750-1999 grams' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '764.28', '', 'Fetal malnutrition without light-for-dates 2000-2499 grams' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '764.29', '', 'Fetal malnutrition without light-for-dates 2500 grams and over' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '764.90', '', 'Fetal growth retardation unspecified weight' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '764.91', '', 'Fetal growth retardation less than 500 grams' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '764.92', '', 'Fetal growth retardation 500-749 grams' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '764.93', '', 'Fetal growth retardation 750-999 grams' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '764.94', '', 'Fetal growth retardation 1000-1249 grams' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '764.95', '', 'Fetal growth retardation 1250-1499 grams' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '764.96', '', 'Fetal growth retardation 1500-1749 grams' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '764.97', '', 'Fetal growth retardation 1750-1999 grams' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '764.98', '', 'Fetal growth retardation 2000-2499 grams' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '764.99', '', 'Fetal growth retardation 2500 grams and over' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '765.00', '', 'Disorders relating to extreme immaturity of infant unspecified weight' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '765.01', '', 'Disorders relating to extreme immaturity of infant less than 500 grams' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '765.02', '', 'Disorders relating to extreme immaturity of infant 500-749 grams' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '765.03', '', 'Disorders relating to extreme immaturity of infant 750-999 grams' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '765.04', '', 'Disorders relating to extreme immaturity of infant 1000-1249 grams' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '765.05', '', 'Disorders relating to extreme immaturity of infant 1250-1499 grams' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '765.06', '', 'Disorders relating to extreme immaturity of infant 1500-1749 grams' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '765.07', '', 'Disorders relating to extreme immaturity of infant 1750-1999 grams' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '765.08', '', 'Disorders relating to extreme immaturity of infant 2000-2499 grams' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '765.09', '', 'Disorders relating to extreme immaturity of infant 2500 grams and over' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '765.10', '', 'Disorders relating to other preterm infants unspecified weight' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '765.11', '', 'Disorders relating to other preterm infants less than 500 grams' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '765.12', '', 'Disorders relating to other preterm infants 500-749 grams' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '765.13', '', 'Disorders relating to other preterm infants 750-999 grams' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '765.14', '', 'Disorders relating to other preterm infants 1000-1249 grams' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '765.15', '', 'Disorders relating to other preterm infants 1250-1499 grams' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '765.16', '', 'Disorders relating to other preterm infants 1500-1749 grams' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '765.17', '', 'Disorders relating to other preterm infants 1750-1999 grams' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '765.18', '', 'Disorders relating to other preterm infants 2000-2499 grams' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '765.19', '', 'Disorders relating to other preterm infants 2500 grams and over' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '765.20', '', 'Unspecified weeks of gestation' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '765.21', '', 'Less than 24 completed weeks of gestation' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '765.22', '', '24 completed weeks of gestation' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '765.23', '', '25-26 completed weeks of gestation' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '765.24', '', '27-28 completed weeks of gestation' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '765.25', '', '29-30 completed weeks of gestation' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '765.26', '', '31-32 completed weeks of gestation' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '765.27', '', '33-34 completed weeks of gestation' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '765.28', '', '35-36 completed weeks of gestation' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '765.29', '', '37 or more completed weeks of gestation' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '766.0', '', 'Exceptionally large baby relating to long gestation' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '766.1', '', 'Other ''heavy-for-dates'' infants not related to gestation period' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '766.21', '', 'Post-term infant' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '766.22', '', 'Prolonged gestation of infant' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '767.0', '', 'Subdural and cerebral hemorrhage due to birth trauma' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '767.11', '', 'Epicranial subaponeurotic hemorrhage (massive)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '767.19', '', 'Other injury to scalp due to birth trauma' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '767.2', '', 'Fracture of clavicle due to birth trauma' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '767.3', '', 'Other injuries to skeleton due to birth trauma' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '767.4', '', 'Injury to spine and spinal cord due to birth trauma' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '767.5', '', 'Facial nerve injury due to birth trauma' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '767.6', '', 'Injury to brachial plexus due to birth trauma' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '767.7', '', 'Other cranial and peripheral nerve injuries due to birth trauma' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '767.8', '', 'Other specified birth trauma' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '767.9', '', 'Unspecified birth trauma' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '768.1', '', 'Fetal death from asphyxia or anoxia during labor' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '768.2', '', 'Fetal distress before onset of labor in liveborn infant' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '768.3', '', 'Fetal distress first noted during labor in liveborn infant' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '768.4', '', 'Fetal distress unspecified as to time of onset in liveborn infant' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '768.5', '', 'Severe birth asphyxia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '768.6', '', 'Mild or moderate birth asphyxia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '768.70', '', 'Hypoxic-ischemic encephalopathy, unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '768.71', '', 'Mild hypoxic-ischemic encephalopathy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '768.72', '', 'Moderate hypoxic-ischemic encephalopathy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '768.73', '', 'Severe hypoxic-ischemic encephalopathy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '768.9', '', 'Unspecified severity of birth asphyxia in liveborn infant' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '769', '', 'Respiratory distress syndrome in newborn' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '770.0', '', 'Congenital pneumonia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '770.10', '', 'Fetal and newborn aspiration, unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '770.11', '', 'Meconium aspiration without respiratory symptoms' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '770.12', '', 'Meconium aspiration with respiratory symptoms' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '770.13', '', 'Aspiration of clear amniotic fluid without respiratory symptoms' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '770.14', '', 'Aspiration of clear amniotic fluid with respiratory symptoms' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '770.15', '', 'Aspiration of blood without respiratory symptoms' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '770.16', '', 'Aspiration of blood with respiratory symptoms' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '770.17', '', 'Other fetal and newborn aspiration without respiratory symptoms' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '770.18', '', 'Other fetal and newborn aspiration with respiratory symptoms' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '770.2', '', 'Interstitial emphysema and related conditions of newborn' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '770.3', '', 'Pulmonary hemorrhage of fetus or newborn' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '770.4', '', 'Primary atelectasis of newborn' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '770.5', '', 'Other and unspecified atelectasis of newborn' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '770.6', '', 'Transitory tachypnea of newborn' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '770.7', '', 'Chronic respiratory disease arising in the perinatal period' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '770.81', '', 'Primary apnea of newborn' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '770.82', '', 'Other apnea of newborn' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '770.83', '', 'Cyanotic attacks of newborn' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '770.84', '', 'Respiratory failure of newborn' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '770.85', '', 'Aspiration of postnatal stomach contents without respiratory symptoms' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '770.86', '', 'Aspiration of postnatal stomach contents with respiratory symptoms' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '770.87', '', 'Respiratory arrest of newborn' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '770.88', '', 'Hypoxemia of newborn' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '770.89', '', 'Other respiratory problems after birth' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '770.9', '', 'Unspecified respiratory condition of fetus and newborn' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '771.0', '', 'Congenital rubella' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '771.1', '', 'Congenital cytomegalovirus infection' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '771.2', '', 'Other congenital infections specific to the perinatal period' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '771.3', '', 'Tetanus neonatorum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '771.4', '', 'Omphalitis of the newborn' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '771.5', '', 'Neonatal infective mastitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '771.6', '', 'Neonatal conjunctivitis and dacryocystitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '771.7', '', 'Neonatal candida infection' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '771.81', '', 'Septicemia [sepsis] of newborn' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '771.82', '', 'Urinary tract infection of newborn' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '771.83', '', 'Bacteremia of newborn' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '771.89', '', 'Other infections specific to the perinatal period' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '772.0', '', 'Fetal blood loss affecting newborn' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '772.10', '', 'Intraventricular hemorrhage unspecified grade' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '772.11', '', 'Intraventricular hemorrhage grade i' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '772.12', '', 'Intraventricular hemorrhage grade ii' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '772.13', '', 'Intraventricular hemorrhage grade iii' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '772.14', '', 'Intraventricular hemorrhage grade iv' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '772.2', '', 'Subarachnoid hemorrhage of newborn' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '772.3', '', 'Umbilical hemorrhage after birth' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '772.4', '', 'Gastrointestinal hemorrhage of fetus or newborn' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '772.5', '', 'Adrenal hemorrhage of fetus or newborn' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '772.6', '', 'Cutaneous hemorrhage of fetus or newborn' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '772.8', '', 'Other specified hemorrhage of fetus or newborn' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '772.9', '', 'Unspecified hemorrhage of newborn' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '773.0', '', 'Hemolytic disease of fetus or newborn due to rh isoimmunization' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '773.1', '', 'Hemolytic disease of fetus or newborn due to abo isoimmunization' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '773.3', '', 'Hydrops fetalis due to isoimmunization' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '773.4', '', 'Kernicterus of fetus or newborn due to isoimmunization' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '773.5', '', 'Late anemia of fetus or newborn due to isoimmunization' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '774.0', '', 'Perinatal jaundice from hereditary hemolytic anemias' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '774.1', '', 'Perinatal jaundice from other excessive hemolysis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '774.2', '', 'Neonatal jaundice associated with preterm delivery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '774.30', '', 'Neonatal jaundice due to delayed conjugation cause unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '774.31', '', 'Neonatal jaundice due to delayed conjugation in diseases classified elsewhere' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '774.39', '', 'Other neonatal jaundice due to delayed conjugation from other causes' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '774.4', '', 'Perinatal jaundice due to hepatocellular damage' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '774.5', '', 'Perinatal jaundice from other causes' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '774.6', '', 'Unspecified fetal and neonatal jaundice' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '774.7', '', 'Kernicterus of fetus or newborn not due to isoimmunization' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '775.0', '', 'Syndrome of ''infant of a diabetic mother''' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '775.1', '', 'Neonatal diabetes mellitus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '775.2', '', 'Neonatal myasthenia gravis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '775.3', '', 'Neonatal thyrotoxicosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '775.4', '', 'Hypocalcemia and hypomagnesaemia of newborn' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '775.5', '', 'Other transitory neonatal electrolyte disturbances' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '775.6', '', 'Neonatal hypoglycemia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '775.7', '', 'Late metabolic acidosis of newborn' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '775.81', '', 'Other acidosis of newborn' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '775.89', '', 'Other neonatal endocrine and metabolic disturbances' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '775.9', '', 'Unspecified endocrine and metabolic disturbances specific to the fetus and newborn' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '776.0', '', 'Hemorrhagic disease of newborn' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '776.1', '', 'Transient neonatal thrombocytopenia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '776.2', '', 'Disseminated intravascular coagulation in newborn' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '776.3', '', 'Other transient neonatal disorders of coagulation' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '776.4', '', 'Polycythemia neonatorum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '776.5', '', 'Congenital anemia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '776.6', '', 'Anemia of prematurity' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '776.7', '', 'Transient neonatal neutropenia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '776.8', '', 'Other specified transient hematological disorders of fetus or newborn' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '776.9', '', 'Unspecified hematological disorder specific to newborn' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '777.1', '', 'Meconium obstruction in fetus or newborn' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '777.2', '', 'Intestinal obstruction in newborn due to inspissated milk' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '777.3', '', 'Hematemesis and melena of newborn due to swallowed maternal blood' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '777.4', '', 'Transitory ileus of newborn' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '777.50', '', 'Necrotizing enterocolitis in newborn, unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '777.51', '', 'Stage i necrotizing enterocolitis in newborn' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '777.52', '', 'Stage ii necrotizing enterocolitis in newborn' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '777.53', '', 'Stage iii necrotizing enterocolitis in newborn' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '777.6', '', 'Perinatal intestinal perforation' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '777.8', '', 'Other specified perinatal disorders of digestive system' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '777.9', '', 'Unspecified perinatal disorder of digestive system' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '778.0', '', 'Hydrops fetalis not due to isoimmunization' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '778.1', '', 'Sclerema neonatorum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '778.2', '', 'Cold injury syndrome of newborn' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '778.3', '', 'Other hypothermia of newborn' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '778.4', '', 'Other disturbances of temperature regulation of newborn' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '778.5', '', 'Other and unspecified edema of newborn' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '778.6', '', 'Congenital hydrocele' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '778.7', '', 'Breast engorgement in newborn' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '778.8', '', 'Other specified conditions involving the integument of fetus and newborn' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '779.0', '', 'Convulsions in newborn' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '779.1', '', 'Other and unspecified cerebral irritability in newborn' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '779.31', '', 'Feeding problems in newborn' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '779.32', '', 'Bilious vomiting in newborn' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '779.33', '', 'Other vomiting in newborn' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '779.34', '', 'Failure to thrive in newborn' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '779.4', '', 'Drug reactions and intoxications specific to newborn' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '779.5', '', 'Drug withdrawal syndrome in newborn' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '779.6', '', 'Termination of pregnancy (fetus)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '779.7', '', 'Preventricular leukomalacia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '779.81', '', 'Neonatal bradycardia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '779.82', '', 'Neonatal tachycardia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '779.83', '', 'Delayed separation of umbilical cord' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '779.84', '', 'Meconium staining' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '779.85', '', 'Cardiac arrest of newborn' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '779.89', '', 'Other specified conditions originating in the perinatal period' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '779.9', '', 'Unspecified condition originating in the perinatal period' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '780.01', '', 'Coma' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '780.02', '', 'Transient alteration of awareness' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '780.03', '', 'Persistent vegetative state' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '780.09', '', 'Alteration of consciousness other' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '780.1', '', 'Hallucinations' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '780.2', '', 'Syncope and collapse' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '780.31', '', 'Febrile convulsions' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '780.32', '', 'Complex febrile convulsions' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '780.39', '', 'Other convulsions' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '780.4', '', 'Dizziness and giddiness' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '780.50', '', 'Unspecified sleep disturbance' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '780.51', '', 'Insomnia with sleep apnea, unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '780.52', '', 'Insomnia, unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '780.53', '', 'Hypersomnia with sleep apnea, unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '780.54', '', 'Hypersomnia, unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '780.55', '', 'Disruptions of 24-hour sleep-wake cycle, unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '780.56', '', 'Dysfunctions associated with sleep stages or arousal from sleep' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '780.57', '', 'Unspecified sleep apnea' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '780.58', '', 'Sleep related movement disorder, unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '780.59', '', 'Other sleep disturbances' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '780.60', '', 'Fever, unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '780.61', '', 'Fever presenting with conditions classified elsewhere' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '780.62', '', 'Postprocedural fever' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '780.63', '', 'Postvaccination fever' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '780.64', '', 'Chills (without fever)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '780.65', '', 'Hypothermia not associated with low environmental temperature' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '780.71', '', 'Chronic fatigue syndrome' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '780.72', '', 'Functional quadriplegia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '780.79', '', 'Other malaise and fatigue' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '780.8', '', 'Generalized hyperhidrosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '780.91', '', 'Fussy infant (baby)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '780.92', '', 'Excessive crying of infant (baby)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '780.93', '', 'Memory loss' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '780.94', '', 'Early satiety' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '780.95', '', 'Other excessive crying' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '780.96', '', 'Generalized pain' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '780.97', '', 'Altered mental status' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '780.99', '', 'Other general symptoms' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '781.0', '', 'Abnormal involuntary movements' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '781.1', '', 'Disturbances of sensation of smell and taste' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '781.2', '', 'Abnormality of gait' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '781.3', '', 'Lack of coordination' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '781.4', '', 'Transient paralysis of limb' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '781.5', '', 'Clubbing of fingers' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '781.6', '', 'Meningismus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '781.7', '', 'Tetany' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '781.8', '', 'Neurological neglect syndrome' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '781.91', '', 'Loss of height' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '781.92', '', 'Abnormal posture' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '781.93', '', 'Ocular torticollis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '781.94', '', 'Facial weakness' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '781.99', '', 'Other symptoms involving nervous and musculoskeletal systems' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '782.0', '', 'Disturbance of skin sensation' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '782.1', '', 'Rash and other nonspecific skin eruption' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '782.2', '', 'Localized superficial swelling mass or lump' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '782.3', '', 'Edema' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '782.4', '', 'Jaundice unspecified not of newborn' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '782.5', '', 'Cyanosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '782.61', '', 'Pallor' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '782.62', '', 'Flushing' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '782.7', '', 'Spontaneous ecchymoses' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '782.8', '', 'Changes in skin texture' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '782.9', '', 'Other symptoms involving skin and integumentary tissues' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '783.0', '', 'Anorexia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '783.1', '', 'Abnormal weight gain' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '783.21', '', 'Loss of weight' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '783.22', '', 'Underweight' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '783.3', '', 'Feeding difficulties and mismanagement' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '783.40', '', 'Unspecified lack of normal physiological development' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '783.41', '', 'Failure to thrive' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '783.42', '', 'Delayed milestones' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '783.43', '', 'Short stature' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '783.5', '', 'Polydipsia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '783.6', '', 'Polyphagia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '783.7', '', 'Adult failure to thrive' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '783.9', '', 'Other symptoms concerning nutrition metabolism and development' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '784.0', '', 'Headache' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '784.1', '', 'Throat pain' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '784.2', '', 'Swelling mass or lump in head and neck' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '784.3', '', 'Aphasia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '784.40', '', 'Voice and resonance disorder, unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '784.41', '', 'Aphonia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '784.42', '', 'Dysphonia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '784.43', '', 'Hypernasality' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '784.44', '', 'Hyponasality' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '784.49', '', 'Other voice and resonance disorders' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '784.51', '', 'Dysarthria' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '784.59', '', 'Other speech disturbance' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '784.60', '', 'Symbolic dysfunction unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '784.61', '', 'Alexia and dyslexia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '784.69', '', 'Other symbolic dysfunction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '784.7', '', 'Epistaxis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '784.8', '', 'Hemorrhage from throat' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '784.91', '', 'Postnasal drip' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '784.99', '', 'Other symptoms involving head and neck' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '785.0', '', 'Tachycardia unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '785.1', '', 'Palpitations' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '785.2', '', 'Undiagnosed cardiac murmurs' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '785.3', '', 'Other abnormal heart sounds' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '785.4', '', 'Gangrene' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '785.50', '', 'Shock unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '785.51', '', 'Cardiogenic shock' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '785.52', '', 'Septic shock' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '785.59', '', 'Other shock without trauma' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '785.6', '', 'Enlargement of lymph nodes' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '785.9', '', 'Other symptoms involving cardiovascular system' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '786.00', '', 'Respiratory abnormality unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '786.01', '', 'Hyperventilation' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '786.02', '', 'Orthopnea' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '786.03', '', 'Apnea' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '786.04', '', 'Cheyne-stokes respiration' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '786.05', '', 'Shortness of breath' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '786.06', '', 'Tachypnea' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '786.07', '', 'Wheezing' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '786.09', '', 'Respiratory abnormality other' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '786.1', '', 'Stridor' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '786.2', '', 'Cough' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '786.3', '', 'Hemoptysis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '786.4', '', 'Abnormal sputum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '786.50', '', 'Unspecified chest pain' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '786.51', '', 'Precordial pain' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '786.52', '', 'Painful respiration' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '786.59', '', 'Other chest pain' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '786.6', '', 'Swelling mass or lump in chest' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '786.7', '', 'Abnormal chest sounds' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '786.8', '', 'Hiccough' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '786.9', '', 'Other symptoms involving respiratory system and chest' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '787.01', '', 'Nausea with vomiting' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '787.02', '', 'Nausea alone' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '787.03', '', 'Vomiting alone' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '787.04', '', 'Bilious emesis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '787.1', '', 'Heartburn' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '787.20', '', 'Dysphagia, unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '787.21', '', 'Dysphagia, oral phase' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '787.22', '', 'Dysphagia, oropharyngeal phase' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '787.23', '', 'Dysphagia, pharyngeal phase' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '787.24', '', 'Dysphagia, pharyngoesophageal phase' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '787.29', '', 'Other dysphagia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '787.3', '', 'Flatulence eructation and gas pain' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '787.4', '', 'Visible peristalsis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '787.5', '', 'Abnormal bowel sounds' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '787.6', '', 'Incontinence of feces' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '787.7', '', 'Abnormal feces' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '787.91', '', 'Diarrhea' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '787.99', '', 'Other symptoms involving digestive system' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '788.0', '', 'Renal colic' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '788.1', '', 'Dysuria' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '788.20', '', 'Retention of urine unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '788.21', '', 'Incomplete bladder emptying' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '788.29', '', 'Other specified retention of urine' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '788.30', '', 'Urinary incontinence unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '788.31', '', 'Urge incontinence' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '788.32', '', 'Stress incontinence male' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '788.33', '', 'Mixed incontinence (male) (female)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '788.34', '', 'Incontinence without sensory awareness' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '788.35', '', 'Post-void dribbling' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '788.36', '', 'Nocturnal enuresis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '788.37', '', 'Continuous leakage' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '788.38', '', 'Overflow incontinence' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '788.39', '', 'Other urinary incontinence' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '788.41', '', 'Urinary frequency' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '788.42', '', 'Polyuria' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '788.43', '', 'Nocturia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '788.5', '', 'Oliguria and anuria' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '788.61', '', 'Splitting of urinary stream' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '788.62', '', 'Slowing of urinary stream' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '788.63', '', 'Urgency of urination' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '788.64', '', 'Urinary hesitancy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '788.65', '', 'Straining on urination' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '788.69', '', 'Other abnormality of urinary stream' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '788.7', '', 'Urethral discharge' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '788.8', '', 'Extravasation of urine' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '788.91', '', 'Functional urinary incontinence' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '788.99', '', 'Other symptoms involving urinary system' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '789.00', '', 'Abdominal pain unspecified site' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '789.01', '', 'Abdominal pain right upper quadrant' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '789.02', '', 'Abdominal pain left upper quadrant' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '789.03', '', 'Abdominal pain right lower quadrant' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '789.04', '', 'Abdominal pain left lower quadrant' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '789.05', '', 'Abdominal pain periumbilic' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '789.06', '', 'Abdominal pain epigastric' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '789.07', '', 'Abdominal pain generalized' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '789.09', '', 'Abdominal pain other specified site' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '789.1', '', 'Hepatomegaly' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '789.2', '', 'Splenomegaly' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '789.30', '', 'Abdominal or pelvic swelling mass or lump unspecified site' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '789.31', '', 'Abdominal or pelvic swelling mass or lump right upper quadrant' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '789.32', '', 'Abdominal or pelvic swelling mass or lump left upper quadrant' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '789.33', '', 'Abdominal or pelvic swelling mass or lump right lower quadrant' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '789.34', '', 'Abdominal or pelvic swelling mass or lump left lower quadrant' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '789.35', '', 'Abdominal or pelvic swelling mass or lump periumbilic' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '789.36', '', 'Abdominal or pelvic swelling mass or lump epigastric' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '789.37', '', 'Abdominal or pelvic swelling mass or lump generalized' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '789.39', '', 'Abdominal or pelvic swelling mass or lump other specified site' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '789.40', '', 'Abdominal rigidity unspecified site' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '789.41', '', 'Abdominal rigidity right upper quadrant' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '789.42', '', 'Abdominal rigidity left upper quadrant' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '789.43', '', 'Abdominal rigidity right lower quadrant' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '789.44', '', 'Abdominal rigidity left lower quadrant' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '789.45', '', 'Abdominal rigidity periumbilic' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '789.46', '', 'Abdominal rigidity epigastric' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '789.47', '', 'Abdominal rigidity generalized' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '789.49', '', 'Abdominal rigidity other specified site' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '789.51', '', 'Malignant ascites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '789.59', '', 'Other ascites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '789.60', '', 'Abdominal tenderness unspecified site' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '789.61', '', 'Abdominal tenderness right upper quadrant' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '789.62', '', 'Abdominal tenderness left upper quadrant' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '789.63', '', 'Abdominal tenderness right lower quadrant' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '789.64', '', 'Abdominal tenderness left lower quadrant' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '789.65', '', 'Abdominal tenderness periumbilic' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '789.66', '', 'Abdominal tenderness epigastric' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '789.67', '', 'Abdominal tenderness generalized' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '789.69', '', 'Abdominal tenderness other specified site' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '789.7', '', 'Colic' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '789.9', '', 'Other symptoms involving abdomen and pelvis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '790.01', '', 'Precipitous drop in hematocrit' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '790.09', '', 'Other abnormality of red blood cells' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '790.1', '', 'Elevated sedimentation rate' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '790.21', '', 'Impaired fasting glucose' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '790.22', '', 'Impaired glucose tolerance test (oral)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '790.29', '', 'Other abnormal glucose' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '790.3', '', 'Excessive blood level of alcohol' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '790.4', '', 'Nonspecific elevation of levels of transaminase or lactic acid dehydrogenase (ldh)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '790.5', '', 'Other nonspecific abnormal serum enzyme levels' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '790.6', '', 'Other abnormal blood chemistry' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '790.7', '', 'Bacteremia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '790.8', '', 'Unspecified viremia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '790.91', '', 'Abnormal arterial blood gases' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '790.92', '', 'Abnormal coagulation profile' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '790.93', '', 'Elevated prostate specific antigen (psa)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '790.94', '', 'Euthyroid sick syndrome' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '790.95', '', 'Elevated c-reactive protein (crp)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '790.99', '', 'Other abnormal findings on examination of blood' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '791.0', '', 'Proteinuria' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '791.1', '', 'Chyluria' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '791.2', '', 'Hemoglobinuria' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '791.3', '', 'Myoglobinuria' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '791.4', '', 'Biliuria' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '791.5', '', 'Glycosuria' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '791.6', '', 'Acetonuria' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '791.7', '', 'Other cells and casts in urine' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '791.9', '', 'Other nonspecific findings on examination of urine' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '792.0', '', 'Nonspecific abnormal findings in cerebrospinal fluid' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '792.1', '', 'Nonspecific abnormal findings in stool contents' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '792.2', '', 'Nonspecific abnormal findings in semen' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '792.3', '', 'Nonspecific abnormal findings in amniotic fluid' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '792.4', '', 'Nonspecific abnormal findings in saliva' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '792.5', '', 'Cloudy (hemodialysis) (peritoneal) dialysis effluent' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '792.9', '', 'Other nonspecific abnormal findings in body substances' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '793.1', '', 'Nonspecific (abnormal) findings on radiological and other examination of lung field' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '793.3', '', 'Nonspecific (abnormal) findings on radiological and other examination of biliary tract' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '793.4', '', 'Nonspecific (abnormal) findings on radiological and other examination of gastrointestinal tract' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '793.5', '', 'Nonspecific (abnormal) findings on radiological and other examination of genitourinary organs' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '793.7', '', 'Nonspecific (abnormal) findings on radiological and other examination of musculoskeletal system' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '793.80', '', 'Unspecified abnormal mammogram' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '793.81', '', 'Mammographic microcalcification' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '793.82', '', 'Inconclusive mammogram' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '793.89', '', 'Other (abnormal) findings on radiological examination of breast' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '793.91', '', 'Image test inconclusive due to excess body fat' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '794.00', '', 'Unspecified abnormal function study of brain and central nervous system' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '794.01', '', 'Nonspecific abnormal echoencephalogram' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '794.02', '', 'Nonspecific abnormal electroencephalogram (eeg)' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '794.10', '', 'Nonspecific abnormal response to unspecified nerve stimulation' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '794.11', '', 'Nonspecific abnormal retinal function studies' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '794.12', '', 'Nonspecific abnormal electro-oculogram (eog)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '794.13', '', 'Nonspecific abnormal visually evoked potential' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '794.14', '', 'Nonspecific abnormal oculomotor studies' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '794.15', '', 'Nonspecific abnormal auditory function studies' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '794.16', '', 'Nonspecific abnormal vestibular function studies' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '794.17', '', 'Nonspecific abnormal electromyogram (emg)' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '794.2', '', 'Nonspecific abnormal results of function study of pulmonary system' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '794.30', '', 'Unspecified abnormal function study of cardiovascular system' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '794.31', '', 'Nonspecific abnormal electrocardiogram (ecg) (ekg)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '794.39', '', 'Other nonspecific abnormal function study of cardiovascular system' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '794.4', '', 'Nonspecific abnormal results of function study of kidney' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '794.5', '', 'Nonspecific abnormal results of function study of thyroid' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '794.6', '', 'Nonspecific abnormal results of other endocrine function study' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '794.7', '', 'Nonspecific abnormal results of function study of basal metabolism' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '794.8', '', 'Nonspecific abnormal results of function study of liver' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '794.9', '', 'Nonspecific abnormal results of other specified function study' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '795.00', '', 'Abnormal glandular papanicolaou smear of cervix' ); +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)' ); +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)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '795.03', '', 'Papanicolaou smear of cervix with low grade squamous intraepithelial lesion (lgsil)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '795.04', '', 'Papanicolaou smear of cervix with high grade squamous intraepithelial lesion (hgsil)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '795.05', '', 'Cervical high risk human papillomavirus (hpv) dna test positive' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '795.06', '', 'Papanicolaou smear of cervix with cytologic evidence of malignancy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '795.07', '', 'Satisfactory cervical smear but lacking transformation zone' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '795.08', '', 'Unsatisfactory cervical cytology smear' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '795.09', '', 'Other abnormal papanicolaou smear of cervix and cervical hpv' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '795.10', '', 'Abnormal glandular papanicolaou smear of vagina' ); +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)' ); +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)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '795.13', '', 'Papanicolaou smear of vagina with low grade squamous intraepithelial lesion (lgsil)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '795.14', '', 'Papanicolaou smear of vagina with high grade squamous intraepithelial lesion (hgsil)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '795.15', '', 'Vaginal high risk human papillomavirus (hpv)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '795.16', '', 'Papanicolaou smear of vagina with cytologic evidence of malignancy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '795.18', '', 'Unsatisfactory vaginal cytology smear' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '795.19', '', 'Other abnormal papanicolaou smear of vagina and vaginal hpv' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '795.2', '', 'Nonspecific abnormal findings on chromosomal analysis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '795.31', '', 'Nonspecific positive findings for anthrax' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '795.39', '', 'Other nonspecific positive culture findings' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '795.4', '', 'Other nonspecific abnormal histological findings' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '795.5', '', 'Nonspecific reaction to tuberculin skin test without active tuberculosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '795.6', '', 'False positive serological test for syphilis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '795.71', '', 'Nonspecific serologic evidence of human immunodeficiency virus (hiv)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '795.79', '', 'Other and unspecified nonspecific immunological findings' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '795.81', '', 'Elevated carcinoembryonic antigen [cea]' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '795.82', '', 'Elevated cancer antigen 125 [ca 125]' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '795.89', '', 'Other abnormal tumor markers' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '796.0', '', 'Nonspecific abnormal toxicological findings' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '796.1', '', 'Abnormal reflex' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '796.2', '', 'Elevated blood pressure reading without diagnosis of hypertension' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '796.3', '', 'Nonspecific low blood pressure reading' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '796.4', '', 'Other abnormal clinical findings' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '796.5', '', 'Abnormal finding on antenatal screening' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '796.6', '', 'Abnormal findings on neonatal screening' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '796.70', '', 'Abnormal glandular papanicolaou smear of anus' ); +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)' ); +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)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '796.73', '', 'Papanicolaou smear of anus with low grade squamous intraepithelial lesion (lgsil)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '796.74', '', 'Papanicolaou smear of anus with high grade squamous intraepithelial lesion (hgsil)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '796.75', '', 'Anal high risk human papillomavirus (hpv) dna test positive' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '796.76', '', 'Papanicolaou smear of anus with cytologic evidence of malignancy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '796.77', '', 'Satisfactory anal smear but lacking transformation zone' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '796.78', '', 'Unsatisfactory anal cytology smear' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '796.79', '', 'Other abnormal papanicolaou smear of anus and anal hpv' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '796.9', '', 'Other nonspecific abnormal findings' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '797', '', 'Senility without psychosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '798.0', '', 'Sudden infant death syndrome' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '798.1', '', 'Instantaneous death' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '798.9', '', 'Unattended death' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '799.01', '', 'Asphyxia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '799.02', '', 'Hypoxemia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '799.1', '', 'Respiratory arrest' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '799.21', '', 'Nervousness' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '799.22', '', 'Irritability' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '799.23', '', 'Impulsiveness' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '799.24', '', 'Emotional lability' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '799.25', '', 'Demoralization and apathy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '799.29', '', 'Other signs and symptoms involving emotional state' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '799.3', '', 'Debility unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '799.4', '', 'Cachexia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '799.81', '', 'Decreased libido' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '799.82', '', 'Apparent life threatening event in infant' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '799.89', '', 'Other ill-defined conditions' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '799.9', '', 'Other unknown and unspecified cause of morbidity or mortality' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '802.0', '', 'Closed fracture of nasal bones' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '802.1', '', 'Open fracture of nasal bones' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '802.20', '', 'Closed fracture of unspecified site of mandible' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '802.21', '', 'Closed fracture of condylar process of mandible' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '802.22', '', 'Closed fracture of subcondylar process of mandible' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '802.23', '', 'Closed fracture of coronoid process of mandible' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '802.24', '', 'Closed fracture of unspecified part of ramus of mandible' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '802.25', '', 'Closed fracture of angle of jaw' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '802.26', '', 'Closed fracture of symphysis of body of mandible' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '802.27', '', 'Closed fracture of alveolar border of body of mandible' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '802.28', '', 'Closed fracture of other and unspecified part of body of mandible' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '802.29', '', 'Closed fracture of multiple sites of mandible' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '802.30', '', 'Open fracture of unspecified site of mandible' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '802.31', '', 'Open fracture of condylar process of mandible' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '802.32', '', 'Open fracture of subcondylar process of mandible' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '802.33', '', 'Open fracture of coronoid process of mandible' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '802.34', '', 'Open fracture of unspecified part of ramus of mandible' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '802.35', '', 'Open fracture of angle of jaw' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '802.36', '', 'Open fracture of symphysis of body of mandible' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '802.37', '', 'Open fracture of alveolar border of body of mandible' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '802.38', '', 'Open fracture of body of mandible other and unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '802.39', '', 'Open fracture of multiple sites of mandible' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '802.4', '', 'Closed fracture of malar and maxillary bones' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '802.5', '', 'Open fracture of malar and maxillary bones' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '802.6', '', 'Closed fracture of orbital floor (blow-out)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '802.7', '', 'Open fracture of orbital floor (blow-out)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '802.8', '', 'Closed fracture of other facial bones' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '802.9', '', 'Open fracture of other facial bones' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '803.09', '', 'Other closed skull fracture without intracranial injury with concussion unspecified' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '803.50', '', 'Other open skull fracture without injury with state of consciousness unspecified' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '803.59', '', 'Other open skull fracture without intracranial injury with concussion unspecified' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '805.00', '', 'Closed fracture of cervical vertebra unspecified level' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '805.01', '', 'Closed fracture of first cervical vertebra' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '805.02', '', 'Closed fracture of second cervical vertebra' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '805.03', '', 'Closed fracture of third cervical vertebra' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '805.04', '', 'Closed fracture of fourth cervical vertebra' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '805.05', '', 'Closed fracture of fifth cervical vertebra' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '805.06', '', 'Closed fracture of sixth cervical vertebra' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '805.07', '', 'Closed fracture of seventh cervical vertebra' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '805.08', '', 'Closed fracture of multiple cervical vertebrae' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '805.10', '', 'Open fracture of cervical vertebra unspecified level' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '805.11', '', 'Open fracture of first cervical vertebra' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '805.12', '', 'Open fracture of second cervical vertebra' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '805.13', '', 'Open fracture of third cervical vertebra' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '805.14', '', 'Open fracture of fourth cervical vertebra' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '805.15', '', 'Open fracture of fifth cervical vertebra' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '805.16', '', 'Open fracture of sixth cervical vertebra' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '805.17', '', 'Open fracture of seventh cervical vertebra' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '805.18', '', 'Open fracture of multiple cervical vertebrae' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '805.2', '', 'Closed fracture of dorsal (thoracic) vertebra without spinal cord injury' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '805.3', '', 'Open fracture of dorsal (thoracic) vertebra without spinal cord injury' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '805.4', '', 'Closed fracture of lumbar vertebra without spinal cord injury' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '805.5', '', 'Open fracture of lumbar vertebra without spinal cord injury' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '805.6', '', 'Closed fracture of sacrum and coccyx without spinal cord injury' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '805.7', '', 'Open fracture of sacrum and coccyx without spinal cord injury' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '806.00', '', 'Closed fracture of c1-c4 level with unspecified spinal cord injury' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '806.01', '', 'Closed fracture of c1-c4 level with complete lesion of cord' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '806.02', '', 'Closed fracture of c1-c4 level with anterior cord syndrome' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '806.03', '', 'Closed fracture of c1-c4 level with central cord syndrome' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '806.05', '', 'Closed fracture of c5-c7 level with unspecified spinal cord injury' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '806.06', '', 'Closed fracture of c5-c7 level with complete lesion of cord' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '806.07', '', 'Closed fracture of c5-c7 level with anterior cord syndrome' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '806.08', '', 'Closed fracture of c5-c7 level with central cord syndrome' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '806.10', '', 'Open fracture of c1-c4 level with unspecified spinal cord injury' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '806.11', '', 'Open fracture of c1-c4 level with complete lesion of cord' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '806.12', '', 'Open fracture of c1-c4 level with anterior cord syndrome' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '806.13', '', 'Open fracture of c1-c4 level with central cord syndrome' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '806.15', '', 'Open fracture of c5-c7 level with unspecified spinal cord injury' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '806.16', '', 'Open fracture of c5-c7 level with complete lesion of cord' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '806.17', '', 'Open fracture of c5-c7 level with anterior cord syndrome' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '806.18', '', 'Open fracture of c5-c7 level with central cord syndrome' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '806.20', '', 'Closed fracture of t1-t6 level with unspecified spinal cord injury' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '806.21', '', 'Closed fracture of t1-t6 level with complete lesion of cord' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '806.22', '', 'Closed fracture of t1-t6 level with anterior cord syndrome' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '806.23', '', 'Closed fracture of t1-t6 level with central cord syndrome' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '806.25', '', 'Closed fracture of t7-t12 level with unspecified spinal cord injury' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '806.26', '', 'Closed fracture of t7-t12 level with complete lesion of cord' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '806.27', '', 'Closed fracture of t7-t12 level with anterior cord syndrome' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '806.28', '', 'Closed fracture of t7-t12 level with central cord syndrome' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '806.30', '', 'Open fracture of t1-t6 level with unspecified spinal cord injury' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '806.31', '', 'Open fracture of t1-t6 level with complete lesion of cord' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '806.32', '', 'Open fracture of t1-t6 level with anterior cord syndrome' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '806.33', '', 'Open fracture of t1-t6 level with central cord syndrome' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '806.35', '', 'Open fracture of t7-t12 level with unspecified spinal cord injury' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '806.36', '', 'Open fracture of t7-t12 level with complete lesion of cord' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '806.37', '', 'Open fracture of t7-t12 level with anterior cord syndrome' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '806.38', '', 'Open fracture of t7-t12 level with central cord syndrome' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '806.4', '', 'Closed fracture of lumbar spine with spinal cord injury' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '806.5', '', 'Open fracture of lumbar spine with spinal cord injury' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '806.60', '', 'Closed fracture of sacrum and coccyx with unspecified spinal cord injury' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '806.61', '', 'Closed fracture of sacrum and coccyx with complete cauda equina lesion' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '806.62', '', 'Closed fracture of sacrum and coccyx with other cauda equina injury' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '806.69', '', 'Closed fracture of sacrum and coccyx with other spinal cord injury' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '806.70', '', 'Open fracture of sacrum and coccyx with unspecified spinal cord injury' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '806.71', '', 'Open fracture of sacrum and coccyx with complete cauda equina lesion' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '806.72', '', 'Open fracture of sacrum and coccyx with other cauda equina injury' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '806.79', '', 'Open fracture of sacrum and coccyx with other spinal cord injury' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '806.8', '', 'Closed fracture of unspecified vertebra with spinal cord injury' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '806.9', '', 'Open fracture of unspecified vertebra with spinal cord injury' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '807.00', '', 'Closed fracture of rib(s) unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '807.01', '', 'Closed fracture of one rib' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '807.02', '', 'Closed fracture of two ribs' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '807.03', '', 'Closed fracture of three ribs' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '807.04', '', 'Closed fracture of four ribs' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '807.05', '', 'Closed fracture of five ribs' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '807.06', '', 'Closed fracture of six ribs' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '807.07', '', 'Closed fracture of seven ribs' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '807.08', '', 'Closed fracture of eight or more ribs' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '807.09', '', 'Closed fracture of multiple ribs unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '807.10', '', 'Open fracture of rib(s) unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '807.11', '', 'Open fracture of one rib' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '807.12', '', 'Open fracture of two ribs' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '807.13', '', 'Open fracture of three ribs' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '807.14', '', 'Open fracture of four ribs' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '807.15', '', 'Open fracture of five ribs' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '807.16', '', 'Open fracture of six ribs' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '807.17', '', 'Open fracture of seven ribs' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '807.18', '', 'Open fracture of eight or more ribs' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '807.19', '', 'Open fracture of multiple ribs unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '807.2', '', 'Closed fracture of sternum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '807.3', '', 'Open fracture of sternum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '807.4', '', 'Flail chest' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '807.5', '', 'Closed fracture of larynx and trachea' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '807.6', '', 'Open fracture of larynx and trachea' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '808.0', '', 'Closed fracture of acetabulum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '808.1', '', 'Open fracture of acetabulum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '808.2', '', 'Closed fracture of pubis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '808.3', '', 'Open fracture of pubis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '808.41', '', 'Closed fracture of ilium' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '808.42', '', 'Closed fracture of ischium' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '808.43', '', 'Multiple closed pelvic fractures with disruption of pelvic circle' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '808.49', '', 'Closed fracture of other specified part of pelvis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '808.51', '', 'Open fracture of ilium' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '808.52', '', 'Open fracture of ischium' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '808.53', '', 'Multiple open pelvic fractures with disruption of pelvic circle' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '808.59', '', 'Open fracture of other specified part of pelvis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '808.8', '', 'Unspecified closed fracture of pelvis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '808.9', '', 'Unspecified open fracture of pelvis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '809.0', '', 'Fracture of bones of trunk closed' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '809.1', '', 'Fracture of bones of trunk open' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '810.00', '', 'Closed fracture of clavicle unspecified part' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '810.01', '', 'Closed fracture of sternal end of clavicle' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '810.02', '', 'Closed fracture of shaft of clavicle' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '810.03', '', 'Closed fracture of acromial end of clavicle' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '810.10', '', 'Open fracture of clavicle unspecified part' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '810.11', '', 'Open fracture of sternal end of clavicle' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '810.12', '', 'Open fracture of shaft of clavicle' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '810.13', '', 'Open fracture of acromial end of clavicle' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '811.00', '', 'Closed fracture of scapula unspecified part' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '811.01', '', 'Closed fracture of acromial process of scapula' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '811.02', '', 'Closed fracture of coracoid process of scapula' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '811.03', '', 'Closed fracture of glenoid cavity and neck of scapula' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '811.09', '', 'Closed fracture of other part of scapula' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '811.10', '', 'Open fracture of scapula unspecified part' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '811.11', '', 'Open fracture of acromial process of scapula' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '811.12', '', 'Open fracture of coracoid process' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '811.13', '', 'Open fracture of glenoid cavity and neck of scapula' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '811.19', '', 'Open fracture of other part of scapula' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '812.00', '', 'Fracture of unspecified part of upper end of humerus closed' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '812.01', '', 'Fracture of surgical neck of humerus closed' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '812.02', '', 'Fracture of anatomical neck of humerus closed' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '812.03', '', 'Fracture of greater tuberosity of humerus closed' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '812.09', '', 'Other closed fractures of upper end of humerus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '812.10', '', 'Fracture of unspecified part of upper end of humerus open' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '812.11', '', 'Fracture of surgical neck of humerus open' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '812.12', '', 'Fracture of anatomical neck of humerus open' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '812.13', '', 'Fracture of greater tuberosity of humerus open' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '812.19', '', 'Other open fracture of upper end of humerus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '812.20', '', 'Fracture of unspecified part of humerus closed' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '812.21', '', 'Fracture of shaft of humerus closed' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '812.30', '', 'Fracture of unspecified part of humerus open' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '812.31', '', 'Fracture of shaft of humerus open' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '812.40', '', 'Fracture of unspecified part of lower end of humerus closed' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '812.41', '', 'Supracondylar fracture of humerus closed' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '812.42', '', 'Fracture of lateral condyle of humerus closed' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '812.43', '', 'Fracture of medial condyle of humerus closed' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '812.44', '', 'Fracture of unspecified condyle(s) of humerus closed' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '812.49', '', 'Other closed fractures of lower end of humerus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '812.50', '', 'Fracture of unspecified part of lower end of humerus open' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '812.51', '', 'Supracondylar fracture of humerus open' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '812.52', '', 'Fracture of lateral condyle of humerus open' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '812.53', '', 'Fracture of medial condyle of humerus open' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '812.54', '', 'Fracture of unspecified condyle(s) of humerus open' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '812.59', '', 'Other fracture of lower end of humerus open' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '813.00', '', 'Closed fracture of upper end of forearm unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '813.01', '', 'Fracture of olecranon process of ulna closed' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '813.02', '', 'Fracture of coronoid process of ulna closed' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '813.03', '', 'Monteggia''s fracture closed' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '813.04', '', 'Other and unspecified closed fractures of proximal end of ulna (alone)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '813.05', '', 'Fracture of head of radius closed' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '813.06', '', 'Fracture of neck of radius closed' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '813.07', '', 'Other and unspecified closed fractures of proximal end of radius (alone)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '813.08', '', 'Fracture of radius with ulna upper end (any part) closed' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '813.10', '', 'Open fracture of upper end of forearm unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '813.11', '', 'Fracture of olecranon process of ulna open' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '813.12', '', 'Fracture of coronoid process of ulna open' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '813.13', '', 'Monteggia''s fracture open' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '813.14', '', 'Other and unspecified open fractures of proximal end of ulna (alone)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '813.15', '', 'Fracture of head of radius open' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '813.16', '', 'Fracture of neck of radius open' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '813.17', '', 'Other and unspecified open fractures of proximal end of radius (alone)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '813.18', '', 'Fracture of radius with ulna upper end (any part) open' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '813.20', '', 'Fracture of shaft of radius or ulna unspecified closed' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '813.21', '', 'Fracture of shaft of radius (alone) closed' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '813.22', '', 'Fracture of shaft of ulna (alone) closed' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '813.23', '', 'Fracture of shaft of radius with ulna closed' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '813.30', '', 'Fracture of shaft of radius or ulna unspecified open' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '813.31', '', 'Fracture of shaft of radius (alone) open' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '813.32', '', 'Fracture of shaft of ulna (alone) open' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '813.33', '', 'Fracture of shaft of radius with ulna open' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '813.40', '', 'Closed fracture of lower end of forearm unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '813.41', '', 'Colles'' fracture closed' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '813.42', '', 'Other closed fractures of distal end of radius (alone)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '813.43', '', 'Fracture of distal end of ulna (alone) closed' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '813.44', '', 'Fracture of lower end of radius with ulna closed' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '813.45', '', 'Torus fracture of radius (alone)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '813.46', '', 'Torus fracture of ulna (alone)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '813.47', '', 'Torus fracture of radius and ulna' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '813.50', '', 'Open fracture of lower end of forearm unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '813.51', '', 'Colles'' fracture open' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '813.52', '', 'Other open fractures of distal end of radius (alone)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '813.53', '', 'Fracture of distal end of ulna (alone) open' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '813.54', '', 'Fracture of lower end of radius with ulna open' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '813.80', '', 'Closed fracture of unspecified part of forearm' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '813.81', '', 'Fracture of unspecified part of radius (alone) closed' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '813.82', '', 'Fracture of unspecified part of ulna (alone) closed' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '813.83', '', 'Fracture of unspecified part of radius with ulna closed' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '813.90', '', 'Fracture of unspecified part of forearm open' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '813.91', '', 'Fracture of unspecified part of radius (alone) open' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '813.92', '', 'Fracture of unspecified part of ulna (alone) open' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '813.93', '', 'Fracture of unspecified part of radius with ulna open' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '814.00', '', 'Closed fracture of carpal bone unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '814.01', '', 'Closed fracture of navicular (scaphoid) bone of wrist' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '814.02', '', 'Closed fracture of lunate (semilunar) bone of wrist' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '814.03', '', 'Closed fracture of triquetral (cuneiform) bone of wrist' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '814.04', '', 'Closed fracture of pisiform bone of wrist' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '814.05', '', 'Closed fracture of trapezium bone (larger multangular) of wrist' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '814.06', '', 'Closed fracture of trapezoid bone (smaller multangular) of wrist' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '814.07', '', 'Closed fracture of capitate bone (os magnum) of wrist' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '814.08', '', 'Closed fracture of hamate (unciform) bone of wrist' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '814.09', '', 'Closed fracture of other bone of wrist' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '814.10', '', 'Open fracture of carpal bone unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '814.11', '', 'Open fracture of navicular (scaphoid) bone of wrist' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '814.12', '', 'Open fracture of lunate (semilunar) bone of wrist' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '814.13', '', 'Open fracture of triquetral (cuneiform) bone of wrist' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '814.14', '', 'Open fracture of pisiform bone of wrist' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '814.15', '', 'Open fracture of trapezium bone (larger multangular) of wrist' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '814.16', '', 'Open fracture of trapezoid bone (smaller multangular) of wrist' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '814.17', '', 'Open fracture of capitate bone (os magnum) of wrist' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '814.18', '', 'Open fracture of hamate (unciform) bone of wrist' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '814.19', '', 'Open fracture of other bone of wrist' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '815.00', '', 'Closed fracture of metacarpal bone(s) site unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '815.01', '', 'Closed fracture of base of thumb (first) metacarpal' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '815.02', '', 'Closed fracture of base of other metacarpal bone(s)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '815.03', '', 'Closed fracture of shaft of metacarpal bone(s)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '815.04', '', 'Closed fracture of neck of metacarpal bone(s)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '815.09', '', 'Closed fracture of multiple sites of metacarpus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '815.10', '', 'Open fracture of metacarpal bone(s) site unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '815.11', '', 'Open fracture of base of thumb (first) metacarpal' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '815.12', '', 'Open fracture of base of other metacarpal bone(s)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '815.13', '', 'Open fracture of shaft of metacarpal bone(s)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '815.14', '', 'Open fracture of neck of metacarpal bone(s)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '815.19', '', 'Open fracture of multiple sites of metacarpus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '816.00', '', 'Closed fracture of phalanx or phalanges of hand unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '816.01', '', 'Closed fracture of middle or proximal phalanx or phalanges of hand' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '816.02', '', 'Closed fracture of distal phalanx or phalanges of hand' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '816.03', '', 'Closed fracture of multiple sites of phalanx or phalanges of hand' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '816.10', '', 'Open fracture of phalanx or phalanges of hand unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '816.11', '', 'Open fracture of middle or proximal phalanx or phalanges of hand' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '816.12', '', 'Open fracture of distal phalanx or phalanges of hand' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '816.13', '', 'Open fracture of multiple sites of phalanx or phalanges of hand' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '817.0', '', 'Multiple closed fractures of hand bones' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '817.1', '', 'Multiple open fractures of hand bones' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '818.0', '', 'Ill-defined closed fractures of upper limb' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '818.1', '', 'Ill-defined open fractures of upper limb' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '820.00', '', 'Fracture of unspecified intracapsular section of neck of femur closed' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '820.01', '', 'Fracture of epiphysis (separation) (upper) of neck of femur closed' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '820.02', '', 'Fracture of midcervical section of femur closed' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '820.03', '', 'Fracture of base of neck of femur closed' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '820.09', '', 'Other transcervical fracture of femur closed' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '820.10', '', 'Fracture of unspecified intracapsular section of neck of femur open' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '820.11', '', 'Fracture of epiphysis (separation) (upper) of neck of femur open' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '820.12', '', 'Fracture of midcervical section of femur open' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '820.13', '', 'Fracture of base of neck of femur open' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '820.19', '', 'Other transcervical fracture of femur open' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '820.20', '', 'Fracture of unspecified trochanteric section of femur closed' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '820.21', '', 'Fracture of intertrochanteric section of femur closed' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '820.22', '', 'Fracture of subtrochanteric section of femur closed' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '820.30', '', 'Fracture of unspecified trochanteric section of femur open' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '820.31', '', 'Fracture of intertrochanteric section of femur open' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '820.32', '', 'Fracture of subtrochanteric section of femur open' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '820.8', '', 'Fracture of unspecified part of neck of femur closed' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '820.9', '', 'Fracture of unspecified part of neck of femur open' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '821.00', '', 'Fracture of unspecified part of femur closed' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '821.01', '', 'Fracture of shaft of femur closed' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '821.10', '', 'Fracture of unspecified part of femur open' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '821.11', '', 'Fracture of shaft of femur open' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '821.20', '', 'Fracture of lower end of femur unspecified part closed' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '821.21', '', 'Fracture of femoral condyle closed' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '821.22', '', 'Fracture of lower epiphysis of femur closed' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '821.23', '', 'Supracondylar fracture of femur closed' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '821.29', '', 'Other fracture of lower end of femur closed' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '821.30', '', 'Fracture of lower end of femur unspecified part open' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '821.31', '', 'Fracture of femoral condyle open' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '821.32', '', 'Fracture of lower epiphysis of femur open' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '821.33', '', 'Supracondylar fracture of femur open' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '821.39', '', 'Other fracture of lower end of femur open' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '822.0', '', 'Closed fracture of patella' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '822.1', '', 'Open fracture of patella' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '823.00', '', 'Closed fracture of upper end of tibia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '823.01', '', 'Closed fracture of upper end of fibula' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '823.02', '', 'Closed fracture of upper end of fibula with tibia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '823.10', '', 'Open fracture of upper end of tibia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '823.11', '', 'Open fracture of upper end of fibula' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '823.12', '', 'Open fracture of upper end of fibula with tibia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '823.20', '', 'Closed fracture of shaft of tibia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '823.21', '', 'Closed fracture of shaft of fibula' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '823.22', '', 'Closed fracture of shaft of fibula with tibia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '823.30', '', 'Open fracture of shaft of tibia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '823.31', '', 'Open fracture of shaft of fibula' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '823.32', '', 'Open fracture of shaft of fibula with tibia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '823.40', '', 'Torus fracture of tibia alone' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '823.41', '', 'Torus fracture of fibula alone' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '823.42', '', 'Torus fracture of fibula with tibia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '823.80', '', 'Closed fracture of unspecified part of tibia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '823.81', '', 'Closed fracture of unspecified part of fibula' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '823.82', '', 'Closed fracture of unspecified part of fibula with tibia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '823.90', '', 'Open fracture of unspecified part of tibia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '823.91', '', 'Open fracture of unspecified part of fibula' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '823.92', '', 'Open fracture of unspecified part of fibula with tibia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '824.0', '', 'Fracture of medial malleolus closed' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '824.1', '', 'Fracture of medial malleolus open' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '824.2', '', 'Fracture of lateral malleolus closed' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '824.3', '', 'Fracture of lateral malleolus open' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '824.4', '', 'Bimalleolar fracture closed' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '824.5', '', 'Bimalleolar fracture open' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '824.6', '', 'Trimalleolar fracture closed' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '824.7', '', 'Trimalleolar fracture open' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '824.8', '', 'Unspecified fracture of ankle closed' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '824.9', '', 'Unspecified fracture of ankle open' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '825.0', '', 'Fracture of calcaneus closed' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '825.1', '', 'Fracture of calcaneus open' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '825.20', '', 'Fracture of unspecified bone(s) of foot (except toes) closed' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '825.21', '', 'Fracture of astragalus closed' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '825.22', '', 'Fracture of navicular (scaphoid) bone of foot closed' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '825.23', '', 'Fracture of cuboid bone closed' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '825.24', '', 'Fracture of cuneiform bone of foot closed' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '825.25', '', 'Fracture of metatarsal bone(s) closed' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '825.29', '', 'Other fracture of tarsal and metatarsal bones closed' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '825.30', '', 'Fracture of unspecified bone(s) of foot (except toes) open' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '825.31', '', 'Fracture of astragalus open' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '825.32', '', 'Fracture of navicular (scaphoid) bone of foot open' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '825.33', '', 'Fracture of cuboid bone open' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '825.34', '', 'Fracture of cuneiform bone of foot open' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '825.35', '', 'Fracture of metatarsal bone(s) open' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '825.39', '', 'Other fractures of tarsal and metatarsal bones open' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '826.0', '', 'Closed fracture of one or more phalanges of foot' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '826.1', '', 'Open fracture of one or more phalanges of foot' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '827.0', '', 'Other multiple and ill-defined fractures of lower limb closed' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '827.1', '', 'Other multiple and ill-defined fractures of lower limb open' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '829.0', '', 'Fracture of unspecified bone closed' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '829.1', '', 'Fracture of unspecified bone open' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '830.0', '', 'Closed dislocation of jaw' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '830.1', '', 'Open dislocation of jaw' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '831.00', '', 'Closed dislocation of shoulder unspecified site' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '831.01', '', 'Closed anterior dislocation of humerus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '831.02', '', 'Closed posterior dislocation of humerus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '831.03', '', 'Closed inferior dislocation of humerus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '831.04', '', 'Closed dislocation of acromioclavicular (joint)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '831.09', '', 'Closed dislocation of other site of shoulder' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '831.10', '', 'Open dislocation of shoulder unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '831.11', '', 'Open anterior dislocation of humerus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '831.12', '', 'Open posterior dislocation of humerus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '831.13', '', 'Open inferior dislocation of humerus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '831.14', '', 'Open dislocation of acromioclavicular (joint)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '831.19', '', 'Open dislocation of other site of shoulder' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '832.00', '', 'Closed dislocation of elbow unspecified site' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '832.01', '', 'Closed anterior dislocation of elbow' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '832.02', '', 'Closed posterior dislocation of elbow' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '832.03', '', 'Closed medial dislocation of elbow' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '832.04', '', 'Closed lateral dislocation of elbow' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '832.09', '', 'Closed dislocation of other site of elbow' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '832.10', '', 'Open dislocation of elbow unspecified site' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '832.11', '', 'Open anterior dislocation of elbow' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '832.12', '', 'Open posterior dislocation of elbow' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '832.13', '', 'Open medial dislocation of elbow' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '832.14', '', 'Open lateral dislocation of elbow' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '832.19', '', 'Open dislocation of other site of elbow' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '832.2', '', 'Nursemaid''s elbow' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '833.00', '', 'Closed dislocation of wrist unspecified part' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '833.01', '', 'Closed dislocation of radioulnar (joint) distal' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '833.02', '', 'Closed dislocation of radiocarpal (joint)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '833.03', '', 'Closed dislocation of midcarpal (joint)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '833.04', '', 'Closed dislocation of carpometacarpal (joint)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '833.05', '', 'Closed dislocation of metacarpal (bone) proximal end' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '833.09', '', 'Closed dislocation of other part of wrist' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '833.10', '', 'Open dislocation of wrist unspecified part' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '833.11', '', 'Open dislocation of radioulnar (joint) distal' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '833.12', '', 'Open dislocation of radiocarpal (joint)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '833.13', '', 'Open dislocation of midcarpal (joint)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '833.14', '', 'Open dislocation of carpometacarpal (joint)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '833.15', '', 'Open dislocation of metacarpal (bone) proximal end' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '833.19', '', 'Open dislocation of other part of wrist' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '834.00', '', 'Closed dislocation of finger unspecified part' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '834.01', '', 'Closed dislocation of metacarpophalangeal (joint)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '834.02', '', 'Closed dislocation of interphalangeal (joint) hand' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '834.10', '', 'Open dislocation of finger unspecified part' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '834.11', '', 'Open dislocation of metacarpophalangeal (joint)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '834.12', '', 'Open dislocation interphalangeal (joint) hand' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '835.00', '', 'Closed dislocation of hip unspecified site' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '835.01', '', 'Closed posterior dislocation of hip' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '835.02', '', 'Closed obturator dislocation of hip' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '835.03', '', 'Other closed anterior dislocation of hip' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '835.10', '', 'Open dislocation of hip unspecified site' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '835.11', '', 'Open posterior dislocation of hip' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '835.12', '', 'Open obturator dislocation of hip' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '835.13', '', 'Other open anterior dislocation of hip' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '836.0', '', 'Tear of medial cartilage or meniscus of knee current' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '836.1', '', 'Tear of lateral cartilage or meniscus of knee current' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '836.2', '', 'Other tear of cartilage or meniscus of knee current' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '836.3', '', 'Dislocation of patella closed' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '836.4', '', 'Dislocation of patella open' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '836.50', '', 'Closed dislocation of knee unspecified part' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '836.51', '', 'Anterior dislocation of tibia proximal end closed' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '836.52', '', 'Posterior dislocation of tibia proximal end closed' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '836.53', '', 'Medial dislocation of tibia proximal end closed' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '836.54', '', 'Lateral dislocation of tibia proximal end closed' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '836.59', '', 'Other dislocation of knee closed' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '836.60', '', 'Dislocation of knee unspecified part open' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '836.61', '', 'Anterior dislocation of tibia proximal end open' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '836.62', '', 'Posterior dislocation of tibia proximal end open' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '836.63', '', 'Medial dislocation of tibia proximal end open' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '836.64', '', 'Lateral dislocation of tibia proximal end open' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '836.69', '', 'Other dislocation of knee open' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '837.0', '', 'Closed dislocation of ankle' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '837.1', '', 'Open dislocation of ankle' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '838.00', '', 'Closed dislocation of foot unspecified part' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '838.01', '', 'Closed dislocation of tarsal (bone) joint unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '838.02', '', 'Closed dislocation of midtarsal (joint)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '838.03', '', 'Closed dislocation of tarsometatarsal (joint)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '838.04', '', 'Closed dislocation of metatarsal (bone) joint unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '838.05', '', 'Closed dislocation of metatarsophalangeal (joint)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '838.06', '', 'Closed dislocation of interphalangeal (joint) foot' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '838.09', '', 'Closed dislocation of other part of foot' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '838.10', '', 'Open dislocation of foot unspecified part' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '838.11', '', 'Open dislocation of tarsal (bone) joint unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '838.12', '', 'Open dislocation of midtarsal (joint)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '838.13', '', 'Open dislocation of tarsometatarsal (joint)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '838.14', '', 'Open dislocation of metatarsal (bone) joint unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '838.15', '', 'Open dislocation of metatarsophalangeal (joint)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '838.16', '', 'Open dislocation of interphalangeal (joint) foot' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '838.19', '', 'Open dislocation of other part of foot' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '839.00', '', 'Closed dislocation cervical vertebra unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '839.01', '', 'Closed dislocation first cervical vertebra' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '839.02', '', 'Closed dislocation second cervical vertebra' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '839.03', '', 'Closed dislocation third cervical vertebra' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '839.04', '', 'Closed dislocation fourth cervical vertebra' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '839.05', '', 'Closed dislocation fifth cervical vertebra' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '839.06', '', 'Closed dislocation sixth cervical vertebra' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '839.07', '', 'Closed dislocation seventh cervical vertebra' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '839.08', '', 'Closed dislocation multiple cervical vertebrae' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '839.10', '', 'Open dislocation cervical vertebra unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '839.11', '', 'Open dislocation first cervical vertebra' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '839.12', '', 'Open dislocation second cervical vertebra' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '839.13', '', 'Open dislocation third cervical vertebra' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '839.14', '', 'Open dislocation fourth cervical vertebra' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '839.15', '', 'Open dislocation fifth cervical vertebra' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '839.16', '', 'Open dislocation sixth cervical vertebra' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '839.17', '', 'Open dislocation seventh cervical vertebra' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '839.18', '', 'Open dislocation multiple cervical vertebrae' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '839.20', '', 'Closed dislocation lumbar vertebra' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '839.21', '', 'Closed dislocation thoracic vertebra' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '839.30', '', 'Open dislocation lumbar vertebra' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '839.31', '', 'Open dislocation thoracic vertebra' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '839.40', '', 'Closed dislocation vertebra unspecified site' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '839.41', '', 'Closed dislocation coccyx' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '839.42', '', 'Closed dislocation sacrum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '839.49', '', 'Closed dislocation other vertebra' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '839.50', '', 'Open dislocation vertebra unspecified site' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '839.51', '', 'Open dislocation coccyx' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '839.52', '', 'Open dislocation sacrum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '839.59', '', 'Open dislocation other vertebra' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '839.61', '', 'Closed dislocation sternum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '839.69', '', 'Closed dislocation other location' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '839.71', '', 'Open dislocation sternum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '839.79', '', 'Open dislocation other location' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '839.8', '', 'Closed dislocation multiple and ill-defined sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '839.9', '', 'Open dislocation multiple and ill-defined sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '840.0', '', 'Acromioclavicular (joint) (ligament) sprain' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '840.1', '', 'Coracoclavicular (ligament) sprain' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '840.2', '', 'Coracohumeral (ligament) sprain' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '840.3', '', 'Infraspinatus (muscle) (tendon) sprain' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '840.4', '', 'Rotator cuff (capsule) sprain' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '840.5', '', 'Subscapularis (muscle) sprain' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '840.6', '', 'Supraspinatus (muscle) (tendon) sprain' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '840.7', '', 'Superior glenoid labrum lesion' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '840.8', '', 'Sprain of other specified sites of shoulder and upper arm' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '840.9', '', 'Sprain of unspecified site of shoulder and upper arm' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '841.0', '', 'Radial collateral ligament sprain' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '841.1', '', 'Ulnar collateral ligament sprain' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '841.2', '', 'Radiohumeral (joint) sprain' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '841.3', '', 'Ulnohumeral (joint) sprain' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '841.8', '', 'Sprain of other specified sites of elbow and forearm' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '841.9', '', 'Sprain of unspecified site of elbow and forearm' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '842.00', '', 'Sprain of unspecified site of wrist' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '842.01', '', 'Sprain of carpal (joint) of wrist' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '842.02', '', 'Sprain of radiocarpal (joint) (ligament) of wrist' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '842.09', '', 'Other wrist sprain' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '842.10', '', 'Sprain of unspecified site of hand' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '842.11', '', 'Sprain of carpometacarpal (joint) of hand' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '842.12', '', 'Sprain of metacarpophalangeal (joint) of hand' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '842.13', '', 'Sprain of interphalangeal (joint) of hand' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '842.19', '', 'Other hand sprain' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '843.0', '', 'Iliofemoral (ligament) sprain' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '843.1', '', 'Ischiocapsular (ligament) sprain' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '843.8', '', 'Sprain of other specified sites of hip and thigh' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '843.9', '', 'Sprain of unspecified site of hip and thigh' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '844.0', '', 'Sprain of lateral collateral ligament of knee' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '844.1', '', 'Sprain of medial collateral ligament of knee' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '844.2', '', 'Sprain of cruciate ligament of knee' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '844.3', '', 'Sprain of tibiofibular (joint) (ligament) superior of knee' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '844.8', '', 'Sprain of other specified sites of knee and leg' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '844.9', '', 'Sprain of unspecified site of knee and leg' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '845.00', '', 'Unspecified site of ankle sprain' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '845.01', '', 'Deltoid (ligament) ankle sprain' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '845.02', '', 'Calcaneofibular (ligament) ankle sprain' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '845.03', '', 'Tibiofibular (ligament) sprain distal' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '845.09', '', 'Other ankle sprain' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '845.10', '', 'Unspecified site of foot sprain' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '845.11', '', 'Tarsometatarsal (joint) (ligament) sprain' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '845.12', '', 'Metatarsophalangeal (joint) sprain' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '845.13', '', 'Interphalangeal (joint) toe sprain' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '845.19', '', 'Other foot sprain' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '846.0', '', 'Lumbosacral (joint) (ligament) sprain' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '846.1', '', 'Sacroiliac (ligament) sprain' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '846.2', '', 'Sacrospinatus (ligament) sprain' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '846.3', '', 'Sacrotuberous (ligament) sprain' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '846.8', '', 'Other specified sites of sacroiliac region sprain' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '846.9', '', 'Unspecified site of sacroiliac region sprain' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '847.0', '', 'Neck sprain' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '847.1', '', 'Thoracic sprain' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '847.2', '', 'Lumbar sprain' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '847.3', '', 'Sprain of sacrum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '847.4', '', 'Sprain of coccyx' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '847.9', '', 'Sprain of unspecified site of back' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '848.0', '', 'Sprain of septal cartilage of nose' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '848.1', '', 'Jaw sprain' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '848.2', '', 'Thyroid region sprain' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '848.3', '', 'Sprain of ribs' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '848.40', '', 'Sternum sprain unspecified part' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '848.41', '', 'Sternoclavicular (joint) (ligament) sprain' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '848.42', '', 'Chondrosternal (joint) sprain' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '848.49', '', 'Other sprain of sternum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '848.5', '', 'Pelvic sprain' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '848.8', '', 'Other specified sites of sprains and strains' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '848.9', '', 'Unspecified site of sprain and strain' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '850.0', '', 'Concussion with no loss of consciousness' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '850.11', '', 'Concussion with loss of consciousness of 30 minutes or less' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '850.12', '', 'Concussion with loss of consciousness from 31 to 59 minutes' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '850.2', '', 'Concussion with moderate loss of consciousness' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '850.5', '', 'Concussion with loss of consciousness of unspecified duration' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '850.9', '', 'Concussion unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '851.00', '', 'Cortex (cerebral) contusion without open intracranial wound state of consciousness unspecified' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '851.09', '', 'Cortex (cerebral) contusion without open intracranial wound with concussion unspecified' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '851.19', '', 'Cortex (cerebral) contusion with open intracranial wound with concussion unspecified' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '851.29', '', 'Cortex (cerebral) laceration without open intracranial wound with concussion unspecified' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '851.39', '', 'Cortex (cerebral) laceration with open intracranial wound with concussion unspecified' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '852.09', '', 'Subarachnoid hemorrhage following injury without open intracranial wound with concussion unspecified' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '852.19', '', 'Subarachnoid hemorrhage following injury with open intracranial wound with concussion unspecified' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '852.29', '', 'Subdural hemorrhage following injury without open intracranial wound with concussion unspecified' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '852.39', '', 'Subdural hemorrhage following injury with open intracranial wound with concussion unspecified' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '852.49', '', 'Extradural hemorrhage following injury without open intracranial wound with concussion unspecified' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '852.59', '', 'Extradural hemorrhage following injury with open intracranial wound with concussion unspecified' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '860.0', '', 'Traumatic pneumothorax without open wound into thorax' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '860.1', '', 'Traumatic pneumothorax with open wound into thorax' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '860.2', '', 'Traumatic hemothorax without open wound into thorax' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '860.3', '', 'Traumatic hemothorax with open wound into thorax' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '860.4', '', 'Traumatic pneumohemothorax without open wound into thorax' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '860.5', '', 'Traumatic pneumohemothorax with open wound into thorax' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '861.00', '', 'Unspecified injury of heart without open wound into thorax' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '861.01', '', 'Contusion of heart without open wound into thorax' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '861.10', '', 'Unspecified injury of heart with open wound into thorax' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '861.11', '', 'Contusion of heart with open wound into thorax' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '861.20', '', 'Unspecified injury of lung without open wound into thorax' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '861.21', '', 'Contusion of lung without open wound into thorax' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '861.22', '', 'Laceration of lung without open wound into thorax' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '861.30', '', 'Unspecified injury of lung with open wound into thorax' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '861.31', '', 'Contusion of lung with open wound into thorax' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '861.32', '', 'Laceration of lung with open wound into thorax' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '862.0', '', 'Injury to diaphragm without open wound into cavity' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '862.1', '', 'Injury to diaphragm with open wound into cavity' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '862.21', '', 'Injury to bronchus without open wound into cavity' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '862.22', '', 'Injury to esophagus without open wound into cavity' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '862.29', '', 'Injury to other specified intrathoracic organs without open wound into cavity' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '862.31', '', 'Injury to bronchus with open wound into cavity' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '862.32', '', 'Injury to esophagus with open wound into cavity' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '862.39', '', 'Injury to other specified intrathoracic organs with open wound into cavity' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '863.0', '', 'Injury to stomach without open wound into cavity' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '863.1', '', 'Injury to stomach with open wound into cavity' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '863.20', '', 'Injury to small intestine unspecified site without open wound into cavity' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '863.21', '', 'Injury to duodenum without open wound into cavity' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '863.29', '', 'Other injury to small intestine without open wound into cavity' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '863.30', '', 'Injury to small intestine unspecified site with open wound into cavity' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '863.31', '', 'Injury to duodenum with open wound into cavity' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '863.39', '', 'Other injury to small intestine with open wound into cavity' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '863.40', '', 'Injury to colon unspecified site without open wound into cavity' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '863.41', '', 'Injury to ascending (right) colon without open wound into cavity' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '863.42', '', 'Injury to transverse colon without open wound into cavity' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '863.43', '', 'Injury to descending (left) colon without open wound into cavity' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '863.44', '', 'Injury to sigmoid colon without open wound into cavity' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '863.45', '', 'Injury to rectum without open wound into cavity' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '863.49', '', 'Other injury to colon and rectum without open wound into cavity' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '863.50', '', 'Injury to colon unspecified site with open wound into cavity' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '863.51', '', 'Injury to ascending (right) colon with open wound into cavity' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '863.52', '', 'Injury to transverse colon with open wound into cavity' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '863.53', '', 'Injury to descending (left) colon with open wound into cavity' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '863.54', '', 'Injury to sigmoid colon with open wound into cavity' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '863.55', '', 'Injury to rectum with open wound into cavity' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '863.59', '', 'Other injury to colon and rectum with open wound into cavity' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '863.80', '', 'Injury to gastrointestinal tract unspecified site without open wound into cavity' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '863.81', '', 'Injury to pancreas head without open wound into cavity' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '863.82', '', 'Injury to pancreas body without open wound into cavity' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '863.83', '', 'Injury to pancreas tail without open wound into cavity' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '863.85', '', 'Injury to appendix without open wound into cavity' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '863.90', '', 'Injury to gastrointestinal tract unspecified site with open wound into cavity' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '863.91', '', 'Injury to pancreas head with open wound into cavity' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '863.92', '', 'Injury to pancreas body with open wound into cavity' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '863.93', '', 'Injury to pancreas tail with open wound into cavity' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '863.95', '', 'Injury to appendix with open wound into cavity' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '864.00', '', 'Unspecified injury to liver without open wound into cavity' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '864.01', '', 'Hematoma and contusion of liver without open wound into cavity' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '864.02', '', 'Laceration of liver minor without open wound into cavity' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '864.03', '', 'Laceration of liver moderate without open wound into cavity' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '864.04', '', 'Laceration of liver major without open wound into cavity' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '864.05', '', 'Laceration of liver unspecified without open wound into cavity' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '864.09', '', 'Other injury to liver without open wound into cavity' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '864.10', '', 'Unspecified injury to liver with open wound into cavity' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '864.11', '', 'Hematoma and contusion of liver with open wound into cavity' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '864.12', '', 'Laceration of liver minor with open wound into cavity' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '864.13', '', 'Laceration of liver moderate with open wound into cavity' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '864.14', '', 'Laceration of liver major with open wound into cavity' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '864.15', '', 'Laceration of liver unspecified with open wound into cavity' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '864.19', '', 'Other injury to liver with open wound into cavity' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '865.00', '', 'Unspecified injury to spleen without open wound into cavity' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '865.03', '', 'Laceration of spleen extending into parenchyma without open wound into cavity' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '865.04', '', 'Massive parenchymal disruption of spleen without open wound into cavity' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '865.09', '', 'Other injury into spleen without open wound into cavity' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '865.10', '', 'Unspecified injury to spleen with open wound into cavity' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '865.13', '', 'Laceration of spleen extending into parenchyma with open wound into cavity' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '865.14', '', 'Massive parenchyma disruption of spleen with open wound into cavity' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '865.19', '', 'Other injury to spleen with open wound into cavity' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '866.00', '', 'Unspecified injury to kidney without open wound into cavity' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '866.02', '', 'Laceration of kidney without open wound into cavity' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '866.03', '', 'Complete disruption of kidney parenchyma without open wound into cavity' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '866.10', '', 'Unspecified injury to kidney with open wound into cavity' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '866.12', '', 'Laceration of kidney with open wound into cavity' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '866.13', '', 'Complete disruption of kidney parenchyma with open wound into cavity' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '867.0', '', 'Injury to bladder and urethra without open wound into cavity' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '867.1', '', 'Injury to bladder and urethra with open wound into cavity' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '867.2', '', 'Injury to ureter without open wound into cavity' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '867.3', '', 'Injury to ureter with open wound into cavity' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '867.4', '', 'Injury to uterus without open wound into cavity' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '867.5', '', 'Injury to uterus with open wound into cavity' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '867.6', '', 'Injury to other specified pelvic organs without open wound into cavity' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '867.7', '', 'Injury to other specified pelvic organs with open wound into cavity' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '867.8', '', 'Injury to unspecified pelvic organ without open wound into cavity' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '867.9', '', 'Injury to unspecified pelvic organ with open wound into cavity' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '868.00', '', 'Injury to unspecified intra-abdominal organ without open wound into cavity' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '868.01', '', 'Injury to adrenal gland without open wound into cavity' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '868.02', '', 'Injury to bile duct and gallbladder without open wound into cavity' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '868.03', '', 'Injury to peritoneum without open wound into cavity' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '868.04', '', 'Injury to retroperitoneum without open wound into cavity' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '868.10', '', 'Injury to unspecified intra-abdominal organ with open wound into cavity' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '868.11', '', 'Injury to adrenal gland with open wound into cavity' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '868.12', '', 'Injury to bile duct and gallbladder with open wound into cavity' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '868.13', '', 'Injury to peritoneum with open wound into cavity' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '868.14', '', 'Injury to retroperitoneum with open wound into cavity' ); +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' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '870.0', '', 'Laceration of skin of eyelid and periocular area' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '870.1', '', 'Laceration of eyelid full-thickness not involving lacrimal passages' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '870.2', '', 'Laceration of eyelid involving lacrimal passages' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '870.3', '', 'Penetrating wound of orbit without foreign body' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '870.4', '', 'Penetrating wound of orbit with foreign body' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '870.8', '', 'Other specified open wounds of ocular adnexa' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '870.9', '', 'Unspecified open wound of ocular adnexa' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '871.0', '', 'Ocular laceration without prolapse of intraocular tissue' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '871.1', '', 'Ocular laceration with prolapse or exposure of intraocular tissue' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '871.2', '', 'Rupture of eye with partial loss of intraocular tissue' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '871.3', '', 'Avulsion of eye' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '871.4', '', 'Unspecified laceration of eye' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '871.5', '', 'Penetration of eyeball with magnetic foreign body' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '871.6', '', 'Penetration of eyeball with (nonmagnetic) foreign body' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '871.7', '', 'Unspecified ocular penetration' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '871.9', '', 'Unspecified open wound of eyeball' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '872.00', '', 'Open wound of external ear unspecified site uncomplicated' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '872.01', '', 'Open wound of auricle uncomplicated' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '872.02', '', 'Open wound of auditory canal uncomplicated' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '872.10', '', 'Open wound of external ear unspecified site complicated' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '872.11', '', 'Open wound of auricle complicated' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '872.12', '', 'Open wound of auditory canal complicated' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '872.61', '', 'Open wound of ear drum uncomplicated' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '872.62', '', 'Open wound of ossicles uncomplicated' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '872.63', '', 'Open wound of eustachian tube uncomplicated' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '872.64', '', 'Open wound of cochlea uncomplicated' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '872.69', '', 'Open wound of other and multiple sites uncomplicated' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '872.71', '', 'Open wound of ear drum complicated' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '872.72', '', 'Open wound of ossicles complicated' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '872.73', '', 'Open wound of eustachian tube complicated' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '872.74', '', 'Open wound of cochlea complicated' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '872.79', '', 'Open wound of other and multiple sites complicated' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '872.8', '', 'Open wound of ear part unspecified without complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '872.9', '', 'Open wound of ear part unspecified complicated' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '873.0', '', 'Open wound of scalp without complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '873.1', '', 'Open wound of scalp complicated' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '873.20', '', 'Open wound of nose unspecified site uncomplicated' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '873.21', '', 'Open wound of nasal septum uncomplicated' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '873.22', '', 'Open wound of nasal cavity uncomplicated' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '873.23', '', 'Open wound of nasal sinus uncomplicated' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '873.29', '', 'Open wound of multiple sites uncomplicated' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '873.30', '', 'Open wound of nose unspecified site complicated' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '873.31', '', 'Open wound of nasal septum complicated' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '873.32', '', 'Open wound of nasal cavity complicated' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '873.33', '', 'Open wound of nasal sinus complicated' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '873.39', '', 'Open wound of multiple sites complicated' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '873.40', '', 'Open wound of face unspecified site uncomplicated' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '873.41', '', 'Open wound of cheek uncomplicated' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '873.42', '', 'Open wound of forehead uncomplicated' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '873.43', '', 'Open wound of lip uncomplicated' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '873.44', '', 'Open wound of jaw uncomplicated' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '873.49', '', 'Open wound of other and multiple sites uncomplicated' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '873.50', '', 'Open wound of face unspecified site complicated' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '873.51', '', 'Open wound of cheek complicated' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '873.52', '', 'Open wound of forehead complicated' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '873.53', '', 'Open wound of lip complicated' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '873.54', '', 'Open wound of jaw complicated' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '873.59', '', 'Open wound of other and multiple sites complicated' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '873.60', '', 'Open wound of mouth unspecified site uncomplicated' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '873.61', '', 'Open wound of buccal mucosa uncomplicated' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '873.62', '', 'Open wound of gum (alveolar process) uncomplicated' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '873.63', '', 'Open wound of tooth (broken) uncomplicated' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '873.64', '', 'Open wound of tongue and floor of mouth uncomplicated' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '873.65', '', 'Open wound of palate uncomplicated' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '873.69', '', 'Open wound of other and multiple sites uncomplicated' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '873.70', '', 'Open wound of mouth unspecified site complicated' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '873.71', '', 'Open wound of buccal mucosa complicated' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '873.72', '', 'Open wound of gum (alveolar process) complicated' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '873.73', '', 'Open wound of tooth (broken) complicated' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '873.74', '', 'Open wound of tongue and floor of mouth complicated' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '873.75', '', 'Open wound of palate complicated' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '873.79', '', 'Open wound of other and multiple sites complicated' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '873.8', '', 'Other and unspecified open wound of head without complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '873.9', '', 'Other and unspecified open wound of head complicated' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '874.00', '', 'Open wound of larynx with trachea uncomplicated' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '874.01', '', 'Open wound of larynx uncomplicated' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '874.02', '', 'Open wound of trachea uncomplicated' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '874.10', '', 'Open wound of larynx with trachea complicated' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '874.11', '', 'Open wound of larynx complicated' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '874.12', '', 'Open wound of trachea complicated' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '874.2', '', 'Open wound of thyroid gland without complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '874.3', '', 'Open wound of thyroid gland complicated' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '874.4', '', 'Open wound of pharynx without complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '874.5', '', 'Open wound of pharynx complicated' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '874.8', '', 'Open wound of other and unspecified parts of neck without complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '874.9', '', 'Open wound of other and unspecified parts of neck complicated' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '875.0', '', 'Open wound of chest (wall) without complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '875.1', '', 'Open wound of chest (wall) complicated' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '876.0', '', 'Open wound of back without complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '876.1', '', 'Open wound of back complicated' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '877.0', '', 'Open wound of buttock without complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '877.1', '', 'Open wound of buttock complicated' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '878.0', '', 'Open wound of penis without complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '878.1', '', 'Open wound of penis complicated' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '878.2', '', 'Open wound of scrotum and testes without complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '878.3', '', 'Open wound of scrotum and testes complicated' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '878.4', '', 'Open wound of vulva without complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '878.5', '', 'Open wound of vulva complicated' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '878.6', '', 'Open wound of vagina without complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '878.7', '', 'Open wound of vagina complicated' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '878.9', '', 'Open wound of other and unspecified parts of genital organs complicated' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '879.0', '', 'Open wound of breast without complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '879.1', '', 'Open wound of breast complicated' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '879.2', '', 'Open wound of abdominal wall anterior without complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '879.3', '', 'Open wound of abdominal wall anterior complicated' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '879.4', '', 'Open wound of abdominal wall lateral without complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '879.5', '', 'Open wound of abdominal wall lateral complicated' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '879.6', '', 'Open wound of other and unspecified parts of trunk without complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '879.7', '', 'Open wound of other and unspecified parts of trunk complicated' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '879.8', '', 'Open wound(s) (multiple) of unspecified site(s) without complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '879.9', '', 'Open wound(s) (multiple) of unspecified site(s) complicated' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '880.00', '', 'Open wound of shoulder region without complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '880.01', '', 'Open wound of scapular region without complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '880.02', '', 'Open wound of axillary region without complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '880.03', '', 'Open wound of upper arm without complication' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '880.10', '', 'Open wound of shoulder region complicated' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '880.11', '', 'Open wound of scapular region complicated' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '880.12', '', 'Open wound of axillary region complicated' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '880.13', '', 'Open wound of upper arm complicated' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '880.19', '', 'Open wound of multiple sites of shoulder and upper arm complicated' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '880.20', '', 'Open wound of shoulder region with tendon involvement' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '880.21', '', 'Open wound of scapular region with tendon involvement' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '880.22', '', 'Open wound of axillary region with tendon involvement' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '880.23', '', 'Open wound of upper arm with tendon involvement' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '881.00', '', 'Open wound of forearm without complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '881.01', '', 'Open wound of elbow without complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '881.02', '', 'Open wound of wrist without complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '881.10', '', 'Open wound of forearm complicated' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '881.11', '', 'Open wound of elbow complicated' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '881.12', '', 'Open wound of wrist complicated' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '881.20', '', 'Open wound of forearm with tendon involvement' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '881.21', '', 'Open wound of elbow with tendon involvement' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '881.22', '', 'Open wound of wrist with tendon involvement' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '882.0', '', 'Open wound of hand except fingers alone without complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '882.1', '', 'Open wound of hand except fingers alone complicated' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '882.2', '', 'Open wound of hand except fingers alone with tendon involvement' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '883.0', '', 'Open wound of fingers without complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '883.1', '', 'Open wound of fingers complicated' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '883.2', '', 'Open wound of fingers with tendon involvement' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '884.0', '', 'Multiple and unspecified open wound of upper limb without complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '884.1', '', 'Multiple and unspecified open wound of upper limb complicated' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '884.2', '', 'Multiple and unspecified open wound of upper limb with tendon involvement' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '885.0', '', 'Traumatic amputation of thumb (complete)(partial) without complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '885.1', '', 'Traumatic amputation of thumb (complete)(partial) complicated' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '886.0', '', 'Traumatic amputation of other finger(s) (complete) (partial) without complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '886.1', '', 'Traumatic amputation of other finger(s) (complete) (partial) complicated' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '890.0', '', 'Open wound of hip and thigh without complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '890.1', '', 'Open wound of hip and thigh complicated' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '890.2', '', 'Open wound of hip and thigh with tendon involvement' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '891.0', '', 'Open wound of knee leg (except thigh) and ankle without complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '891.1', '', 'Open wound of knee leg (except thigh) and ankle complicated' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '892.0', '', 'Open wound of foot except toe(s) alone without complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '892.1', '', 'Open wound of foot except toe(s) alone complicated' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '892.2', '', 'Open wound of foot except toe(s) alone with tendon involvement' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '893.0', '', 'Open wound of toe(s) without complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '893.1', '', 'Open wound of toe(s) complicated' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '893.2', '', 'Open wound of toe(s) with tendon involvement' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '894.0', '', 'Multiple and unspecified open wound of lower limb without complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '894.1', '', 'Multiple and unspecified open wound of lower limb complicated' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '894.2', '', 'Multiple and unspecified open wound of lower limb with tendon involvement' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '895.0', '', 'Traumatic amputation of toe(s) (complete) (partial) without complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '895.1', '', 'Traumatic amputation of toe(s) (complete) (partial) complicated' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '896.0', '', 'Traumatic amputation of foot (complete) (partial) unilateral without complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '896.1', '', 'Traumatic amputation of foot (complete) (partial) unilateral complicated' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '896.2', '', 'Traumatic amputation of foot (complete) (partial) bilateral without complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '896.3', '', 'Traumatic amputation of foot (complete) (partial) bilateral complicated' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '897.1', '', 'Traumatic amputation of leg(s) (complete) (partial) unilateral below knee complicated' ); +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' ); +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' ); +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' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '897.7', '', 'Traumatic amputation of leg(s) (complete) (partial) bilateral (any level) complicated' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '900.00', '', 'Injury to carotid artery unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '900.01', '', 'Injury to common carotid artery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '900.02', '', 'Injury to external carotid artery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '900.03', '', 'Injury to internal carotid artery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '900.1', '', 'Injury to internal jugular vein' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '900.81', '', 'Injury to external jugular vein' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '900.82', '', 'Injury to multiple blood vessels of head and neck' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '900.89', '', 'Injury to other specified blood vessels of head and neck' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '900.9', '', 'Injury to unspecified blood vessel of head and neck' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '901.0', '', 'Injury to thoracic aorta' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '901.1', '', 'Injury to innominate and subclavian arteries' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '901.2', '', 'Injury to superior vena cava' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '901.3', '', 'Injury to innominate and subclavian veins' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '901.40', '', 'Injury to pulmonary vessel(s) unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '901.41', '', 'Injury to pulmonary artery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '901.42', '', 'Injury to pulmonary vein' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '901.81', '', 'Injury to intercostal artery or vein' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '901.82', '', 'Injury to internal mammary artery or vein' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '901.83', '', 'Injury to multiple blood vessels of thorax' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '901.89', '', 'Injury to other specified blood vessels of thorax' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '901.9', '', 'Injury to unspecified blood vessel of thorax' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '902.0', '', 'Injury to abdominal aorta' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '902.10', '', 'Injury to inferior vena cava unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '902.11', '', 'Injury to hepatic veins' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '902.19', '', 'Injury to other specified branches of inferior vena cava' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '902.20', '', 'Injury to celiac and mesenteric arteries unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '902.21', '', 'Injury to gastric artery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '902.22', '', 'Injury to hepatic artery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '902.23', '', 'Injury to splenic artery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '902.24', '', 'Injury to other specified branches of celiac axis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '902.25', '', 'Injury to superior mesenteric artery (trunk)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '902.26', '', 'Injury to primary branches of superior mesenteric artery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '902.27', '', 'Injury to inferior mesenteric artery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '902.29', '', 'Injury to other celiac and mesenteric arteries' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '902.31', '', 'Injury to superior mesenteric vein and primary subdivisions' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '902.32', '', 'Injury to inferior mesenteric vein' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '902.33', '', 'Injury to portal vein' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '902.34', '', 'Injury to splenic vein' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '902.39', '', 'Injury to other portal and splenic veins' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '902.40', '', 'Injury to renal vessel(s) unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '902.41', '', 'Injury to renal artery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '902.42', '', 'Injury to renal vein' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '902.49', '', 'Injury to other renal blood vessels' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '902.50', '', 'Injury to iliac vessel(s) unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '902.51', '', 'Injury to hypogastric artery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '902.52', '', 'Injury to hypogastric vein' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '902.53', '', 'Injury to iliac artery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '902.54', '', 'Injury to iliac vein' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '902.55', '', 'Injury to uterine artery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '902.56', '', 'Injury to uterine vein' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '902.59', '', 'Injury to other iliac blood vessels' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '902.81', '', 'Injury to ovarian artery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '902.82', '', 'Injury to ovarian vein' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '902.87', '', 'Injury to multiple blood vessels of abdomen and pelvis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '902.89', '', 'Injury to other specified blood vessels of abdomen and pelvis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '902.9', '', 'Injury to unspecified blood vessel of abdomen and pelvis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '903.00', '', 'Injury to axillary vessel(s) unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '903.01', '', 'Injury to axillary artery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '903.02', '', 'Injury to axillary vein' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '903.1', '', 'Injury to brachial blood vessels' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '903.2', '', 'Injury to radial blood vessels' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '903.3', '', 'Injury to ulnar blood vessels' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '903.4', '', 'Injury to palmar artery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '903.5', '', 'Injury to digital blood vessels' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '903.8', '', 'Injury to other specified blood vessels of upper extremity' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '903.9', '', 'Injury to unspecified blood vessel of upper extremity' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '904.0', '', 'Injury to common femoral artery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '904.1', '', 'Injury to superficial femoral artery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '904.2', '', 'Injury to femoral veins' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '904.3', '', 'Injury to saphenous veins' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '904.40', '', 'Injury to popliteal vessel(s) unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '904.41', '', 'Injury to popliteal artery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '904.42', '', 'Injury to popliteal vein' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '904.50', '', 'Injury to tibial vessel(s) unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '904.51', '', 'Injury to anterior tibial artery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '904.52', '', 'Injury to anterior tibial vein' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '904.53', '', 'Injury to posterior tibial artery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '904.54', '', 'Injury to posterior tibial vein' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '904.6', '', 'Injury to deep plantar blood vessels' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '904.7', '', 'Injury to other specified blood vessels of lower extremity' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '904.8', '', 'Injury to unspecified blood vessel of lower extremity' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '904.9', '', 'Injury to blood vessels of unspecified site' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '905.0', '', 'Late effect of fracture of skull and face bones' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '905.2', '', 'Late effect of fracture of upper extremities' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '905.3', '', 'Late effect of fracture of neck of femur' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '905.4', '', 'Late effect of fracture of lower extremities' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '905.5', '', 'Late effect of fracture of multiple and unspecified bones' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '905.6', '', 'Late effect of dislocation' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '905.7', '', 'Late effect of sprain and strain without tendon injury' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '905.8', '', 'Late effect of tendon injury' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '905.9', '', 'Late effect of traumatic amputation' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '906.0', '', 'Late effect of open wound of head neck and trunk' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '906.1', '', 'Late effect of open wound of extremities without tendon injury' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '906.2', '', 'Late effect of superficial injury' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '906.3', '', 'Late effect of contusion' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '906.4', '', 'Late effect of crushing' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '906.5', '', 'Late effect of burn of eye face head and neck' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '906.6', '', 'Late effect of burn of wrist and hand' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '906.7', '', 'Late effect of burn of other extremities' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '906.8', '', 'Late effect of burns of other specified sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '906.9', '', 'Late effect of burn of unspecified site' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '907.0', '', 'Late effect of intracranial injury without skull fracture' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '907.1', '', 'Late effect of injury to cranial nerve' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '907.2', '', 'Late effect of spinal cord injury' ); +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' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '907.9', '', 'Late effect of injury to other and unspecified nerve' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '908.0', '', 'Late effect of internal injury to chest' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '908.1', '', 'Late effect of internal injury to intra-abdominal organs' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '908.2', '', 'Late effect of internal injury to other internal organs' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '908.5', '', 'Late effect of foreign body in orifice' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '908.6', '', 'Late effect of certain complications of trauma' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '908.9', '', 'Late effect of unspecified injury' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '909.0', '', 'Late effect of poisoning due to drug medicinal or biological substance' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '909.1', '', 'Late effect of toxic effects of nonmedical substances' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '909.2', '', 'Late effect of radiation' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '909.3', '', 'Late effect of complications of surgical and medical care' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '909.4', '', 'Late effect of certain other external causes' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '909.5', '', 'Late effect of adverse effect of drug medicinal or biological substance' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '909.9', '', 'Late effect of other and unspecified external causes' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '910.2', '', 'Blister of face neck and scalp except eye without infection' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '910.3', '', 'Blister of face neck and scalp except eye infected' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '910.5', '', 'Insect bite nonvenomous of face neck and scalp except eye infected' ); +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' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '910.9', '', 'Other and unspecified superficial injury of face neck and scalp infected' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '911.0', '', 'Abrasion or friction burn of trunk without infection' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '911.1', '', 'Abrasion or friction burn of trunk infected' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '911.2', '', 'Blister of trunk without infection' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '911.3', '', 'Blister of trunk infected' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '911.4', '', 'Insect bite nonvenomous of trunk without infection' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '911.5', '', 'Insect bite nonvenomous of trunk infected' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '911.7', '', 'Superficial foreign body (splinter) of trunk without major open wound infected' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '911.8', '', 'Other and unspecified superficial injury of trunk without infection' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '911.9', '', 'Other and unspecified superficial injury of trunk infected' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '912.0', '', 'Abrasion or friction burn of shoulder and upper arm without infection' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '912.1', '', 'Abrasion or friction burn of shoulder and upper arm infected' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '912.2', '', 'Blister of shoulder and upper arm without infection' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '912.3', '', 'Blister of shoulder and upper arm infected' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '912.4', '', 'Insect bite nonvenomous of shoulder and upper arm without infection' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '912.5', '', 'Insect bite nonvenomous of shoulder and upper arm infected' ); +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' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '912.9', '', 'Other and unspecified superficial injury of shoulder and upper arm infected' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '913.0', '', 'Abrasion or friction burn of elbow forearm and wrist without infection' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '913.1', '', 'Abrasion or friction burn of elbow forearm and wrist infected' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '913.2', '', 'Blister of elbow forearm and wrist without infection' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '913.3', '', 'Blister of elbow forearm and wrist infected' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '913.4', '', 'Insect bite nonvenomous of elbow forearm and wrist without infection' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '913.5', '', 'Insect bite nonvenomous of elbow forearm and wrist infected' ); +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' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '913.9', '', 'Other and unspecified superficial injury of elbow forearm and wrist infected' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '914.2', '', 'Blister of hand(s) except finger(s) alone without infection' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '914.3', '', 'Blister of hand(s) except finger(s) alone infected' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '914.5', '', 'Insect bite nonvenomous of hand(s) except finger(s) alone infected' ); +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' ); +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' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '915.0', '', 'Abrasion or friction burn of fingers without infection' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '915.1', '', 'Abrasion or friction burn of fingers infected' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '915.2', '', 'Blister of fingers without infection' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '915.3', '', 'Blister of fingers infected' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '915.4', '', 'Insect bite nonvenomous of fingers without infection' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '915.5', '', 'Insect bite nonvenomous of fingers infected' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '915.7', '', 'Superficial foreign body (splinter) of fingers without major open wound infected' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '915.8', '', 'Other and unspecified superficial injury of fingers without infection' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '915.9', '', 'Other and unspecified superficial injury of fingers infected' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '916.1', '', 'Abrasion or friction burn of hip thigh leg and ankle infected' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '916.2', '', 'Blister of hip thigh leg and ankle without infection' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '916.3', '', 'Blister of hip thigh leg and ankle infected' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '916.4', '', 'Insect bite nonvenomous of hip thigh leg and ankle without infection' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '916.5', '', 'Insect bite nonvenomous of hip thigh leg and ankle infected' ); +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' ); +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' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '917.0', '', 'Abrasion or friction burn of foot and toe(s) without infection' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '917.1', '', 'Abrasion or friction burn of foot and toe(s) infected' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '917.2', '', 'Blister of foot and toe(s) without infection' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '917.3', '', 'Blister of foot and toe(s) infected' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '917.4', '', 'Insect bite nonvenomous of foot and toe(s) without infection' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '917.5', '', 'Insect bite nonvenomous of foot and toe(s) infected' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '917.8', '', 'Other and unspecified superficial injury of foot and toes without infection' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '917.9', '', 'Other and unspecified superficial injury of foot and toes infected' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '918.0', '', 'Superficial injury of eyelids and periocular area' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '918.1', '', 'Superficial injury of cornea' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '918.2', '', 'Superficial injury of conjunctiva' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '918.9', '', 'Other and unspecified superficial injuries of eye' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '919.1', '', 'Abrasion or friction burn of other multiple and unspecified sites infected' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '919.2', '', 'Blister of other multiple and unspecified sites without infection' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '919.3', '', 'Blister of other multiple and unspecified sites infected' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '919.4', '', 'Insect bite nonvenomous of other multiple and unspecified sites without infection' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '919.5', '', 'Insect bite nonvenomous of other multiple and unspecified sites infected' ); +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' ); +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' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '920', '', 'Contusion of face scalp and neck except eye(s)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '921.0', '', 'Black eye not otherwise specified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '921.1', '', 'Contusion of eyelids and periocular area' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '921.2', '', 'Contusion of orbital tissues' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '921.3', '', 'Contusion of eyeball' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '921.9', '', 'Unspecified contusion of eye' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '922.0', '', 'Contusion of breast' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '922.1', '', 'Contusion of chest wall' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '922.2', '', 'Contusion of abdominal wall' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '922.31', '', 'Contusion of back' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '922.32', '', 'Contusion of buttock' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '922.33', '', 'Contusion of interscapular region' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '922.4', '', 'Contusion of genital organs' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '922.8', '', 'Contusion of multiple sites of trunk' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '922.9', '', 'Contusion of unspecified part of trunk' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '923.00', '', 'Contusion of shoulder region' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '923.01', '', 'Contusion of scapular region' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '923.02', '', 'Contusion of axillary region' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '923.03', '', 'Contusion of upper arm' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '923.09', '', 'Contusion of multiple sites of shoulder and upper arm' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '923.10', '', 'Contusion of forearm' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '923.11', '', 'Contusion of elbow' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '923.20', '', 'Contusion of hand(s)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '923.21', '', 'Contusion of wrist' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '923.3', '', 'Contusion of finger' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '923.8', '', 'Contusion of multiple sites of upper limb' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '923.9', '', 'Contusion of unspecified part of upper limb' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '924.00', '', 'Contusion of thigh' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '924.01', '', 'Contusion of hip' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '924.10', '', 'Contusion of lower leg' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '924.11', '', 'Contusion of knee' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '924.20', '', 'Contusion of foot' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '924.21', '', 'Contusion of ankle' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '924.3', '', 'Contusion of toe' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '924.4', '', 'Contusion of multiple sites of lower limb' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '924.5', '', 'Contusion of unspecified part of lower limb' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '924.8', '', 'Contusion of multiple sites not elsewhere classified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '924.9', '', 'Contusion of unspecified site' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '925.1', '', 'Crushing injury of face and scalp' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '925.2', '', 'Crushing injury of neck' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '926.0', '', 'Crushing injury of external genitalia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '926.11', '', 'Crushing injury of back' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '926.12', '', 'Crushing injury of buttock' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '926.19', '', 'Crushing injury of other specified sites of trunk' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '926.8', '', 'Crushing injury of multiple sites of trunk' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '926.9', '', 'Crushing injury of unspecified site of trunk' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '927.00', '', 'Crushing injury of shoulder region' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '927.01', '', 'Crushing injury of scapular region' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '927.02', '', 'Crushing injury of axillary region' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '927.03', '', 'Crushing injury of upper arm' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '927.09', '', 'Crushing injury of multiple sites of upper arm' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '927.10', '', 'Crushing injury of forearm' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '927.11', '', 'Crushing injury of elbow' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '927.20', '', 'Crushing injury of hand(s)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '927.21', '', 'Crushing injury of wrist' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '927.3', '', 'Crushing injury of finger(s)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '927.8', '', 'Crushing injury of multiple sites of upper limb' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '927.9', '', 'Crushing injury of unspecified site of upper limb' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '928.00', '', 'Crushing injury of thigh' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '928.01', '', 'Crushing injury of hip' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '928.10', '', 'Crushing injury of lower leg' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '928.11', '', 'Crushing injury of knee' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '928.20', '', 'Crushing injury of foot' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '928.21', '', 'Crushing injury of ankle' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '928.3', '', 'Crushing injury of toe(s)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '928.8', '', 'Crushing injury of multiple sites of lower limb' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '928.9', '', 'Crushing injury of unspecified site of lower limb' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '929.0', '', 'Crushing injury of multiple sites not elsewhere classified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '929.9', '', 'Crushing injury of unspecified site' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '930.0', '', 'Corneal foreign body' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '930.1', '', 'Foreign body in conjunctival sac' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '930.2', '', 'Foreign body in lacrimal punctum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '930.8', '', 'Foreign body in other and combined sites on external eye' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '930.9', '', 'Foreign body in unspecified site on external eye' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '931', '', 'Foreign body in ear' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '932', '', 'Foreign body in nose' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '933.0', '', 'Foreign body in pharynx' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '933.1', '', 'Foreign body in larynx' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '934.0', '', 'Foreign body in trachea' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '934.1', '', 'Foreign body in main bronchus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '934.8', '', 'Foreign body in other specified parts bronchus and lung' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '934.9', '', 'Foreign body in respiratory tree unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '935.0', '', 'Foreign body in mouth' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '935.1', '', 'Foreign body in esophagus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '935.2', '', 'Foreign body in stomach' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '936', '', 'Foreign body in intestine and colon' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '937', '', 'Foreign body in anus and rectum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '938', '', 'Foreign body in digestive system unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '939.0', '', 'Foreign body in bladder and urethra' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '939.1', '', 'Foreign body in uterus any part' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '939.2', '', 'Foreign body in vulva and vagina' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '939.3', '', 'Foreign body in penis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '939.9', '', 'Foreign body in unspecified site in genitourinary tract' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '940.0', '', 'Chemical burn of eyelids and periocular area' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '940.1', '', 'Other burns of eyelids and periocular area' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '940.2', '', 'Alkaline chemical burn of cornea and conjunctival sac' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '940.3', '', 'Acid chemical burn of cornea and conjunctival sac' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '940.4', '', 'Other burn of cornea and conjunctival sac' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '940.5', '', 'Burn with resulting rupture and destruction of eyeball' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '940.9', '', 'Unspecified burn of eye and adnexa' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '941.00', '', 'Burn of unspecified degree of unspecified site of face and head' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '941.01', '', 'Burn of unspecified degree of ear (any part)' ); +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)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '941.03', '', 'Burn of unspecified degree of lip(s)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '941.04', '', 'Burn of unspecified degree of chin' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '941.05', '', 'Burn of unspecified degree of nose (septum)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '941.06', '', 'Burn of unspecified degree of scalp (any part)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '941.07', '', 'Burn of unspecified degree of forehead and cheek' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '941.08', '', 'Burn of unspecified degree of neck' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '941.11', '', 'Erythema due to burn (first degree) of ear (any part)' ); +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)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '941.13', '', 'Erythema due to burn (first degree) of lip(s)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '941.14', '', 'Erythema due to burn (first degree) of chin' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '941.15', '', 'Erythema due to burn (first degree) of nose (septum)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '941.16', '', 'Erythema due to burn (first degree) of scalp (any part)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '941.17', '', 'Erythema due to burn (first degree) of forehead and cheek' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '941.18', '', 'Erythema due to burn (first degree) of neck' ); +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' ); +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' ); +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)' ); +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)' ); +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)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '941.24', '', 'Blisters with epidermal loss due to burn (second degree) of chin' ); +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)' ); +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)' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '941.28', '', 'Blisters with epidermal loss due to burn (second degree) of neck' ); +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' ); +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' ); +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)' ); +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)' ); +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)' ); +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' ); +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)' ); +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)' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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)' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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)' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '942.00', '', 'Burn of unspecified degree of unspecified site of trunk' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '942.01', '', 'Burn of unspecified degree of breast' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '942.02', '', 'Burn of unspecified degree of chest wall excluding breast and nipple' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '942.03', '', 'Burn of unspecified degree of abdominal wall' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '942.04', '', 'Burn of unspecified degree of back (any part)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '942.05', '', 'Burn of unspecified degree of genitalia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '942.09', '', 'Burn of unspecified degree of other and multiple sites of trunk' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '942.10', '', 'Erythema due to burn (first degree) of unspecified site of trunk' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '942.11', '', 'Erythema due to burn (first degree) of breast' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '942.13', '', 'Erythema due to burn (first degree) of abdominal wall' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '942.14', '', 'Erythema due to burn (first degree) of back (any part)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '942.15', '', 'Erythema due to burn (first degree) of genitalia' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '942.21', '', 'Blisters with epidermal loss due to burn (second degree) of breast' ); +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' ); +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' ); +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)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '942.25', '', 'Blisters with epidermal loss due to burn (second degree) of genitalia' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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)' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '943.00', '', 'Burn of unspecified degree of unspecified site of upper limb' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '943.01', '', 'Burn of unspecified degree of forearm' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '943.02', '', 'Burn of unspecified degree of elbow' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '943.03', '', 'Burn of unspecified degree of upper arm' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '943.04', '', 'Burn of unspecified degree of axilla' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '943.05', '', 'Burn of unspecified degree of shoulder' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '943.06', '', 'Burn of unspecified degree of scapular region' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '943.11', '', 'Erythema due to burn (first degree) of forearm' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '943.12', '', 'Erythema due to burn (first degree) of elbow' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '943.13', '', 'Erythema due to burn (first degree) of upper arm' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '943.14', '', 'Erythema due to burn (first degree) of axilla' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '943.15', '', 'Erythema due to burn (first degree) of shoulder' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '943.16', '', 'Erythema due to burn (first degree) of scapular region' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '943.21', '', 'Blisters with epidermal loss due to burn (second degree) of forearm' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '943.22', '', 'Blisters with epidermal loss due to burn (second degree) of elbow' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '943.24', '', 'Blisters with epidermal loss due to burn (second degree) of axilla' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '943.25', '', 'Blisters with epidermal loss due to burn (second degree) of shoulder' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '944.00', '', 'Burn of unspecified degree of unspecified site of hand' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '944.02', '', 'Burn of unspecified degree of thumb (nail)' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '944.05', '', 'Burn of unspecified degree of palm of hand' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '944.06', '', 'Burn of unspecified degree of back of hand' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '944.07', '', 'Burn of unspecified degree of wrist' ); +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)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '944.10', '', 'Erythema due to burn (first degree) of unspecified site of hand' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '944.12', '', 'Erythema due to burn (first degree) of thumb (nail)' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '944.15', '', 'Erythema due to burn (first degree) of palm of hand' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '944.16', '', 'Erythema due to burn (first degree) of back of hand' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '944.17', '', 'Erythema due to burn (first degree) of wrist' ); +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)' ); +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' ); +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' ); +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)' ); +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' ); +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' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '944.27', '', 'Blisters with epidermal loss due to burn (second degree) of wrist' ); +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)' ); +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' ); +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' ); +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)' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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)' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '945.00', '', 'Burn of unspecified degree of unspecified site of lower limb (leg)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '945.01', '', 'Burn of unspecified degree of toe(s) (nail)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '945.02', '', 'Burn of unspecified degree of foot' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '945.03', '', 'Burn of unspecified degree of ankle' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '945.04', '', 'Burn of unspecified degree of lower leg' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '945.05', '', 'Burn of unspecified degree of knee' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '945.06', '', 'Burn of unspecified degree of thigh (any part)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '945.09', '', 'Burn of unspecified degree of multiple sites of lower limb(s)' ); +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)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '945.11', '', 'Erythema due to burn (first degree) of toe(s) (nail)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '945.12', '', 'Erythema due to burn (first degree) of foot' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '945.13', '', 'Erythema due to burn (first degree) of ankle' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '945.14', '', 'Erythema due to burn (first degree) of lower leg' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '945.15', '', 'Erythema due to burn (first degree) of knee' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '945.16', '', 'Erythema due to burn (first degree) of thigh (any part)' ); +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)' ); +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)' ); +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)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '945.22', '', 'Blisters with epidermal loss due to burn (second degree) of foot' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '945.23', '', 'Blisters with epidermal loss due to burn (second degree) of ankle' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '945.25', '', 'Blisters with epidermal loss due to burn (second degree) of knee' ); +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)' ); +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)' ); +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' ); +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)' ); +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' ); +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' ); +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' ); +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' ); +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)' ); +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)' ); +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' ); +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)' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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)' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '946.0', '', 'Burns of multiple specified sites unspecified degree' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '946.1', '', 'Erythema due to burn (first degree) of multiple specified sites' ); +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' ); +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' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '947.0', '', 'Burn of mouth and pharynx' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '947.1', '', 'Burn of larynx trachea and lung' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '947.2', '', 'Burn of esophagus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '947.3', '', 'Burn of gastrointestinal tract' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '947.4', '', 'Burn of vagina and uterus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '947.8', '', 'Burn of other specified sites of internal organs' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '947.9', '', 'Burn of internal organ unspecified site' ); +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' ); +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' ); +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%' ); +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' ); +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%' ); +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%' ); +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' ); +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%' ); +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%' ); +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%' ); +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' ); +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%' ); +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%' ); +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%' ); +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%' ); +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' ); +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%' ); +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%' ); +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%' ); +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%' ); +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%' ); +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' ); +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%' ); +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%' ); +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%' ); +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%' ); +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%' ); +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%' ); +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' ); +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%' ); +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%' ); +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%' ); +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%' ); +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%' ); +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%' ); +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%' ); +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' ); +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%' ); +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%' ); +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%' ); +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%' ); +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%' ); +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%' ); +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%' ); +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%' ); +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' ); +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%' ); +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%' ); +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%' ); +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%' ); +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%' ); +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%' ); +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%' ); +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%' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '949.0', '', 'Burn of unspecified site unspecified degree' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '949.1', '', 'Erythema due to burn (first degree) unspecified site' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '949.2', '', 'Blisters with epidermal loss due to burn (second degree) unspecified site' ); +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' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '950.0', '', 'Optic nerve injury' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '950.1', '', 'Injury to optic chiasm' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '950.2', '', 'Injury to optic pathways' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '950.3', '', 'Injury to visual cortex' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '950.9', '', 'Injury to unspecified optic nerve and pathways' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '951.0', '', 'Injury to oculomotor nerve' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '951.1', '', 'Injury to trochlear nerve' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '951.2', '', 'Injury to trigeminal nerve' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '951.3', '', 'Injury to abducens nerve' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '951.4', '', 'Injury to facial nerve' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '951.5', '', 'Injury to acoustic nerve' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '951.6', '', 'Injury to accessory nerve' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '951.7', '', 'Injury to hypoglossal nerve' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '951.8', '', 'Injury to other specified cranial nerves' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '951.9', '', 'Injury to unspecified cranial nerve' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '952.00', '', 'C1-c4 level spinal cord injury unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '952.01', '', 'C1-c4 level with complete lesion of spinal cord' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '952.02', '', 'C1-c4 level with anterior cord syndrome' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '952.03', '', 'C1-c4 level with central cord syndrome' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '952.04', '', 'C1-c4 level with other specified spinal cord injury' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '952.05', '', 'C5-c7 level spinal cord injury unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '952.06', '', 'C5-c7 level with complete lesion of spinal cord' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '952.07', '', 'C5-c7 level with anterior cord syndrome' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '952.08', '', 'C5-c7 level with central cord syndrome' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '952.09', '', 'C5-c7 level with other specified spinal cord injury' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '952.10', '', 'T1-t6 level spinal cord injury unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '952.11', '', 'T1-t6 level with complete lesion of spinal cord' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '952.12', '', 'T1-t6 level with anterior cord syndrome' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '952.13', '', 'T1-t6 level with central cord syndrome' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '952.14', '', 'T1-t6 level with other specified spinal cord injury' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '952.15', '', 'T7-t12 level spinal cord injury unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '952.16', '', 'T7-t12 level with complete lesion of spinal cord' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '952.17', '', 'T7-t12 level with anterior cord syndrome' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '952.18', '', 'T7-t12 level with central cord syndrome' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '952.19', '', 'T7-t12 level with other specified spinal cord injury' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '952.2', '', 'Lumbar spinal cord injury without spinal bone injury' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '952.3', '', 'Sacral spinal cord injury without spinal bone injury' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '952.4', '', 'Cauda equina spinal cord injury without spinal bone injury' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '952.8', '', 'Multiple sites of spinal cord injury without spinal bone injury' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '952.9', '', 'Unspecified site of spinal cord injury without spinal bone injury' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '953.0', '', 'Injury to cervical nerve root' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '953.1', '', 'Injury to dorsal nerve root' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '953.2', '', 'Injury to lumbar nerve root' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '953.3', '', 'Injury to sacral nerve root' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '953.4', '', 'Injury to brachial plexus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '953.5', '', 'Injury to lumbosacral plexus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '953.8', '', 'Injury to multiple sites of nerve roots and spinal plexus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '953.9', '', 'Injury to unspecified site of nerve roots and spinal plexus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '954.0', '', 'Injury to cervical sympathetic nerve excluding shoulder and pelvic girdles' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '954.1', '', 'Injury to other sympathetic nerve excluding shoulder and pelvic girdles' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '954.9', '', 'Injury to unspecified nerve of trunk excluding shoulder and pelvic girdles' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '955.0', '', 'Injury to axillary nerve' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '955.1', '', 'Injury to median nerve' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '955.2', '', 'Injury to ulnar nerve' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '955.3', '', 'Injury to radial nerve' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '955.4', '', 'Injury to musculocutaneous nerve' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '955.5', '', 'Injury to cutaneous sensory nerve upper limb' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '955.6', '', 'Injury to digital nerve upper limb' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '955.8', '', 'Injury to multiple nerves of shoulder girdle and upper limb' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '955.9', '', 'Injury to unspecified nerve of shoulder girdle and upper limb' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '956.0', '', 'Injury to sciatic nerve' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '956.1', '', 'Injury to femoral nerve' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '956.2', '', 'Injury to posterior tibial nerve' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '956.3', '', 'Injury to peroneal nerve' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '956.4', '', 'Injury to cutaneous sensory nerve lower limb' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '956.8', '', 'Injury to multiple nerves of pelvic girdle and lower limb' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '956.9', '', 'Injury to unspecified nerve of pelvic girdle and lower limb' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '957.0', '', 'Injury to superficial nerves of head and neck' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '957.1', '', 'Injury to other specified nerve(s)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '957.8', '', 'Injury to multiple nerves in several parts' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '957.9', '', 'Injury to nerves unspecified site' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '958.0', '', 'Air embolism as an early complication of trauma' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '958.1', '', 'Fat embolism as an early complication of trauma' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '958.2', '', 'Secondary and recurrent hemorrhage as an early complication of trauma' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '958.3', '', 'Posttraumatic wound infection not elsewhere classified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '958.4', '', 'Traumatic shock' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '958.5', '', 'Traumatic anuria' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '958.6', '', 'Volkmann''s ischemic contracture' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '958.7', '', 'Traumatic subcutaneous emphysema' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '958.8', '', 'Other early complications of trauma' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '958.90', '', 'Compartment syndrome, unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '958.91', '', 'Traumatic compartment syndrome of upper extremity' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '958.92', '', 'Traumatic compartment syndrome of lower extremity' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '958.93', '', 'Traumatic compartment syndrome of abdomen' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '958.99', '', 'Traumatic compartment syndrome of other sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '959.01', '', 'Other and unspecified injury to head' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '959.09', '', 'Other and unspecified injury to face and neck' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '959.11', '', 'Other injury of chest wall' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '959.12', '', 'Other injury of abdomen' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '959.13', '', 'Fracture of corpus cavernosum penis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '959.14', '', 'Other injury of external genitals' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '959.19', '', 'Other and unspecified injury of other sites of trunk' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '959.2', '', 'Other and unspecified injury to shoulder and upper arm' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '959.3', '', 'Other and unspecified injury to elbow forearm and wrist' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '959.4', '', 'Other and unspecified injury to hand except finger' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '959.5', '', 'Other and unspecified injury to finger' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '959.6', '', 'Other and unspecified injury to hip and thigh' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '959.7', '', 'Other and unspecified injury to knee leg ankle and foot' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '959.8', '', 'Other and unspecified injury to other specified sites including multiple' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '959.9', '', 'Other and unspecified injury to unspecified site' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '960.0', '', 'Poisoning by penicillins' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '960.1', '', 'Poisoning by antifungal antibiotics' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '960.2', '', 'Poisoning by chloramphenicol group' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '960.3', '', 'Poisoning by erythromycin and other macrolides' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '960.4', '', 'Poisoning by tetracycline group' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '960.5', '', 'Poisoning of cephalosporin group' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '960.6', '', 'Poisoning of antimycobacterial antibiotics' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '960.7', '', 'Poisoning by antineoplastic antibiotics' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '960.8', '', 'Poisoning by other specified antibiotics' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '960.9', '', 'Poisoning by unspecified antibiotic' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '961.0', '', 'Poisoning by sulfonamides' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '961.1', '', 'Poisoning by arsenical anti-infectives' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '961.2', '', 'Poisoning by heavy metal anti-infectives' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '961.3', '', 'Poisoning by quinoline and hydroxyquinoline derivatives' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '961.4', '', 'Poisoning by antimalarials and drugs acting on other blood protozoa' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '961.5', '', 'Poisoning by other antiprotozoal drugs' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '961.6', '', 'Poisoning by anthelmintics' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '961.7', '', 'Poisoning by antiviral drugs' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '961.8', '', 'Poisoning by other antimycobacterial drugs' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '961.9', '', 'Poisoning by other and unspecified anti-infectives' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '962.0', '', 'Poisoning by adrenal cortical steroids' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '962.1', '', 'Poisoning by androgens and anabolic congeners' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '962.2', '', 'Poisoning by ovarian hormones and synthetic substitutes' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '962.3', '', 'Poisoning by insulins and antidiabetic agents' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '962.4', '', 'Poisoning by anterior pituitary hormones' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '962.5', '', 'Poisoning by posterior pituitary hormones' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '962.6', '', 'Poisoning by parathyroid and parathyroid derivatives' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '962.7', '', 'Poisoning by thyroid and thyroid derivatives' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '962.8', '', 'Poisoning by antithyroid agents' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '962.9', '', 'Poisoning by other and unspecified hormones and synthetic substitutes' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '963.0', '', 'Poisoning by antiallergic and antiemetic drugs' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '963.1', '', 'Poisoning by antineoplastic and immunosuppressive drugs' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '963.2', '', 'Poisoning by acidifying agents' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '963.3', '', 'Poisoning by alkalizing agents' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '963.4', '', 'Poisoning by enzymes not elsewhere classified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '963.5', '', 'Poisoning by vitamins not elsewhere classified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '963.8', '', 'Poisoning by other specified systemic agents' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '963.9', '', 'Poisoning by unspecified systemic agent' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '964.0', '', 'Poisoning by iron and its compounds' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '964.1', '', 'Poisoning by liver preparations and other antianemic agents' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '964.2', '', 'Poisoning by anticoagulants' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '964.3', '', 'Poisoning by vitamin k (phytonadione)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '964.4', '', 'Poisoning by fibrinolysis-affecting drugs' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '964.5', '', 'Poisoning by anticoagulant antagonists and other coagulants' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '964.6', '', 'Poisoning by gamma globulin' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '964.7', '', 'Poisoning by natural blood and blood products' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '964.8', '', 'Poisoning by other specified agents affecting blood constituents' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '964.9', '', 'Poisoning by unspecified agent affecting blood constituents' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '965.00', '', 'Poisoning by opium (alkaloids) unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '965.01', '', 'Poisoning by heroin' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '965.02', '', 'Poisoning by methadone' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '965.09', '', 'Poisoning by other opiates and related narcotics' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '965.1', '', 'Poisoning by salicylates' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '965.4', '', 'Poisoning by aromatic analgesics not elsewhere classified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '965.5', '', 'Poisoning by pyrazole derivatives' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '965.61', '', 'Poisoning by propionic acid derivatives' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '965.69', '', 'Poisoning by other antirheumatics' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '965.7', '', 'Poisoning by other non-narcotic analgesics' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '965.8', '', 'Poisoning by other specified analgesics and antipyretics' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '965.9', '', 'Poisoning by unspecified analgesic and antipyretic' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '966.0', '', 'Poisoning by oxazolidine derivatives' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '966.1', '', 'Poisoning by hydantoin derivatives' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '966.2', '', 'Poisoning by succinimides' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '966.3', '', 'Poisoning by other and unspecified anticonvulsants' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '966.4', '', 'Poisoning by anti-parkinsonism drugs' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '967.0', '', 'Poisoning by barbiturates' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '967.1', '', 'Poisoning by chloral hydrate group' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '967.2', '', 'Poisoning by paraldehyde' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '967.3', '', 'Poisoning by bromine compounds' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '967.4', '', 'Poisoning by methaqualone compounds' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '967.5', '', 'Poisoning by glutethimide group' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '967.6', '', 'Poisoning by mixed sedatives not elsewhere classified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '967.8', '', 'Poisoning by other sedatives and hypnotics' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '967.9', '', 'Poisoning by unspecified sedative or hypnotic' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '968.0', '', 'Poisoning by central nervous system muscle-tone depressants' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '968.1', '', 'Poisoning by halothane' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '968.2', '', 'Poisoning by other gaseous anesthetics' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '968.3', '', 'Poisoning by intravenous anesthetics' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '968.4', '', 'Poisoning by other and unspecified general anesthetics' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '968.5', '', 'Poisoning by surface (topical) and infiltration anesthetics' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '968.6', '', 'Poisoning by peripheral nerve- and plexus-blocking anesthetics' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '968.7', '', 'Poisoning by spinal anesthetics' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '968.9', '', 'Poisoning by other and unspecified local anesthetics' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '969.00', '', 'Poisoning by antidepressant, unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '969.01', '', 'Poisoning by monoamine oxidase inhibitors' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '969.02', '', 'Poisoning by selective serotonin and norepinephrine reuptake inhibitors' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '969.03', '', 'Poisoning by selective serotonin reuptake inhibitors' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '969.04', '', 'Poisoning by tetracyclic antidepressants' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '969.05', '', 'Poisoning by tricyclic antidepressants' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '969.09', '', 'Poisoning by other antidepressants' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '969.1', '', 'Poisoning by phenothiazine-based tranquilizers' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '969.2', '', 'Poisoning by butyrophenone-based tranquilizers' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '969.3', '', 'Poisoning by other antipsychotics neuroleptics and major tranquilizers' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '969.4', '', 'Poisoning by benzodiazepine-based tranquilizers' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '969.5', '', 'Poisoning by other tranquilizers' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '969.6', '', 'Poisoning by psychodysleptics (hallucinogens)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '969.70', '', 'Poisoning by psychostimulant, unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '969.71', '', 'Poisoning by caffeine' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '969.72', '', 'Poisoning by amphetamines' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '969.73', '', 'Poisoning by methylphenidate' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '969.79', '', 'Poisoning by other psychostimulants' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '969.8', '', 'Poisoning by other specified psychotropic agents' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '969.9', '', 'Poisoning by unspecified psychotropic agent' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '970.0', '', 'Poisoning by analeptics' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '970.1', '', 'Poisoning by opiate antagonists' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '970.8', '', 'Poisoning by other specified central nervous system stimulants' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '970.9', '', 'Poisoning by unspecified central nervous system stimulant' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '971.0', '', 'Poisoning by parasympathomimetics (cholinergics)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '971.1', '', 'Poisoning by parasympatholytics (anticholinergics and antimuscarinics) and spasmolytics' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '971.2', '', 'Poisoning by sympathomimetics (adrenergics)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '971.3', '', 'Poisoning by sympatholytics (antiadrenergics)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '971.9', '', 'Poisoning by unspecified drug primarily affecting autonomic nervous system' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '972.0', '', 'Poisoning by cardiac rhythm regulators' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '972.1', '', 'Poisoning by cardiotonic glycosides and drugs of similar action' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '972.2', '', 'Poisoning by antilipemic and antiarteriosclerotic drugs' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '972.3', '', 'Poisoning by ganglion-blocking agents' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '972.4', '', 'Poisoning by coronary vasodilators' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '972.5', '', 'Poisoning by other vasodilators' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '972.6', '', 'Poisoning by other antihypertensive agents' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '972.7', '', 'Poisoning by antivaricose drugs including sclerosing agents' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '972.8', '', 'Poisoning by capillary-active drugs' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '972.9', '', 'Poisoning by other and unspecified agents primarily affecting the cardiovascular system' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '973.0', '', 'Poisoning by antacids and antigastric secretion drugs' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '973.1', '', 'Poisoning by irritant cathartics' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '973.2', '', 'Poisoning by emollient cathartics' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '973.3', '', 'Poisoning by other cathartics including intestinal atonia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '973.4', '', 'Poisoning by digestants' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '973.5', '', 'Poisoning by antidiarrheal drugs' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '973.6', '', 'Poisoning by emetics' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '973.8', '', 'Poisoning by other specified agents primarily affecting the gastrointestinal system' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '973.9', '', 'Poisoning by unspecified agent primarily affecting the gastrointestinal system' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '974.0', '', 'Poisoning by mercurial diuretics' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '974.1', '', 'Poisoning by purine derivative diuretics' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '974.2', '', 'Poisoning by carbonic acid anhydrase inhibitors' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '974.3', '', 'Poisoning by saluretics' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '974.4', '', 'Poisoning by other diuretics' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '974.5', '', 'Poisoning by electrolytic caloric and water-balance agents' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '974.6', '', 'Poisoning by other mineral salts not elsewhere classified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '974.7', '', 'Poisoning by uric acid metabolism drugs' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '975.0', '', 'Poisoning by oxytocic agents' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '975.1', '', 'Poisoning by smooth muscle relaxants' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '975.2', '', 'Poisoning by skeletal muscle relaxants' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '975.3', '', 'Poisoning by other and unspecified drugs acting on muscles' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '975.4', '', 'Poisoning by antitussives' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '975.5', '', 'Poisoning by expectorants' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '975.6', '', 'Poisoning by anti-common cold drugs' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '975.7', '', 'Poisoning by antiasthmatics' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '975.8', '', 'Poisoning by other and unspecified respiratory drugs' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '976.0', '', 'Poisoning by local anti-infectives and anti-inflammatory drugs' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '976.1', '', 'Poisoning by antipruritics' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '976.2', '', 'Poisoning by local astringents and local detergents' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '976.3', '', 'Poisoning by emollients demulcents and protectants' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '976.4', '', 'Poisoning by keratolytics keratoplastics other hair treatment drugs and preparations' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '976.5', '', 'Poisoning by eye anti-infectives and other eye drugs' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '976.7', '', 'Poisoning by dental drugs topically applied' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '976.8', '', 'Poisoning by other agents primarily affecting skin and mucous membrane' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '976.9', '', 'Poisoning by unspecified agent primarily affecting skin and mucous membrane' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '977.0', '', 'Poisoning by dietetics' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '977.1', '', 'Poisoning by lipotropic drugs' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '977.2', '', 'Poisoning by antidotes and chelating agents not elsewhere classified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '977.3', '', 'Poisoning by alcohol deterrents' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '977.4', '', 'Poisoning by pharmaceutical excipients' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '977.8', '', 'Poisoning by other specified drugs and medicinal substances' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '977.9', '', 'Poisoning by unspecified drug or medicinal substance' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '978.0', '', 'Poisoning by bcg vaccine' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '978.1', '', 'Poisoning by typhoid and paratyphoid vaccine' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '978.2', '', 'Poisoning by cholera vaccine' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '978.3', '', 'Poisoning by plague vaccine' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '978.4', '', 'Poisoning by tetanus vaccine' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '978.5', '', 'Poisoning by diphtheria vaccine' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '978.6', '', 'Poisoning by pertussis vaccine including combinations with a pertussis component' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '978.8', '', 'Poisoning by other and unspecified bacterial vaccines' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '978.9', '', 'Poisoning by mixed bacterial vaccines except combinations with a pertussis component' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '979.0', '', 'Poisoning by smallpox vaccine' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '979.1', '', 'Poisoning by rabies vaccine' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '979.2', '', 'Poisoning by typhus vaccine' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '979.3', '', 'Poisoning by yellow fever vaccine' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '979.4', '', 'Poisoning by measles vaccine' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '979.5', '', 'Poisoning by poliomyelitis vaccine' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '979.6', '', 'Poisoning by other and unspecified viral and rickettsial vaccines' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '979.9', '', 'Poisoning by other and unspecified vaccines and biological substances' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '980.0', '', 'Toxic effect of ethyl alcohol' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '980.1', '', 'Toxic effect of methyl alcohol' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '980.2', '', 'Toxic effect of isopropyl alcohol' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '980.3', '', 'Toxic effect of fusel oil' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '980.8', '', 'Toxic effect of other specified alcohols' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '980.9', '', 'Toxic effect of unspecified alcohol' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '981', '', 'Toxic effect of petroleum products' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '982.0', '', 'Toxic effect of benzene and homologues' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '982.1', '', 'Toxic effect of carbon tetrachloride' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '982.2', '', 'Toxic effect of carbon disulfide' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '982.3', '', 'Toxic effect of other chlorinated hydrocarbon solvents' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '982.4', '', 'Toxic effect of nitroglycol' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '982.8', '', 'Toxic effect of other nonpetroleum-based solvents' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '983.0', '', 'Toxic effect of corrosive aromatics' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '983.1', '', 'Toxic effect of acids' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '983.2', '', 'Toxic effect of caustic alkalis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '983.9', '', 'Toxic effect of caustic unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '984.0', '', 'Toxic effect of inorganic lead compounds' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '984.1', '', 'Toxic effect of organic lead compounds' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '984.8', '', 'Toxic effect of other lead compounds' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '984.9', '', 'Toxic effect of unspecified lead compound' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '985.0', '', 'Toxic effect of mercury and its compounds' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '985.1', '', 'Toxic effect of arsenic and its compounds' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '985.2', '', 'Toxic effect of manganese and its compounds' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '985.3', '', 'Toxic effect of beryllium and its compounds' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '985.4', '', 'Toxic effect of antimony and its compounds' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '985.5', '', 'Toxic effect of cadmium and its compounds' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '985.6', '', 'Toxic effect of chromium' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '985.8', '', 'Toxic effect of other specified metals' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '985.9', '', 'Toxic effect of unspecified metal' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '986', '', 'Toxic effect of carbon monoxide' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '987.0', '', 'Toxic effect of liquefied petroleum gases' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '987.1', '', 'Toxic effect of other hydrocarbon gas' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '987.2', '', 'Toxic effect of nitrogen oxides' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '987.3', '', 'Toxic effect of sulfur dioxide' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '987.4', '', 'Toxic effect of freon' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '987.5', '', 'Toxic effect of lacrimogenic gas' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '987.6', '', 'Toxic effect of chlorine gas' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '987.7', '', 'Toxic effect of hydrocyanic acid gas' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '987.8', '', 'Toxic effect of other specified gases fumes or vapors' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '987.9', '', 'Toxic effect of unspecified gas fume or vapor' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '988.0', '', 'Toxic effect of fish and shellfish eaten as food' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '988.1', '', 'Toxic effect of mushrooms eaten as food' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '988.2', '', 'Toxic effect of berries and other plants eaten as food' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '988.8', '', 'Toxic effect of other specified noxious substances eaten as food' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '988.9', '', 'Toxic effect of unspecified noxious substance eaten as food' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '989.0', '', 'Toxic effect of hydrocyanic acid and cyanides' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '989.1', '', 'Toxic effect of strychnine and salts' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '989.2', '', 'Toxic effect of chlorinated hydrocarbons' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '989.3', '', 'Toxic effect of organophosphate and carbamate' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '989.4', '', 'Toxic effect of other pesticides not elsewhere classified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '989.5', '', 'Toxic effect of venom' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '989.6', '', 'Toxic effect of soaps and detergents' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '989.7', '', 'Toxic effect of aflatoxin and other mycotoxin (food contaminants)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '989.81', '', 'Toxic effect of asbestos' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '989.82', '', 'Toxic effect of latex' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '989.83', '', 'Toxic effect of silicone' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '989.84', '', 'Toxic effect of tobacco' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '989.9', '', 'Toxic effect of unspecified substance chiefly nonmedicinal as to source' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '990', '', 'Effects of radiation unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '991.0', '', 'Frostbite of face' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '991.1', '', 'Frostbite of hand' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '991.2', '', 'Frostbite of foot' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '991.3', '', 'Frostbite of other and unspecified sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '991.4', '', 'Immersion foot' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '991.5', '', 'Chilblains' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '991.6', '', 'Hypothermia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '991.8', '', 'Other specified effects of reduced temperature' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '991.9', '', 'Unspecified effect of reduced temperature' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '992.0', '', 'Heat stroke and sunstroke' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '992.1', '', 'Heat syncope' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '992.2', '', 'Heat cramps' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '992.3', '', 'Heat exhaustion anhydrotic' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '992.4', '', 'Heat exhaustion due to salt depletion' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '992.5', '', 'Heat exhaustion unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '992.6', '', 'Heat fatigue transient' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '992.7', '', 'Heat edema' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '992.8', '', 'Other specified heat effects' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '992.9', '', 'Unspecified effects of heat and light' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '993.0', '', 'Barotrauma otitic' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '993.1', '', 'Barotrauma sinus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '993.2', '', 'Other and unspecified effects of high altitude' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '993.3', '', 'Caisson disease' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '993.4', '', 'Effects of air pressure caused by explosion' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '993.8', '', 'Other specified effects of air pressure' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '993.9', '', 'Unspecified effect of air pressure' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '994.0', '', 'Effects of lightning' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '994.1', '', 'Drowning and nonfatal submersion' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '994.2', '', 'Effects of neoplasms' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '994.3', '', 'Effects of thirst' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '994.4', '', 'Exhaustion due to exposure' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '994.5', '', 'Exhaustion due to excessive exertion' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '994.6', '', 'Motion sickness' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '994.7', '', 'Asphyxiation and strangulation' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '994.8', '', 'Electrocution and nonfatal effects of electric current' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '994.9', '', 'Other effects of external causes' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '995.0', '', 'Other anaphylactic shock not elsewhere classified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '995.1', '', 'Angioneurotic edema not elsewhere classified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '995.20', '', 'Unspecified adverse effect of unspecified drug, medicinal and biological substance' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '995.21', '', 'Arthus phenomenon' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '995.22', '', 'Unspecified adverse effect of anesthesia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '995.23', '', 'Unspecified adverse effect of insulin' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '995.24', '', 'Failed moderate sedation during procedure' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '995.27', '', 'Other drug allergy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '995.29', '', 'Unspecified adverse effect of other drug, medicinal and biological substance' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '995.3', '', 'Allergy unspecified not elsewhere classified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '995.4', '', 'Shock due to anesthesia not elsewhere classified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '995.50', '', 'Unspecified child abuse' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '995.51', '', 'Child emotional/psychological abuse' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '995.52', '', 'Child neglect (nutritional)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '995.53', '', 'Child sexual abuse' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '995.54', '', 'Child physical abuse' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '995.55', '', 'Shaken baby syndrome' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '995.59', '', 'Other child abuse and neglect' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '995.60', '', 'Anaphylactic shock due to unspecified food' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '995.61', '', 'Anaphylactic shock due to peanuts' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '995.62', '', 'Anaphylactic shock due to crustaceans' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '995.63', '', 'Anaphylactic shock due to fruits and vegetables' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '995.64', '', 'Anaphylactic shock due to tree nuts and seeds' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '995.65', '', 'Anaphylactic shock due to fish' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '995.66', '', 'Anaphylactic shock due to food additives' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '995.67', '', 'Anaphylactic shock due to milk products' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '995.68', '', 'Anaphylactic shock due to eggs' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '995.69', '', 'Anaphylactic shock due to other specified food' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '995.7', '', 'Other adverse food reactions not elsewhere classified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '995.80', '', 'Unspecified adult maltreatment' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '995.81', '', 'Adult physical abuse' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '995.82', '', 'Adult emotional/psychological abuse' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '995.83', '', 'Adult sexual abuse' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '995.84', '', 'Adult neglect (nutritional)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '995.85', '', 'Other adult abuse and neglect' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '995.86', '', 'Malignant hyperthermia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '995.89', '', 'Other specified adverse effects not elsewhere classified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '995.90', '', 'Systemic inflammatory response syndrome unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '995.91', '', 'Systemic inflammatory response syndrome due to infectious process without organ dysfunction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '995.92', '', 'Systemic inflammatory response syndrome due to infectious process with organ dysfunction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '995.93', '', 'Systemic inflammatory response syndrome due to noninfectious process without organ dysfunction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '995.94', '', 'Systemic inflammatory response syndrome due to noninfectious process with organ dysfunction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '996.00', '', 'Mechanical complications of unspecified cardiac device implant and graft' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '996.01', '', 'Mechanical complication due to cardiac pacemaker (electrode)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '996.02', '', 'Mechanical complication due to heart valve prosthesis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '996.03', '', 'Mechanical complication due to coronary bypass graft' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '996.04', '', 'Mechanical complication of automatic implantable cardiac defibrillator' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '996.09', '', 'Other mechanical complication of cardiac device implant and graft' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '996.1', '', 'Mechanical complication of other vascular device implant and graft' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '996.2', '', 'Mechanical complication of nervous system device implant and graft' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '996.30', '', 'Mechanical complication of unspecified genitourinary device implant and graft' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '996.31', '', 'Mechanical complication due to urethral (indwelling) catheter' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '996.32', '', 'Mechanical complication due to intrauterine contraceptive device' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '996.39', '', 'Other mechanical complication of genitourinary device implant and graft' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '996.40', '', 'Unspecified mechanical complication of internal orthopedic device, implant and graft' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '996.41', '', 'Mechanical loosening of prosthetic joint' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '996.42', '', 'Dislocation of prosthetic joint' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '996.43', '', 'Broken prosthetic joint implant' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '996.44', '', 'Peri-prosthetic fracture around prosthetic joint' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '996.45', '', 'Peri-prosthetic osteolysis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '996.46', '', 'Articular bearing surface wear of prosthetic joint' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '996.47', '', 'Other mechanical complication of prosthetic joint implant' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '996.49', '', 'Other mechanical complication of other internal orthopedic device, implant, and graft' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '996.51', '', 'Mechanical complication of prosthetic corneal graft' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '996.52', '', 'Mechanical complication of prosthetic graft of other tissue not elsewhere classified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '996.53', '', 'Mechanical complication of prosthetic ocular lens prosthesis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '996.54', '', 'Mechanical complication of breast prosthesis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '996.55', '', 'Mechanical complication due to artificial skin graft and decellularized allodermis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '996.56', '', 'Mechanical complication due to peritoneal dialysis catheter' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '996.57', '', 'Mechanical complication due to insulin pump' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '996.59', '', 'Mechanical complication of other implant and internal device not elsewhere classified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '996.60', '', 'Infection and inflammatory reaction due to unspecified device implant and graft' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '996.61', '', 'Infection and inflammatory reaction due to cardiac device implant and graft' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '996.62', '', 'Infection and inflammatory reaction due vascular device, implant and graft' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '996.64', '', 'Infection and inflammatory reaction due to indwelling urinary catheter' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '996.66', '', 'Infection and inflammatory reaction due to internal joint prosthesis' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '996.68', '', 'Infection and inflammatory reaction due to peritoneal dialysis catheter' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '996.70', '', 'Other complications due to unspecified device implant and graft' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '996.71', '', 'Other complications due to heart valve prosthesis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '996.72', '', 'Other complications due to other cardiac device implant and graft' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '996.73', '', 'Other complications due to renal dialysis device implant and graft' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '996.74', '', 'Other complications due to other vascular device implant and graft' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '996.75', '', 'Other complications due to nervous system device implant and graft' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '996.76', '', 'Other complications due to genitourinary device implant and graft' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '996.77', '', 'Other complications due to internal joint prosthesis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '996.78', '', 'Other complications due to other internal orthopedic device implant and graft' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '996.79', '', 'Other complications due to other internal prosthetic device implant and graft' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '996.80', '', 'Complications of unspecified transplanted organ' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '996.81', '', 'Complications of transplanted kidney' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '996.82', '', 'Complications of transplanted liver' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '996.83', '', 'Complications of transplanted heart' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '996.84', '', 'Complications of transplanted lung' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '996.85', '', 'Complications of transplanted bone marrow' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '996.86', '', 'Complications of transplanted pancreas' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '996.87', '', 'Complications of transplanted organ intestine' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '996.89', '', 'Complications of other specified transplanted organ' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '996.90', '', 'Complications of unspecified reattached extremity' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '996.91', '', 'Complications of reattached forearm' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '996.92', '', 'Complications of reattached hand' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '996.93', '', 'Complications of reattached finger(s)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '996.94', '', 'Complications of reattached upper extremity other and unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '996.95', '', 'Complication of reattached foot and toe(s)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '996.96', '', 'Complication of reattached lower extremity other and unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '996.99', '', 'Complication of other specified reattached body part' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '997.00', '', 'Nervous system complication unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '997.01', '', 'Central nervous system complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '997.02', '', 'Iatrogenic cerebrovascular infarction or hemorrhage' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '997.09', '', 'Other nervous system complications' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '997.1', '', 'Cardiac complications not elsewhere classified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '997.2', '', 'Peripheral vascular complications not elsewhere classified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '997.31', '', 'Ventilator associated pneumonia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '997.39', '', 'Other respiratory complications' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '997.4', '', 'Digestive system complications not elsewhere classified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '997.5', '', 'Urinary complications not elsewhere classified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '997.60', '', 'Unspecified late complication of amputation stump' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '997.61', '', 'Neuroma of amputation stump' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '997.62', '', 'Infection (chronic) of amputation stump' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '997.69', '', 'Other late amputation stump complication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '997.71', '', 'Vascular complications of mesenteric artery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '997.72', '', 'Vascular complications of renal artery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '997.79', '', 'Vascular complications of other vessels' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '997.91', '', 'Complications affecting other specified body systems not elsewhere classified hypertension' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '997.99', '', 'Complications affecting other specified body systems not elsewhere classified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '998.0', '', 'Postoperative shock not elsewhere classified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '998.11', '', 'Hemorrhage complicating a procedure' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '998.12', '', 'Hematoma complicating a procedure' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '998.13', '', 'Seroma complicating a procedure' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '998.2', '', 'Accidental puncture or laceration during a procedure not elsewhere classified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '998.30', '', 'Disruption of wound, unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '998.31', '', 'Disruption of internal operation (surgical) wound' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '998.32', '', 'Disruption of external operation (surgical) wound' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '998.33', '', 'Disruption of traumatic wound repair' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '998.4', '', 'Foreign body accidentally left during a procedure not elsewhere classified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '998.51', '', 'Infected postoperative seroma' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '998.59', '', 'Other postoperative infection' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '998.6', '', 'Persistent postoperative fistula not elsewhere classified' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '998.81', '', 'Emphysema (subcutaneous) (surgical) resulting from procedure' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '998.82', '', 'Cataract fragments in eye following cataract surgery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '998.83', '', 'Non-healing surgical wound' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '998.89', '', 'Other specified complications of procedures not elsewhere classified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '998.9', '', 'Unspecified complication of procedure not elsewhere classified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '999.0', '', 'Generalized vaccinia as a complication of medical care not elsewhere classified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '999.1', '', 'Air embolism as a complication of medical care not elsewhere classified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '999.2', '', 'Other vascular complications of medical care not elsewhere classified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '999.31', '', 'Infection due to central venous catheter' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '999.39', '', 'Infection following other infusion, injection, transfusion, or vaccination' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '999.4', '', 'Anaphylactic shock due to serum not elsewhere classified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '999.5', '', 'Other serum reaction not elsewhere classified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '999.6', '', 'Abo incompatibility reaction not elsewhere classified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '999.7', '', 'Rh incompatibility reaction not elsewhere classified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '999.81', '', 'Extravasation of vesicant chemotherapy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '999.82', '', 'Extravasation of other vesicant agent' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '999.88', '', 'Other infusion reaction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '999.89', '', 'Other transfusion reaction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, '999.9', '', 'Other and unspecified complications of medical care not elsewhere classified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E000.0', '', 'Civilian activity done for income or pay' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E000.1', '', 'Military activity' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E000.8', '', 'Other external cause status' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E000.9', '', 'Unspecified external cause status' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E001.0', '', 'Activities involving walking, marching and hiking' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E001.1', '', 'Activities involving running' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E002.0', '', 'Activities involving swimming' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E002.1', '', 'Activities involving springboard and platform diving' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E002.2', '', 'Activities involving water polo' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E002.3', '', 'Activities involving water aerobics and water exercise' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E002.4', '', 'Activities involving underwater diving and snorkeling' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E002.5', '', 'Activities involving rowing, canoeing, kayaking, rafting and tubing' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E002.6', '', 'Activities involving water skiing and wake boarding' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E002.7', '', 'Activities involving surfing, windsurfing and boogie boarding' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E002.8', '', 'Activities involving water sliding' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E002.9', '', 'Other activity involving water and watercraft' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E003.0', '', 'Activities involving ice skating' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E003.1', '', 'Activities involving ice hockey' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E003.3', '', 'Activities involving cross country skiing' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E003.9', '', 'Other activity involving ice and snow' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E004.0', '', 'Activities involving mountain climbing, rock climbing and wall climbing' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E004.1', '', 'Activities involving rappelling' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E004.2', '', 'Activities involving climbing base jumping' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E004.3', '', 'Activities involving climbing bungee jumping' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E004.4', '', 'Activities involving hang gliding' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E004.9', '', 'Other activity involving climbing, rappelling and jumping off' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E005.0', '', 'Activities involving dancing' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E005.1', '', 'Activities involving yoga' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E005.2', '', 'Activities involving gymnastics' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E005.3', '', 'Activities involving trampoline' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E005.4', '', 'Activities involving cheerleading' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E005.9', '', 'Other activity involving dancing and other rhythmic movements' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E006.0', '', 'Activities involving roller skating (inline) and skateboarding' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E006.1', '', 'Activities involving horseback riding' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E006.2', '', 'Activities involving golf' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E006.3', '', 'Activities involving bowling' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E006.4', '', 'Activities involving bike riding' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E006.5', '', 'Activities involving jump rope' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E006.6', '', 'Activities involving non-running track and field events' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E006.9', '', 'Other activity involving other sports and athletics played individually' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E007.0', '', 'Activities involving american tackle football' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E007.1', '', 'Activities involving american flag or touch football' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E007.2', '', 'Activities involving rugby' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E007.3', '', 'Activities involving baseball' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E007.4', '', 'Activities involving lacrosse and field hockey' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E007.5', '', 'Activities involving soccer' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E007.6', '', 'Activities involving basketball' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E007.7', '', 'Activities involving volleyball (beach) (court)' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E008.0', '', 'Activities involving boxing' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E008.1', '', 'Activities involving wrestling' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E008.2', '', 'Activities involving racquet and hand sports' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E008.3', '', 'Activities involving frisbee' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E008.4', '', 'Activities involving martial arts' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E008.9', '', 'Other specified sports and athletics activities' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E009.0', '', 'Activity involving exercise machines primarily for cardiorespiratory conditioning' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E009.1', '', 'Activity involving calisthenics' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E009.2', '', 'Activity involving aerobic and step exercise' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E009.3', '', 'Activity involving circuit training' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E009.4', '', 'Activity involving obstacle course' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E009.5', '', 'Activity involving grass drills' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E009.9', '', 'Other activity involving cardiorespiratory exercise' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E010.0', '', 'Activity involving exercise machines primarily for muscle strengthening' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E010.1', '', 'Activity involving push-ups, pull-ups, sit-ups' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E010.2', '', 'Activity involving free weights' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E010.3', '', 'Activity involving pilates' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E010.9', '', 'Other activity involving other muscle strengthening exercises' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E011.0', '', 'Activities involving computer keyboarding' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E011.1', '', 'Activities involving hand held interactive electronic device' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E011.9', '', 'Other activity involving computer technology and electronic devices' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E012.0', '', 'Activities involving knitting and crocheting' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E012.1', '', 'Activities involving sewing' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E012.2', '', 'Activities involving furniture building and finishing' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E012.9', '', 'Activity involving other arts and handcrafts' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E013.0', '', 'Activities involving personal bathing and showering' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E013.1', '', 'Activities involving laundry' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E013.2', '', 'Activities involving vacuuming' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E013.3', '', 'Activities involving ironing' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E013.4', '', 'Activities involving floor mopping and cleaning' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E013.5', '', 'Activities involving residential relocation' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E013.8', '', 'Other personal hygiene activity' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E013.9', '', 'Other household maintenance' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E014.0', '', 'Caregiving involving bathing' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E014.1', '', 'Caregiving involving lifting' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E014.9', '', 'Other activity involving person providing caregiving' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E015.0', '', 'Activities involving food preparation and clean up' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E015.1', '', 'Activities involving grilling and smoking food' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E015.2', '', 'Activities involving cooking and baking' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E015.9', '', 'Other activity involving cooking and grilling' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E016.0', '', 'Activities involving digging, shoveling and raking' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E016.1', '', 'Activities involving gardening and landscaping' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E016.2', '', 'Activities involving building and construction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E016.9', '', 'Other activity involving property and land maintenance, building and construction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E017.0', '', 'Activities involving roller coaster riding' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E017.9', '', 'Other activity involving external motion' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E018.0', '', 'Activities involving piano playing' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E018.1', '', 'Activities involving drum and other percussion instrument playing' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E018.2', '', 'Activities involving string instrument playing' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E018.3', '', 'Activities involving winds and brass instrument playing' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E019.0', '', 'Activities involving walking an animal' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E019.1', '', 'Activities involving milking an animal' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E019.2', '', 'Activities involving grooming and shearing an animal' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E019.9', '', 'Other activity involving animal care' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E029.0', '', 'Refereeing a sports activity' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E029.1', '', 'Spectator at an event' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E029.2', '', 'Rough housing and horseplay' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E029.9', '', 'Other activity' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E030', '', 'Unspecified activity' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E800.0', '', 'Railway accident involving collision with rolling stock and injuring railway employee' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E800.2', '', 'Railway accident involving collision with rolling stock and injuring pedestrian' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E800.3', '', 'Railway accident involving collision with rolling stock and injuring pedal cyclist' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E800.9', '', 'Railway accident involving collision with rolling stock and injuring unspecified person' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E801.0', '', 'Railway accident involving collision with other object and injuring railway employee' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E801.2', '', 'Railway accident involving collision with other object and injuring pedestrian' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E801.3', '', 'Railway accident involving collision with other object and injuring pedal cyclist' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E801.9', '', 'Railway accident involving collision with other object and injuring unspecified person' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E802.0', '', 'Railway accident involving derailment without antecedent collision injuring railway employee' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E802.1', '', 'Railway accident involving derailment without antecedent collision injuring passenger on railway' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E802.2', '', 'Railway accident involving derailment without antecedent collision injuring pedestrian' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E802.3', '', 'Railway accident involving derailment without antecedent collision injuring pedal cyclist' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E802.8', '', 'Railway accident involving derailment without antecedent collision injuring other specified person' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E802.9', '', 'Railway accident involving derailment without antecedent collision injuring unspecified person' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E803.0', '', 'Railway accident involving explosion fire or burning injuring railway employee' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E803.1', '', 'Railway accident involving explosion fire or burning injuring passenger on railway' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E803.2', '', 'Railway accident involving explosion fire or burning injuring pedestrian' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E803.3', '', 'Railway accident involving explosion fire or burning injuring pedal cyclist' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E803.8', '', 'Railway accident involving explosion fire or burning injuring other specified person' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E803.9', '', 'Railway accident involving explosion fire or burning injuring unspecified person' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E804.0', '', 'Fall in on or from railway train injuring railway employee' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E804.1', '', 'Fall in on or from railway train injuring passenger on railway' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E804.2', '', 'Fall in on or from railway train injuring pedestrian' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E804.3', '', 'Fall in on or from railway train injuring pedal cyclist' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E804.8', '', 'Fall in on or from railway train injuring other specified person' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E804.9', '', 'Fall in on or from railway train injuring unspecified person' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E805.0', '', 'Railway employee hit by rolling stock' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E805.1', '', 'Passenger on railway hit by rolling stock' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E805.2', '', 'Pedestrian hit by rolling stock' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E805.3', '', 'Pedal cyclist hit by rolling stock' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E805.8', '', 'Other specified person hit by rolling stock' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E805.9', '', 'Unspecified person hit by rolling stock' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E806.0', '', 'Other specified railway accident injuring railway employee' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E806.1', '', 'Other specified railway accident injuring passenger on railway' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E806.2', '', 'Other specified railway accident injuring pedestrian' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E806.3', '', 'Other specified railway accident injuring pedal cyclist' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E806.8', '', 'Other specified railway accident injuring other specified person' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E806.9', '', 'Other specified railway accident injuring unspecified person' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E807.0', '', 'Railway accident of unspecified nature injuring railway employee' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E807.1', '', 'Railway accident of unspecified nature injuring passenger on railway' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E807.2', '', 'Railway accident of unspecified nature injuring pedestrian' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E807.3', '', 'Railway accident of unspecified nature injuring pedal cyclist' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E807.8', '', 'Railway accident of unspecified nature injuring other specified person' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E807.9', '', 'Railway accident of unspecified nature injuring unspecified person' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E810.2', '', 'Motor vehicle traffic accident involving collision with train injuring motorcyclist' ); +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' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E810.6', '', 'Motor vehicle traffic accident involving collision with train injuring pedal cyclist' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E810.7', '', 'Motor vehicle traffic accident involving collision with train injuring pedestrian' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E810.9', '', 'Motor vehicle traffic accident involving collision with train injuring unspecified person' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E813.2', '', 'Motor vehicle traffic accident involving collision with other vehicle injuring motorcyclist' ); +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' ); +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' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E813.7', '', 'Motor vehicle traffic accident involving collision with other vehicle injuring pedestrian' ); +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' ); +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' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E814.2', '', 'Motor vehicle traffic accident involving collision with pedestrian injuring motorcyclist' ); +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' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E814.6', '', 'Motor vehicle traffic accident involving collision with pedestrian injuring pedal cyclist' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E814.7', '', 'Motor vehicle traffic accident involving collision with pedestrian injuring pedestrian' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E814.9', '', 'Motor vehicle traffic accident involving collision with pedestrian injuring unspecified person' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E817.2', '', 'Noncollision motor vehicle traffic accident while boarding or alighting injuring motorcyclist' ); +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' ); +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' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E817.7', '', 'Noncollision motor vehicle traffic accident while boarding or alighting injuring pedestrian' ); +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' ); +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' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E818.2', '', 'Other noncollision motor vehicle traffic accident injuring motorcyclist' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E818.3', '', 'Other noncollision motor vehicle traffic accident injuring passenger on motorcycle' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E818.4', '', 'Other noncollision motor vehicle traffic accident injuring occupant of streetcar' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E818.6', '', 'Other noncollision motor vehicle traffic accident injuring pedal cyclist' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E818.7', '', 'Other noncollision motor vehicle traffic accident injuring pedestrian' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E818.8', '', 'Other noncollision motor vehicle traffic accident injuring other specified person' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E818.9', '', 'Other noncollision motor vehicle traffic accident injuring unspecified person' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E819.2', '', 'Motor vehicle traffic accident of unspecified nature injuring motorcyclist' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E819.3', '', 'Motor vehicle traffic accident of unspecified nature injuring passenger on motorcycle' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E819.4', '', 'Motor vehicle traffic accident of unspecified nature injuring occupant of streetcar' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E819.6', '', 'Motor vehicle traffic accident of unspecified nature injuring pedal cyclist' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E819.7', '', 'Motor vehicle traffic accident of unspecified nature injuring pedestrian' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E819.8', '', 'Motor vehicle traffic accident of unspecified nature injuring other specified person' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E819.9', '', 'Motor vehicle traffic accident of unspecified nature injuring unspecified person' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E820.2', '', 'Nontraffic accident involving motor-driven snow vehicle injuring motorcyclist' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E820.3', '', 'Nontraffic accident involving motor-driven snow vehicle injuring passenger on motorcycle' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E820.4', '', 'Nontraffic accident involving motor-driven snow vehicle injuring occupant of streetcar' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E820.6', '', 'Nontraffic accident involving motor-driven snow vehicle injuring pedal cyclist' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E820.7', '', 'Nontraffic accident involving motor-driven snow vehicle injuring pedestrian' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E820.8', '', 'Nontraffic accident involving motor-driven snow vehicle injuring other specified person' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E820.9', '', 'Nontraffic accident involving motor-driven snow vehicle injuring unspecified person' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E821.2', '', 'Nontraffic accident involving other off-road motor vehicle injuring motorcyclist' ); +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' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E821.6', '', 'Nontraffic accident involving other off-road motor vehicle injuring pedal cyclist' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E821.7', '', 'Nontraffic accident involving other off-road motor vehicle injuring pedestrian' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E821.9', '', 'Nontraffic accident involving other off-road motor vehicle injuring unspecified person' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E824.2', '', 'Other motor vehicle nontraffic accident while boarding and alighting injuring motorcyclist' ); +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' ); +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' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E824.7', '', 'Other motor vehicle nontraffic accident while boarding and alighting injuring pedestrian' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E826.0', '', 'Pedal cycle accident injuring pedestrian' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E826.1', '', 'Pedal cycle accident injuring pedal cyclist' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E826.2', '', 'Pedal cycle accident injuring rider of animal' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E826.3', '', 'Pedal cycle accident injuring occupant of animal-drawn vehicle' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E826.4', '', 'Pedal cycle accident injuring occupant of streetcar' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E826.8', '', 'Pedal cycle accident injuring other specified person' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E826.9', '', 'Pedal cycle accident injuring unspecified person' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E827.0', '', 'Animal-drawn vehicle accident injuring pedestrian' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E827.2', '', 'Animal-drawn vehicle accident injuring rider of animal' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E827.3', '', 'Animal-drawn vehicle accident injuring occupant of animal drawn vehicle' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E827.4', '', 'Animal-drawn vehicle accident injuring occupant of streetcar' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E827.8', '', 'Animal-drawn vehicle accident injuring other specified person' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E827.9', '', 'Animal-drawn vehicle accident injuring unspecified person' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E828.0', '', 'Accident involving animal being ridden injuring pedestrian' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E828.2', '', 'Accident involving animal being ridden injuring rider of animal' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E828.4', '', 'Accident involving animal being ridden injuring occupant of streetcar' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E828.8', '', 'Accident involving animal being ridden injuring other specified person' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E828.9', '', 'Accident involving animal being ridden injuring unspecified person' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E829.0', '', 'Other road vehicle accidents injuring pedestrian' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E829.4', '', 'Other road vehicle accidents injuring occupant of streetcar' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E829.8', '', 'Other road vehicle accidents injuring other specified person' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E829.9', '', 'Other road vehicle accidents injuring unspecified person' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E830.0', '', 'Accident to watercraft causing submersion injuring occupant of small boat unpowered' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E830.1', '', 'Accident to watercraft causing submersion injuring occupant of small boat powered' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E830.2', '', 'Accident to watercraft causing submersion injuring occupant of other watercraft -- crew' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E830.4', '', 'Accident to watercraft causing submersion injuring water skier' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E830.5', '', 'Accident to watercraft causing submersion injuring swimmer' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E830.6', '', 'Accident to watercraft causing submersion injuring dockers stevedores' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E830.7', '', 'Accident to watercraft causing submersion, occupant of military watercraft, any type' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E830.8', '', 'Accident to watercraft causing submersion injuring other specified person' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E830.9', '', 'Accident to watercraft causing submersion injuring unspecified person' ); +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' ); +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' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E831.4', '', 'Accident to watercraft causing other injury to water skier' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E831.5', '', 'Accident to watercraft causing other injury to swimmer' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E831.6', '', 'Accident to watercraft causing other injury to dockers stevedores' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E831.8', '', 'Accident to watercraft causing other injury to other specified person' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E831.9', '', 'Accident to watercraft causing other injury to unspecified person' ); +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' ); +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' ); +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' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E832.5', '', 'Other accidental submersion or drowning in water transport accident injuring swimmer' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E833.4', '', 'Fall on stairs or ladders in water transport injuring water skier' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E833.5', '', 'Fall on stairs or ladders in water transport injuring swimmer' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E833.6', '', 'Fall on stairs or ladders in water transport injuring dockers stevedores' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E833.9', '', 'Fall on stairs or ladders in water transport injuring unspecified person' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E835.4', '', 'Other and unspecified fall in water transport injuring water skier' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E835.5', '', 'Other and unspecified fall in water transport injuring swimmer' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E835.6', '', 'Other and unspecified fall in water transport injuring dockers stevedores' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E835.8', '', 'Other and unspecified fall in water transport injuring other specified person' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E835.9', '', 'Other and unspecified fall in water transport injuring unspecified person' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E836.0', '', 'Machinery accident in water transport injuring occupant of small boat unpowered' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E836.1', '', 'Machinery accident in water transport injuring occupant of small boat powered' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E836.2', '', 'Machinery accident in water transport injuring occupant of other watercraft -- crew' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E836.4', '', 'Machinery accident in water transport injuring water skier' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E836.5', '', 'Machinery accident in water transport injuring swimmer' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E836.6', '', 'Machinery accident in water transport injuring dockers stevedores' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E836.7', '', 'Machinery accident in water transport, occupant of military watercraft, any type' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E836.8', '', 'Machinery accident in water transport injuring other specified person' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E836.9', '', 'Machinery accident in water transport injuring unspecified person' ); +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' ); +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' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E837.4', '', 'Explosion fire or burning in watercraft injuring water skier' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E837.5', '', 'Explosion fire or burning in watercraft injuring swimmer' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E837.6', '', 'Explosion fire or burning in watercraft injuring dockers stevedores' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E837.8', '', 'Explosion fire or burning in watercraft injuring other specified person' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E837.9', '', 'Explosion fire or burning in watercraft injuring unspecified person' ); +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' ); +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' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E838.4', '', 'Other and unspecified water transport accident injuring water skier' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E838.5', '', 'Other and unspecified water transport accident injuring swimmer' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E838.6', '', 'Other and unspecified water transport accident injuring dockers stevedores' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E838.8', '', 'Other and unspecified water transport accident injuring other specified person' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E838.9', '', 'Other and unspecified water transport accident injuring unspecified person' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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)' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E840.9', '', 'Accident to powered aircraft at takeoff or landing injuring other person' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E841.0', '', 'Accident to powered aircraft other and unspecified injuring occupant of spacecraft' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E841.7', '', 'Accident to powered aircraft other and unspecified injuring parachutist (military) (other)' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E841.9', '', 'Accident to powered aircraft other and unspecified injuring other person' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E842.6', '', 'Accident to unpowered aircraft injuring occupant of unpowered aircraft except parachutist' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E842.7', '', 'Accident to unpowered aircraft injuring parachutist (military) (other)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E842.8', '', 'Accident to unpowered aircraft injuring ground crew airline employee' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E842.9', '', 'Accident to unpowered aircraft injuring other person' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E843.0', '', 'Fall in on or from aircraft injuring occupant of spacecraft' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E843.7', '', 'Fall in on or from aircraft injuring parachutist (military) (other)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E843.8', '', 'Fall in on or from aircraft injuring ground crew airline employee' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E843.9', '', 'Fall in on or from aircraft injuring other person' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E844.0', '', 'Other specified air transport accidents injuring occupant of spacecraft' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E844.1', '', 'Other specified air transport accidents injuring occupant of military aircraft any' ); +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' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E844.5', '', 'Other specified air transport accidents injuring occupant of other powered aircraft' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E844.7', '', 'Other specified air transport accidents injuring parachutist (military) (other)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E844.8', '', 'Other specified air transport accidents injuring ground crew airline employee' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E844.9', '', 'Other specified air transport accidents injuring other person' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E845.0', '', 'Accident involving spacecraft injuring occupant of spacecraft' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E845.8', '', 'Accident involving spacecraft injuring ground crew airline employee' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E845.9', '', 'Accident involving spacecraft injuring other person' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E847', '', 'Accidents involving cable cars not running on rails' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E848', '', 'Accidents involving other vehicles not elsewhere classifiable' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E849.0', '', 'Home accidents' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E849.1', '', 'Farm accidents' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E849.2', '', 'Mine and quarry accidents' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E849.3', '', 'Accidents occurring in industrial places and premises' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E849.4', '', 'Accidents occurring in place for recreation and sport' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E849.5', '', 'Street and highway accidents' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E849.6', '', 'Accidents occurring in public building' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E849.7', '', 'Accidents occurring in residential institution' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E849.8', '', 'Accidents occurring in other specified places' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E849.9', '', 'Accidents occurring in unspecified place' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E850.0', '', 'Accidental poisoning by heroin' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E850.1', '', 'Accidental poisoning by methadone' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E850.2', '', 'Accidental poisoning by other opiates and related narcotics' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E850.3', '', 'Accidental poisoning by salicylates' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E850.4', '', 'Accidental poisoning by aromatic analgesics not elsewhere classified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E850.5', '', 'Accidental poisoning by pyrazole derivatives' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E850.6', '', 'Accidental poisoning by antirheumatics (antiphlogistics)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E850.7', '', 'Accidental poisoning by other non-narcotic analgesics' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E850.8', '', 'Accidental poisoning by other specified analgesics and antipyretics' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E850.9', '', 'Accidental poisoning by unspecified analgesic or antipyretic' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E851', '', 'Accidental poisoning by barbiturates' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E852.0', '', 'Accidental poisoning by chloral hydrate group' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E852.1', '', 'Accidental poisoning by paraldehyde' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E852.2', '', 'Accidental poisoning by bromine compounds' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E852.3', '', 'Accidental poisoning by methaqualone compounds' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E852.4', '', 'Accidental poisoning by glutethimide group' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E852.5', '', 'Accidental poisoning by mixed sedatives not elsewhere classified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E852.8', '', 'Accidental poisoning by other specified sedatives and hypnotics' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E852.9', '', 'Accidental poisoning by unspecified sedative or hypnotic' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E853.0', '', 'Accidental poisoning by phenothiazine-based tranquilizers' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E853.1', '', 'Accidental poisoning by butyrophenone-based tranquilizers' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E853.2', '', 'Accidental poisoning by benzodiazepine-based tranquilizers' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E853.8', '', 'Accidental poisoning by other specified tranquilizers' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E853.9', '', 'Accidental poisoning by unspecified tranquilizer' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E854.0', '', 'Accidental poisoning by antidepressants' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E854.1', '', 'Accidental poisoning by psychodysleptics (hallucinogens)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E854.2', '', 'Accidental poisoning by psychostimulants' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E854.3', '', 'Accidental poisoning by central nervous system stimulants' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E854.8', '', 'Accidental poisoning by other psychotropic agents' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E855.0', '', 'Accidental poisoning by anticonvulsant and anti-parkinsonism drugs' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E855.1', '', 'Accidental poisoning by other central nervous system depressants' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E855.2', '', 'Accidental poisoning by local anesthetics' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E855.3', '', 'Accidental poisoning by parasympathomimetics (cholinergics)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E855.4', '', 'Accidental poisoning by parasympatholytics (anticholinergics and antimuscarinics) and spasmolytics' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E855.5', '', 'Accidental poisoning by sympathomimetics (adrenergics)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E855.6', '', 'Accidental poisoning by sympatholytics (antiadrenergics)' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E856', '', 'Accidental poisoning by antibiotics' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E857', '', 'Accidental poisoning by other anti-infectives' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E858.0', '', 'Accidental poisoning by hormones and synthetic substitutes' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E858.1', '', 'Accidental poisoning by primarily systemic agents' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E858.2', '', 'Accidental poisoning by agents primarily affecting blood constituents' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E858.3', '', 'Accidental poisoning by agents primarily affecting cardiovascular system' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E858.4', '', 'Accidental poisoning by agents primarily affecting gastrointestinal system' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E858.5', '', 'Accidental poisoning by water mineral and uric acid metabolism drugs' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E858.8', '', 'Accidental poisoning by other specified drugs' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E858.9', '', 'Accidental poisoning by unspecified drug' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E860.0', '', 'Accidental poisoning by alcoholic beverages' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E860.1', '', 'Accidental poisoning by other and unspecified ethyl alcohol and its products' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E860.2', '', 'Accidental poisoning by methyl alcohol' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E860.3', '', 'Accidental poisoning by isopropyl alcohol' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E860.4', '', 'Accidental poisoning by fusel oil' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E860.8', '', 'Accidental poisoning by other specified alcohols' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E860.9', '', 'Accidental poisoning by unspecified alcohol' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E861.0', '', 'Accidental poisoning by synthetic detergents and shampoos' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E861.1', '', 'Accidental poisoning by soap products' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E861.2', '', 'Accidental poisoning by polishes' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E861.3', '', 'Accidental poisoning by other cleansing and polishing agents' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E861.4', '', 'Accidental poisoning by disinfectants' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E861.5', '', 'Accidental poisoning by lead paints' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E861.6', '', 'Accidental poisoning by other paints and varnishes' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E862.0', '', 'Accidental poisoning by petroleum solvents' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E862.1', '', 'Accidental poisoning by petroleum fuels and cleaners' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E862.2', '', 'Accidental poisoning by lubricating oils' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E862.3', '', 'Accidental poisoning by petroleum solids' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E862.4', '', 'Accidental poisoning by other specified solvents not elsewhere classified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E862.9', '', 'Accidental poisoning by unspecified solvent not elsewhere classified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E863.0', '', 'Accidental poisoning by insecticides of organochlorine compounds' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E863.1', '', 'Accidental poisoning by insecticides of organophosphorus compounds' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E863.2', '', 'Accidental poisoning by carbamates' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E863.3', '', 'Accidental poisoning by mixtures of insecticides' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E863.4', '', 'Accidental poisoning by other and unspecified insecticides' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E863.5', '', 'Accidental poisoning by herbicides' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E863.6', '', 'Accidental poisoning by fungicides' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E863.7', '', 'Accidental poisoning by rodenticides' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E863.8', '', 'Accidental poisoning by fumigants' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E864.0', '', 'Accidental poisoning by corrosive aromatics not elsewhere classified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E864.1', '', 'Accidental poisoning by acids not elsewhere classified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E864.2', '', 'Accidental poisoning by caustic alkalis not elsewhere classified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E864.3', '', 'Accidental poisoning by other specified corrosives and caustics not elsewhere classified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E864.4', '', 'Accidental poisoning by unspecified corrosives and caustics not elsewhere classified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E865.0', '', 'Accidental poisoning by meat' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E865.1', '', 'Accidental poisoning by shellfish' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E865.2', '', 'Accidental poisoning from other fish' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E865.3', '', 'Accidental poisoning from berries and seeds' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E865.4', '', 'Accidental poisoning from other specified plants' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E865.5', '', 'Accidental poisoning from mushrooms and other fungi' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E865.8', '', 'Accidental poisoning from other specified foods' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E865.9', '', 'Accidental poisoning from unspecified foodstuff or poisonous plant' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E866.0', '', 'Accidental poisoning by lead and its compounds and fumes' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E866.1', '', 'Accidental poisoning by mercury and its compounds and fumes' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E866.2', '', 'Accidental poisoning by antimony and its compounds and fumes' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E866.3', '', 'Accidental poisoning by arsenic and its compounds and fumes' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E866.4', '', 'Accidental poisoning by other metals and their compounds and fumes' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E866.5', '', 'Accidental poisoning by plant foods and fertilizers' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E866.6', '', 'Accidental poisoning by glues and adhesives' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E866.7', '', 'Accidental poisoning by cosmetics' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E866.8', '', 'Accidental poisoning by other specified solid or liquid substances' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E866.9', '', 'Accidental poisoning by unspecified solid or liquid substance' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E867', '', 'Accidental poisoning by gas distributed by pipeline' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E868.0', '', 'Accidental poisoning by liquefied petroleum gas distributed in mobile containers' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E868.1', '', 'Accidental poisoning by other and unspecified utility gas' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E868.2', '', 'Accidental poisoning by motor vehicle exhaust gas' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E868.8', '', 'Accidental poisoning by carbon monoxide from other sources' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E868.9', '', 'Accidental poisoning by unspecified carbon monoxide' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E869.0', '', 'Accidental poisoning by nitrogen oxides' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E869.1', '', 'Accidental poisoning by sulfur dioxide' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E869.2', '', 'Accidental poisoning by freon' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E869.3', '', 'Accidental poisoning by lacrimogenic gas (tear gas)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E869.4', '', 'Second hand tobacco smoke' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E869.8', '', 'Accidental poisoning by other specified gases and vapors' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E869.9', '', 'Accidental poisoning by unspecified gases and vapors' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E870.0', '', 'Accidental cut puncture perforation or hemorrhage during surgical operation' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E870.1', '', 'Accidental cut puncture perforation or hemorrhage during infusion or transfusion' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E870.3', '', 'Accidental cut puncture perforation or hemorrhage during injection or vaccination' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E870.4', '', 'Accidental cut puncture perforation or hemorrhage during endoscopic examination' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E870.6', '', 'Accidental cut puncture perforation or hemorrhage during heart catheterization' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E870.7', '', 'Accidental cut puncture perforation or hemorrhage during administration of enema' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E870.8', '', 'Accidental cut puncture perforation or hemorrhage during other specified medical care' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E870.9', '', 'Accidental cut puncture perforation or hemorrhage during unspecified medical care' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E871.0', '', 'Foreign object left in body during surgical operation' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E871.1', '', 'Foreign object left in body during infusion or transfusion' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E871.2', '', 'Foreign object left in body during kidney dialysis or other perfusion' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E871.3', '', 'Foreign object left in body during injection or vaccination' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E871.4', '', 'Foreign object left in body during endoscopic examination' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E871.6', '', 'Foreign object left in body during heart catheterization' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E871.7', '', 'Foreign object left in body during removal of catheter or packing' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E871.8', '', 'Foreign object left in body during other specified procedures' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E871.9', '', 'Foreign object left in body during unspecified procedure' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E872.0', '', 'Failure of sterile precautions during surgical operation' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E872.1', '', 'Failure of sterile precautions during infusion or transfusion' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E872.2', '', 'Failure of sterile precautions during kidney dialysis and other perfusion' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E872.3', '', 'Failure of sterile precautions during injection or vaccination' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E872.4', '', 'Failure of sterile precautions during endoscopic examination' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E872.6', '', 'Failure of sterile precautions during heart catheterization' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E872.8', '', 'Failure of sterile precautions during other specified procedures' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E872.9', '', 'Failure of sterile precautions during unspecified procedure' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E873.0', '', 'Excessive amount of blood or other fluid during transfusion or infusion' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E873.1', '', 'Incorrect dilution of fluid during infusion' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E873.2', '', 'Overdose of radiation in therapy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E873.3', '', 'Inadvertent exposure of patient to radiation during medical care' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E873.4', '', 'Failure in dosage in electroshock or insulin-shock therapy' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E873.6', '', 'Nonadministration of necessary drug or medicinal substance' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E873.8', '', 'Other specified failure in dosage' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E873.9', '', 'Unspecified failure in dosage' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E874.0', '', 'Mechanical failure of instrument or apparatus during surgical operation' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E874.1', '', 'Mechanical failure of instrument or apparatus during infusion and transfusion' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E874.3', '', 'Mechanical failure of instrument or apparatus during endoscopic examination' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E874.5', '', 'Mechanical failure of instrument or apparatus during heart catheterization' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E874.8', '', 'Mechanical failure of instrument or apparatus during other specified procedures' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E874.9', '', 'Mechanical failure of instrument or apparatus during unspecified procedure' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E875.0', '', 'Contaminated substance transfused or infused' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E875.1', '', 'Contaminated substance injected or used for vaccination' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E875.2', '', 'Contaminated drug or biological substance administered by other means' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E875.8', '', 'Misadventure to patient from other contamination' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E875.9', '', 'Misadventure to patient from unspecified contamination' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E876.0', '', 'Mismatched blood in transfusion' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E876.1', '', 'Wrong fluid in infusion' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E876.2', '', 'Failure in suture and ligature during surgical operation' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E876.3', '', 'Endotracheal tube wrongly placed during anesthetic procedure' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E876.4', '', 'Failure to introduce or to remove other tube or instrument' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E876.5', '', 'Performance of wrong operation (procedure) on correct patient' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E876.6', '', 'Performance of operation (procedure) on patient not scheduled for surgery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E876.7', '', 'Performance of correct operation (procedure) on wrong side/body part' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E876.8', '', 'Other specified misadventures during medical care' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E876.9', '', 'Unspecified misadventure during medical care' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E880.0', '', 'Accidental fall on or from escalator' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E880.1', '', 'Accidental fall on or from sidewalk curb' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E880.9', '', 'Accidental fall on or from other stairs or steps' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E881.0', '', 'Accidental fall from ladder' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E881.1', '', 'Accidental fall from scaffolding' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E882', '', 'Accidental fall from or out of building or other structure' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E883.0', '', 'Accident from diving or jumping into water (swimming pool)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E883.1', '', 'Accidental fall into well' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E883.2', '', 'Accidental fall into storm drain or manhole' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E883.9', '', 'Accidental fall into other hole or other opening in surface' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E884.0', '', 'Accidental fall from playground equipment' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E884.1', '', 'Accidental fall from cliff' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E884.2', '', 'Accidental fall from chair' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E884.3', '', 'Accidental fall from wheelchair' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E884.4', '', 'Accidental fall from bed' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E884.5', '', 'Accidental fall from other furniture' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E884.6', '', 'Accidental fall from commode' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E884.9', '', 'Other accidental fall from one level to another' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E885.0', '', 'Accidental fall from (nonmotorized) scooter' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E885.1', '', 'Accidental fall from roller skates' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E885.2', '', 'Accidental fall from skateboard' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E885.3', '', 'Accidental fall from skis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E885.4', '', 'Accidental fall from snowboard' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E885.9', '', 'Accidental fall from other slipping tripping or stumbling' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E887', '', 'Fracture cause unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E888.0', '', 'Accidental fall resulting in striking against sharp object' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E888.1', '', 'Accidental fall resulting in striking against other object' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E888.8', '', 'Other accidental fall' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E888.9', '', 'Unspecified accidental fall' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E890.0', '', 'Explosion caused by conflagration in private dwelling' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E890.2', '', 'Other smoke and fumes from conflagration in private dwelling' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E890.3', '', 'Burning caused by conflagration in private dwelling' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E890.8', '', 'Other accident resulting from conflagration in private dwelling' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E890.9', '', 'Unspecified accident resulting from conflagration in private dwelling' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E891.0', '', 'Explosion caused by conflagration in other and unspecified building or structure' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E891.3', '', 'Burning caused by conflagration in other and unspecified building or structure' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E892', '', 'Conflagration not in building or structure' ); +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' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E893.8', '', 'Accident caused by ignition of clothing from other specified sources' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E893.9', '', 'Accident caused by ignition of clothing by unspecified source' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E894', '', 'Ignition of highly inflammable material' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E895', '', 'Accident caused by controlled fire in private dwelling' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E896', '', 'Accident caused by controlled fire in other and unspecified building or structure' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E897', '', 'Accident caused by controlled fire not in building or structure' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E898.0', '', 'Accident caused by burning bedclothes' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E898.1', '', 'Accident caused by other burning materials' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E899', '', 'Accident caused by unspecified fire' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E900.0', '', 'Accident caused by excessive heat due to weather conditions' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E900.1', '', 'Accidents due to excessive heat of man-made origin' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E900.9', '', 'Accidents due to excessive heat of unspecified origin' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E901.0', '', 'Accident due to excessive cold due to weather conditions' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E901.1', '', 'Accident due to excessive cold of man-made origin' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E901.8', '', 'Accident due to excessive cold of other specified origin' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E901.9', '', 'Accident due to excessive cold of unspecified origin' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E902.0', '', 'Accident due to residence or prolonged visit at high altitude' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E902.1', '', 'Accident due to changes in air pressure in aircraft' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E902.2', '', 'Accident due to changes in air pressure due to diving' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E902.9', '', 'Accident due to changes in air pressure from unspecified cause' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E903', '', 'Accident caused by travel and motion' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E904.0', '', 'Accident due to abandonment or neglect of infants and helpless persons' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E904.1', '', 'Accident due to lack of food' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E904.2', '', 'Accident due to lack of water' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E904.3', '', 'Accident due to exposure (to weather conditions) not elsewhere classifiable' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E904.9', '', 'Accident due to privation unqualified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E905.0', '', 'Venomous snakes and lizards causing poisoning and toxic reactions' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E905.1', '', 'Venomous spiders causing poisoning and toxic reactions' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E905.2', '', 'Scorpion sting causing poisoning and toxic reactions' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E905.3', '', 'Sting of hornets wasps and bees causing poisoning and toxic reactions' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E905.4', '', 'Centipede and venomous millipede (tropical) bite causing poisoning and toxic reactions' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E905.5', '', 'Other venomous arthropods causing poisoning and toxic reactions' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E905.6', '', 'Venomous marine animals and plants causing poisoning and toxic reactions' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E905.7', '', 'Poisoning and toxic reactions caused by other plants' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E905.8', '', 'Poisoning and toxic reactions caused by other specified animals and plants' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E905.9', '', 'Poisoning and toxic reactions caused by unspecified animals and plants' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E906.0', '', 'Dog bite' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E906.1', '', 'Rat bite' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E906.2', '', 'Bite of nonvenomous snakes and lizards' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E906.3', '', 'Bite of other animal except arthropod' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E906.4', '', 'Bite of nonvenomous arthropod' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E906.5', '', 'Bite by unspecified animal' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E906.8', '', 'Other specified injury caused by animal' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E906.9', '', 'Unspecified injury caused by animal' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E907', '', 'Accident due to lightning' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E908.0', '', 'Hurricane' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E908.1', '', 'Tornado' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E908.2', '', 'Floods' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E908.3', '', 'Blizzard (snow) (ice)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E908.4', '', 'Dust storm' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E908.8', '', 'Other cataclysmic storms' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E908.9', '', 'Unspecified cataclysmic storms and floods resulting from storms' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E909.0', '', 'Earthquakes' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E909.1', '', 'Volcanic eruptions' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E909.2', '', 'Avalanche landslide or mudslide' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E909.3', '', 'Collapse of dam or man-made structure' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E909.4', '', 'Tidal wave caused by earthquake' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E909.8', '', 'Other cataclysmic earth surface movements and eruptions' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E909.9', '', 'Unspecified cataclysmic earth surface movements and eruptions' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E910.0', '', 'Accidental drowning and submersion while water-skiing' ); +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' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E910.4', '', 'Accidental drowning and submersion in bathtub' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E910.8', '', 'Other accidental drowning or submersion' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E910.9', '', 'Unspecified accidental drowning or submersion' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E911', '', 'Inhalation and ingestion of food causing obstruction of respiratory tract or suffocation' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E913.0', '', 'Accidental mechanical suffocation in bed or cradle' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E913.1', '', 'Accidental mechanical suffocation by plastic bag' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E913.2', '', 'Accidental mechanical suffocation due to lack of air (in closed place)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E913.3', '', 'Accidental mechanical suffocation by falling earth or other substance' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E913.8', '', 'Accidental mechanical suffocation by other specified means' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E913.9', '', 'Accidental mechanical suffocation by unspecified means' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E914', '', 'Foreign body accidentally entering eye and adnexa' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E915', '', 'Foreign body accidentally entering other orifice' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E916', '', 'Struck accidentally by falling object' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E917.0', '', 'Striking against or struck accidentally in sports without subsequent fall' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E917.2', '', 'Striking against or struck accidentally in running water without subsequent fall' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E917.3', '', 'Striking against or struck accidentally by furniture without subsequent fall' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E917.5', '', 'Striking against or struck accidentally in sports with subsequent fall' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E917.7', '', 'Striking against or struck accidentally by furniture with subsequent fall' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E918', '', 'Caught accidentally in or between objects' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E919.0', '', 'Accidents caused by agricultural machines' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E919.1', '', 'Accidents caused by mining and earth-drilling machinery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E919.2', '', 'Accidents caused by lifting machines and appliances' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E919.3', '', 'Accidents caused by metalworking machines' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E919.4', '', 'Accidents caused by woodworking and forming machines' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E919.5', '', 'Accidents caused by prime movers except electrical motors' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E919.6', '', 'Accidents caused by transmission machinery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E919.7', '', 'Accidents caused by earth moving scraping and other excavating machines' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E919.8', '', 'Accidents caused by other specified machinery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E919.9', '', 'Accidents caused by unspecified machinery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E920.0', '', 'Accidents caused by powered lawn mower' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E920.1', '', 'Accidents caused by other powered hand tools' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E920.2', '', 'Accidents caused by powered household appliances and implements' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E920.3', '', 'Accidents caused by knives swords and daggers' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E920.4', '', 'Accidents caused by other hand tools and implements' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E920.5', '', 'Accidents caused by hypodermic needle' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E920.8', '', 'Accidents caused by other specified cutting and piercing instruments or objects' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E920.9', '', 'Accidents caused by unspecified cutting and piercing instrument or object' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E921.0', '', 'Accident caused by explosion of boilers' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E921.1', '', 'Accident caused by explosion of gas cylinders' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E921.8', '', 'Accident caused by explosion of other specified pressure vessels' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E921.9', '', 'Accident caused by explosion of unspecified pressure vessel' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E922.0', '', 'Accident caused by handgun' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E922.1', '', 'Accident caused by shotgun (automatic)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E922.2', '', 'Accident caused by hunting rifle' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E922.3', '', 'Accident caused by military firearms' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E922.4', '', 'Accident caused by air gun' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E922.5', '', 'Accident caused by paintball gun' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E922.8', '', 'Accident caused by other specified firearm missile' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E922.9', '', 'Accident caused by unspecified firearm missile' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E923.0', '', 'Accident caused by fireworks' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E923.1', '', 'Accident caused by blasting materials' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E923.2', '', 'Accident caused by explosive gases' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E923.8', '', 'Accident caused by other explosive materials' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E923.9', '', 'Accident caused by unspecified explosive material' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E924.0', '', 'Accident caused by hot liquids and vapors including steam' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E924.1', '', 'Accident caused by caustic and corrosive substances' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E924.2', '', 'Accident caused by hot (boiling) tap water' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E924.8', '', 'Accident caused by other hot substance or object' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E924.9', '', 'Accident caused by unspecified hot substance or object' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E925.0', '', 'Accident caused by domestic wiring and appliances' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E925.2', '', 'Accident caused by industrial wiring appliances and electrical machinery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E925.8', '', 'Accident caused by other electric current' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E925.9', '', 'Accident caused by unspecified electric current' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E926.0', '', 'Exposure to radiofrequency radiation' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E926.1', '', 'Exposure to infra-red radiation from heaters and lamps' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E926.2', '', 'Exposure to visible and ultraviolet light sources' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E926.3', '', 'Exposure to x-rays and other electromagnetic ionizing radiation' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E926.4', '', 'Exposure to lasers' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E926.5', '', 'Exposure to radioactive isotopes' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E926.8', '', 'Exposure to other specified radiation' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E926.9', '', 'Exposure to unspecified radiation' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E927.0', '', 'Overexertion from sudden strenuous movement' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E927.1', '', 'Overexertion from prolonged static position' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E927.2', '', 'Excessive physical exertion from prolonged activity' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E927.3', '', 'Cumulative trauma from repetitive motion' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E927.4', '', 'Cumulative trauma from repetitive impact' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E927.8', '', 'Other overexertion and strenuous and repetitive movements or loads' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E927.9', '', 'Unspecified overexertion and strenuous and repetitive movements or loads' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E928.0', '', 'Prolonged stay in weightless environment' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E928.1', '', 'Exposure to noise' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E928.2', '', 'Vibration' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E928.3', '', 'Human bite' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E928.4', '', 'External constriction caused by hair' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E928.5', '', 'External constriction caused by other object' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E928.6', '', 'External constriction caused by environmental exposure to harmful algae and toxins' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E928.8', '', 'Other accidents' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E928.9', '', 'Unspecified accident' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E929.0', '', 'Late effects of motor vehicle accident' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E929.1', '', 'Late effects of other transport accident' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E929.2', '', 'Late effects of accidental poisoning' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E929.3', '', 'Late effects of accidental fall' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E929.4', '', 'Late effects of accident caused by fire' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E929.5', '', 'Late effects of accident due to natural and environmental factors' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E929.8', '', 'Late effects of other accidents' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E929.9', '', 'Late effects of unspecified accident' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E930.0', '', 'Penicillins' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E930.1', '', 'Antifungal antibiotics causing adverse effects in therapeutic use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E930.2', '', 'Chloramphenicol group causing adverse effects in therapeutic use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E930.3', '', 'Erythromycin and other macrolides causing adverse effects in therapeutic use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E930.4', '', 'Tetracycline group causing adverse effects in therapeutic use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E930.5', '', 'Cephalosporin group causing adverse effects in therapeutic use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E930.6', '', 'Antimycobacterial antibiotics causing adverse effects in therapeutic use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E930.7', '', 'Antineoplastic antibiotics causing adverse effects in therapeutic use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E930.8', '', 'Other specified antibiotics causing adverse effects in therapeutic use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E930.9', '', 'Unspecified antibiotic causing adverse effects in therapeutic use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E931.0', '', 'Sulfonamides causing adverse effects in therapeutic use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E931.1', '', 'Arsenical anti-infectives causing adverse effects in therapeutic use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E931.2', '', 'Heavy metal anti-infectives causing adverse effects in therapeutic use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E931.3', '', 'Quinoline and hydroxyquinoline derivatives causing adverse effects in therapeutic use' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E931.5', '', 'Other antiprotozoal drugs causing adverse effects in therapeutic use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E931.6', '', 'Anthelmintics causing adverse effects in therapeutic use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E931.7', '', 'Antiviral drugs causing adverse effects in therapeutic use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E931.8', '', 'Other antimycobacterial drugs causing adverse effects in therapeutic use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E931.9', '', 'Other and unspecified anti-infectives causing adverse effects in therapeutic use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E932.0', '', 'Adrenal cortical steroids causing adverse effects in therapeutic use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E932.1', '', 'Androgens and anabolic congeners causing adverse effects in therapeutic use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E932.2', '', 'Ovarian hormones and synthetic substitutes causing adverse effects in therapeutic use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E932.3', '', 'Insulins and antidiabetic agents causing adverse effects in therapeutic use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E932.4', '', 'Anterior pituitary hormones causing adverse effects in therapeutic use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E932.5', '', 'Posterior pituitary hormones causing adverse effects in therapeutic use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E932.6', '', 'Parathyroid and parathyroid derivatives causing adverse effects in therapeutic use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E932.7', '', 'Thyroid and thyroid derivatives causing adverse effects in therapeutic use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E932.8', '', 'Antithyroid agents causing adverse effects in therapeutic use' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E933.0', '', 'Antiallergic and antiemetic drugs causing adverse effects in therapeutic use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E933.1', '', 'Antineoplastic and immunosuppressive drugs causing adverse effects in therapeutic use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E933.2', '', 'Acidifying agents causing adverse effects in therapeutic use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E933.3', '', 'Alkalizing agents causing adverse effects in therapeutic use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E933.4', '', 'Enzymes not elsewhere classified causing adverse effects in therapeutic use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E933.5', '', 'Vitamins not elsewhere classified causing adverse effects in therapeutic use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E933.6', '', 'Oral bisphosphomates' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E933.7', '', 'Intravenous bisphosphonates' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E933.9', '', 'Unspecified systemic agent causing adverse effects in therapeutic use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E934.0', '', 'Iron and its compounds causing adverse effects in therapeutic use' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E934.2', '', 'Anticoagulants causing adverse effects in therapeutic use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E934.3', '', 'Vitamin k (phytonadione) causing adverse effects in therapeutic use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E934.4', '', 'Fibrinolysis-affecting drugs causing adverse effects in therapeutic use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E934.5', '', 'Anticoagulant antagonists and other coagulants causing adverse effects in therapeutic use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E934.6', '', 'Gamma globulin causing adverse effects in therapeutic use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E934.7', '', 'Natural blood and blood products causing adverse effects in therapeutic use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E934.8', '', 'Other agents affecting blood constituents causing adverse effects in therapeutic use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E934.9', '', 'Unspecified agent affecting blood constituents causing adverse effects in therapeutic use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E935.0', '', 'Heroin causing adverse effects in therapeutic use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E935.1', '', 'Methadone causing averse effects in therapeutic use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E935.2', '', 'Other opiates and related narcotics causing adverse effects in therapeutic use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E935.3', '', 'Salicylates causing adverse effects in therapeutic use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E935.4', '', 'Aromatic analgesics not elsewhere classified causing adverse effects in therapeutic use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E935.5', '', 'Pyrazole derivatives causing adverse effects in therapeutic use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E935.6', '', 'Antirheumatics (antiphlogistics) causing adverse effects in therapeutic use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E935.7', '', 'Other non-narcotic analgesics causing adverse effects in therapeutic use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E935.8', '', 'Other specified analgesics and antipyretics causing adverse effects in therapeutic use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E935.9', '', 'Unspecified analgesic and antipyretic causing adverse effects in therapeutic use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E936.0', '', 'Oxazolidine derivatives causing adverse effects in therapeutic use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E936.1', '', 'Hydantoin derivatives causing adverse effects in therapeutic use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E936.2', '', 'Succinimides causing adverse effects in therapeutic use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E936.3', '', 'Other and unspecified anticonvulsants causing adverse effects in therapeutic use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E936.4', '', 'Anti-parkinsonism drugs causing adverse effects in therapeutic use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E937.0', '', 'Barbiturates causing adverse effects in therapeutic use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E937.1', '', 'Chloral hydrate group causing adverse effects in therapeutic use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E937.2', '', 'Paraldehyde causing adverse effects in therapeutic use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E937.3', '', 'Bromine compounds causing adverse effects in therapeutic use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E937.4', '', 'Methaqualone compounds causing adverse effects in therapeutic use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E937.5', '', 'Glutethimide group causing adverse effects in therapeutic use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E937.6', '', 'Mixed sedatives not elsewhere classified causing adverse effects in therapeutic use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E937.8', '', 'Other sedatives and hypnotics causing adverse effects in therapeutic use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E937.9', '', 'Unspecified sedatives and hypnotics causing adverse effects in therapeutic use' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E938.1', '', 'Halothane causing adverse effects in therapeutic use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E938.2', '', 'Other gaseous anesthetics causing adverse effects in therapeutic use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E938.3', '', 'Intravenous anesthetics causing adverse effects in therapeutic use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E938.4', '', 'Other and unspecified general anesthetics causing adverse effects in therapeutic use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E938.5', '', 'Surface and infiltration anesthetics causing adverse effects in therapeutic use' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E938.7', '', 'Spinal anesthetics causing adverse effects in therapeutic use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E938.9', '', 'Other and unspecified local anesthetics causing adverse effects in therapeutic use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E939.0', '', 'Antidepressants causing adverse effects in therapeutic use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E939.1', '', 'Phenothiazine-based tranquilizers causing adverse effects in therapeutic use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E939.2', '', 'Butyrophenone-based tranquilizers causing adverse effects in therapeutic use' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E939.4', '', 'Benzodiazepine-based tranquilizers causing adverse effects in therapeutic use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E939.5', '', 'Other tranquilizers causing adverse effects in therapeutic use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E939.6', '', 'Psychodysleptics (hallucinogens) causing adverse effects in therapeutic use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E939.7', '', 'Psychostimulants causing adverse effects in therapeutic use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E939.8', '', 'Other psychotropic agents causing adverse effects in therapeutic use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E939.9', '', 'Unspecified psychotropic agent causing adverse effects in therapeutic use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E940.0', '', 'Analeptics causing adverse effects in therapeutic use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E940.1', '', 'Opiate antagonists causing adverse effects in therapeutic use' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E940.9', '', 'Unspecified central nervous system stimulant causing adverse effects in therapeutic use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E941.0', '', 'Parasympathomimetics (cholinergics) causing adverse effects in therapeutic use' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E941.2', '', 'Sympathomimetics (adrenergics) causing adverse effects in therapeutic use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E941.3', '', 'Sympatholytics (antiadrenergics) causing adverse effects in therapeutic use' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E942.0', '', 'Cardiac rhythm regulators causing adverse effects in therapeutic use' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E942.2', '', 'Antilipemic and antiarteriosclerotic drugs causing adverse effects in therapeutic use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E942.3', '', 'Ganglion-blocking agents causing adverse effects in therapeutic use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E942.4', '', 'Coronary vasodilators causing adverse effects in therapeutic use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E942.5', '', 'Other vasodilators causing adverse effects in therapeutic use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E942.6', '', 'Other antihypertensive agents causing adverse effects in therapeutic use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E942.7', '', 'Antivaricose drugs including sclerosing agents causing adverse effects in therapeutic use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E942.8', '', 'Capillary-active drugs causing adverse effects in therapeutic use' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E943.0', '', 'Antacids and antigastric secretion drugs causing adverse effects in therapeutic use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E943.1', '', 'Irritant cathartics causing adverse effects in therapeutic use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E943.2', '', 'Emollient cathartics causing adverse effects in therapeutic use' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E943.4', '', 'Digestants causing adverse effects in therapeutic use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E943.5', '', 'Antidiarrheal drugs causing adverse effects in therapeutic use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E943.6', '', 'Emetics causing adverse effects in therapeutic use' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E944.0', '', 'Mercurial diuretics causing adverse effects in therapeutic use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E944.1', '', 'Purine derivative diuretics causing adverse effects in therapeutic use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E944.2', '', 'Carbonic acid anhydrase inhibitors causing adverse effects in therapeutic use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E944.3', '', 'Saluretics causing adverse effects in therapeutic use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E944.4', '', 'Other diuretics causing adverse effects in therapeutic use' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E944.7', '', 'Uric acid metabolism drugs causing adverse effects in therapeutic use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E945.0', '', 'Oxytocic agents causing adverse effects in therapeutic use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E945.1', '', 'Smooth muscle relaxants causing adverse effects in therapeutic use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E945.2', '', 'Skeletal muscle relaxants causing adverse effects in therapeutic use' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E945.4', '', 'Antitussives causing adverse effects in therapeutic use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E945.5', '', 'Expectorants causing adverse effects in therapeutic use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E945.6', '', 'Anti-common cold drugs causing adverse effects in therapeutic use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E945.7', '', 'Antiasthmatics causing adverse effects in therapeutic use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E945.8', '', 'Other and unspecified respiratory drugs causing adverse effects in therapeutic use' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E946.1', '', 'Antipruritics causing adverse effects in therapeutic use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E946.2', '', 'Local astringents and local detergents causing adverse effects in therapeutic use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E946.3', '', 'Emollients demulcents and protectants causing adverse effects in therapeutic use' ); +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' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E946.7', '', 'Dental drugs topically applied causing adverse effects in therapeutic use' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E947.0', '', 'Dietetics causing adverse effects in therapeutic use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E947.1', '', 'Lipotropic drugs causing adverse effects in therapeutic use' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E947.3', '', 'Alcohol deterrents causing adverse effects in therapeutic use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E947.4', '', 'Pharmaceutical excipients causing adverse effects in therapeutic use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E947.8', '', 'Other drugs and medicinal substances causing adverse effects in therapeutic use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E947.9', '', 'Unspecified drug or medicinal substance causing adverse effects in therapeutic use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E948.0', '', 'Bcg vaccine causing adverse effects in therapeutic use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E948.1', '', 'Typhoid and paratyphoid vaccines causing adverse effects in therapeutic use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E948.2', '', 'Cholera vaccine causing adverse effects in therapeutic use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E948.3', '', 'Plague vaccine causing adverse effects in therapeutic use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E948.4', '', 'Tetanus vaccine causing adverse effects in therapeutic use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E948.5', '', 'Diphtheria vaccine causing adverse effects in therapeutic use' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E948.8', '', 'Other and unspecified bacterial vaccines causing adverse effects in therapeutic use' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E949.0', '', 'Smallpox vaccine causing adverse effects in therapeutic use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E949.1', '', 'Rabies vaccine causing adverse effects in therapeutic use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E949.2', '', 'Typhus vaccine causing adverse effects in therapeutic use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E949.3', '', 'Yellow fever vaccine causing adverse effects in therapeutic use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E949.4', '', 'Measles vaccine causing adverse effects in therapeutic use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E949.5', '', 'Poliomyelitis vaccine causing adverse effects in therapeutic use' ); +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' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E950.0', '', 'Suicide and self-inflicted poisoning by analgesics antipyretics and antirheumatics' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E950.1', '', 'Suicide and self-inflicted poisoning by barbiturates' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E950.2', '', 'Suicide and self-inflicted poisoning by other sedatives and hypnotics' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E950.3', '', 'Suicide and self-inflicted poisoning by tranquilizers and other psychotropic agents' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E950.5', '', 'Suicide and self-inflicted poisoning by unspecified drug or medicinal substance' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E950.7', '', 'Suicide and self-inflicted poisoning by corrosive and caustic substances' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E950.8', '', 'Suicide and self-inflicted poisoning by arsenic and its compounds' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E951.0', '', 'Suicide and self-inflicted poisoning by gas distributed by pipeline' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E951.8', '', 'Suicide and self-inflicted poisoning by other utility gas' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E952.0', '', 'Suicide and self-inflicted poisoning by motor vehicle exhaust gas' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E952.1', '', 'Suicide and self-inflicted poisoning by other carbon monoxide' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E952.8', '', 'Suicide and self-inflicted poisoning by other specified gases and vapors' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E952.9', '', 'Suicide and self-inflicted poisoning by unspecified gases and vapors' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E953.0', '', 'Suicide and self-inflicted injury by hanging' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E953.1', '', 'Suicide and self-inflicted injury by suffocation by plastic bag' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E953.8', '', 'Suicide and self-inflicted injury by other specified means' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E953.9', '', 'Suicide and self-inflicted injury by unspecified means' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E954', '', 'Suicide and self-inflicted injury by submersion (drowning)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E955.0', '', 'Suicide and self-inflicted injury by handgun' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E955.1', '', 'Suicide and self-inflicted injury by shotgun' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E955.2', '', 'Suicide and self-inflicted injury by hunting rifle' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E955.3', '', 'Suicide and self-inflicted injury by military firearms' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E955.4', '', 'Suicide and self-inflicted injury by other and unspecified firearm' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E955.5', '', 'Suicide and self-inflicted injury by explosives' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E955.6', '', 'Suicide and self-inflicted injury by air gun' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E955.7', '', 'Suicide and self-inflicted injury by paintball gun' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E955.9', '', 'Suicide and self-inflicted injury by firearms and explosives unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E956', '', 'Suicide and self-inflicted injury by cutting and piercing instrument' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E957.0', '', 'Suicide and self-inflicted injuries by jumping from residential premises' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E957.2', '', 'Suicide and self-inflicted injuries by jumping from natural sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E957.9', '', 'Suicide and self-inflicted injuries by jumping from unspecified site' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E958.1', '', 'Suicide and self-inflicted injury by burns fire' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E958.2', '', 'Suicide and self-inflicted injury by scald' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E958.3', '', 'Suicide and self-inflicted injury by extremes of cold' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E958.4', '', 'Suicide and self-inflicted injury by electrocution' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E958.5', '', 'Suicide and self-inflicted injury by crashing of motor vehicle' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E958.6', '', 'Suicide and self-inflicted injury by crashing of aircraft' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E958.7', '', 'Suicide and self-inflicted injury by caustic substances except poisoning' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E958.8', '', 'Suicide and self-inflicted injury by other specified means' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E958.9', '', 'Suicide and self-inflicted injury by unspecified means' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E959', '', 'Late effects of self-inflicted injury' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E960.0', '', 'Unarmed fight or brawl' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E960.1', '', 'Rape' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E961', '', 'Assault by corrosive or caustic substance except poisoning' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E962.0', '', 'Assault by drugs and medicinal substances' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E962.1', '', 'Assault by other solid and liquid substances' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E962.2', '', 'Assault by other gases and vapors' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E962.9', '', 'Assault by unspecified poisoning' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E963', '', 'Assault by hanging and strangulation' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E964', '', 'Assault by submersion (drowning)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E965.0', '', 'Assault by handgun' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E965.1', '', 'Assault by shotgun' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E965.2', '', 'Assault by hunting rifle' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E965.3', '', 'Assault by military firearms' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E965.4', '', 'Assault by other and unspecified firearm' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E965.5', '', 'Assault by antipersonnel bomb' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E965.6', '', 'Assault by gasoline bomb' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E965.7', '', 'Assault by letter bomb' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E965.8', '', 'Assault by other specified explosive' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E965.9', '', 'Assault by unspecified explosive' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E966', '', 'Assault by cutting and piercing instrument' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E967.0', '', 'Perpetrator of child and adult abuse by father stepfather or boyfriend' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E967.1', '', 'Perpetrator of child and adult abuse by other specified person' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E967.2', '', 'Perpetrator of child and adult abuse by mother stepmother or girlfriend' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E967.3', '', 'Perpetrator of child and adult abuse by spouse or partner' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E967.4', '', 'Perpetrator of child and adult abuse by child' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E967.5', '', 'Perpetrator of child and adult abuse by sibling' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E967.6', '', 'Perpetrator of child and adult abuse by grandparent' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E967.7', '', 'Perpetrator of child and adult abuse by other relative' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E967.8', '', 'Perpetrator of child and adult abuse by non-related caregiver' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E967.9', '', 'Perpetrator of child and adult abuse by unspecified person' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E968.0', '', 'Assault by fire' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E968.1', '', 'Assault by pushing from a high place' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E968.2', '', 'Assault by striking by blunt or thrown object' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E968.3', '', 'Assault by hot liquid' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E968.4', '', 'Assault by criminal neglect' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E968.5', '', 'Assault by transport vehicle' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E968.6', '', 'Assault by air gun' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E968.7', '', 'Assault by human bite' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E968.8', '', 'Assault by other specified means' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E968.9', '', 'Assault by unspecified means' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E969', '', 'Late effects of injury purposely inflicted by other person' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E970', '', 'Injury due to legal intervention by firearms' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E971', '', 'Injury due to legal intervention by explosives' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E972', '', 'Injury due to legal intervention by gas' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E973', '', 'Injury due to legal intervention by blunt object' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E974', '', 'Injury due to legal intervention by cutting and piercing instrument' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E975', '', 'Injury due to legal intervention by other specified means' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E976', '', 'Injury due to legal intervention by unspecified means' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E977', '', 'Late effects of injuries due to legal intervention' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E978', '', 'Legal execution' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E979.0', '', 'Terrorism involving explosion of marine weapons' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E979.1', '', 'Terrorism involving destruction of aircraft' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E979.2', '', 'Terrorism involving other explosions and fragments' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E979.3', '', 'Terrorism involving fires conflagration and hot substances' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E979.4', '', 'Terrorism involving firearms' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E979.5', '', 'Terrorism involving nuclear weapons' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E979.6', '', 'Terrorism involving biological weapons' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E979.7', '', 'Terrorism involving chemical weapons' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E979.8', '', 'Terrorism involving other means' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E979.9', '', 'Terrorism secondary effects' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E980.1', '', 'Poisoning by barbiturates undetermined whether accidentally or purposely inflicted' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E981.8', '', 'Poisoning by other utility gas undetermined whether accidentally or purposely inflicted' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E982.1', '', 'Poisoning by other carbon monoxide undetermined whether accidentally or purposely inflicted' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E983.0', '', 'Hanging undetermined whether accidentally or purposely inflicted' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E983.1', '', 'Suffocation by plastic bag undetermined whether accidentally or purposely inflicted' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E984', '', 'Submersion (drowning) undetermined whether accidentally or purposely inflicted' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E985.0', '', 'Injury by handgun undetermined whether accidentally or purposely inflicted' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E985.1', '', 'Injury by shotgun undetermined whether accidentally or purposely inflicted' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E985.2', '', 'Injury by hunting rifle undetermined whether accidentally or purposely inflicted' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E985.3', '', 'Injury by military firearms undetermined whether accidentally or purposely inflicted' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E985.5', '', 'Injury by explosives undetermined whether accidentally or purposely inflicted' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E985.6', '', 'Injury by air gun undetermined whether accidental or purposely inflicted' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E985.7', '', 'Injury by paintball gun undetermined whether accidental or purposely inflicted' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E986', '', 'Injury by cutting and piercing instruments undetermined whether accidentally or purposely inflicted' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E987.0', '', 'Falling from residential premises undetermined whether accidentally or purposely inflicted' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E987.2', '', 'Falling from natural sites undetermined whether accidentally or purposely inflicted' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E987.9', '', 'Falling from unspecified site undetermined whether accidentally or purposely inflicted' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E988.1', '', 'Injury by burns or fire undetermined whether accidentally or purposely inflicted' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E988.2', '', 'Injury by scald undetermined whether accidentally or purposely inflicted' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E988.3', '', 'Injury by extremes of cold undetermined whether accidentally or purposely inflicted' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E988.4', '', 'Injury by electrocution undetermined whether accidentally or purposely inflicted' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E988.6', '', 'Injury by crashing of aircraft undetermined whether accidentally or purposely inflicted' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E988.8', '', 'Injury by other specified means undetermined whether accidentally or purposely inflicted' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E988.9', '', 'Injury by unspecified means undetermined whether accidentally or purposely inflicted' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E989', '', 'Late effects of injury undetermined whether accidentally or purposely inflicted' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E990.0', '', 'Injury due to war operations from gasoline bomb' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E990.1', '', 'Injury due to war operations from flamethrower' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E990.2', '', 'Injury due to war operations from incendiary bullet' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E990.9', '', 'Injury due to war operations from other and unspecified source' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E991.0', '', 'Injury due to war operations from rubber bullets (rifle)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E991.1', '', 'Injury due to war operations from pellets (rifle)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E991.2', '', 'Injury due to war operations from other bullets' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E991.3', '', 'Injury due to war operations from antipersonnel bomb (fragments)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E991.4', '', 'Injury due to war operations by fragments from munitions' ); +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' ); +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)' ); +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)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E991.8', '', 'Injury due to war operations by fragments from weapons' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E991.9', '', 'Injury due to war operations from other and unspecified fragments' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E992.0', '', 'Injury due to torpedo' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E992.1', '', 'Injury due to depth charge' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E992.2', '', 'Injury due to marine mines' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E992.3', '', 'Injury due to sea-based artillery shell' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E992.8', '', 'Injury due to war operations by other marine weapons' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E992.9', '', 'Injury due to war operations by unspecified marine weapon' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E993.0', '', 'Injury due to war operations by aerial bomb' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E993.1', '', 'Injury due to war operations by guided missile' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E993.2', '', 'Injury due to war operations by mortar' ); +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)' ); +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)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E993.5', '', 'Injury due to war operations by other improvised explosive device (ied)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E993.6', '', 'Injury due to war operations by unintentional detonation of own munitions' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E993.8', '', 'Injury due to war operations by other specified explosion' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E993.9', '', 'Injury due to war operations by unspecified explosion' ); +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' ); +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' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E994.8', '', 'Injury due to war operations by other destruction of aircraft' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E994.9', '', 'Injury due to war operations by unspecified destruction of aircraft' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E995.0', '', 'Injury due to war operations by unarmed hand-to-hand combat' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E995.1', '', 'Injury due to war operations, struck by blunt object' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E995.2', '', 'Injury due to war operations by piercing object' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E995.8', '', 'Injury due to war operations by other forms of conventional warfare' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E995.9', '', 'Injury due to war operations by unspecified form of conventional warfare' ); +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' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E996.3', '', 'Injury due to war operations by nuclear radiation effects' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E996.8', '', 'Injury due to war operations by other effects of nuclear weapons' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E996.9', '', 'Injury due to war operations by unspecified effect of nuclear weapon' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E997.0', '', 'Injury due to war operations by lasers' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E997.1', '', 'Injury due to war operations by biological warfare' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E997.2', '', 'Injury due to war operations by gases fumes and chemicals' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E997.8', '', 'Injury due to other specified forms of unconventional warfare' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E997.9', '', 'Injury due to unspecified form of unconventional warfare' ); +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' ); +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' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E999.0', '', 'Late effect of injury due to war operations' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'E999.1', '', 'Late effect of injury due to terrorism' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V01.0', '', 'Contact with or exposure to cholera' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V01.1', '', 'Contact with or exposure to tuberculosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V01.2', '', 'Contact with or exposure to poliomyelitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V01.3', '', 'Contact with or exposure to smallpox' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V01.4', '', 'Contact with or exposure to rubella' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V01.5', '', 'Contact with or exposure to rabies' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V01.6', '', 'Contact with or exposure to venereal diseases' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V01.71', '', 'Contact/exposure to varicella' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V01.79', '', 'Contact/exposure to other viral diseases' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V01.81', '', 'Contact with or exposure to anthrax' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V01.82', '', 'Exposure to sars-associated coronavirus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V01.83', '', 'Contact/exposure to escherichia coli [e.coli]' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V01.84', '', 'Contact/exposure to meningococcus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V01.89', '', 'Contact with or exposure to other communicable diseases' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V01.9', '', 'Contact with or exposure to unspecified communicable disease' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V02.0', '', 'Carrier or suspected carrier of cholera' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V02.1', '', 'Carrier or suspected carrier of typhoid' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V02.2', '', 'Carrier or suspected carrier of amebiasis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V02.3', '', 'Carrier or suspected carrier of other gastrointestinal pathogens' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V02.4', '', 'Carrier or suspected carrier of diphtheria' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V02.51', '', 'Carrier or suspected carrier of group b streptococcus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V02.52', '', 'Carrier or suspected carrier of other streptococcus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V02.53', '', 'Methicillin susceptible staphylococcus aureus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V02.54', '', 'Methicillin resistant staphylococcus aureus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V02.59', '', 'Carrier or suspected carrier of other specified bacterial diseases' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V02.60', '', 'Carrier or suspected carrier of viral hepatitis unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V02.61', '', 'Carrier or suspected carrier of hepatitis b' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V02.62', '', 'Carrier or suspected carrier of hepatitis c' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V02.69', '', 'Carrier or suspected carrier of other viral hepatitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V02.7', '', 'Carrier or suspected carrier of gonorrhea' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V02.8', '', 'Carrier or suspected carrier of other venereal diseases' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V02.9', '', 'Carrier or suspected carrier of other specified infectious organism' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V03.0', '', 'Need for prophylactic vaccination and inoculation against cholera alone' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V03.1', '', 'Need for prophylactic vaccination with typhoid-paratyphoid (tab) vaccine' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V03.2', '', 'Need for prophylactic vaccination with tuberculosis (bcg) vaccine' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V03.3', '', 'Need for prophylactic vaccination and inoculation against plague' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V03.4', '', 'Need for prophylactic vaccination and inoculation against tularemia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V03.5', '', 'Need for prophylactic vaccination and inoculation against diphtheria alone' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V03.6', '', 'Need for prophylactic vaccination and inoculation against pertussis alone' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V03.7', '', 'Need for prophylactic vaccination with tetanus toxoid alone' ); +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]' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V03.82', '', 'Need for prophylactic vaccination and inoculation against streptococcus pneumoniae [pneumococcus]' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V03.9', '', 'Need for prophylactic vaccination and inoculation against unspecified single bacterial disease' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V04.0', '', 'Need for prophylactic vaccination and inoculation against poliomyelitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V04.1', '', 'Need for prophylactic vaccination and inoculation against smallpox' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V04.2', '', 'Need for prophylactic vaccination and inoculation against measles alone' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V04.3', '', 'Need for prophylactic vaccination and inoculation against rubella alone' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V04.4', '', 'Need for prophylactic vaccination and inoculation against yellow fever' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V04.5', '', 'Need for prophylactic vaccination and inoculation against rabies' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V04.6', '', 'Need for prophylactic vaccination and inoculation against mumps alone' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V04.7', '', 'Need for prophylactic vaccination and inoculation against common cold' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V04.81', '', 'Need for prophylactic vaccination and inoculation against influenza' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V04.82', '', 'Need for prophylactic vaccination and inoculation against respiratory syncytial virus (rsv)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V04.89', '', 'Need for prophylactic vaccination and inoculation against other viral diseases' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V05.0', '', 'Need for prophylactic vaccination and inoculation against arthropod-borne viral encephalitis' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V05.2', '', 'Need for prophylactic vaccination and inoculation against leishmaniasis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V05.3', '', 'Need for prophylactic vaccination and inoculation against viral hepatitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V05.4', '', 'Need for prophylactic vaccination and inoculation against varicella' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V05.8', '', 'Need for prophylactic vaccination and inoculation against other specified disease' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V05.9', '', 'Need for prophylactic vaccination and inoculation against unspecified single disease' ); +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' ); +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' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V06.4', '', 'Need for prophylactic vaccination with measles-mumps-rubella (mmr) vaccine' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V06.5', '', 'Need for prophylactic vaccination and inoculation against tetanus-diphtheria [td] [dt]' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V06.6', '', 'Need for prophylactic vaccination and inoculation against streptococcus pneumoniae and influenza' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V06.8', '', 'Need for prophylactic vaccination and inoculation against other combinations of diseases' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V06.9', '', 'Need for prophylactic vaccination with unspecified combined vaccine' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V07.0', '', 'Need for isolation' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V07.1', '', 'Need for desensitization to allergens' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V07.2', '', 'Need for prophylactic immunotherapy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V07.31', '', 'Need for prophylactic fluoride administration' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V07.39', '', 'Need for other prophylactic chemotherapy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V07.4', '', 'Hormone replacement therapy (postmenopausal)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V07.51', '', 'Prophylactic use of selective estrogen receptor modulators (serms)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V07.52', '', 'Prophylactic use of aromatase inhibitors' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V07.59', '', 'Prophylactic use of other agents affecting estrogen receptors and estrogen levels' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V07.8', '', 'Need for other specified prophylactic measure' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V07.9', '', 'Need for unspecified prophylactic measure' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V08', '', 'Asymptomatic human immunodeficiency virus (hiv) infection status' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V09.0', '', 'Infection with microorganisms resistant to penicillins' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V09.1', '', 'Infection with microorganisms resistant to cephalosporins and other b-lactam antibiotics' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V09.2', '', 'Infection with microorganisms resistant to macrolides' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V09.3', '', 'Infection with microorganisms resistant to tetracyclines' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V09.4', '', 'Infection with microorganisms resistant to aminoglycosides' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V09.50', '', 'Without resistance to multiple quinolones and fluroquinolones' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V09.51', '', 'With resistance to multiple quinolones and fluroquinolones' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V09.6', '', 'Infection with microorganisms resistant to sulfonamides' ); +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' ); +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' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V09.90', '', 'Infection with drug-resistant microorganisms unspecified without multiple drug resistance' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V09.91', '', 'Infection with drug-resistant microorganisms unspecified with multiple drug resistance' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V10.00', '', 'Personal history of malignant neoplasm of unspecified site in gastrointestinal tract' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V10.01', '', 'Personal history of malignant neoplasm of tongue' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V10.03', '', 'Personal history of malignant neoplasm of esophagus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V10.04', '', 'Personal history of malignant neoplasm of stomach' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V10.05', '', 'Personal history of malignant neoplasm of large intestine' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V10.06', '', 'Personal history of malignant neoplasm of rectum rectosigmoid junction and anus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V10.07', '', 'Personal history of malignant neoplasm of liver' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V10.09', '', 'Personal history of malignant neoplasm of other sites in gastrointestinal tract' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V10.11', '', 'Personal history of malignant neoplasm of bronchus and lung' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V10.12', '', 'Personal history of malignant neoplasm of trachea' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V10.20', '', 'Personal history of malignant neoplasm of unspecified respiratory organ' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V10.21', '', 'Personal history of malignant neoplasm of larynx' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V10.29', '', 'Personal history of malignant neoplasm of other respiratory and intrathoracic organs' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V10.3', '', 'Personal history of malignant neoplasm of breast' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V10.40', '', 'Personal history of malignant neoplasm of unspecified female genital organ' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V10.41', '', 'Personal history of malignant neoplasm of cervix uteri' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V10.42', '', 'Personal history of malignant neoplasm of other parts of uterus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V10.43', '', 'Personal history of malignant neoplasm of ovary' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V10.44', '', 'Personal history of malignant neoplasm of other female genital organs' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V10.45', '', 'Personal history of malignant neoplasm of unspecified male genital organ' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V10.46', '', 'Personal history of malignant neoplasm of prostate' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V10.47', '', 'Personal history of malignant neoplasm of testis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V10.48', '', 'Personal history of malignant neoplasm of epididymis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V10.49', '', 'Personal history of malignant neoplasm of other male genital organs' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V10.50', '', 'Personal history of malignant neoplasm of unspecified urinary organ' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V10.51', '', 'Personal history of malignant neoplasm of bladder' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V10.52', '', 'Personal history of malignant neoplasm of kidney' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V10.53', '', 'Personal history of malignant neoplasm of renal pelvis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V10.59', '', 'Personal history of malignant neoplasm of other urinary organs' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V10.60', '', 'Personal history of unspecified leukemia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V10.61', '', 'Personal history of lymphoid leukemia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V10.62', '', 'Personal history of myeloid leukemia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V10.63', '', 'Personal history of monocytic leukemia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V10.69', '', 'Personal history of other leukemia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V10.71', '', 'Personal history of lymphosarcoma and reticulosarcoma' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V10.72', '', 'Personal history of hodgkin''s disease' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V10.79', '', 'Personal history of other lymphatic and hematopoietic neoplasms' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V10.81', '', 'Personal history of malignant neoplasm of bone' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V10.82', '', 'Personal history of malignant melanoma of skin' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V10.83', '', 'Personal history of other malignant neoplasm of skin' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V10.84', '', 'Personal history of malignant neoplasm of eye' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V10.85', '', 'Personal history of malignant neoplasm of brain' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V10.86', '', 'Personal history of malignant neoplasm of other parts of nervous system' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V10.87', '', 'Personal history of malignant neoplasm of thyroid' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V10.89', '', 'Personal history of malignant neoplasm of other sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V10.90', '', 'Personal history of unspecified type of malignant neoplasm' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V10.91', '', 'Personal history of malignant neuroendocrine tumor' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V11.0', '', 'Personal history of schizophrenia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V11.1', '', 'Personal history of affective disorders' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V11.2', '', 'Personal history of neurosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V11.3', '', 'Personal history of alcoholism' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V11.8', '', 'Personal history of other mental disorders' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V11.9', '', 'Personal history of unspecified mental disorder' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V12.00', '', 'Personal history of unspecified infectious and parasitic disease' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V12.01', '', 'Personal history of tuberculosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V12.02', '', 'Personal history of poliomyelitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V12.03', '', 'Personal history of malaria' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V12.04', '', 'Personal history of methicillin resistant staphylococcus aureus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V12.09', '', 'Personal history of other specified infectious and parasitic disease' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V12.1', '', 'Personal history of nutritional deficiency' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V12.2', '', 'Personal history of endocrine metabolic and immunity disorders' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V12.3', '', 'Personal history of diseases of blood and blood-forming organs' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V12.40', '', 'Personal history of unspecified disorder of nervous system and sense organs' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V12.41', '', 'Personal history of benign neoplasm of the brain' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V12.42', '', 'Personal history of infections of the central nervous system' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V12.49', '', 'Personal history of other disorders of nervous system and sense organs' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V12.50', '', 'Personal history of unspecified circulatory disease' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V12.51', '', 'Personal history of venous thrombosis and embolism' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V12.52', '', 'Personal history of thrombophlebitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V12.53', '', 'Personal history of sudden cardiac arrest' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V12.59', '', 'Personal history of other diseases of circulatory system not elsewhere classified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V12.60', '', 'Personal history of unspecified disease of respiratory system' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V12.61', '', 'Personal history of pneumonia (recurrent)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V12.69', '', 'Personal history of other diseases of respiratory system' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V12.70', '', 'Personal history of unspecified digestive disease' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V12.71', '', 'Personal history of peptic ulcer disease' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V12.72', '', 'Personal history of colonic polyps' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V12.79', '', 'Personal history of other specified digestive system diseases' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V13.00', '', 'Personal history of unspecified urinary disorder' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V13.01', '', 'Personal history of urinary calculi' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V13.02', '', 'Personal history of urinary (tract) infection' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V13.03', '', 'Personal history of nephrotic syndrome' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V13.09', '', 'Personal history of other specified urinary system disorders' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V13.1', '', 'Personal history of trophoblastic disease' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V13.21', '', 'Personal history of pre-term labor' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V13.22', '', 'Personal history of cervical dysplasia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V13.29', '', 'Personal history of other genital system and obstetric disorders' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V13.3', '', 'Personal history of diseases of skin and subcutaneous tissue' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V13.4', '', 'Personal history of arthritis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V13.51', '', 'Personal history of pathologic fracture' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V13.52', '', 'Personal history of stress fracture' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V13.59', '', 'Personal history of other musculoskeletal disorders' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V13.61', '', 'Personal history of hypospadias' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V13.69', '', 'Personal history of other congenital malformations' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V13.7', '', 'Personal history of perinatal problems' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V13.8', '', 'Personal history of other specified diseases' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V13.9', '', 'Personal history of unspecified disease' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V14.0', '', 'Personal history of allergy to penicillin' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V14.1', '', 'Personal history of allergy to other antibiotic agent' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V14.2', '', 'Personal history of allergy to sulfonamides' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V14.3', '', 'Personal history of allergy to other anti-infective agent' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V14.4', '', 'Personal history of allergy to anesthetic agent' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V14.5', '', 'Personal history of allergy to narcotic agent' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V14.6', '', 'Personal history of allergy to analgesic agent' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V14.7', '', 'Personal history of allergy to serum or vaccine' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V14.8', '', 'Personal history of allergy to other specified medicinal agents' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V14.9', '', 'Personal history of allergy to unspecified medicinal agent' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V15.01', '', 'Personal history of allergy to peanuts' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V15.02', '', 'Personal history of allergy to milk products' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V15.03', '', 'Personal history of allergy to eggs' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V15.04', '', 'Personal history of allergy to seafood' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V15.05', '', 'Personal history of allergy to other foods' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V15.06', '', 'Allergy to insects and arachnids' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V15.07', '', 'Personal history of allergy to latex' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V15.08', '', 'Personal history of allergy to radiographic dye' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V15.09', '', 'Personal history of other allergy other than to medicinal agents' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V15.21', '', 'Personal history of undergoing in utero procedure during pregnancy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V15.22', '', 'Personal history of undergoing in utero procedure while a fetus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V15.29', '', 'Personal history of surgery to other organs' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V15.3', '', 'Personal history of irradiation presenting hazards to health' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V15.41', '', 'Personal history of physical abuse' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V15.42', '', 'Personal history of emotional abuse' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V15.49', '', 'Personal history of d11506other psychological trauma' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V15.51', '', 'Personal history of traumatic fracture' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V15.52', '', 'Personal history of traumatic brain injury' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V15.59', '', 'Personal history of other injury' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V15.6', '', 'Personal history of poisoning presenting hazards to health' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V15.7', '', 'Personal history of contraception presenting hazards to health' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V15.80', '', 'Personal history of failed moderate sedation' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V15.81', '', 'Personal history of noncompliance with medical treatment presenting hazards to health' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V15.82', '', 'Personal history of tobacco use' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V15.83', '', 'Personal history of underimmunization status' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V15.84', '', 'Personal history of contact with and (suspected) exposure to asbestos' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V15.86', '', 'Personal history of contact with and (suspected) exposure to lead' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V15.87', '', 'Personal history of extracorporeal membrane oxygenation (ecmo)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V15.88', '', 'Personal history of fall' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V15.89', '', 'Other specified personal history presenting hazards to health' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V15.9', '', 'Unspecified personal history presenting hazards to health' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V16.0', '', 'Family history of malignant neoplasm of gastrointestinal tract' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V16.1', '', 'Family history of malignant neoplasm of trachea bronchus and lung' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V16.2', '', 'Family history of malignant neoplasm of other respiratory and intrathoracic organs' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V16.3', '', 'Family history of malignant neoplasm of breast' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V16.40', '', 'Family history of malignant neoplasm of genital organ unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V16.41', '', 'Family history of malignant neoplasm of ovary' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V16.42', '', 'Family history of malignant neoplasm of prostate' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V16.43', '', 'Family history of malignant neoplasm of testis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V16.49', '', 'Family history of malignant neoplasm of other' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V16.51', '', 'Family history of malignant neoplasm of kidney' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V16.52', '', 'Family history of malignant neoplasm of bladder' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V16.59', '', 'Family history of malignant neoplasm of other' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V16.6', '', 'Family history of leukemia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V16.7', '', 'Family history of other lymphatic and hematopoietic neoplasms' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V16.8', '', 'Family history of other specified malignant neoplasm' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V16.9', '', 'Family history of unspecified malignant neoplasm' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V17.0', '', 'Family history of psychiatric condition' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V17.1', '', 'Family history of stroke (cerebrovascular)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V17.2', '', 'Family history of other neurological diseases' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V17.3', '', 'Family history of ischemic heart disease' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V17.41', '', 'Family history of sudden cardiac death (scd)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V17.49', '', 'Family history of other cardiovascular diseases' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V17.5', '', 'Family history of asthma' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V17.6', '', 'Family history of other chronic respiratory conditions' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V17.7', '', 'Family history of arthritis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V17.81', '', 'Family history of osteoporosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V17.89', '', 'Family history of other musculoskeletal diseases' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V18.0', '', 'Family history of diabetes mellitus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V18.11', '', 'Family history of multiple endocrine neoplasia [men] syndrome' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V18.19', '', 'Family history of other endocrine and metabolic diseases' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V18.2', '', 'Family history of anemia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V18.3', '', 'Family history of other blood disorders' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V18.4', '', 'Family history of mental retardation' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V18.51', '', 'Family history, colonic polyps' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V18.59', '', 'Family history, other digestive disorders' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V18.61', '', 'Family history of polycystic kidney' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V18.69', '', 'Family history of other kidney diseases' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V18.7', '', 'Family history of other genitourinary diseases' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V18.8', '', 'Family history of infectious and parasitic diseases' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V18.9', '', 'Family history of genetic disease carrier' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V19.0', '', 'Family history of blindness or visual loss' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V19.1', '', 'Family history of other eye disorders' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V19.2', '', 'Family history of deafness or hearing loss' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V19.3', '', 'Family history of other ear disorders' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V19.4', '', 'Family history of skin conditions' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V19.5', '', 'Family history of congenital anomalies' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V19.6', '', 'Family history of allergic disorders' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V19.7', '', 'Family history of consanguinity' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V19.8', '', 'Family history of other condition' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V20.0', '', 'Health supervision of foundling' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V20.1', '', 'Other healthy infant or child receiving care' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V20.2', '', 'Routine infant or child health check' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V20.31', '', 'Health supervision for newborn under 8 days' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V20.32', '', 'Health supervision for newborn 8 to 28 days old' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V21.0', '', 'Period of rapid growth in childhood' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V21.1', '', 'Puberty' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V21.2', '', 'Other development of adolescence' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V21.30', '', 'Unspecified low birth weight status' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V21.31', '', 'Low birth weight status less than 500 grams' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V21.32', '', 'Low birth weight status 500-999 grams' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V21.33', '', 'Low birth weight status 1000-1499 grams' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V21.34', '', 'Low birth weight status 1500-1999 grams' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V21.35', '', 'Low birth weight status 2000-2500 grams' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V21.8', '', 'Other specified constitutional states in development' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V21.9', '', 'Unspecified constitutional state in development' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V22.0', '', 'Supervision of normal first pregnancy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V22.1', '', 'Supervision of other normal pregnancy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V22.2', '', 'Pregnant state incidental' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V23.0', '', 'Supervision of high-risk pregnancy with history of infertility' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V23.1', '', 'Supervision of high-risk pregnancy with history of trophoblastic disease' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V23.2', '', 'Supervision of high-risk pregnancy with history of abortion' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V23.3', '', 'Supervision of high-risk pregnancy with grand multiparity' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V23.41', '', 'Supervision of high-risk pregnancy with history of pre-term labor' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V23.49', '', 'Supervision of high-risk pregnancy with other poor obstetric history' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V23.5', '', 'Supervision of high-risk pregnancy with other poor reproductive history' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V23.7', '', 'Supervision of high-risk pregnancy with insufficient prenatal care' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V23.81', '', 'Supervision of high-risk pregnancy with elderly primigravida' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V23.82', '', 'Supervision of high-risk pregnancy with elderly multigravida' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V23.83', '', 'Supervision of high-risk pregnancy with young primigravida' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V23.84', '', 'Supervision of high-risk pregnancy with young multigravida' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V23.85', '', 'Pregnancy resulting from assisted reproductive technology' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V23.86', '', 'Pregnancy with history of in utero procedure during previous pregnancy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V23.89', '', 'Supervision of other high-risk pregnancy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V23.9', '', 'Supervision of unspecified high-risk pregnancy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V24.0', '', 'Postpartum care and examination immediately after delivery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V24.1', '', 'Postpartum care and examination of lactating mother' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V24.2', '', 'Routine postpartum follow-up' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V25.01', '', 'General counseling on prescription of oral contraceptives' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V25.02', '', 'General counseling on initiation of other contraceptive measures' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V25.03', '', 'Encounter for emergency contraceptive counseling and prescription' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V25.04', '', 'Counseling and instruction in natural family planning to avoid pregnancy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V25.09', '', 'Other general counseling and advice on contraceptive management' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V25.1', '', 'Insertion of intrauterine contraceptive device' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V25.2', '', 'Sterilization' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V25.3', '', 'Menstrual extraction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V25.40', '', 'Contraceptive surveillance unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V25.41', '', 'Surveillance of contraceptive pill' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V25.42', '', 'Surveillance of intrauterine contraceptive device' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V25.43', '', 'Surveillance of implantable subdermal contraceptive' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V25.49', '', 'Surveillance of other contraceptive method' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V25.5', '', 'Insertion of implantable subdermal contraceptive' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V25.8', '', 'Other specified contraceptive management' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V25.9', '', 'Unspecified contraceptive management' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V26.0', '', 'Tuboplasty or vasoplasty after previous sterilization' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V26.1', '', 'Artificial insemination' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V26.21', '', 'Fertility testing' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V26.22', '', 'Aftercare following sterilization reversal' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V26.29', '', 'Other investigation and testing' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V26.31', '', 'Testing for genetic disease carrier status of female' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V26.32', '', 'Other genetic testing of female' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V26.33', '', 'Genetic counseling' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V26.34', '', 'Testing of male for genetic disease carrier status' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V26.35', '', 'Encounter for testing of male partner of habitual aborter' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V26.39', '', 'Other genetic testing of male' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V26.41', '', 'Procreative counseling and advice using natural family planning' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V26.42', '', 'Encounter for fertility preservation counseling' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V26.49', '', 'Other procreative management counseling and advice' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V26.51', '', 'Tubal ligation status' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V26.52', '', 'Vasectomy status' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V26.81', '', 'Encounter for assisted reproductive fertility procedure cycle' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V26.82', '', 'Encounter for fertility preservation procedure' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V26.89', '', 'Other specified procreative management' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V26.9', '', 'Unspecified procreative management' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V27.0', '', 'Mother with single liveborn' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V27.1', '', 'Mother with single stillborn' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V27.2', '', 'Mother with twins both liveborn' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V27.3', '', 'Mother with twins one liveborn and one stillborn' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V27.4', '', 'Mother with twins both stillborn' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V27.5', '', 'Mother with other multiple birth all liveborn' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V27.6', '', 'Mother with other multiple birth some liveborn' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V27.7', '', 'Mother with other multiple birth all stillborn' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V27.9', '', 'Mother with unspecified outcome of delivery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V28.0', '', 'Screening for chromosomal anomalies by amniocentesis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V28.1', '', 'Screening for raised alpha-fetoprotein levels in amniotic fluid' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V28.2', '', 'Other antenatal screening based on amniocentesis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V28.3', '', 'Encounter for routine screening for malformation using ultrasonics' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V28.4', '', 'Antenatal screening for fetal growth retardation using ultrasonics' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V28.5', '', 'Antenatal screening for isoimmunization' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V28.6', '', 'Antenatal screening for streptococcus b' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V28.81', '', 'Encounter for fetal anatomic survey' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V28.82', '', 'Encounter for screening for risk of pre-term labor' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V28.89', '', 'Other specified antenatal screening' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V28.9', '', 'Unspecified antenatal screening' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V29.0', '', 'Observation for suspected infectious condition' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V29.1', '', 'Observation for suspected neurological conditions' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V29.2', '', 'Observation and evaluation of newborn for suspected respiratory condition' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V29.3', '', 'Observation for suspected genetic or metabolic condition' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V29.8', '', 'Observation for other specified suspected conditions' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V29.9', '', 'Observation for unspecified suspected conditions' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V30.00', '', 'Single liveborn born in hospital delivered without cesarean section' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V30.01', '', 'Single liveborn born in hospital delivered by cesarean section' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V30.1', '', 'Single liveborn born before admission to hospital' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V30.2', '', 'Single liveborn born outside hospital and not hospitalized' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V31.00', '', 'Twin birth mate liveborn born in hospital delivered without cesarean section' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V31.01', '', 'Twin birth mate liveborn born in hospital delivered by cesarean section' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V31.1', '', 'Twin birth mate liveborn born before admission to hospital' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V31.2', '', 'Twin birth mate liveborn born outside hospital and not hospitalized' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V32.00', '', 'Twin birth mate stillborn born in hospital delivered without cesarean section' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V32.01', '', 'Twin birth mate stillborn born in hospital delivered by cesarean section' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V32.1', '', 'Twin birth mate stillborn born before admission to hospital' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V32.2', '', 'Twin birth mate stillborn born outside hospital and not hospitalized' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V40.0', '', 'Mental and behavioral problems with learning' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V40.1', '', 'Mental and behavioral problems with communication (including speech)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V40.2', '', 'Other mental problems' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V40.3', '', 'Other behavioral problems' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V40.9', '', 'Unspecified mental or behavioral problem' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V41.0', '', 'Problems with sight' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V41.1', '', 'Other eye problems' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V41.2', '', 'Problems with hearing' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V41.3', '', 'Other ear problems' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V41.4', '', 'Problems with voice production' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V41.5', '', 'Problems with smell and taste' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V41.6', '', 'Problems with swallowing and mastication' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V41.7', '', 'Problems with sexual function' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V41.8', '', 'Other problems with special functions' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V41.9', '', 'Unspecified problem with special functions' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V42.0', '', 'Kidney replaced by transplant' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V42.1', '', 'Heart replaced by transplant' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V42.2', '', 'Heart valve replaced by transplant' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V42.3', '', 'Skin replaced by transplant' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V42.4', '', 'Bone replaced by transplant' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V42.5', '', 'Cornea replaced by transplant' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V42.6', '', 'Lung replaced by transplant' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V42.7', '', 'Liver replaced by transplant' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V42.81', '', 'Bone marrow replaced by transplant' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V42.82', '', 'Peripheral stem cells replaced by transplant' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V42.83', '', 'Pancreas replaced by transplant' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V42.84', '', 'Organ or tissue replaced by transplant intestines' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V42.89', '', 'Other specified organ or tissue replaced by transplant' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V42.9', '', 'Unspecified organ or tissue replaced by transplant' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V43.0', '', 'Eye globe replaced by other means' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V43.1', '', 'Lens replaced by other means' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V43.21', '', 'Heart replaced by heart assist device' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V43.22', '', 'Heart replaced by fully implantable artificial heart' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V43.3', '', 'Heart valve replaced by other means' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V43.4', '', 'Blood vessel replaced by other means' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V43.5', '', 'Bladder replaced by other means' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V43.60', '', 'Unspecified joint replacement' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V43.61', '', 'Shoulder joint replacement' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V43.62', '', 'Elbow joint replacement' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V43.63', '', 'Wrist joint replacement' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V43.64', '', 'Hip joint replacement' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V43.65', '', 'Knee joint replacement' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V43.66', '', 'Ankle joint replacement' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V43.69', '', 'Other joint replacement' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V43.7', '', 'Limb replaced by other means' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V43.81', '', 'Larynx replacement status' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V43.82', '', 'Breast replacement status' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V43.83', '', 'Artificial skin replacement status' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V43.89', '', 'Other organ or tissue replacement status not elsewhere classified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V44.0', '', 'Tracheostomy status' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V44.1', '', 'Gastrostomy status' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V44.2', '', 'Ileostomy status' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V44.3', '', 'Colostomy status' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V44.4', '', 'Status of other artificial opening of gastrointestinal tract' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V44.50', '', 'Cystostomy unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V44.51', '', 'Cutaneous-vesicostomy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V44.52', '', 'Appendico-vesicostomy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V44.59', '', 'Other cystostomy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V44.6', '', 'Status of other artificial opening of urinary tract' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V44.7', '', 'Artificial vagina status' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V44.8', '', 'Other artificial opening status' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V44.9', '', 'Unspecified artificial opening status' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V45.00', '', 'Unspecified cardiac device in situ' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V45.01', '', 'Cardiac pacemaker in situ' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V45.02', '', 'Automatic implantable cardiac defibrillator in situ' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V45.09', '', 'Other specified cardiac device in situ' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V45.11', '', 'Renal dialysis status' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V45.12', '', 'Noncompliance with renal dialysis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V45.2', '', 'Postsurgical presence of cerebrospinal fluid drainage device' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V45.3', '', 'Postsurgical intestinal bypass or anastomosis status' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V45.4', '', 'Postsurgical arthrodesis status' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V45.51', '', 'Presence of intrauterine contraceptive device' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V45.52', '', 'Presence of subdermal contraceptive implant' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V45.59', '', 'Presence of other contraceptive device' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V45.61', '', 'Cataract extraction status' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V45.69', '', 'Other states following surgery of eye and adnexa' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V45.71', '', 'Acquired absence of breast and nipple' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V45.72', '', 'Acquired absence of intestine (large) (small)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V45.73', '', 'Acquired absence of kidney' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V45.74', '', 'Acquired absence of organ other parts of urinary tract' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V45.75', '', 'Acquired absence of organ stomach' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V45.76', '', 'Acquired absence of organ lung' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V45.77', '', 'Acquired absence of organ genital organs' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V45.78', '', 'Acquired absence of organ eye' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V45.79', '', 'Other acquired absence of organ' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V45.81', '', 'Postsurgical aortocoronary bypass status' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V45.82', '', 'Percutaneous transluminal coronary angioplasty status' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V45.83', '', 'Breast implant removal status' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V45.84', '', 'Dental restoration status' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V45.85', '', 'Insulin pump status' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V45.86', '', 'Bariatric surgery status' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V45.87', '', 'Transplanted organ removal status' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V45.89', '', 'Other postsurgical status' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V46.0', '', 'Dependence on aspirator' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V46.11', '', 'Dependence on respirator, status' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V46.12', '', 'Encounter for respirator dependence during power failure' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V46.13', '', 'Encounter for weaning from respirator [weaning]' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V46.14', '', 'Mechanical complication of respirator [ventilator]' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V46.2', '', 'Dependence on supplemental oxygen' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V46.3', '', 'Wheelchair dependence' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V46.8', '', 'Dependence on other enabling machines' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V46.9', '', 'Unspecified machine dependence' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V47.0', '', 'Deficiencies of internal organs' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V47.1', '', 'Mechanical and motor problems with internal organs' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V47.2', '', 'Other cardiorespiratory problems' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V47.3', '', 'Other digestive problems' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V47.4', '', 'Other urinary problems' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V47.5', '', 'Other genital problems' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V47.9', '', 'Unspecified problems with internal organs' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V48.0', '', 'Deficiencies of head' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V48.1', '', 'Deficiencies of neck and trunk' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V48.2', '', 'Mechanical and motor problems with head' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V48.3', '', 'Mechanical and motor problems with neck and trunk' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V48.4', '', 'Sensory problem with head' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V48.5', '', 'Sensory problem with neck and trunk' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V48.6', '', 'Disfigurements of head' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V48.7', '', 'Disfigurements of neck and trunk' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V48.8', '', 'Other problems with head neck and trunk' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V48.9', '', 'Unspecified problem with head neck or trunk' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V49.0', '', 'Deficiencies of limbs' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V49.1', '', 'Mechanical problems with limbs' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V49.2', '', 'Motor problems with limbs' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V49.3', '', 'Sensory problems with limbs' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V49.4', '', 'Disfigurements of limbs' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V49.5', '', 'Other problems of limbs' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V49.60', '', 'Unspecified level upper limb amputation status' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V49.61', '', 'Thumb amputation status' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V49.62', '', 'Other finger(s) amputation status' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V49.63', '', 'Hand amputation status' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V49.64', '', 'Wrist amputation status' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V49.65', '', 'Below elbow amputation status' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V49.66', '', 'Above elbow amputation status' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V49.67', '', 'Shoulder amputation status' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V49.70', '', 'Unspecified level lower limb amputation status' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V49.71', '', 'Great toe amputation status' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V49.72', '', 'Other toe(s) amputation status' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V49.73', '', 'Foot amputation status' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V49.74', '', 'Ankle amputation status' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V49.75', '', 'Below knee amputation status' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V49.76', '', 'Above knee amputation status' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V49.77', '', 'Hip amputation status' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V49.81', '', 'Asymptomatic postmenopausal status (age-related) (natural)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V49.82', '', 'Dental sealant status' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V49.83', '', 'Awaiting organ transplant status' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V49.84', '', 'Bed confinement status' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V49.85', '', 'Dual sensory impairment' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V49.89', '', 'Other specified conditions influencing health status' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V49.9', '', 'Unspecified problems with limbs and other problems' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V50.0', '', 'Elective hair transplant for purposes other than remedying health states' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V50.1', '', 'Other plastic surgery for unacceptable cosmetic appearance' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V50.2', '', 'Routine or ritual circumcision' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V50.3', '', 'Ear piercing' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V50.41', '', 'Prophylactic breast removal' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V50.42', '', 'Prophylactic ovary removal' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V50.49', '', 'Other prophylactic gland removal' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V50.8', '', 'Other elective surgery for purposes other than remedying health states' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V50.9', '', 'Unspecified elective surgery for purposes other than remedying health states' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V51.0', '', 'Encounter for breast reconstruction following mastectomy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V51.8', '', 'Other aftercare involving the use of plastic surgery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V52.0', '', 'Fitting and adjustment of artificial arm (complete) (partial)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V52.1', '', 'Fitting and adjustment of artificial leg (complete) (partial)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V52.2', '', 'Fitting and adjustment of artificial eye' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V52.3', '', 'Fitting and adjustment of dental prosthetic device' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V52.4', '', 'Fitting and adjustment of breast prosthesis and implant' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V52.8', '', 'Fitting and adjustment of other specified prosthetic device' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V52.9', '', 'Fitting and adjustment of unspecified prosthetic device' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V53.01', '', 'Fitting and adjustment of cerebral ventricular (communicating) shunt' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V53.02', '', 'Fitting and adjustment of neuropacemaker (brain) (peripheral nerve) (spinal cord)' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V53.1', '', 'Fitting and adjustment of spectacles and contact lenses' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V53.2', '', 'Fitting and adjustment of hearing aid' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V53.31', '', 'Fitting and adjustment of cardiac pacemaker' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V53.32', '', 'Fitting and adjustment of automatic implantable cardiac defibrillator' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V53.39', '', 'Fitting and adjustment of other cardiac device' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V53.4', '', 'Fitting and adjustment of orthodontic devices' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V53.50', '', 'Fitting and adjustment of intestinal appliance and device' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V53.51', '', 'Fitting and adjustment of gastric lap band' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V53.59', '', 'Fitting and adjustment of other gastrointestinal appliance and device' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V53.6', '', 'Fitting and adjustment of urinary devices' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V53.7', '', 'Fitting and adjustment of orthopedic devices' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V53.8', '', 'Fitting and adjustment of wheelchair' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V53.90', '', 'Fitting and adjustment of unspecified device' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V53.91', '', 'Fitting and adjustment of insulin pump' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V53.99', '', 'Fitting and adjustment of other device' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V54.01', '', 'Encounter for removal of internal fixation device' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V54.02', '', 'Encounter for lengthening/adjustment of growth rod' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V54.09', '', 'Other aftercare involving internal fixation device' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V54.10', '', 'Aftercare for healing traumatic fracture of arm unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V54.11', '', 'Aftercare for healing traumatic fracture of upper arm' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V54.12', '', 'Aftercare for healing traumatic fracture of lower arm' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V54.13', '', 'Aftercare for healing traumatic fracture of hip' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V54.14', '', 'Aftercare for healing traumatic fracture of leg unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V54.15', '', 'Aftercare for healing traumatic fracture of upper leg' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V54.16', '', 'Aftercare for healing traumatic fracture of lower leg' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V54.17', '', 'Aftercare for healing traumatic fracture of vertebrae' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V54.19', '', 'Aftercare for healing traumatic fracture of other bone' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V54.20', '', 'Aftercare for healing pathologic fracture of arm unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V54.21', '', 'Aftercare for healing pathologic fracture of upper arm' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V54.22', '', 'Aftercare for healing pathologic fracture of lower arm' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V54.23', '', 'Aftercare for healing pathologic fracture of hip' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V54.24', '', 'Aftercare for healing pathologic fracture of leg unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V54.25', '', 'Aftercare for healing pathologic fracture of upper leg' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V54.26', '', 'Aftercare for healing pathologic fracture of lower leg' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V54.27', '', 'Aftercare for healing pathologic fracture of vertebrae' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V54.29', '', 'Aftercare for healing pathologic fracture of other bone' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V54.81', '', 'Aftercare following joint replacement' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V54.89', '', 'Other orthopedic aftercare' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V54.9', '', 'Unspecified orthopedic aftercare' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V55.0', '', 'Attention to tracheostomy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V55.1', '', 'Attention to gastrostomy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V55.2', '', 'Attention to ileostomy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V55.3', '', 'Attention to colostomy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V55.4', '', 'Attention to other artificial opening of digestive tract' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V55.5', '', 'Attention to cystostomy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V55.6', '', 'Attention to other artificial opening of urinary tract' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V55.7', '', 'Attention to artificial vagina' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V55.8', '', 'Attention to other specified artificial opening' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V55.9', '', 'Attention to unspecified artificial opening' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V56.0', '', 'Aftercare involving extracorporeal dialysis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V56.1', '', 'Fitting and adjustment of extracorporeal dialysis catheter' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V56.2', '', 'Fitting and adjustment of peritoneal dialysis catheter' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V56.31', '', 'Encounter for adequacy testing for hemodialysis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V56.32', '', 'Encounter for adequacy testing for peritoneal dialysis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V56.8', '', 'Aftercare involving other dialysis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V57.0', '', 'Care involving breathing exercises' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V57.1', '', 'Care involving other physical therapy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V57.21', '', 'Care involving occupational therapy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V57.22', '', 'Care involving vocational therapy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V57.3', '', 'Care involving speech-language therapy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V57.4', '', 'Care involving orthoptic training' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V57.81', '', 'Care involving orthotic training' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V57.89', '', 'Care involving other specified rehabilitation procedure' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V57.9', '', 'Care involving unspecified rehabilitation procedure' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V58.0', '', 'Encounter for radiotherapy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V58.11', '', 'Encounter for antineoplastic chemotherapy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V58.12', '', 'Encounter for immunotherapy for neoplastic condition' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V58.2', '', 'Blood transfusion without reported diagnosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V58.30', '', 'Encounter for change or removal of nonsurgical wound dressing' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V58.31', '', 'Encounter for change or removal of surgical wound dressing' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V58.32', '', 'Encounter for removal of sutures' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V58.41', '', 'Encounter for planned post-operative wound closure' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V58.42', '', 'Aftercare following surgery for neoplasm' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V58.43', '', 'Aftercare following surgery for injury and trauma' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V58.44', '', 'Aftercare following organ transplant' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V58.49', '', 'Other specified aftercare following surgery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V58.5', '', 'Orthodontics aftercare' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V58.61', '', 'Long-term (current) use of anticoagulants' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V58.62', '', 'Long-term (current) use of antibiotics' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V58.63', '', 'Long-term (current) use of antiplatelets/antithrombotics' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V58.64', '', 'Long-term (current) use of nonsteroidal anti-inflammatories (nsaid)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V58.65', '', 'Long-term (current) use of steroids' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V58.66', '', 'Long-term (current) use of aspirin' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V58.67', '', 'Long-term (current) use of insulin' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V58.69', '', 'Long-term (current) use of other medications' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V58.71', '', 'Aftercare following surgery of the sense organs not elsewhere classified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V58.72', '', 'Aftercare following surgery of the nervous system not elsewhere classified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V58.73', '', 'Aftercare following surgery of the circulatory system not elsewhere classified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V58.74', '', 'Aftercare following surgery of the respiratory system not elsewhere classified' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V58.76', '', 'Aftercare following surgery on the genitourinary system not elsewhere classified' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V58.78', '', 'Aftercare following surgery on the musculoskeletal system not elsewhere classified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V58.81', '', 'Fitting and adjustment of vascular catheter' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V58.82', '', 'Fitting and adjustment of nonvascular catheter not elsewhere classified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V58.83', '', 'Encounter for therapeutic drug monitoring' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V58.89', '', 'Other specified aftercare' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V58.9', '', 'Unspecified aftercare' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V59.01', '', 'Blood donors whole blood' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V59.02', '', 'Blood donors stem cells' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V59.09', '', 'Other blood donors' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V59.1', '', 'Skin donors' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V59.2', '', 'Bone donors' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V59.3', '', 'Bone marrow donors' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V59.4', '', 'Kidney donors' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V59.5', '', 'Cornea donors' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V59.6', '', 'Liver donors' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V59.70', '', 'Egg (ooctye)(ovum) donor, unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V59.71', '', 'Egg (ooctye)(ovum) donor, under age 35, anonymous recipient' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V59.72', '', 'Egg (ooctye)(ovum) donor, under age 35, designated recipient' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V59.73', '', 'Egg (ooctye)(ovum) donor, age 35 and over, anonymous recipient' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V59.74', '', 'Egg (ooctye)(ovum) donor, age 35 and over, designated recipient' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V59.8', '', 'Donors of other specified organ or tissue' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V59.9', '', 'Donors of unspecified organ or tissue' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V60.0', '', 'Lack of housing' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V60.1', '', 'Inadequate housing' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V60.2', '', 'Inadequate material resources' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V60.3', '', 'Person living alone' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V60.4', '', 'No other household member able to render care' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V60.5', '', 'Holiday relief care' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V60.6', '', 'Person living in residential institution' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V60.81', '', 'Foster care (status)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V60.89', '', 'Other specified housing or economic circumstances' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V60.9', '', 'Unspecified housing or economic circumstance' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V61.01', '', 'Family disruption due to family member on military deployment' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V61.02', '', 'Family disruption due to return of family member from military deployment' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V61.03', '', 'Family disruption due to divorce or legal separation' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V61.04', '', 'Family disruption due to parent-child estrangement' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V61.05', '', 'Family disruption due to child in welfare custody' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V61.07', '', 'Family disruption due to death of family member' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V61.08', '', 'Family disruption due to other extended absence of family member' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V61.09', '', 'Other family disruption' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V61.10', '', 'Unspecified counseling for marital and partner problems' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V61.11', '', 'Counseling for victim of spousal and partner abuse' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V61.12', '', 'Counseling for perpetrator of spousal and partner abuse' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V61.20', '', 'Counseling for parent-child problem unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V61.21', '', 'Counseling for victim of child abuse' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V61.22', '', 'Counseling for perpetrator of parent child abuse' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V61.23', '', 'Counseling for parent-biological child problem' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V61.24', '', 'Counseling for parent-adopted child problem' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V61.25', '', 'Counseling for parent (guardian)-foster child problem' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V61.29', '', 'Other parent-child problems' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V61.3', '', 'Problems with aged parents or in-laws' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V61.41', '', 'Alcoholism in family' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V61.42', '', 'Substance abuse in family' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V61.49', '', 'Other health problems within the family' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V61.5', '', 'Multiparity' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V61.6', '', 'Illegitimacy or illegitimate pregnancy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V61.7', '', 'Other unwanted pregnancy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V61.8', '', 'Other specified family circumstances' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V61.9', '', 'Unspecified family circumstance' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V62.0', '', 'Unemployment' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V62.1', '', 'Adverse effects of work environment' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V62.21', '', 'Personal current military deployment status' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V62.22', '', 'Personal history of return from military deployment' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V62.29', '', 'Other occupational circumstances or maladjustment' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V62.3', '', 'Educational circumstances' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V62.4', '', 'Social maladjustment' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V62.5', '', 'Legal circumstances' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V62.6', '', 'Refusal of treatment for reasons of religion or conscience' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V62.81', '', 'Interpersonal problems not elsewhere classified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V62.82', '', 'Bereavement uncomplicated' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V62.83', '', 'Counseling for perpetrator of physical/sexual abuse' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V62.84', '', 'Suicidal ideation' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V62.89', '', 'Other psychological or physical stress not elsewhere classified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V62.9', '', 'Unspecified psychosocial circumstance' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V63.0', '', 'Residence remote from hospital or other health care facility' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V63.1', '', 'Medical services in home not available' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V63.2', '', 'Person awaiting admission to adequate facility elsewhere' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V63.8', '', 'Other specified reasons for unavailability of medical facilities' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V63.9', '', 'Unspecified reason for unavailability of medical facilities' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V64.00', '', 'Vaccination not carried out, unspecified reason' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V64.01', '', 'Vaccination not carried out because of acute illness' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V64.02', '', 'Vaccination not carried out because of chronic illness or condition' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V64.03', '', 'Vaccination not carried out because of immune compromised state' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V64.04', '', 'Vaccination not carried out because of allergy to vaccine or component' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V64.05', '', 'Vaccination not carried out because of caregiver refusal' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V64.06', '', 'Vaccination not carried out because of patient refusal' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V64.07', '', 'Vaccination not carried out for religious reasons' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V64.08', '', 'Vaccination not carried out because patient had disease being vaccinated against' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V64.09', '', 'Vaccination not carried out for other reason' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V64.1', '', 'Surgical or other procedure not carried out because of contraindication' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V64.3', '', 'Procedure not carried out for other reasons' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V64.41', '', 'Laparoscopic surgical procedure converted to open procedure' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V64.42', '', 'Thoracoscopic surgical procedure converted to open procedure' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V64.43', '', 'Arthroscopic surgical procedure converted to open procedure' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V65.0', '', 'Healthy person accompanying sick person' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V65.11', '', 'Pediatric pre-birth visit for expectant parent(s)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V65.19', '', 'Other person consulting on behalf of another person' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V65.2', '', 'Person feigning illness' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V65.3', '', 'Dietary surveillance and counseling' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V65.40', '', 'Other specified counseling' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V65.41', '', 'Exercise counseling' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V65.42', '', 'Counseling on substance use and abuse' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V65.43', '', 'Counseling on injury prevention' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V65.44', '', 'Human immunodeficiency virus (hiv) counseling' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V65.45', '', 'Counseling on other sexually transmitted diseases' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V65.46', '', 'Encounter for insulin pump training' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V65.49', '', 'Other specified counseling' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V65.5', '', 'Person with feared complaint in whom no diagnosis was made' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V65.8', '', 'Other reasons for seeking consultation' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V65.9', '', 'Unspecified reason for consultation' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V66.0', '', 'Convalescence following surgery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V66.1', '', 'Convalescence following radiotherapy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V66.2', '', 'Convalescence following chemotherapy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V66.3', '', 'Convalescence following psychotherapy and other treatment for mental disorder' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V66.4', '', 'Convalescence following treatment of fracture' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V66.5', '', 'Convalescence following other treatment' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V66.6', '', 'Convalescence following combined treatment' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V66.7', '', 'Encounter for palliative care' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V66.9', '', 'Unspecified convalescence' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V67.00', '', 'Follow-up examination following surgery, unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V67.01', '', 'Following surgery follow-up vaginal pap smear' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V67.09', '', 'Follow-up examination following other surgery' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V67.1', '', 'Follow-up examination following radiotherapy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V67.2', '', 'Follow-up examination following chemotherapy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V67.3', '', 'Follow-up examination following psychotherapy and other treatment for mental disorder' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V67.4', '', 'Following treatment of healed fracture' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V67.59', '', 'Other follow-up examination' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V67.6', '', 'Follow-up examination following combined treatment' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V67.9', '', 'Unspecified follow-up examination' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V68.01', '', 'Disability examination' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V68.09', '', 'Other issue of medical certificates' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V68.1', '', 'Issue of repeat prescriptions' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V68.2', '', 'Request for expert evidence' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V68.81', '', 'Referral of patient without examination or treatment' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V68.89', '', 'Encounters for other specified administrative purpose' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V68.9', '', 'Encounters for unspecified administrative purpose' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V69.0', '', 'Lack of physical exercise' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V69.1', '', 'Inappropriate diet and eating habits' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V69.2', '', 'High-risk sexual behavior' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V69.3', '', 'Gambling and betting' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V69.4', '', 'Lack of adequate sleep' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V69.5', '', 'Behavioral insomnia of childhood' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V69.8', '', 'Other problems related to lifestyle' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V69.9', '', 'Unspecified problem related to lifestyle' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V70.0', '', 'Routine general medical examination at a health care facility' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V70.1', '', 'General psychiatric examination requested by the authority' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V70.2', '', 'General psychiatric examination other and unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V70.3', '', 'Other general medical examination for administrative purposes' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V70.4', '', 'Examination for medicolegal reasons' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V70.5', '', 'Health examination of defined subpopulations' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V70.6', '', 'Health examination in population surveys' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V70.7', '', 'Examination of participant in clinical trial' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V70.8', '', 'Other specified general medical examinations' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V70.9', '', 'Unspecified general medical examination' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V71.01', '', 'Observation of adult antisocial behavior' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V71.02', '', 'Observation of childhood or adolescent antisocial behavior' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V71.09', '', 'Observation of other suspected mental condition' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V71.1', '', 'Observation for suspected malignant neoplasm' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V71.2', '', 'Observation for suspected tuberculosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V71.3', '', 'Observation following accident at work' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V71.4', '', 'Observation following other accident' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V71.5', '', 'Observation following alleged rape or seduction' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V71.6', '', 'Observation following other inflicted injury' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V71.7', '', 'Observation for suspected cardiovascular disease' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V71.81', '', 'Observation for suspected abuse and neglect' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V71.82', '', 'Observation and evaluation for suspected exposure to anthrax' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V71.83', '', 'Observation and evaluation for suspected exposure to other biological agent' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V71.89', '', 'Observation for other specified suspected conditions' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V71.9', '', 'Observation for unspecified suspected condition' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V72.0', '', 'Examination of eyes and vision' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V72.11', '', 'Encounter for hearing examination following failed hearing screening' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V72.12', '', 'Encounter for hearing conservation and treatment' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V72.19', '', 'Other examination of ears and hearing' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V72.2', '', 'Dental examination' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V72.31', '', 'Routine gynecological examination' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V72.40', '', 'Pregnancy examination or test, pregnancy unconfirmed' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V72.41', '', 'Pregnancy examination or test, negative result' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V72.42', '', 'Pregnancy examination or test, positive result' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V72.5', '', 'Radiological examination not elsewhere classified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V72.60', '', 'Laboratory examination, unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V72.61', '', 'Antibody response examination' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V72.62', '', 'Laboratory examination ordered as part of a routine general medical examination' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V72.63', '', 'Pre-procedural laboratory examination' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V72.69', '', 'Other laboratory examination' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V72.7', '', 'Diagnostic skin and sensitization tests' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V72.81', '', 'Pre-operative cardiovascular examination' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V72.82', '', 'Pre-operative respiratory examination' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V72.83', '', 'Other specified pre-operative examination' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V72.84', '', 'Pre-operative examination unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V72.85', '', 'Other specified examination' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V72.86', '', 'Encounter for blood typing' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V72.9', '', 'Unspecified examination' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V73.0', '', 'Screening examination for poliomyelitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V73.1', '', 'Screening examination for smallpox' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V73.2', '', 'Screening examination for measles' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V73.3', '', 'Screening examination for rubella' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V73.4', '', 'Screening examination for yellow fever' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V73.5', '', 'Screening examination for other arthropod-borne viral diseases' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V73.6', '', 'Screening examination for trachoma' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V73.81', '', 'Screening examination for human papillomavirus (hpv)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V73.88', '', 'Other specified chlamydial diseases' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V73.89', '', 'Other specified viral diseases' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V73.98', '', 'Screening examination for unspecified chlamydial disease' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V73.99', '', 'Screening examination for unspecified viral disease' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V74.0', '', 'Screening examination for cholera' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V74.1', '', 'Screening examination for pulmonary tuberculosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V74.2', '', 'Screening examination for leprosy (hansen''s disease)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V74.3', '', 'Screening examination for diphtheria' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V74.4', '', 'Screening examination for bacterial conjunctivitis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V74.5', '', 'Screening examination for venereal disease' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V74.6', '', 'Screening examination for yaws' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V74.8', '', 'Screening examination for other specified bacterial and spirochetal diseases' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V74.9', '', 'Screening examination for unspecified bacterial and spirochetal diseases' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V75.0', '', 'Screening examination for rickettsial diseases' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V75.1', '', 'Screening examination for malaria' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V75.2', '', 'Screening examination for leishmaniasis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V75.3', '', 'Screening examination for trypanosomiasis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V75.4', '', 'Screening examination for mycotic infections' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V75.5', '', 'Screening examination for schistosomiasis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V75.6', '', 'Screening examination for filariasis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V75.7', '', 'Screening examination for intestinal helminthiasis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V75.8', '', 'Screening examination for other specified parasitic infections' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V75.9', '', 'Screening examination for unspecified infectious disease' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V76.0', '', 'Special screening for malignant neoplasms of the respiratory organs' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V76.10', '', 'Breast screening unspecified' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V76.11', '', 'Screening mammogram for high-risk patient' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V76.12', '', 'Other screening mammogram' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V76.19', '', 'Other screening breast examination' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V76.2', '', 'Screening for malignant neoplasms of the cervix' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V76.3', '', 'Screening for malignant neoplasms of the bladder' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V76.41', '', 'Screening for malignant neoplasms of the rectum' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V76.42', '', 'Screening for malignant neoplasms of the oral cavity' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V76.43', '', 'Screening for malignant neoplasms of the skin' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V76.44', '', 'Screening for malignant neoplasms of the prostate' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V76.45', '', 'Screening for malignant neoplasms of the testis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V76.46', '', 'Special screening for malignant neoplasms ovary' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V76.47', '', 'Special screening for malignant neoplasms vagina' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V76.49', '', 'Special screening for malignant neoplasms other sites' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V76.50', '', 'Special screening for malignant neoplasms unspecified intestine' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V76.51', '', 'Special screening for malignant neoplasms colon' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V76.52', '', 'Special screening for malignant neoplasms small intestine' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V76.81', '', 'Special screening for malignant neoplasms nervous system' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V76.89', '', 'Special screening for other malignant neoplasms' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V76.9', '', 'Screening for unspecified malignant neoplasms' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V77.0', '', 'Screening for thyroid disorders' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V77.1', '', 'Screening for diabetes mellitus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V77.2', '', 'Screening for malnutrition' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V77.3', '', 'Screening for phenylketonuria (pku)' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V77.4', '', 'Screening for galactosemia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V77.5', '', 'Screening for gout' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V77.6', '', 'Screening for cystic fibrosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V77.7', '', 'Screening for other inborn errors of metabolism' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V77.8', '', 'Screening for obesity' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V77.91', '', 'Screening for lipoid disorders' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V77.99', '', 'Screening for other and unspecified endocrine nutritional metabolic and immunity disorders' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V78.0', '', 'Screening for iron deficiency anemia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V78.1', '', 'Screening for other and unspecified deficiency anemia' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V78.2', '', 'Screening for sickle-cell disease or trait' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V78.3', '', 'Screening for other hemoglobinopathies' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V78.8', '', 'Screening for other disorders of blood and blood-forming organs' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V78.9', '', 'Screening for unspecified disorder of blood and blood-forming organs' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V79.0', '', 'Screening for depression' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V79.1', '', 'Screening for alcoholism' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V79.2', '', 'Screening for mental retardation' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V79.3', '', 'Screening for developmental handicaps in early childhood' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V79.8', '', 'Screening for other specified mental disorders and developmental handicaps' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V79.9', '', 'Screening for unspecified mental disorder and developmental handicap' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V80.01', '', 'Special screening for traumatic brain injury' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V80.09', '', 'Special screening for other neurological conditions' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V80.1', '', 'Screening for glaucoma' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V80.2', '', 'Screening for other eye conditions' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V80.3', '', 'Screening for ear diseases' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V81.0', '', 'Screening for ischemic heart disease' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V81.1', '', 'Screening for hypertension' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V81.2', '', 'Screening for other and unspecified cardiovascular conditions' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V81.3', '', 'Screening for chronic bronchitis and emphysema' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V81.4', '', 'Screening for other and unspecified respiratory conditions' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V81.5', '', 'Screening for nephropathy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V81.6', '', 'Screening for other and unspecified genitourinary conditions' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V82.0', '', 'Screening for skin conditions' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V82.1', '', 'Screening for rheumatoid arthritis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V82.2', '', 'Screening for other rheumatic disorders' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V82.3', '', 'Screening for congenital dislocation of hip' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V82.4', '', 'Maternal postnatal screening for chromosomal anomalies' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V82.5', '', 'Screening for chemical poisoning and other contamination' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V82.6', '', 'Multiphasic screening' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V82.71', '', 'Screening for genetic disease carrier status' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V82.79', '', 'Other genetic screening' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V82.81', '', 'Special screening for osteoporosis' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V82.89', '', 'Special screening for other specified conditions' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V82.9', '', 'Screening for unspecified condition' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V83.01', '', 'Asymptomatic hemophilia a carrier' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V83.02', '', 'Symptomatic hemophilia a carrier' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V83.81', '', 'Cystic fibrosis gene carrier' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V83.89', '', 'Other genetic carrier status' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V84.01', '', 'Genetic susceptibility to malignant neoplasm of breast' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V84.02', '', 'Genetic susceptibility to malignant neoplasm of ovary' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V84.03', '', 'Genetic susceptibility to malignant neoplasm of prostate' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V84.04', '', 'Genetic susceptibility to malignant neoplasm of endometrium' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V84.09', '', 'Genetic susceptibility to other malignant neoplasm' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V84.81', '', 'Genetic susceptibility to multiple endocrine neoplasia [men]' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V84.89', '', 'Genetic susceptibility to other disease' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V85.0', '', 'Body mass index less than 19, adult' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V85.1', '', 'Body mass index between 19-24, adult' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V85.21', '', 'Body mass index 25.0-25.9, adult' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V85.22', '', 'Body mass index 26.0-26.9, adult' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V85.23', '', 'Body mass index 27.0-27.9, adult' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V85.24', '', 'Body mass index 28.0-28.9, adult' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V85.25', '', 'Body mass index 29.0-29.9, adult' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V85.30', '', 'Body mass index 30.0-30.9, adult' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V85.31', '', 'Body mass index 31.0-31.9, adult' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V85.32', '', 'Body mass index 32.0-32.9, adult' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V85.33', '', 'Body mass index 33.0-33.9, adult' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V85.34', '', 'Body mass index 34.0-34.9, adult' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V85.35', '', 'Body mass index 35.0-35.9, adult' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V85.36', '', 'Body mass index 36.0-36.9, adult' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V85.37', '', 'Body mass index 37.0-37.9, adult' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V85.38', '', 'Body mass index 38.0-38.9, adult' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V85.39', '', 'Body mass index 39.0-39.9, adult' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V85.4', '', 'Body mass index 40 and over, adult' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V85.51', '', 'Body mass index, pediatric, less than5th percentile for age' ); +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' ); +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' ); +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' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V86.0', '', 'Estrogen receptor positive status [er+]' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V86.1', '', 'Estrogen receptor negative status [er-]' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V87.01', '', 'Contact with and (suspected) exposure to arsenic' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V87.09', '', 'Contact with and (suspected) exposure to other hazardous metals' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V87.11', '', 'Contact with and (suspected) exposure to aromatic amines' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V87.12', '', 'Contact with and (suspected) exposure to benzene' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V87.19', '', 'Contact with and (suspected) exposure to other hazardous aromatic compounds' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V87.2', '', 'Contact with and (suspected) exposure to other potentially hazardous chemicals' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V87.31', '', 'Contact with and (suspected) exposure to mold' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V87.32', '', 'Contact with and (suspected) exposure to algae bloom' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V87.39', '', 'Contact with and (suspected) exposure to other potentially hazardous substances' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V87.41', '', 'Personal history of antineoplastic chemotherapy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V87.42', '', 'Personal history of monoclonal drug therapy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V87.43', '', 'Personal history of estrogen therapy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V87.44', '', 'Personal history of inhaled steroid therapy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V87.45', '', 'Personal history of systemic steroid therapy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V87.46', '', 'Personal history of immunosuppressive therapy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V87.49', '', 'Personal history of other drug therapy' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V88.01', '', 'Acquired absence of both cervix and uterus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V88.02', '', 'Acquired absence of uterus with remaining cervical stump' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V88.03', '', 'Acquired absence of cervix with remaining uterus' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V89.01', '', 'Suspected problem with amniotic cavity and membrane not found' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V89.02', '', 'Suspected placental problem not found' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V89.03', '', 'Suspected fetal anomaly not found' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V89.04', '', 'Suspected problem with fetal growth not found' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V89.05', '', 'Suspected cervical shortening not found' ); +REPLACE INTO codes ( code_type, code, modifier, code_text ) VALUES ( 2, 'V89.09', '', 'Other suspected maternal and fetal condition not found' ); -- 2.11.4.GIT
+

-

+