jitendra89 commited on
Commit
fdb1611
1 Parent(s): 49c906a

Upload 3 files

Browse files
Files changed (3) hide show
  1. test.csv +49 -0
  2. train.csv +100 -0
  3. validation.csv +45 -0
test.csv ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Disease
2
+ A05.4 is the icd-10 code for "Foodborne Bacillus cereus intoxication"
3
+ A05.5 is the icd-10 code for "Foodborne Vibrio vulnificus intoxication"
4
+ A05.8 is the icd-10 code for "Other specified bacterial foodborne intoxications"
5
+ A05.9 is the icd-10 code for "Bacterial foodborne intoxication unspecified"
6
+ A06.0 is the icd-10 code for "Acute amebic dysentery"
7
+ A06.1 is the icd-10 code for "Chronic intestinal amebiasis"
8
+ A06.2 is the icd-10 code for "Amebic nondysenteric colitis"
9
+ A06.3 is the icd-10 code for "Ameboma of intestine"
10
+ A06.4 is the icd-10 code for "Amebic liver abscess"
11
+ A06.5 is the icd-10 code for "Amebic lung abscess"
12
+ A06.6 is the icd-10 code for "Amebic brain abscess"
13
+ A06.7 is the icd-10 code for "Cutaneous amebiasis"
14
+ A06.8 is the icd-10 code for "Amebic infection of other sites"
15
+ A06.81 is the icd-10 code for "Amebic cystitis"
16
+ A06.82 is the icd-10 code for "Other amebic genitourinary infections"
17
+ A06.89 is the icd-10 code for "Other amebic infections"
18
+ A06.9 is the icd-10 code for "Amebiasis unspecified"
19
+ A07.0 is the icd-10 code for "Balantidiasis"
20
+ A07.1 is the icd-10 code for "Giardiasis [lambliasis]"
21
+ A07.2 is the icd-10 code for "Cryptosporidiosis"
22
+ A07.3 is the icd-10 code for "Isosporiasis"
23
+ A07.4 is the icd-10 code for "Cyclosporiasis"
24
+ A07.8 is the icd-10 code for "Other specified protozoal intestinal diseases"
25
+ A07.9 is the icd-10 code for "Protozoal intestinal disease unspecified"
26
+ A08.0 is the icd-10 code for "Rotaviral enteritis"
27
+ A08.1 is the icd-10 code for "Acute gastroenteropathy due to Norwalk agent and other small round viruses"
28
+ A08.11 is the icd-10 code for "Acute gastroenteropathy due to Norwalk agent"
29
+ A08.19 is the icd-10 code for "Acute gastroenteropathy due to other small round viruses"
30
+ A08.2 is the icd-10 code for "Adenoviral enteritis"
31
+ A08.3 is the icd-10 code for "Other viral enteritis"
32
+ A08.31 is the icd-10 code for "Calicivirus enteritis"
33
+ A08.32 is the icd-10 code for "Astrovirus enteritis"
34
+ A08.39 is the icd-10 code for "Other viral enteritis"
35
+ A08.4 is the icd-10 code for "Viral intestinal infection unspecified"
36
+ A08.8 is the icd-10 code for "Other specified intestinal infections"
37
+ A15.0 is the icd-10 code for "Tuberculosis of lung"
38
+ A15.4 is the icd-10 code for "Tuberculosis of intrathoracic lymph nodes"
39
+ A15.5 is the icd-10 code for "Tuberculosis of larynx trachea and bronchus"
40
+ A15.6 is the icd-10 code for "Tuberculous pleurisy"
41
+ A15.7 is the icd-10 code for "Primary respiratory tuberculosis"
42
+ A15.8 is the icd-10 code for "Other respiratory tuberculosis"
43
+ A15.9 is the icd-10 code for "Respiratory tuberculosis unspecified"
44
+ A17.0 is the icd-10 code for "Tuberculous meningitis"
45
+ A17.1 is the icd-10 code for "Meningeal tuberculoma"
46
+ A17.8 is the icd-10 code for "Other tuberculosis of nervous system"
47
+ A17.81 is the icd-10 code for "Tuberculoma of brain and spinal cord"
48
+ A17.82 is the icd-10 code for "Tuberculous meningoencephalitis"
49
+ A17.83 is the icd-10 code for "Tuberculous neuritis"
train.csv ADDED
@@ -0,0 +1,100 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Disease
2
+ A00.0 is the icd-10 code for "Cholera due to Vibrio cholerae 01 biovar cholerae"
3
+ A00.1 is the icd-10 code for "Cholera due to Vibrio cholerae 01 biovar eltor"
4
+ A00.9 is the icd-10 code for "Cholera unspecified"
5
+ A01.0 is the icd-10 code for "Typhoid fever"
6
+ A01.00 is the icd-10 code for "Typhoid fever unspecified"
7
+ A01.01 is the icd-10 code for "Typhoid meningitis"
8
+ A01.02 is the icd-10 code for "Typhoid fever with heart involvement"
9
+ A01.03 is the icd-10 code for "Typhoid pneumonia"
10
+ A01.04 is the icd-10 code for "Typhoid arthritis"
11
+ A01.05 is the icd-10 code for "Typhoid osteomyelitis"
12
+ A01.09 is the icd-10 code for "Typhoid fever with other complications"
13
+ A01.1 is the icd-10 code for "Paratyphoid fever A"
14
+ A01.2 is the icd-10 code for "Paratyphoid fever B"
15
+ A01.3 is the icd-10 code for "Paratyphoid fever C"
16
+ A01.4 is the icd-10 code for "Paratyphoid fever unspecified"
17
+ A02.0 is the icd-10 code for "Salmonella enteritis"
18
+ A02.1 is the icd-10 code for "Salmonella sepsis"
19
+ A02.2 is the icd-10 code for "Localized salmonella infections"
20
+ A02.20 is the icd-10 code for "Localized salmonella infection unspecified"
21
+ A02.21 is the icd-10 code for "Salmonella meningitis"
22
+ A02.22 is the icd-10 code for "Salmonella pneumonia"
23
+ A02.23 is the icd-10 code for "Salmonella arthritis"
24
+ A02.24 is the icd-10 code for "Salmonella osteomyelitis"
25
+ A02.25 is the icd-10 code for "Salmonella pyelonephritis"
26
+ A02.29 is the icd-10 code for "Salmonella with other localized infection"
27
+ A02.8 is the icd-10 code for "Other specified salmonella infections"
28
+ A02.9 is the icd-10 code for "Salmonella infection unspecified"
29
+ A03.0 is the icd-10 code for "Shigellosis due to Shigella dysenteriae"
30
+ A03.1 is the icd-10 code for "Shigellosis due to Shigella flexneri"
31
+ A03.2 is the icd-10 code for "Shigellosis due to Shigella boydii"
32
+ A03.3 is the icd-10 code for "Shigellosis due to Shigella sonnei"
33
+ A03.8 is the icd-10 code for "Other shigellosis"
34
+ A03.9 is the icd-10 code for "Shigellosis unspecified"
35
+ A04.0 is the icd-10 code for "Enteropathogenic Escherichia coli infection"
36
+ A04.1 is the icd-10 code for "Enterotoxigenic Escherichia coli infection"
37
+ A04.2 is the icd-10 code for "Enteroinvasive Escherichia coli infection"
38
+ A04.3 is the icd-10 code for "Enterohemorrhagic Escherichia coli infection"
39
+ A04.4 is the icd-10 code for "Other intestinal Escherichia coli infections"
40
+ A04.5 is the icd-10 code for "Campylobacter enteritis"
41
+ A04.6 is the icd-10 code for "Enteritis due to Yersinia enterocolitica"
42
+ A04.7 is the icd-10 code for "Enterocolitis due to Clostridium difficile"
43
+ A04.71 is the icd-10 code for "Enterocolitis due to Clostridium difficile recurrent"
44
+ A04.72 is the icd-10 code for "Enterocolitis due to Clostridium difficile not specified as recurrent"
45
+ A04.8 is the icd-10 code for "Other specified bacterial intestinal infections"
46
+ A04.9 is the icd-10 code for "Bacterial intestinal infection unspecified"
47
+ A05.0 is the icd-10 code for "Foodborne staphylococcal intoxication"
48
+ A05.1 is the icd-10 code for "Botulism food poisoning"
49
+ A05.2 is the icd-10 code for "Foodborne Clostridium perfringens [Clostridium welchii] intoxication"
50
+ A05.3 is the icd-10 code for "Foodborne Vibrio parahaemolyticus intoxication"
51
+ A05.4 is the icd-10 code for "Foodborne Bacillus cereus intoxication"
52
+ A05.5 is the icd-10 code for "Foodborne Vibrio vulnificus intoxication"
53
+ A05.8 is the icd-10 code for "Other specified bacterial foodborne intoxications"
54
+ A05.9 is the icd-10 code for "Bacterial foodborne intoxication unspecified"
55
+ A06.0 is the icd-10 code for "Acute amebic dysentery"
56
+ A06.1 is the icd-10 code for "Chronic intestinal amebiasis"
57
+ A06.2 is the icd-10 code for "Amebic nondysenteric colitis"
58
+ A06.3 is the icd-10 code for "Ameboma of intestine"
59
+ A06.4 is the icd-10 code for "Amebic liver abscess"
60
+ A06.5 is the icd-10 code for "Amebic lung abscess"
61
+ A06.6 is the icd-10 code for "Amebic brain abscess"
62
+ A06.7 is the icd-10 code for "Cutaneous amebiasis"
63
+ A06.8 is the icd-10 code for "Amebic infection of other sites"
64
+ A06.81 is the icd-10 code for "Amebic cystitis"
65
+ A06.82 is the icd-10 code for "Other amebic genitourinary infections"
66
+ A06.89 is the icd-10 code for "Other amebic infections"
67
+ A06.9 is the icd-10 code for "Amebiasis unspecified"
68
+ A07.0 is the icd-10 code for "Balantidiasis"
69
+ A07.1 is the icd-10 code for "Giardiasis [lambliasis]"
70
+ A07.2 is the icd-10 code for "Cryptosporidiosis"
71
+ A07.3 is the icd-10 code for "Isosporiasis"
72
+ A07.4 is the icd-10 code for "Cyclosporiasis"
73
+ A07.8 is the icd-10 code for "Other specified protozoal intestinal diseases"
74
+ A07.9 is the icd-10 code for "Protozoal intestinal disease unspecified"
75
+ A08.0 is the icd-10 code for "Rotaviral enteritis"
76
+ A08.1 is the icd-10 code for "Acute gastroenteropathy due to Norwalk agent and other small round viruses"
77
+ A08.11 is the icd-10 code for "Acute gastroenteropathy due to Norwalk agent"
78
+ A08.19 is the icd-10 code for "Acute gastroenteropathy due to other small round viruses"
79
+ A08.2 is the icd-10 code for "Adenoviral enteritis"
80
+ A08.3 is the icd-10 code for "Other viral enteritis"
81
+ A08.31 is the icd-10 code for "Calicivirus enteritis"
82
+ A08.32 is the icd-10 code for "Astrovirus enteritis"
83
+ A08.39 is the icd-10 code for "Other viral enteritis"
84
+ A08.4 is the icd-10 code for "Viral intestinal infection unspecified"
85
+ A08.8 is the icd-10 code for "Other specified intestinal infections"
86
+ A15.0 is the icd-10 code for "Tuberculosis of lung"
87
+ A15.4 is the icd-10 code for "Tuberculosis of intrathoracic lymph nodes"
88
+ A15.5 is the icd-10 code for "Tuberculosis of larynx trachea and bronchus"
89
+ A15.6 is the icd-10 code for "Tuberculous pleurisy"
90
+ A15.7 is the icd-10 code for "Primary respiratory tuberculosis"
91
+ A15.8 is the icd-10 code for "Other respiratory tuberculosis"
92
+ A15.9 is the icd-10 code for "Respiratory tuberculosis unspecified"
93
+ A17.0 is the icd-10 code for "Tuberculous meningitis"
94
+ A17.1 is the icd-10 code for "Meningeal tuberculoma"
95
+ A17.8 is the icd-10 code for "Other tuberculosis of nervous system"
96
+ A17.81 is the icd-10 code for "Tuberculoma of brain and spinal cord"
97
+ A17.82 is the icd-10 code for "Tuberculous meningoencephalitis"
98
+ A17.83 is the icd-10 code for "Tuberculous neuritis"
99
+ A17.89 is the icd-10 code for "Other tuberculosis of nervous system"
100
+ A17.9 is the icd-10 code for "Tuberculosis of nervous system unspecified"
validation.csv ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Disease
2
+ A54.22 is the icd-10 code for "Gonococcal prostatitis"
3
+ A54.23 is the icd-10 code for "Gonococcal infection of other male genital organs"
4
+ A54.24 is the icd-10 code for "Gonococcal female pelvic inflammatory disease"
5
+ A54.29 is the icd-10 code for "Other gonococcal genitourinary infections"
6
+ A54.3 is the icd-10 code for "Gonococcal infection of eye"
7
+ A54.30 is the icd-10 code for "Gonococcal infection of eye unspecified"
8
+ A54.31 is the icd-10 code for "Gonococcal conjunctivitis"
9
+ A54.32 is the icd-10 code for "Gonococcal iridocyclitis"
10
+ A54.33 is the icd-10 code for "Gonococcal keratitis"
11
+ A54.39 is the icd-10 code for "Other gonococcal eye infection"
12
+ A54.4 is the icd-10 code for "Gonococcal infection of musculoskeletal system"
13
+ A54.40 is the icd-10 code for "Gonococcal infection of musculoskeletal system unspecified"
14
+ A54.41 is the icd-10 code for "Gonococcal spondylopathy"
15
+ A54.42 is the icd-10 code for "Gonococcal arthritis"
16
+ A54.43 is the icd-10 code for "Gonococcal osteomyelitis"
17
+ A54.49 is the icd-10 code for "Gonococcal infection of other musculoskeletal tissue"
18
+ A54.5 is the icd-10 code for "Gonococcal pharyngitis"
19
+ A54.6 is the icd-10 code for "Gonococcal infection of anus and rectum"
20
+ A54.8 is the icd-10 code for "Other gonococcal infections"
21
+ A54.81 is the icd-10 code for "Gonococcal meningitis"
22
+ A54.82 is the icd-10 code for "Gonococcal brain abscess"
23
+ A54.83 is the icd-10 code for "Gonococcal heart infection"
24
+ A54.84 is the icd-10 code for "Gonococcal pneumonia"
25
+ A54.85 is the icd-10 code for "Gonococcal peritonitis"
26
+ A54.86 is the icd-10 code for "Gonococcal sepsis"
27
+ A54.89 is the icd-10 code for "Other gonococcal infections"
28
+ A54.9 is the icd-10 code for "Gonococcal infection unspecified"
29
+ A56.0 is the icd-10 code for "Chlamydial infection of lower genitourinary tract"
30
+ A56.00 is the icd-10 code for "Chlamydial infection of lower genitourinary tract unspecified"
31
+ A56.01 is the icd-10 code for "Chlamydial cystitis and urethritis"
32
+ A56.02 is the icd-10 code for "Chlamydial vulvovaginitis"
33
+ A56.09 is the icd-10 code for "Other chlamydial infection of lower genitourinary tract"
34
+ A56.1 is the icd-10 code for "Chlamydial infection of pelviperitoneum and other genitourinary organs"
35
+ A56.11 is the icd-10 code for "Chlamydial female pelvic inflammatory disease"
36
+ A56.19 is the icd-10 code for "Other chlamydial genitourinary infection"
37
+ A56.2 is the icd-10 code for "Chlamydial infection of genitourinary tract unspecified"
38
+ A56.3 is the icd-10 code for "Chlamydial infection of anus and rectum"
39
+ A56.4 is the icd-10 code for "Chlamydial infection of pharynx"
40
+ A56.8 is the icd-10 code for "Sexually transmitted chlamydial infection of other sites"
41
+ A59.0 is the icd-10 code for "Urogenital trichomoniasis"
42
+ A59.00 is the icd-10 code for "Urogenital trichomoniasis unspecified"
43
+ A59.01 is the icd-10 code for "Trichomonal vulvovaginitis"
44
+ A59.02 is the icd-10 code for "Trichomonal prostatitis"
45
+ A59.03 is the icd-10 code for "Trichomonal cystitis and urethritis"