Skip to content

Instantly share code, notes, and snippets.

@cryocaustik
Last active October 3, 2023 21:16
Show Gist options
  • Star 21 You must be signed in to star a gist
  • Fork 7 You must be signed in to fork a gist
  • Save cryocaustik/b86de96e66489ada97c25fc25f755de0 to your computer and use it in GitHub Desktop.
Save cryocaustik/b86de96e66489ada97c25fc25f755de0 to your computer and use it in GitHub Desktop.
JSON Dump of ICD 10 Codes & Desc

CMS ICD GEMs JSON Dump

JSON Dump of ICD 10 Codes & Desc

Data Sample (formatted)

[
    {
      "code": "A000",
      "desc": "holera due to Vibrio cholerae 01, biovar cholerae"
    }, {
      "code": "A001",
      "desc": "holera due to Vibrio cholerae 01, biovar eltor"
    },
]

Source

Data raw text data downloaded from CMS ICD GEMs

Conversion

import json

"""Convert CMS GEM ICD Dump to ICD Code:Desc JSON dump.

    Data downloaded from: https://www.cms.gov/Medicare/Coding/ICD10/2018-ICD-10-CM-and-GEMs.html
"""

# import raw txt
path_import = r'./icd10cm_codes_2018.txt'
with open(path_import, 'r') as _f:
    raw = _f.read()
    _f.close()

# convert raw txt to json
data = []
for rcd in raw.split('\n'):
    if rcd:
        data.append({
            'code': rcd[:8].strip(),
            'desc': rcd[9:],
        })

# export converted json
path_export = './codes_icd10.json'
with open(path_export, 'w') as _f:
    json.dump(data, _f)
    _f.close()
This file has been truncated, but you can view the full file.
[{"code": "A000", "desc": "Cholera due to Vibrio cholerae 01, biovar cholerae"}, {"code": "A001", "desc": "Cholera due to Vibrio cholerae 01, biovar eltor"}, {"code": "A009", "desc": "Cholera, unspecified"}, {"code": "A0100", "desc": "Typhoid fever, unspecified"}, {"code": "A0101", "desc": "Typhoid meningitis"}, {"code": "A0102", "desc": "Typhoid fever with heart involvement"}, {"code": "A0103", "desc": "Typhoid pneumonia"}, {"code": "A0104", "desc": "Typhoid arthritis"}, {"code": "A0105", "desc": "Typhoid osteomyelitis"}, {"code": "A0109", "desc": "Typhoid fever with other complications"}, {"code": "A011", "desc": "Paratyphoid fever A"}, {"code": "A012", "desc": "Paratyphoid fever B"}, {"code": "A013", "desc": "Paratyphoid fever C"}, {"code": "A014", "desc": "Paratyphoid fever, unspecified"}, {"code": "A020", "desc": "Salmonella enteritis"}, {"code": "A021", "desc": "Salmonella sepsis"}, {"code": "A0220", "desc": "Localized salmonella infection, unspecified"}, {"code": "A0221", "desc": "Salmonella meningitis"}, {"code": "A0222", "desc": "Salmonella pneumonia"}, {"code": "A0223", "desc": "Salmonella arthritis"}, {"code": "A0224", "desc": "Salmonella osteomyelitis"}, {"code": "A0225", "desc": "Salmonella pyelonephritis"}, {"code": "A0229", "desc": "Salmonella with other localized infection"}, {"code": "A028", "desc": "Other specified salmonella infections"}, {"code": "A029", "desc": "Salmonella infection, unspecified"}, {"code": "A030", "desc": "Shigellosis due to Shigella dysenteriae"}, {"code": "A031", "desc": "Shigellosis due to Shigella flexneri"}, {"code": "A032", "desc": "Shigellosis due to Shigella boydii"}, {"code": "A033", "desc": "Shigellosis due to Shigella sonnei"}, {"code": "A038", "desc": "Other shigellosis"}, {"code": "A039", "desc": "Shigellosis, unspecified"}, {"code": "A040", "desc": "Enteropathogenic Escherichia coli infection"}, {"code": "A041", "desc": "Enterotoxigenic Escherichia coli infection"}, {"code": "A042", "desc": "Enteroinvasive Escherichia coli infection"}, {"code": "A043", "desc": "Enterohemorrhagic Escherichia coli infection"}, {"code": "A044", "desc": "Other intestinal Escherichia coli infections"}, {"code": "A045", "desc": "Campylobacter enteritis"}, {"code": "A046", "desc": "Enteritis due to Yersinia enterocolitica"}, {"code": "A0471", "desc": "Enterocolitis due to Clostridium difficile, recurrent"}, {"code": "A0472", "desc": "Enterocolitis due to Clostridium difficile, not specified as recurrent"}, {"code": "A048", "desc": "Other specified bacterial intestinal infections"}, {"code": "A049", "desc": "Bacterial intestinal infection, unspecified"}, {"code": "A050", "desc": "Foodborne staphylococcal intoxication"}, {"code": "A051", "desc": "Botulism food poisoning"}, {"code": "A052", "desc": "Foodborne Clostridium perfringens [Clostridium welchii] intoxication"}, {"code": "A053", "desc": "Foodborne Vibrio parahaemolyticus intoxication"}, {"code": "A054", "desc": "Foodborne Bacillus cereus intoxication"}, {"code": "A055", "desc": "Foodborne Vibrio vulnificus intoxication"}, {"code": "A058", "desc": "Other specified bacterial foodborne intoxications"}, {"code": "A059", "desc": "Bacterial foodborne intoxication, unspecified"}, {"code": "A060", "desc": "Acute amebic dysentery"}, {"code": "A061", "desc": "Chronic intestinal amebiasis"}, {"code": "A062", "desc": "Amebic nondysenteric colitis"}, {"code": "A063", "desc": "Ameboma of intestine"}, {"code": "A064", "desc": "Amebic liver abscess"}, {"code": "A065", "desc": "Amebic lung abscess"}, {"code": "A066", "desc": "Amebic brain abscess"}, {"code": "A067", "desc": "Cutaneous amebiasis"}, {"code": "A0681", "desc": "Amebic cystitis"}, {"code": "A0682", "desc": "Other amebic genitourinary infections"}, {"code": "A0689", "desc": "Other amebic infections"}, {"code": "A069", "desc": "Amebiasis, unspecified"}, {"code": "A070", "desc": "Balantidiasis"}, {"code": "A071", "desc": "Giardiasis [lambliasis]"}, {"code": "A072", "desc": "Cryptosporidiosis"}, {"code": "A073", "desc": "Isosporiasis"}, {"code": "A074", "desc": "Cyclosporiasis"}, {"code": "A078", "desc": "Other specified protozoal intestinal diseases"}, {"code": "A079", "desc": "Protozoal intestinal disease, unspecified"}, {"code": "A080", "desc": "Rotaviral enteritis"}, {"code": "A0811", "desc": "Acute gastroenteropathy due to Norwalk agent"}, {"code": "A0819", "desc": "Acute gastroenteropathy due to other small round viruses"}, {"code": "A082", "desc": "Adenoviral enteritis"}, {"code": "A0831", "desc": "Calicivirus enteritis"}, {"code": "A0832", "desc": "Astrovirus enteritis"}, {"code": "A0839", "desc": "Other viral enteritis"}, {"code": "A084", "desc": "Viral intestinal infection, unspecified"}, {"code": "A088", "desc": "Other specified intestinal infections"}, {"code": "A09", "desc": "Infectious gastroenteritis and colitis, unspecified"}, {"code": "A150", "desc": "Tuberculosis of lung"}, {"code": "A154", "desc": "Tuberculosis of intrathoracic lymph nodes"}, {"code": "A155", "desc": "Tuberculosis of larynx, trachea and bronchus"}, {"code": "A156", "desc": "Tuberculous pleurisy"}, {"code": "A157", "desc": "Primary respiratory tuberculosis"}, {"code": "A158", "desc": "Other respiratory tuberculosis"}, {"code": "A159", "desc": "Respiratory tuberculosis unspecified"}, {"code": "A170", "desc": "Tuberculous meningitis"}, {"code": "A171", "desc": "Meningeal tuberculoma"}, {"code": "A1781", "desc": "Tuberculoma of brain and spinal cord"}, {"code": "A1782", "desc": "Tuberculous meningoencephalitis"}, {"code": "A1783", "desc": "Tuberculous neuritis"}, {"code": "A1789", "desc": "Other tuberculosis of nervous system"}, {"code": "A179", "desc": "Tuberculosis of nervous system, unspecified"}, {"code": "A1801", "desc": "Tuberculosis of spine"}, {"code": "A1802", "desc": "Tuberculous arthritis of other joints"}, {"code": "A1803", "desc": "Tuberculosis of other bones"}, {"code": "A1809", "desc": "Other musculoskeletal tuberculosis"}, {"code": "A1810", "desc": "Tuberculosis of genitourinary system, unspecified"}, {"code": "A1811", "desc": "Tuberculosis of kidney and ureter"}, {"code": "A1812", "desc": "Tuberculosis of bladder"}, {"code": "A1813", "desc": "Tuberculosis of other urinary organs"}, {"code": "A1814", "desc": "Tuberculosis of prostate"}, {"code": "A1815", "desc": "Tuberculosis of other male genital organs"}, {"code": "A1816", "desc": "Tuberculosis of cervix"}, {"code": "A1817", "desc": "Tuberculous female pelvic inflammatory disease"}, {"code": "A1818", "desc": "Tuberculosis of other female genital organs"}, {"code": "A182", "desc": "Tuberculous peripheral lymphadenopathy"}, {"code": "A1831", "desc": "Tuberculous peritonitis"}, {"code": "A1832", "desc": "Tuberculous enteritis"}, {"code": "A1839", "desc": "Retroperitoneal tuberculosis"}, {"code": "A184", "desc": "Tuberculosis of skin and subcutaneous tissue"}, {"code": "A1850", "desc": "Tuberculosis of eye, unspecified"}, {"code": "A1851", "desc": "Tuberculous episcleritis"}, {"code": "A1852", "desc": "Tuberculous keratitis"}, {"code": "A1853", "desc": "Tuberculous chorioretinitis"}, {"code": "A1854", "desc": "Tuberculous iridocyclitis"}, {"code": "A1859", "desc": "Other tuberculosis of eye"}, {"code": "A186", "desc": "Tuberculosis of (inner) (middle) ear"}, {"code": "A187", "desc": "Tuberculosis of adrenal glands"}, {"code": "A1881", "desc": "Tuberculosis of thyroid gland"}, {"code": "A1882", "desc": "Tuberculosis of other endocrine glands"}, {"code": "A1883", "desc": "Tuberculosis of digestive tract organs, not elsewhere classified"}, {"code": "A1884", "desc": "Tuberculosis of heart"}, {"code": "A1885", "desc": "Tuberculosis of spleen"}, {"code": "A1889", "desc": "Tuberculosis of other sites"}, {"code": "A190", "desc": "Acute miliary tuberculosis of a single specified site"}, {"code": "A191", "desc": "Acute miliary tuberculosis of multiple sites"}, {"code": "A192", "desc": "Acute miliary tuberculosis, unspecified"}, {"code": "A198", "desc": "Other miliary tuberculosis"}, {"code": "A199", "desc": "Miliary tuberculosis, unspecified"}, {"code": "A200", "desc": "Bubonic plague"}, {"code": "A201", "desc": "Cellulocutaneous plague"}, {"code": "A202", "desc": "Pneumonic plague"}, {"code": "A203", "desc": "Plague meningitis"}, {"code": "A207", "desc": "Septicemic plague"}, {"code": "A208", "desc": "Other forms of plague"}, {"code": "A209", "desc": "Plague, unspecified"}, {"code": "A210", "desc": "Ulceroglandular tularemia"}, {"code": "A211", "desc": "Oculoglandular tularemia"}, {"code": "A212", "desc": "Pulmonary tularemia"}, {"code": "A213", "desc": "Gastrointestinal tularemia"}, {"code": "A217", "desc": "Generalized tularemia"}, {"code": "A218", "desc": "Other forms of tularemia"}, {"code": "A219", "desc": "Tularemia, unspecified"}, {"code": "A220", "desc": "Cutaneous anthrax"}, {"code": "A221", "desc": "Pulmonary anthrax"}, {"code": "A222", "desc": "Gastrointestinal anthrax"}, {"code": "A227", "desc": "Anthrax sepsis"}, {"code": "A228", "desc": "Other forms of anthrax"}, {"code": "A229", "desc": "Anthrax, unspecified"}, {"code": "A230", "desc": "Brucellosis due to Brucella melitensis"}, {"code": "A231", "desc": "Brucellosis due to Brucella abortus"}, {"code": "A232", "desc": "Brucellosis due to Brucella suis"}, {"code": "A233", "desc": "Brucellosis due to Brucella canis"}, {"code": "A238", "desc": "Other brucellosis"}, {"code": "A239", "desc": "Brucellosis, unspecified"}, {"code": "A240", "desc": "Glanders"}, {"code": "A241", "desc": "Acute and fulminating melioidosis"}, {"code": "A242", "desc": "Subacute and chronic melioidosis"}, {"code": "A243", "desc": "Other melioidosis"}, {"code": "A249", "desc": "Melioidosis, unspecified"}, {"code": "A250", "desc": "Spirillosis"}, {"code": "A251", "desc": "Streptobacillosis"}, {"code": "A259", "desc": "Rat-bite fever, unspecified"}, {"code": "A260", "desc": "Cutaneous erysipeloid"}, {"code": "A267", "desc": "Erysipelothrix sepsis"}, {"code": "A268", "desc": "Other forms of erysipeloid"}, {"code": "A269", "desc": "Erysipeloid, unspecified"}, {"code": "A270", "desc": "Leptospirosis icterohemorrhagica"}, {"code": "A2781", "desc": "Aseptic meningitis in leptospirosis"}, {"code": "A2789", "desc": "Other forms of leptospirosis"}, {"code": "A279", "desc": "Leptospirosis, unspecified"}, {"code": "A280", "desc": "Pasteurellosis"}, {"code": "A281", "desc": "Cat-scratch disease"}, {"code": "A282", "desc": "Extraintestinal yersiniosis"}, {"code": "A288", "desc": "Other specified zoonotic bacterial diseases, not elsewhere classified"}, {"code": "A289", "desc": "Zoonotic bacterial disease, unspecified"}, {"code": "A300", "desc": "Indeterminate leprosy"}, {"code": "A301", "desc": "Tuberculoid leprosy"}, {"code": "A302", "desc": "Borderline tuberculoid leprosy"}, {"code": "A303", "desc": "Borderline leprosy"}, {"code": "A304", "desc": "Borderline lepromatous leprosy"}, {"code": "A305", "desc": "Lepromatous leprosy"}, {"code": "A308", "desc": "Other forms of leprosy"}, {"code": "A309", "desc": "Leprosy, unspecified"}, {"code": "A310", "desc": "Pulmonary mycobacterial infection"}, {"code": "A311", "desc": "Cutaneous mycobacterial infection"}, {"code": "A312", "desc": "Disseminated mycobacterium avium-intracellulare complex (DMAC)"}, {"code": "A318", "desc": "Other mycobacterial infections"}, {"code": "A319", "desc": "Mycobacterial infection, unspecified"}, {"code": "A320", "desc": "Cutaneous listeriosis"}, {"code": "A3211", "desc": "Listerial meningitis"}, {"code": "A3212", "desc": "Listerial meningoencephalitis"}, {"code": "A327", "desc": "Listerial sepsis"}, {"code": "A3281", "desc": "Oculoglandular listeriosis"}, {"code": "A3282", "desc": "Listerial endocarditis"}, {"code": "A3289", "desc": "Other forms of listeriosis"}, {"code": "A329", "desc": "Listeriosis, unspecified"}, {"code": "A33", "desc": "Tetanus neonatorum"}, {"code": "A34", "desc": "Obstetrical tetanus"}, {"code": "A35", "desc": "Other tetanus"}, {"code": "A360", "desc": "Pharyngeal diphtheria"}, {"code": "A361", "desc": "Nasopharyngeal diphtheria"}, {"code": "A362", "desc": "Laryngeal diphtheria"}, {"code": "A363", "desc": "Cutaneous diphtheria"}, {"code": "A3681", "desc": "Diphtheritic cardiomyopathy"}, {"code": "A3682", "desc": "Diphtheritic radiculomyelitis"}, {"code": "A3683", "desc": "Diphtheritic polyneuritis"}, {"code": "A3684", "desc": "Diphtheritic tubulo-interstitial nephropathy"}, {"code": "A3685", "desc": "Diphtheritic cystitis"}, {"code": "A3686", "desc": "Diphtheritic conjunctivitis"}, {"code": "A3689", "desc": "Other diphtheritic complications"}, {"code": "A369", "desc": "Diphtheria, unspecified"}, {"code": "A3700", "desc": "Whooping cough due to Bordetella pertussis without pneumonia"}, {"code": "A3701", "desc": "Whooping cough due to Bordetella pertussis with pneumonia"}, {"code": "A3710", "desc": "Whooping cough due to Bordetella parapertussis without pneumonia"}, {"code": "A3711", "desc": "Whooping cough due to Bordetella parapertussis with pneumonia"}, {"code": "A3780", "desc": "Whooping cough due to other Bordetella species without pneumonia"}, {"code": "A3781", "desc": "Whooping cough due to other Bordetella species with pneumonia"}, {"code": "A3790", "desc": "Whooping cough, unspecified species without pneumonia"}, {"code": "A3791", "desc": "Whooping cough, unspecified species with pneumonia"}, {"code": "A380", "desc": "Scarlet fever with otitis media"}, {"code": "A381", "desc": "Scarlet fever with myocarditis"}, {"code": "A388", "desc": "Scarlet fever with other complications"}, {"code": "A389", "desc": "Scarlet fever, uncomplicated"}, {"code": "A390", "desc": "Meningococcal meningitis"}, {"code": "A391", "desc": "Waterhouse-Friderichsen syndrome"}, {"code": "A392", "desc": "Acute meningococcemia"}, {"code": "A393", "desc": "Chronic meningococcemia"}, {"code": "A394", "desc": "Meningococcemia, unspecified"}, {"code": "A3950", "desc": "Meningococcal carditis, unspecified"}, {"code": "A3951", "desc": "Meningococcal endocarditis"}, {"code": "A3952", "desc": "Meningococcal myocarditis"}, {"code": "A3953", "desc": "Meningococcal pericarditis"}, {"code": "A3981", "desc": "Meningococcal encephalitis"}, {"code": "A3982", "desc": "Meningococcal retrobulbar neuritis"}, {"code": "A3983", "desc": "Meningococcal arthritis"}, {"code": "A3984", "desc": "Postmeningococcal arthritis"}, {"code": "A3989", "desc": "Other meningococcal infections"}, {"code": "A399", "desc": "Meningococcal infection, unspecified"}, {"code": "A400", "desc": "Sepsis due to streptococcus, group A"}, {"code": "A401", "desc": "Sepsis due to streptococcus, group B"}, {"code": "A403", "desc": "Sepsis due to Streptococcus pneumoniae"}, {"code": "A408", "desc": "Other streptococcal sepsis"}, {"code": "A409", "desc": "Streptococcal sepsis, unspecified"}, {"code": "A4101", "desc": "Sepsis due to Methicillin susceptible Staphylococcus aureus"}, {"code": "A4102", "desc": "Sepsis due to Methicillin resistant Staphylococcus aureus"}, {"code": "A411", "desc": "Sepsis due to other specified staphylococcus"}, {"code": "A412", "desc": "Sepsis due to unspecified staphylococcus"}, {"code": "A413", "desc": "Sepsis due to Hemophilus influenzae"}, {"code": "A414", "desc": "Sepsis due to anaerobes"}, {"code": "A4150", "desc": "Gram-negative sepsis, unspecified"}, {"code": "A4151", "desc": "Sepsis due to Escherichia coli [E. coli]"}, {"code": "A4152", "desc": "Sepsis due to Pseudomonas"}, {"code": "A4153", "desc": "Sepsis due to Serratia"}, {"code": "A4159", "desc": "Other Gram-negative sepsis"}, {"code": "A4181", "desc": "Sepsis due to Enterococcus"}, {"code": "A4189", "desc": "Other specified sepsis"}, {"code": "A419", "desc": "Sepsis, unspecified organism"}, {"code": "A420", "desc": "Pulmonary actinomycosis"}, {"code": "A421", "desc": "Abdominal actinomycosis"}, {"code": "A422", "desc": "Cervicofacial actinomycosis"}, {"code": "A427", "desc": "Actinomycotic sepsis"}, {"code": "A4281", "desc": "Actinomycotic meningitis"}, {"code": "A4282", "desc": "Actinomycotic encephalitis"}, {"code": "A4289", "desc": "Other forms of actinomycosis"}, {"code": "A429", "desc": "Actinomycosis, unspecified"}, {"code": "A430", "desc": "Pulmonary nocardiosis"}, {"code": "A431", "desc": "Cutaneous nocardiosis"}, {"code": "A438", "desc": "Other forms of nocardiosis"}, {"code": "A439", "desc": "Nocardiosis, unspecified"}, {"code": "A440", "desc": "Systemic bartonellosis"}, {"code": "A441", "desc": "Cutaneous and mucocutaneous bartonellosis"}, {"code": "A448", "desc": "Other forms of bartonellosis"}, {"code": "A449", "desc": "Bartonellosis, unspecified"}, {"code": "A46", "desc": "Erysipelas"}, {"code": "A480", "desc": "Gas gangrene"}, {"code": "A481", "desc": "Legionnaires' disease"}, {"code": "A482", "desc": "Nonpneumonic Legionnaires' disease [Pontiac fever]"}, {"code": "A483", "desc": "Toxic shock syndrome"}, {"code": "A484", "desc": "Brazilian purpuric fever"}, {"code": "A4851", "desc": "Infant botulism"}, {"code": "A4852", "desc": "Wound botulism"}, {"code": "A488", "desc": "Other specified bacterial diseases"}, {"code": "A4901", "desc": "Methicillin susceptible Staphylococcus aureus infection, unspecified site"}, {"code": "A4902", "desc": "Methicillin resistant Staphylococcus aureus infection, unspecified site"}, {"code": "A491", "desc": "Streptococcal infection, unspecified site"}, {"code": "A492", "desc": "Hemophilus influenzae infection, unspecified site"}, {"code": "A493", "desc": "Mycoplasma infection, unspecified site"}, {"code": "A498", "desc": "Other bacterial infections of unspecified site"}, {"code": "A499", "desc": "Bacterial infection, unspecified"}, {"code": "A5001", "desc": "Early congenital syphilitic oculopathy"}, {"code": "A5002", "desc": "Early congenital syphilitic osteochondropathy"}, {"code": "A5003", "desc": "Early congenital syphilitic pharyngitis"}, {"code": "A5004", "desc": "Early congenital syphilitic pneumonia"}, {"code": "A5005", "desc": "Early congenital syphilitic rhinitis"}, {"code": "A5006", "desc": "Early cutaneous congenital syphilis"}, {"code": "A5007", "desc": "Early mucocutaneous congenital syphilis"}, {"code": "A5008", "desc": "Early visceral congenital syphilis"}, {"code": "A5009", "desc": "Other early congenital syphilis, symptomatic"}, {"code": "A501", "desc": "Early congenital syphilis, latent"}, {"code": "A502", "desc": "Early congenital syphilis, unspecified"}, {"code": "A5030", "desc": "Late congenital syphilitic oculopathy, unspecified"}, {"code": "A5031", "desc": "Late congenital syphilitic interstitial keratitis"}, {"code": "A5032", "desc": "Late congenital syphilitic chorioretinitis"}, {"code": "A5039", "desc": "Other late congenital syphilitic oculopathy"}, {"code": "A5040", "desc": "Late congenital neurosyphilis, unspecified"}, {"code": "A5041", "desc": "Late congenital syphilitic meningitis"}, {"code": "A5042", "desc": "Late congenital syphilitic encephalitis"}, {"code": "A5043", "desc": "Late congenital syphilitic polyneuropathy"}, {"code": "A5044", "desc": "Late congenital syphilitic optic nerve atrophy"}, {"code": "A5045", "desc": "Juvenile general paresis"}, {"code": "A5049", "desc": "Other late congenital neurosyphilis"}, {"code": "A5051", "desc": "Clutton's joints"}, {"code": "A5052", "desc": "Hutchinson's teeth"}, {"code": "A5053", "desc": "Hutchinson's triad"}, {"code": "A5054", "desc": "Late congenital cardiovascular syphilis"}, {"code": "A5055", "desc": "Late congenital syphilitic arthropathy"}, {"code": "A5056", "desc": "Late congenital syphilitic osteochondropathy"}, {"code": "A5057", "desc": "Syphilitic saddle nose"}, {"code": "A5059", "desc": "Other late congenital syphilis, symptomatic"}, {"code": "A506", "desc": "Late congenital syphilis, latent"}, {"code": "A507", "desc": "Late congenital syphilis, unspecified"}, {"code": "A509", "desc": "Congenital syphilis, unspecified"}, {"code": "A510", "desc": "Primary genital syphilis"}, {"code": "A511", "desc": "Primary anal syphilis"}, {"code": "A512", "desc": "Primary syphilis of other sites"}, {"code": "A5131", "desc": "Condyloma latum"}, {"code": "A5132", "desc": "Syphilitic alopecia"}, {"code": "A5139", "desc": "Other secondary syphilis of skin"}, {"code": "A5141", "desc": "Secondary syphilitic meningitis"}, {"code": "A5142", "desc": "Secondary syphilitic female pelvic disease"}, {"code": "A5143", "desc": "Secondary syphilitic oculopathy"}, {"code": "A5144", "desc": "Secondary syphilitic nephritis"}, {"code": "A5145", "desc": "Secondary syphilitic hepatitis"}, {"code": "A5146", "desc": "Secondary syphilitic osteopathy"}, {"code": "A5149", "desc": "Other secondary syphilitic conditions"}, {"code": "A515", "desc": "Early syphilis, latent"}, {"code": "A519", "desc": "Early syphilis, unspecified"}, {"code": "A5200", "desc": "Cardiovascular syphilis, unspecified"}, {"code": "A5201", "desc": "Syphilitic aneurysm of aorta"}, {"code": "A5202", "desc": "Syphilitic aortitis"}, {"code": "A5203", "desc": "Syphilitic endocarditis"}, {"code": "A5204", "desc": "Syphilitic cerebral arteritis"}, {"code": "A5205", "desc": "Other cerebrovascular syphilis"}, {"code": "A5206", "desc": "Other syphilitic heart involvement"}, {"code": "A5209", "desc": "Other cardiovascular syphilis"}, {"code": "A5210", "desc": "Symptomatic neurosyphilis, unspecified"}, {"code": "A5211", "desc": "Tabes dorsalis"}, {"code": "A5212", "desc": "Other cerebrospinal syphilis"}, {"code": "A5213", "desc": "Late syphilitic meningitis"}, {"code": "A5214", "desc": "Late syphilitic encephalitis"}, {"code": "A5215", "desc": "Late syphilitic neuropathy"}, {"code": "A5216", "desc": "Charcot's arthropathy (tabetic)"}, {"code": "A5217", "desc": "General paresis"}, {"code": "A5219", "desc": "Other symptomatic neurosyphilis"}, {"code": "A522", "desc": "Asymptomatic neurosyphilis"}, {"code": "A523", "desc": "Neurosyphilis, unspecified"}, {"code": "A5271", "desc": "Late syphilitic oculopathy"}, {"code": "A5272", "desc": "Syphilis of lung and bronchus"}, {"code": "A5273", "desc": "Symptomatic late syphilis of other respiratory organs"}, {"code": "A5274", "desc": "Syphilis of liver and other viscera"}, {"code": "A5275", "desc": "Syphilis of kidney and ureter"}, {"code": "A5276", "desc": "Other genitourinary symptomatic late syphilis"}, {"code": "A5277", "desc": "Syphilis of bone and joint"}, {"code": "A5278", "desc": "Syphilis of other musculoskeletal tissue"}, {"code": "A5279", "desc": "Other symptomatic late syphilis"}, {"code": "A528", "desc": "Late syphilis, latent"}, {"code": "A529", "desc": "Late syphilis, unspecified"}, {"code": "A530", "desc": "Latent syphilis, unspecified as early or late"}, {"code": "A539", "desc": "Syphilis, unspecified"}, {"code": "A5400", "desc": "Gonococcal infection of lower genitourinary tract, unspecified"}, {"code": "A5401", "desc": "Gonococcal cystitis and urethritis, unspecified"}, {"code": "A5402", "desc": "Gonococcal vulvovaginitis, unspecified"}, {"code": "A5403", "desc": "Gonococcal cervicitis, unspecified"}, {"code": "A5409", "desc": "Other gonococcal infection of lower genitourinary tract"}, {"code": "A541", "desc": "Gonococcal infection of lower genitourinary tract with periurethral and accessory gland abscess"}, {"code": "A5421", "desc": "Gonococcal infection of kidney and ureter"}, {"code": "A5422", "desc": "Gonococcal prostatitis"}, {"code": "A5423", "desc": "Gonococcal infection of other male genital organs"}, {"code": "A5424", "desc": "Gonococcal female pelvic inflammatory disease"}, {"code": "A5429", "desc": "Other gonococcal genitourinary infections"}, {"code": "A5430", "desc": "Gonococcal infection of eye, unspecified"}, {"code": "A5431", "desc": "Gonococcal conjunctivitis"}, {"code": "A5432", "desc": "Gonococcal iridocyclitis"}, {"code": "A5433", "desc": "Gonococcal keratitis"}, {"code": "A5439", "desc": "Other gonococcal eye infection"}, {"code": "A5440", "desc": "Gonococcal infection of musculoskeletal system, unspecified"}, {"code": "A5441", "desc": "Gonococcal spondylopathy"}, {"code": "A5442", "desc": "Gonococcal arthritis"}, {"code": "A5443", "desc": "Gonococcal osteomyelitis"}, {"code": "A5449", "desc": "Gonococcal infection of other musculoskeletal tissue"}, {"code": "A545", "desc": "Gonococcal pharyngitis"}, {"code": "A546", "desc": "Gonococcal infection of anus and rectum"}, {"code": "A5481", "desc": "Gonococcal meningitis"}, {"code": "A5482", "desc": "Gonococcal brain abscess"}, {"code": "A5483", "desc": "Gonococcal heart infection"}, {"code": "A5484", "desc": "Gonococcal pneumonia"}, {"code": "A5485", "desc": "Gonococcal peritonitis"}, {"code": "A5486", "desc": "Gonococcal sepsis"}, {"code": "A5489", "desc": "Other gonococcal infections"}, {"code": "A549", "desc": "Gonococcal infection, unspecified"}, {"code": "A55", "desc": "Chlamydial lymphogranuloma (venereum)"}, {"code": "A5600", "desc": "Chlamydial infection of lower genitourinary tract, unspecified"}, {"code": "A5601", "desc": "Chlamydial cystitis and urethritis"}, {"code": "A5602", "desc": "Chlamydial vulvovaginitis"}, {"code": "A5609", "desc": "Other chlamydial infection of lower genitourinary tract"}, {"code": "A5611", "desc": "Chlamydial female pelvic inflammatory disease"}, {"code": "A5619", "desc": "Other chlamydial genitourinary infection"}, {"code": "A562", "desc": "Chlamydial infection of genitourinary tract, unspecified"}, {"code": "A563", "desc": "Chlamydial infection of anus and rectum"}, {"code": "A564", "desc": "Chlamydial infection of pharynx"}, {"code": "A568", "desc": "Sexually transmitted chlamydial infection of other sites"}, {"code": "A57", "desc": "Chancroid"}, {"code": "A58", "desc": "Granuloma inguinale"}, {"code": "A5900", "desc": "Urogenital trichomoniasis, unspecified"}, {"code": "A5901", "desc": "Trichomonal vulvovaginitis"}, {"code": "A5902", "desc": "Trichomonal prostatitis"}, {"code": "A5903", "desc": "Trichomonal cystitis and urethritis"}, {"code": "A5909", "desc": "Other urogenital trichomoniasis"}, {"code": "A598", "desc": "Trichomoniasis of other sites"}, {"code": "A599", "desc": "Trichomoniasis, unspecified"}, {"code": "A6000", "desc": "Herpesviral infection of urogenital system, unspecified"}, {"code": "A6001", "desc": "Herpesviral infection of penis"}, {"code": "A6002", "desc": "Herpesviral infection of other male genital organs"}, {"code": "A6003", "desc": "Herpesviral cervicitis"}, {"code": "A6004", "desc": "Herpesviral vulvovaginitis"}, {"code": "A6009", "desc": "Herpesviral infection of other urogenital tract"}, {"code": "A601", "desc": "Herpesviral infection of perianal skin and rectum"}, {"code": "A609", "desc": "Anogenital herpesviral infection, unspecified"}, {"code": "A630", "desc": "Anogenital (venereal) warts"}, {"code": "A638", "desc": "Other specified predominantly sexually transmitted diseases"}, {"code": "A64", "desc": "Unspecified sexually transmitted disease"}, {"code": "A65", "desc": "Nonvenereal syphilis"}, {"code": "A660", "desc": "Initial lesions of yaws"}, {"code": "A661", "desc": "Multiple papillomata and wet crab yaws"}, {"code": "A662", "desc": "Other early skin lesions of yaws"}, {"code": "A663", "desc": "Hyperkeratosis of yaws"}, {"code": "A664", "desc": "Gummata and ulcers of yaws"}, {"code": "A665", "desc": "Gangosa"}, {"code": "A666", "desc": "Bone and joint lesions of yaws"}, {"code": "A667", "desc": "Other manifestations of yaws"}, {"code": "A668", "desc": "Latent yaws"}, {"code": "A669", "desc": "Yaws, unspecified"}, {"code": "A670", "desc": "Primary lesions of pinta"}, {"code": "A671", "desc": "Intermediate lesions of pinta"}, {"code": "A672", "desc": "Late lesions of pinta"}, {"code": "A673", "desc": "Mixed lesions of pinta"}, {"code": "A679", "desc": "Pinta, unspecified"}, {"code": "A680", "desc": "Louse-borne relapsing fever"}, {"code": "A681", "desc": "Tick-borne relapsing fever"}, {"code": "A689", "desc": "Relapsing fever, unspecified"}, {"code": "A690", "desc": "Necrotizing ulcerative stomatitis"}, {"code": "A691", "desc": "Other Vincent's infections"}, {"code": "A6920", "desc": "Lyme disease, unspecified"}, {"code": "A6921", "desc": "Meningitis due to Lyme disease"}, {"code": "A6922", "desc": "Other neurologic disorders in Lyme disease"}, {"code": "A6923", "desc": "Arthritis due to Lyme disease"}, {"code": "A6929", "desc": "Other conditions associated with Lyme disease"}, {"code": "A698", "desc": "Other specified spirochetal infections"}, {"code": "A699", "desc": "Spirochetal infection, unspecified"}, {"code": "A70", "desc": "Chlamydia psittaci infections"}, {"code": "A710", "desc": "Initial stage of trachoma"}, {"code": "A711", "desc": "Active stage of trachoma"}, {"code": "A719", "desc": "Trachoma, unspecified"}, {"code": "A740", "desc": "Chlamydial conjunctivitis"}, {"code": "A7481", "desc": "Chlamydial peritonitis"}, {"code": "A7489", "desc": "Other chlamydial diseases"}, {"code": "A749", "desc": "Chlamydial infection, unspecified"}, {"code": "A750", "desc": "Epidemic louse-borne typhus fever due to Rickettsia prowazekii"}, {"code": "A751", "desc": "Recrudescent typhus [Brill's disease]"}, {"code": "A752", "desc": "Typhus fever due to Rickettsia typhi"}, {"code": "A753", "desc": "Typhus fever due to Rickettsia tsutsugamushi"}, {"code": "A759", "desc": "Typhus fever, unspecified"}, {"code": "A770", "desc": "Spotted fever due to Rickettsia rickettsii"}, {"code": "A771", "desc": "Spotted fever due to Rickettsia conorii"}, {"code": "A772", "desc": "Spotted fever due to Rickettsia siberica"}, {"code": "A773", "desc": "Spotted fever due to Rickettsia australis"}, {"code": "A7740", "desc": "Ehrlichiosis, unspecified"}, {"code": "A7741", "desc": "Ehrlichiosis chafeensis [E. chafeensis]"}, {"code": "A7749", "desc": "Other ehrlichiosis"}, {"code": "A778", "desc": "Other spotted fevers"}, {"code": "A779", "desc": "Spotted fever, unspecified"}, {"code": "A78", "desc": "Q fever"}, {"code": "A790", "desc": "Trench fever"}, {"code": "A791", "desc": "Rickettsialpox due to Rickettsia akari"}, {"code": "A7981", "desc": "Rickettsiosis due to Ehrlichia sennetsu"}, {"code": "A7989", "desc": "Other specified rickettsioses"}, {"code": "A799", "desc": "Rickettsiosis, unspecified"}, {"code": "A800", "desc": "Acute paralytic poliomyelitis, vaccine-associated"}, {"code": "A801", "desc": "Acute paralytic poliomyelitis, wild virus, imported"}, {"code": "A802", "desc": "Acute paralytic poliomyelitis, wild virus, indigenous"}, {"code": "A8030", "desc": "Acute paralytic poliomyelitis, unspecified"}, {"code": "A8039", "desc": "Other acute paralytic poliomyelitis"}, {"code": "A804", "desc": "Acute nonparalytic poliomyelitis"}, {"code": "A809", "desc": "Acute poliomyelitis, unspecified"}, {"code": "A8100", "desc": "Creutzfeldt-Jakob disease, unspecified"}, {"code": "A8101", "desc": "Variant Creutzfeldt-Jakob disease"}, {"code": "A8109", "desc": "Other Creutzfeldt-Jakob disease"}, {"code": "A811", "desc": "Subacute sclerosing panencephalitis"}, {"code": "A812", "desc": "Progressive multifocal leukoencephalopathy"}, {"code": "A8181", "desc": "Kuru"}, {"code": "A8182", "desc": "Gerstmann-Straussler-Scheinker syndrome"}, {"code": "A8183", "desc": "Fatal familial insomnia"}, {"code": "A8189", "desc": "Other atypical virus infections of central nervous system"}, {"code": "A819", "desc": "Atypical virus infection of central nervous system, unspecified"}, {"code": "A820", "desc": "Sylvatic rabies"}, {"code": "A821", "desc": "Urban rabies"}, {"code": "A829", "desc": "Rabies, unspecified"}, {"code": "A830", "desc": "Japanese encephalitis"}, {"code": "A831", "desc": "Western equine encephalitis"}, {"code": "A832", "desc": "Eastern equine encephalitis"}, {"code": "A833", "desc": "St Louis encephalitis"}, {"code": "A834", "desc": "Australian encephalitis"}, {"code": "A835", "desc": "California encephalitis"}, {"code": "A836", "desc": "Rocio virus disease"}, {"code": "A838", "desc": "Other mosquito-borne viral encephalitis"}, {"code": "A839", "desc": "Mosquito-borne viral encephalitis, unspecified"}, {"code": "A840", "desc": "Far Eastern tick-borne encephalitis [Russian spring-summer encephalitis]"}, {"code": "A841", "desc": "Central European tick-borne encephalitis"}, {"code": "A848", "desc": "Other tick-borne viral encephalitis"}, {"code": "A849", "desc": "Tick-borne viral encephalitis, unspecified"}, {"code": "A850", "desc": "Enteroviral encephalitis"}, {"code": "A851", "desc": "Adenoviral encephalitis"}, {"code": "A852", "desc": "Arthropod-borne viral encephalitis, unspecified"}, {"code": "A858", "desc": "Other specified viral encephalitis"}, {"code": "A86", "desc": "Unspecified viral encephalitis"}, {"code": "A870", "desc": "Enteroviral meningitis"}, {"code": "A871", "desc": "Adenoviral meningitis"}, {"code": "A872", "desc": "Lymphocytic choriomeningitis"}, {"code": "A878", "desc": "Other viral meningitis"}, {"code": "A879", "desc": "Viral meningitis, unspecified"}, {"code": "A880", "desc": "Enteroviral exanthematous fever [Boston exanthem]"}, {"code": "A881", "desc": "Epidemic vertigo"}, {"code": "A888", "desc": "Other specified viral infections of central nervous system"}, {"code": "A89", "desc": "Unspecified viral infection of central nervous system"}, {"code": "A90", "desc": "Dengue fever [classical dengue]"}, {"code": "A91", "desc": "Dengue hemorrhagic fever"}, {"code": "A920", "desc": "Chikungunya virus disease"}, {"code": "A921", "desc": "O'nyong-nyong fever"}, {"code": "A922", "desc": "Venezuelan equine fever"}, {"code": "A9230", "desc": "West Nile virus infection, unspecified"}, {"code": "A9231", "desc": "West Nile virus infection with encephalitis"}, {"code": "A9232", "desc": "West Nile virus infection with other neurologic manifestation"}, {"code": "A9239", "desc": "West Nile virus infection with other complications"}, {"code": "A924", "desc": "Rift Valley fever"}, {"code": "A925", "desc": "Zika virus disease"}, {"code": "A928", "desc": "Other specified mosquito-borne viral fevers"}, {"code": "A929", "desc": "Mosquito-borne viral fever, unspecified"}, {"code": "A930", "desc": "Oropouche virus disease"}, {"code": "A931", "desc": "Sandfly fever"}, {"code": "A932", "desc": "Colorado tick fever"}, {"code": "A938", "desc": "Other specified arthropod-borne viral fevers"}, {"code": "A94", "desc": "Unspecified arthropod-borne viral fever"}, {"code": "A950", "desc": "Sylvatic yellow fever"}, {"code": "A951", "desc": "Urban yellow fever"}, {"code": "A959", "desc": "Yellow fever, unspecified"}, {"code": "A960", "desc": "Junin hemorrhagic fever"}, {"code": "A961", "desc": "Machupo hemorrhagic fever"}, {"code": "A962", "desc": "Lassa fever"}, {"code": "A968", "desc": "Other arenaviral hemorrhagic fevers"}, {"code": "A969", "desc": "Arenaviral hemorrhagic fever, unspecified"}, {"code": "A980", "desc": "Crimean-Congo hemorrhagic fever"}, {"code": "A981", "desc": "Omsk hemorrhagic fever"}, {"code": "A982", "desc": "Kyasanur Forest disease"}, {"code": "A983", "desc": "Marburg virus disease"}, {"code": "A984", "desc": "Ebola virus disease"}, {"code": "A985", "desc": "Hemorrhagic fever with renal syndrome"}, {"code": "A988", "desc": "Other specified viral hemorrhagic fevers"}, {"code": "A99", "desc": "Unspecified viral hemorrhagic fever"}, {"code": "B000", "desc": "Eczema herpeticum"}, {"code": "B001", "desc": "Herpesviral vesicular dermatitis"}, {"code": "B002", "desc": "Herpesviral gingivostomatitis and pharyngotonsillitis"}, {"code": "B003", "desc": "Herpesviral meningitis"}, {"code": "B004", "desc": "Herpesviral encephalitis"}, {"code": "B0050", "desc": "Herpesviral ocular disease, unspecified"}, {"code": "B0051", "desc": "Herpesviral iridocyclitis"}, {"code": "B0052", "desc": "Herpesviral keratitis"}, {"code": "B0053", "desc": "Herpesviral conjunctivitis"}, {"code": "B0059", "desc": "Other herpesviral disease of eye"}, {"code": "B007", "desc": "Disseminated herpesviral disease"}, {"code": "B0081", "desc": "Herpesviral hepatitis"}, {"code": "B0082", "desc": "Herpes simplex myelitis"}, {"code": "B0089", "desc": "Other herpesviral infection"}, {"code": "B009", "desc": "Herpesviral infection, unspecified"}, {"code": "B010", "desc": "Varicella meningitis"}, {"code": "B0111", "desc": "Varicella encephalitis and encephalomyelitis"}, {"code": "B0112", "desc": "Varicella myelitis"}, {"code": "B012", "desc": "Varicella pneumonia"}, {"code": "B0181", "desc": "Varicella keratitis"}, {"code": "B0189", "desc": "Other varicella complications"}, {"code": "B019", "desc": "Varicella without complication"}, {"code": "B020", "desc": "Zoster encephalitis"}, {"code": "B021", "desc": "Zoster meningitis"}, {"code": "B0221", "desc": "Postherpetic geniculate ganglionitis"}, {"code": "B0222", "desc": "Postherpetic trigeminal neuralgia"}, {"code": "B0223", "desc": "Postherpetic polyneuropathy"}, {"code": "B0224", "desc": "Postherpetic myelitis"}, {"code": "B0229", "desc": "Other postherpetic nervous system involvement"}, {"code": "B0230", "desc": "Zoster ocular disease, unspecified"}, {"code": "B0231", "desc": "Zoster conjunctivitis"}, {"code": "B0232", "desc": "Zoster iridocyclitis"}, {"code": "B0233", "desc": "Zoster keratitis"}, {"code": "B0234", "desc": "Zoster scleritis"}, {"code": "B0239", "desc": "Other herpes zoster eye disease"}, {"code": "B027", "desc": "Disseminated zoster"}, {"code": "B028", "desc": "Zoster with other complications"}, {"code": "B029", "desc": "Zoster without complications"}, {"code": "B03", "desc": "Smallpox"}, {"code": "B04", "desc": "Monkeypox"}, {"code": "B050", "desc": "Measles complicated by encephalitis"}, {"code": "B051", "desc": "Measles complicated by meningitis"}, {"code": "B052", "desc": "Measles complicated by pneumonia"}, {"code": "B053", "desc": "Measles complicated by otitis media"}, {"code": "B054", "desc": "Measles with intestinal complications"}, {"code": "B0581", "desc": "Measles keratitis and keratoconjunctivitis"}, {"code": "B0589", "desc": "Other measles complications"}, {"code": "B059", "desc": "Measles without complication"}, {"code": "B0600", "desc": "Rubella with neurological complication, unspecified"}, {"code": "B0601", "desc": "Rubella encephalitis"}, {"code": "B0602", "desc": "Rubella meningitis"}, {"code": "B0609", "desc": "Other neurological complications of rubella"}, {"code": "B0681", "desc": "Rubella pneumonia"}, {"code": "B0682", "desc": "Rubella arthritis"}, {"code": "B0689", "desc": "Other rubella complications"}, {"code": "B069", "desc": "Rubella without complication"}, {"code": "B070", "desc": "Plantar wart"}, {"code": "B078", "desc": "Other viral warts"}, {"code": "B079", "desc": "Viral wart, unspecified"}, {"code": "B08010", "desc": "Cowpox"}, {"code": "B08011", "desc": "Vaccinia not from vaccine"}, {"code": "B0802", "desc": "Orf virus disease"}, {"code": "B0803", "desc": "Pseudocowpox [milker's node]"}, {"code": "B0804", "desc": "Paravaccinia, unspecified"}, {"code": "B0809", "desc": "Other orthopoxvirus infections"}, {"code": "B081", "desc": "Molluscum contagiosum"}, {"code": "B0820", "desc": "Exanthema subitum [sixth disease], unspecified"}, {"code": "B0821", "desc": "Exanthema subitum [sixth disease] due to human herpesvirus 6"}, {"code": "B0822", "desc": "Exanthema subitum [sixth disease] due to human herpesvirus 7"}, {"code": "B083", "desc": "Erythema infectiosum [fifth disease]"}, {"code": "B084", "desc": "Enteroviral vesicular stomatitis with exanthem"}, {"code": "B085", "desc": "Enteroviral vesicular pharyngitis"}, {"code": "B0860", "desc": "Parapoxvirus infection, unspecified"}, {"code": "B0861", "desc": "Bovine stomatitis"}, {"code": "B0862", "desc": "Sealpox"}, {"code": "B0869", "desc": "Other parapoxvirus infections"}, {"code": "B0870", "desc": "Yatapoxvirus infection, unspecified"}, {"code": "B0871", "desc": "Tanapox virus disease"}, {"code": "B0872", "desc": "Yaba pox virus disease"}, {"code": "B0879", "desc": "Other yatapoxvirus infections"}, {"code": "B088", "desc": "Other specified viral infections characterized by skin and mucous membrane lesions"}, {"code": "B09", "desc": "Unspecified viral infection characterized by skin and mucous membrane lesions"}, {"code": "B1001", "desc": "Human herpesvirus 6 encephalitis"}, {"code": "B1009", "desc": "Other human herpesvirus encephalitis"}, {"code": "B1081", "desc": "Human herpesvirus 6 infection"}, {"code": "B1082", "desc": "Human herpesvirus 7 infection"}, {"code": "B1089", "desc": "Other human herpesvirus infection"}, {"code": "B150", "desc": "Hepatitis A with hepatic coma"}, {"code": "B159", "desc": "Hepatitis A without hepatic coma"}, {"code": "B160", "desc": "Acute hepatitis B with delta-agent with hepatic coma"}, {"code": "B161", "desc": "Acute hepatitis B with delta-agent without hepatic coma"}, {"code": "B162", "desc": "Acute hepatitis B without delta-agent with hepatic coma"}, {"code": "B169", "desc": "Acute hepatitis B without delta-agent and without hepatic coma"}, {"code": "B170", "desc": "Acute delta-(super) infection of hepatitis B carrier"}, {"code": "B1710", "desc": "Acute hepatitis C without hepatic coma"}, {"code": "B1711", "desc": "Acute hepatitis C with hepatic coma"}, {"code": "B172", "desc": "Acute hepatitis E"}, {"code": "B178", "desc": "Other specified acute viral hepatitis"}, {"code": "B179", "desc": "Acute viral hepatitis, unspecified"}, {"code": "B180", "desc": "Chronic viral hepatitis B with delta-agent"}, {"code": "B181", "desc": "Chronic viral hepatitis B without delta-agent"}, {"code": "B182", "desc": "Chronic viral hepatitis C"}, {"code": "B188", "desc": "Other chronic viral hepatitis"}, {"code": "B189", "desc": "Chronic viral hepatitis, unspecified"}, {"code": "B190", "desc": "Unspecified viral hepatitis with hepatic coma"}, {"code": "B1910", "desc": "Unspecified viral hepatitis B without hepatic coma"}, {"code": "B1911", "desc": "Unspecified viral hepatitis B with hepatic coma"}, {"code": "B1920", "desc": "Unspecified viral hepatitis C without hepatic coma"}, {"code": "B1921", "desc": "Unspecified viral hepatitis C with hepatic coma"}, {"code": "B199", "desc": "Unspecified viral hepatitis without hepatic coma"}, {"code": "B20", "desc": "Human immunodeficiency virus [HIV] disease"}, {"code": "B250", "desc": "Cytomegaloviral pneumonitis"}, {"code": "B251", "desc": "Cytomegaloviral hepatitis"}, {"code": "B252", "desc": "Cytomegaloviral pancreatitis"}, {"code": "B258", "desc": "Other cytomegaloviral diseases"}, {"code": "B259", "desc": "Cytomegaloviral disease, unspecified"}, {"code": "B260", "desc": "Mumps orchitis"}, {"code": "B261", "desc": "Mumps meningitis"}, {"code": "B262", "desc": "Mumps encephalitis"}, {"code": "B263", "desc": "Mumps pancreatitis"}, {"code": "B2681", "desc": "Mumps hepatitis"}, {"code": "B2682", "desc": "Mumps myocarditis"}, {"code": "B2683", "desc": "Mumps nephritis"}, {"code": "B2684", "desc": "Mumps polyneuropathy"}, {"code": "B2685", "desc": "Mumps arthritis"}, {"code": "B2689", "desc": "Other mumps complications"}, {"code": "B269", "desc": "Mumps without complication"}, {"code": "B2700", "desc": "Gammaherpesviral mononucleosis without complication"}, {"code": "B2701", "desc": "Gammaherpesviral mononucleosis with polyneuropathy"}, {"code": "B2702", "desc": "Gammaherpesviral mononucleosis with meningitis"}, {"code": "B2709", "desc": "Gammaherpesviral mononucleosis with other complications"}, {"code": "B2710", "desc": "Cytomegaloviral mononucleosis without complications"}, {"code": "B2711", "desc": "Cytomegaloviral mononucleosis with polyneuropathy"}, {"code": "B2712", "desc": "Cytomegaloviral mononucleosis with meningitis"}, {"code": "B2719", "desc": "Cytomegaloviral mononucleosis with other complication"}, {"code": "B2780", "desc": "Other infectious mononucleosis without complication"}, {"code": "B2781", "desc": "Other infectious mononucleosis with polyneuropathy"}, {"code": "B2782", "desc": "Other infectious mononucleosis with meningitis"}, {"code": "B2789", "desc": "Other infectious mononucleosis with other complication"}, {"code": "B2790", "desc": "Infectious mononucleosis, unspecified without complication"}, {"code": "B2791", "desc": "Infectious mononucleosis, unspecified with polyneuropathy"}, {"code": "B2792", "desc": "Infectious mononucleosis, unspecified with meningitis"}, {"code": "B2799", "desc": "Infectious mononucleosis, unspecified with other complication"}, {"code": "B300", "desc": "Keratoconjunctivitis due to adenovirus"}, {"code": "B301", "desc": "Conjunctivitis due to adenovirus"}, {"code": "B302", "desc": "Viral pharyngoconjunctivitis"}, {"code": "B303", "desc": "Acute epidemic hemorrhagic conjunctivitis (enteroviral)"}, {"code": "B308", "desc": "Other viral conjunctivitis"}, {"code": "B309", "desc": "Viral conjunctivitis, unspecified"}, {"code": "B330", "desc": "Epidemic myalgia"}, {"code": "B331", "desc": "Ross River disease"}, {"code": "B3320", "desc": "Viral carditis, unspecified"}, {"code": "B3321", "desc": "Viral endocarditis"}, {"code": "B3322", "desc": "Viral myocarditis"}, {"code": "B3323", "desc": "Viral pericarditis"}, {"code": "B3324", "desc": "Viral cardiomyopathy"}, {"code": "B333", "desc": "Retrovirus infections, not elsewhere classified"}, {"code": "B334", "desc": "Hantavirus (cardio)-pulmonary syndrome [HPS] [HCPS]"}, {"code": "B338", "desc": "Other specified viral diseases"}, {"code": "B340", "desc": "Adenovirus infection, unspecified"}, {"code": "B341", "desc": "Enterovirus infection, unspecified"}, {"code": "B342", "desc": "Coronavirus infection, unspecified"}, {"code": "B343", "desc": "Parvovirus infection, unspecified"}, {"code": "B344", "desc": "Papovavirus infection, unspecified"}, {"code": "B348", "desc": "Other viral infections of unspecified site"}, {"code": "B349", "desc": "Viral infection, unspecified"}, {"code": "B350", "desc": "Tinea barbae and tinea capitis"}, {"code": "B351", "desc": "Tinea unguium"}, {"code": "B352", "desc": "Tinea manuum"}, {"code": "B353", "desc": "Tinea pedis"}, {"code": "B354", "desc": "Tinea corporis"}, {"code": "B355", "desc": "Tinea imbricata"}, {"code": "B356", "desc": "Tinea cruris"}, {"code": "B358", "desc": "Other dermatophytoses"}, {"code": "B359", "desc": "Dermatophytosis, unspecified"}, {"code": "B360", "desc": "Pityriasis versicolor"}, {"code": "B361", "desc": "Tinea nigra"}, {"code": "B362", "desc": "White piedra"}, {"code": "B363", "desc": "Black piedra"}, {"code": "B368", "desc": "Other specified superficial mycoses"}, {"code": "B369", "desc": "Superficial mycosis, unspecified"}, {"code": "B370", "desc": "Candidal stomatitis"}, {"code": "B371", "desc": "Pulmonary candidiasis"}, {"code": "B372", "desc": "Candidiasis of skin and nail"}, {"code": "B373", "desc": "Candidiasis of vulva and vagina"}, {"code": "B3741", "desc": "Candidal cystitis and urethritis"}, {"code": "B3742", "desc": "Candidal balanitis"}, {"code": "B3749", "desc": "Other urogenital candidiasis"}, {"code": "B375", "desc": "Candidal meningitis"}, {"code": "B376", "desc": "Candidal endocarditis"}, {"code": "B377", "desc": "Candidal sepsis"}, {"code": "B3781", "desc": "Candidal esophagitis"}, {"code": "B3782", "desc": "Candidal enteritis"}, {"code": "B3783", "desc": "Candidal cheilitis"}, {"code": "B3784", "desc": "Candidal otitis externa"}, {"code": "B3789", "desc": "Other sites of candidiasis"}, {"code": "B379", "desc": "Candidiasis, unspecified"}, {"code": "B380", "desc": "Acute pulmonary coccidioidomycosis"}, {"code": "B381", "desc": "Chronic pulmonary coccidioidomycosis"}, {"code": "B382", "desc": "Pulmonary coccidioidomycosis, unspecified"}, {"code": "B383", "desc": "Cutaneous coccidioidomycosis"}, {"code": "B384", "desc": "Coccidioidomycosis meningitis"}, {"code": "B387", "desc": "Disseminated coccidioidomycosis"}, {"code": "B3881", "desc": "Prostatic coccidioidomycosis"}, {"code": "B3889", "desc": "Other forms of coccidioidomycosis"}, {"code": "B389", "desc": "Coccidioidomycosis, unspecified"}, {"code": "B390", "desc": "Acute pulmonary histoplasmosis capsulati"}, {"code": "B391", "desc": "Chronic pulmonary histoplasmosis capsulati"}, {"code": "B392", "desc": "Pulmonary histoplasmosis capsulati, unspecified"}, {"code": "B393", "desc": "Disseminated histoplasmosis capsulati"}, {"code": "B394", "desc": "Histoplasmosis capsulati, unspecified"}, {"code": "B395", "desc": "Histoplasmosis duboisii"}, {"code": "B399", "desc": "Histoplasmosis, unspecified"}, {"code": "B400", "desc": "Acute pulmonary blastomycosis"}, {"code": "B401", "desc": "Chronic pulmonary blastomycosis"}, {"code": "B402", "desc": "Pulmonary blastomycosis, unspecified"}, {"code": "B403", "desc": "Cutaneous blastomycosis"}, {"code": "B407", "desc": "Disseminated blastomycosis"}, {"code": "B4081", "desc": "Blastomycotic meningoencephalitis"}, {"code": "B4089", "desc": "Other forms of blastomycosis"}, {"code": "B409", "desc": "Blastomycosis, unspecified"}, {"code": "B410", "desc": "Pulmonary paracoccidioidomycosis"}, {"code": "B417", "desc": "Disseminated paracoccidioidomycosis"}, {"code": "B418", "desc": "Other forms of paracoccidioidomycosis"}, {"code": "B419", "desc": "Paracoccidioidomycosis, unspecified"}, {"code": "B420", "desc": "Pulmonary sporotrichosis"}, {"code": "B421", "desc": "Lymphocutaneous sporotrichosis"}, {"code": "B427", "desc": "Disseminated sporotrichosis"}, {"code": "B4281", "desc": "Cerebral sporotrichosis"}, {"code": "B4282", "desc": "Sporotrichosis arthritis"}, {"code": "B4289", "desc": "Other forms of sporotrichosis"}, {"code": "B429", "desc": "Sporotrichosis, unspecified"}, {"code": "B430", "desc": "Cutaneous chromomycosis"}, {"code": "B431", "desc": "Pheomycotic brain abscess"}, {"code": "B432", "desc": "Subcutaneous pheomycotic abscess and cyst"}, {"code": "B438", "desc": "Other forms of chromomycosis"}, {"code": "B439", "desc": "Chromomycosis, unspecified"}, {"code": "B440", "desc": "Invasive pulmonary aspergillosis"}, {"code": "B441", "desc": "Other pulmonary aspergillosis"}, {"code": "B442", "desc": "Tonsillar aspergillosis"}, {"code": "B447", "desc": "Disseminated aspergillosis"}, {"code": "B4481", "desc": "Allergic bronchopulmonary aspergillosis"}, {"code": "B4489", "desc": "Other forms of aspergillosis"}, {"code": "B449", "desc": "Aspergillosis, unspecified"}, {"code": "B450", "desc": "Pulmonary cryptococcosis"}, {"code": "B451", "desc": "Cerebral cryptococcosis"}, {"code": "B452", "desc": "Cutaneous cryptococcosis"}, {"code": "B453", "desc": "Osseous cryptococcosis"}, {"code": "B457", "desc": "Disseminated cryptococcosis"}, {"code": "B458", "desc": "Other forms of cryptococcosis"}, {"code": "B459", "desc": "Cryptococcosis, unspecified"}, {"code": "B460", "desc": "Pulmonary mucormycosis"}, {"code": "B461", "desc": "Rhinocerebral mucormycosis"}, {"code": "B462", "desc": "Gastrointestinal mucormycosis"}, {"code": "B463", "desc": "Cutaneous mucormycosis"}, {"code": "B464", "desc": "Disseminated mucormycosis"}, {"code": "B465", "desc": "Mucormycosis, unspecified"}, {"code": "B468", "desc": "Other zygomycoses"}, {"code": "B469", "desc": "Zygomycosis, unspecified"}, {"code": "B470", "desc": "Eumycetoma"}, {"code": "B471", "desc": "Actinomycetoma"}, {"code": "B479", "desc": "Mycetoma, unspecified"}, {"code": "B480", "desc": "Lobomycosis"}, {"code": "B481", "desc": "Rhinosporidiosis"}, {"code": "B482", "desc": "Allescheriasis"}, {"code": "B483", "desc": "Geotrichosis"}, {"code": "B484", "desc": "Penicillosis"}, {"code": "B488", "desc": "Other specified mycoses"}, {"code": "B49", "desc": "Unspecified mycosis"}, {"code": "B500", "desc": "Plasmodium falciparum malaria with cerebral complications"}, {"code": "B508", "desc": "Other severe and complicated Plasmodium falciparum malaria"}, {"code": "B509", "desc": "Plasmodium falciparum malaria, unspecified"}, {"code": "B510", "desc": "Plasmodium vivax malaria with rupture of spleen"}, {"code": "B518", "desc": "Plasmodium vivax malaria with other complications"}, {"code": "B519", "desc": "Plasmodium vivax malaria without complication"}, {"code": "B520", "desc": "Plasmodium malariae malaria with nephropathy"}, {"code": "B528", "desc": "Plasmodium malariae malaria with other complications"}, {"code": "B529", "desc": "Plasmodium malariae malaria without complication"}, {"code": "B530", "desc": "Plasmodium ovale malaria"}, {"code": "B531", "desc": "Malaria due to simian plasmodia"}, {"code": "B538", "desc": "Other malaria, not elsewhere classified"}, {"code": "B54", "desc": "Unspecified malaria"}, {"code": "B550", "desc": "Visceral leishmaniasis"}, {"code": "B551", "desc": "Cutaneous leishmaniasis"}, {"code": "B552", "desc": "Mucocutaneous leishmaniasis"}, {"code": "B559", "desc": "Leishmaniasis, unspecified"}, {"code": "B560", "desc": "Gambiense trypanosomiasis"}, {"code": "B561", "desc": "Rhodesiense trypanosomiasis"}, {"code": "B569", "desc": "African trypanosomiasis, unspecified"}, {"code": "B570", "desc": "Acute Chagas' disease with heart involvement"}, {"code": "B571", "desc": "Acute Chagas' disease without heart involvement"}, {"code": "B572", "desc": "Chagas' disease (chronic) with heart involvement"}, {"code": "B5730", "desc": "Chagas' disease with digestive system involvement, unspecified"}, {"code": "B5731", "desc": "Megaesophagus in Chagas' disease"}, {"code": "B5732", "desc": "Megacolon in Chagas' disease"}, {"code": "B5739", "desc": "Other digestive system involvement in Chagas' disease"}, {"code": "B5740", "desc": "Chagas' disease with nervous system involvement, unspecified"}, {"code": "B5741", "desc": "Meningitis in Chagas' disease"}, {"code": "B5742", "desc": "Meningoencephalitis in Chagas' disease"}, {"code": "B5749", "desc": "Other nervous system involvement in Chagas' disease"}, {"code": "B575", "desc": "Chagas' disease (chronic) with other organ involvement"}, {"code": "B5800", "desc": "Toxoplasma oculopathy, unspecified"}, {"code": "B5801", "desc": "Toxoplasma chorioretinitis"}, {"code": "B5809", "desc": "Other toxoplasma oculopathy"}, {"code": "B581", "desc": "Toxoplasma hepatitis"}, {"code": "B582", "desc": "Toxoplasma meningoencephalitis"}, {"code": "B583", "desc": "Pulmonary toxoplasmosis"}, {"code": "B5881", "desc": "Toxoplasma myocarditis"}, {"code": "B5882", "desc": "Toxoplasma myositis"}, {"code": "B5883", "desc": "Toxoplasma tubulo-interstitial nephropathy"}, {"code": "B5889", "desc": "Toxoplasmosis with other organ involvement"}, {"code": "B589", "desc": "Toxoplasmosis, unspecified"}, {"code": "B59", "desc": "Pneumocystosis"}, {"code": "B600", "desc": "Babesiosis"}, {"code": "B6010", "desc": "Acanthamebiasis, unspecified"}, {"code": "B6011", "desc": "Meningoencephalitis due to Acanthamoeba (culbertsoni)"}, {"code": "B6012", "desc": "Conjunctivitis due to Acanthamoeba"}, {"code": "B6013", "desc": "Keratoconjunctivitis due to Acanthamoeba"}, {"code": "B6019", "desc": "Other acanthamebic disease"}, {"code": "B602", "desc": "Naegleriasis"}, {"code": "B608", "desc": "Other specified protozoal diseases"}, {"code": "B64", "desc": "Unspecified protozoal disease"}, {"code": "B650", "desc": "Schistosomiasis due to Schistosoma haematobium [urinary schistosomiasis]"}, {"code": "B651", "desc": "Schistosomiasis due to Schistosoma mansoni [intestinal schistosomiasis]"}, {"code": "B652", "desc": "Schistosomiasis due to Schistosoma japonicum"}, {"code": "B653", "desc": "Cercarial dermatitis"}, {"code": "B658", "desc": "Other schistosomiasis"}, {"code": "B659", "desc": "Schistosomiasis, unspecified"}, {"code": "B660", "desc": "Opisthorchiasis"}, {"code": "B661", "desc": "Clonorchiasis"}, {"code": "B662", "desc": "Dicroceliasis"}, {"code": "B663", "desc": "Fascioliasis"}, {"code": "B664", "desc": "Paragonimiasis"}, {"code": "B665", "desc": "Fasciolopsiasis"}, {"code": "B668", "desc": "Other specified fluke infections"}, {"code": "B669", "desc": "Fluke infection, unspecified"}, {"code": "B670", "desc": "Echinococcus granulosus infection of liver"}, {"code": "B671", "desc": "Echinococcus granulosus infection of lung"}, {"code": "B672", "desc": "Echinococcus granulosus infection of bone"}, {"code": "B6731", "desc": "Echinococcus granulosus infection, thyroid gland"}, {"code": "B6732", "desc": "Echinococcus granulosus infection, multiple sites"}, {"code": "B6739", "desc": "Echinococcus granulosus infection, other sites"}, {"code": "B674", "desc": "Echinococcus granulosus infection, unspecified"}, {"code": "B675", "desc": "Echinococcus multilocularis infection of liver"}, {"code": "B6761", "desc": "Echinococcus multilocularis infection, multiple sites"}, {"code": "B6769", "desc": "Echinococcus multilocularis infection, other sites"}, {"code": "B677", "desc": "Echinococcus multilocularis infection, unspecified"}, {"code": "B678", "desc": "Echinococcosis, unspecified, of liver"}, {"code": "B6790", "desc": "Echinococcosis, unspecified"}, {"code": "B6799", "desc": "Other echinococcosis"}, {"code": "B680", "desc": "Taenia solium taeniasis"}, {"code": "B681", "desc": "Taenia saginata taeniasis"}, {"code": "B689", "desc": "Taeniasis, unspecified"}, {"code": "B690", "desc": "Cysticercosis of central nervous system"}, {"code": "B691", "desc": "Cysticercosis of eye"}, {"code": "B6981", "desc": "Myositis in cysticercosis"}, {"code": "B6989", "desc": "Cysticercosis of other sites"}, {"code": "B699", "desc": "Cysticercosis, unspecified"}, {"code": "B700", "desc": "Diphyllobothriasis"}, {"code": "B701", "desc": "Sparganosis"}, {"code": "B710", "desc": "Hymenolepiasis"}, {"code": "B711", "desc": "Dipylidiasis"}, {"code": "B718", "desc": "Other specified cestode infections"}, {"code": "B719", "desc": "Cestode infection, unspecified"}, {"code": "B72", "desc": "Dracunculiasis"}, {"code": "B7300", "desc": "Onchocerciasis with eye involvement, unspecified"}, {"code": "B7301", "desc": "Onchocerciasis with endophthalmitis"}, {"code": "B7302", "desc": "Onchocerciasis with glaucoma"}, {"code": "B7309", "desc": "Onchocerciasis with other eye involvement"}, {"code": "B731", "desc": "Onchocerciasis without eye disease"}, {"code": "B740", "desc": "Filariasis due to Wuchereria bancrofti"}, {"code": "B741", "desc": "Filariasis due to Brugia malayi"}, {"code": "B742", "desc": "Filariasis due to Brugia timori"}, {"code": "B743", "desc": "Loiasis"}, {"code": "B744", "desc": "Mansonelliasis"}, {"code": "B748", "desc": "Other filariases"}, {"code": "B749", "desc": "Filariasis, unspecified"}, {"code": "B75", "desc": "Trichinellosis"}, {"code": "B760", "desc": "Ancylostomiasis"}, {"code": "B761", "desc": "Necatoriasis"}, {"code": "B768", "desc": "Other hookworm diseases"}, {"code": "B769", "desc": "Hookworm disease, unspecified"}, {"code": "B770", "desc": "Ascariasis with intestinal complications"}, {"code": "B7781", "desc": "Ascariasis pneumonia"}, {"code": "B7789", "desc": "Ascariasis with other complications"}, {"code": "B779", "desc": "Ascariasis, unspecified"}, {"code": "B780", "desc": "Intestinal strongyloidiasis"}, {"code": "B781", "desc": "Cutaneous strongyloidiasis"}, {"code": "B787", "desc": "Disseminated strongyloidiasis"}, {"code": "B789", "desc": "Strongyloidiasis, unspecified"}, {"code": "B79", "desc": "Trichuriasis"}, {"code": "B80", "desc": "Enterobiasis"}, {"code": "B810", "desc": "Anisakiasis"}, {"code": "B811", "desc": "Intestinal capillariasis"}, {"code": "B812", "desc": "Trichostrongyliasis"}, {"code": "B813", "desc": "Intestinal angiostrongyliasis"}, {"code": "B814", "desc": "Mixed intestinal helminthiases"}, {"code": "B818", "desc": "Other specified intestinal helminthiases"}, {"code": "B820", "desc": "Intestinal helminthiasis, unspecified"}, {"code": "B829", "desc": "Intestinal parasitism, unspecified"}, {"code": "B830", "desc": "Visceral larva migrans"}, {"code": "B831", "desc": "Gnathostomiasis"}, {"code": "B832", "desc": "Angiostrongyliasis due to Parastrongylus cantonensis"}, {"code": "B833", "desc": "Syngamiasis"}, {"code": "B834", "desc": "Internal hirudiniasis"}, {"code": "B838", "desc": "Other specified helminthiases"}, {"code": "B839", "desc": "Helminthiasis, unspecified"}, {"code": "B850", "desc": "Pediculosis due to Pediculus humanus capitis"}, {"code": "B851", "desc": "Pediculosis due to Pediculus humanus corporis"}, {"code": "B852", "desc": "Pediculosis, unspecified"}, {"code": "B853", "desc": "Phthiriasis"}, {"code": "B854", "desc": "Mixed pediculosis and phthiriasis"}, {"code": "B86", "desc": "Scabies"}, {"code": "B870", "desc": "Cutaneous myiasis"}, {"code": "B871", "desc": "Wound myiasis"}, {"code": "B872", "desc": "Ocular myiasis"}, {"code": "B873", "desc": "Nasopharyngeal myiasis"}, {"code": "B874", "desc": "Aural myiasis"}, {"code": "B8781", "desc": "Genitourinary myiasis"}, {"code": "B8782", "desc": "Intestinal myiasis"}, {"code": "B8789", "desc": "Myiasis of other sites"}, {"code": "B879", "desc": "Myiasis, unspecified"}, {"code": "B880", "desc": "Other acariasis"}, {"code": "B881", "desc": "Tungiasis [sandflea infestation]"}, {"code": "B882", "desc": "Other arthropod infestations"}, {"code": "B883", "desc": "External hirudiniasis"}, {"code": "B888", "desc": "Other specified infestations"}, {"code": "B889", "desc": "Infestation, unspecified"}, {"code": "B89", "desc": "Unspecified parasitic disease"}, {"code": "B900", "desc": "Sequelae of central nervous system tuberculosis"}, {"code": "B901", "desc": "Sequelae of genitourinary tuberculosis"}, {"code": "B902", "desc": "Sequelae of tuberculosis of bones and joints"}, {"code": "B908", "desc": "Sequelae of tuberculosis of other organs"}, {"code": "B909", "desc": "Sequelae of respiratory and unspecified tuberculosis"}, {"code": "B91", "desc": "Sequelae of poliomyelitis"}, {"code": "B92", "desc": "Sequelae of leprosy"}, {"code": "B940", "desc": "Sequelae of trachoma"}, {"code": "B941", "desc": "Sequelae of viral encephalitis"}, {"code": "B942", "desc": "Sequelae of viral hepatitis"}, {"code": "B948", "desc": "Sequelae of other specified infectious and parasitic diseases"}, {"code": "B949", "desc": "Sequelae of unspecified infectious and parasitic disease"}, {"code": "B950", "desc": "Streptococcus, group A, as the cause of diseases classified elsewhere"}, {"code": "B951", "desc": "Streptococcus, group B, as the cause of diseases classified elsewhere"}, {"code": "B952", "desc": "Enterococcus as the cause of diseases classified elsewhere"}, {"code": "B953", "desc": "Streptococcus pneumoniae as the cause of diseases classified elsewhere"}, {"code": "B954", "desc": "Other streptococcus as the cause of diseases classified elsewhere"}, {"code": "B955", "desc": "Unspecified streptococcus as the cause of diseases classified elsewhere"}, {"code": "B9561", "desc": "Methicillin susceptible Staphylococcus aureus infection as the cause of diseases classified elsewhere"}, {"code": "B9562", "desc": "Methicillin resistant Staphylococcus aureus infection as the cause of diseases classified elsewhere"}, {"code": "B957", "desc": "Other staphylococcus as the cause of diseases classified elsewhere"}, {"code": "B958", "desc": "Unspecified staphylococcus as the cause of diseases classified elsewhere"}, {"code": "B960", "desc": "Mycoplasma pneumoniae [M. pneumoniae] as the cause of diseases classified elsewhere"}, {"code": "B961", "desc": "Klebsiella pneumoniae [K. pneumoniae] as the cause of diseases classified elsewhere"}, {"code": "B9620", "desc": "Unspecified Escherichia coli [E. coli] as the cause of diseases classified elsewhere"}, {"code": "B9621", "desc": "Shiga toxin-producing Escherichia coli [E. coli] (STEC) O157 as the cause of diseases classified elsewhere"}, {"code": "B9622", "desc": "Other specified Shiga toxin-producing Escherichia coli [E. coli] (STEC) as the cause of diseases classified elsewhere"}, {"code": "B9623", "desc": "Unspecified Shiga toxin-producing Escherichia coli [E. coli] (STEC) as the cause of diseases classified elsewhere"}, {"code": "B9629", "desc": "Other Escherichia coli [E. coli] as the cause of diseases classified elsewhere"}, {"code": "B963", "desc": "Hemophilus influenzae [H. influenzae] as the cause of diseases classified elsewhere"}, {"code": "B964", "desc": "Proteus (mirabilis) (morganii) as the cause of diseases classified elsewhere"}, {"code": "B965", "desc": "Pseudomonas (aeruginosa) (mallei) (pseudomallei) as the cause of diseases classified elsewhere"}, {"code": "B966", "desc": "Bacteroides fragilis [B. fragilis] as the cause of diseases classified elsewhere"}, {"code": "B967", "desc": "Clostridium perfringens [C. perfringens] as the cause of diseases classified elsewhere"}, {"code": "B9681", "desc": "Helicobacter pylori [H. pylori] as the cause of diseases classified elsewhere"}, {"code": "B9682", "desc": "Vibrio vulnificus as the cause of diseases classified elsewhere"}, {"code": "B9689", "desc": "Other specified bacterial agents as the cause of diseases classified elsewhere"}, {"code": "B970", "desc": "Adenovirus as the cause of diseases classified elsewhere"}, {"code": "B9710", "desc": "Unspecified enterovirus as the cause of diseases classified elsewhere"}, {"code": "B9711", "desc": "Coxsackievirus as the cause of diseases classified elsewhere"}, {"code": "B9712", "desc": "Echovirus as the cause of diseases classified elsewhere"}, {"code": "B9719", "desc": "Other enterovirus as the cause of diseases classified elsewhere"}, {"code": "B9721", "desc": "SARS-associated coronavirus as the cause of diseases classified elsewhere"}, {"code": "B9729", "desc": "Other coronavirus as the cause of diseases classified elsewhere"}, {"code": "B9730", "desc": "Unspecified retrovirus as the cause of diseases classified elsewhere"}, {"code": "B9731", "desc": "Lentivirus as the cause of diseases classified elsewhere"}, {"code": "B9732", "desc": "Oncovirus as the cause of diseases classified elsewhere"}, {"code": "B9733", "desc": "Human T-cell lymphotrophic virus, type I [HTLV-I] as the cause of diseases classified elsewhere"}, {"code": "B9734", "desc": "Human T-cell lymphotrophic virus, type II [HTLV-II] as the cause of diseases classified elsewhere"}, {"code": "B9735", "desc": "Human immunodeficiency virus, type 2 [HIV 2] as the cause of diseases classified elsewhere"}, {"code": "B9739", "desc": "Other retrovirus as the cause of diseases classified elsewhere"}, {"code": "B974", "desc": "Respiratory syncytial virus as the cause of diseases classified elsewhere"}, {"code": "B975", "desc": "Reovirus as the cause of diseases classified elsewhere"}, {"code": "B976", "desc": "Parvovirus as the cause of diseases classified elsewhere"}, {"code": "B977", "desc": "Papillomavirus as the cause of diseases classified elsewhere"}, {"code": "B9781", "desc": "Human metapneumovirus as the cause of diseases classified elsewhere"}, {"code": "B9789", "desc": "Other viral agents as the cause of diseases classified elsewhere"}, {"code": "B998", "desc": "Other infectious disease"}, {"code": "B999", "desc": "Unspecified infectious disease"}, {"code": "C000", "desc": "Malignant neoplasm of external upper lip"}, {"code": "C001", "desc": "Malignant neoplasm of external lower lip"}, {"code": "C002", "desc": "Malignant neoplasm of external lip, unspecified"}, {"code": "C003", "desc": "Malignant neoplasm of upper lip, inner aspect"}, {"code": "C004", "desc": "Malignant neoplasm of lower lip, inner aspect"}, {"code": "C005", "desc": "Malignant neoplasm of lip, unspecified, inner aspect"}, {"code": "C006", "desc": "Malignant neoplasm of commissure of lip, unspecified"}, {"code": "C008", "desc": "Malignant neoplasm of overlapping sites of lip"}, {"code": "C009", "desc": "Malignant neoplasm of lip, unspecified"}, {"code": "C01", "desc": "Malignant neoplasm of base of tongue"}, {"code": "C020", "desc": "Malignant neoplasm of dorsal surface of tongue"}, {"code": "C021", "desc": "Malignant neoplasm of border of tongue"}, {"code": "C022", "desc": "Malignant neoplasm of ventral surface of tongue"}, {"code": "C023", "desc": "Malignant neoplasm of anterior two-thirds of tongue, part unspecified"}, {"code": "C024", "desc": "Malignant neoplasm of lingual tonsil"}, {"code": "C028", "desc": "Malignant neoplasm of overlapping sites of tongue"}, {"code": "C029", "desc": "Malignant neoplasm of tongue, unspecified"}, {"code": "C030", "desc": "Malignant neoplasm of upper gum"}, {"code": "C031", "desc": "Malignant neoplasm of lower gum"}, {"code": "C039", "desc": "Malignant neoplasm of gum, unspecified"}, {"code": "C040", "desc": "Malignant neoplasm of anterior floor of mouth"}, {"code": "C041", "desc": "Malignant neoplasm of lateral floor of mouth"}, {"code": "C048", "desc": "Malignant neoplasm of overlapping sites of floor of mouth"}, {"code": "C049", "desc": "Malignant neoplasm of floor of mouth, unspecified"}, {"code": "C050", "desc": "Malignant neoplasm of hard palate"}, {"code": "C051", "desc": "Malignant neoplasm of soft palate"}, {"code": "C052", "desc": "Malignant neoplasm of uvula"}, {"code": "C058", "desc": "Malignant neoplasm of overlapping sites of palate"}, {"code": "C059", "desc": "Malignant neoplasm of palate, unspecified"}, {"code": "C060", "desc": "Malignant neoplasm of cheek mucosa"}, {"code": "C061", "desc": "Malignant neoplasm of vestibule of mouth"}, {"code": "C062", "desc": "Malignant neoplasm of retromolar area"}, {"code": "C0680", "desc": "Malignant neoplasm of overlapping sites of unspecified parts of mouth"}, {"code": "C0689", "desc": "Malignant neoplasm of overlapping sites of other parts of mouth"}, {"code": "C069", "desc": "Malignant neoplasm of mouth, unspecified"}, {"code": "C07", "desc": "Malignant neoplasm of parotid gland"}, {"code": "C080", "desc": "Malignant neoplasm of submandibular gland"}, {"code": "C081", "desc": "Malignant neoplasm of sublingual gland"}, {"code": "C089", "desc": "Malignant neoplasm of major salivary gland, unspecified"}, {"code": "C090", "desc": "Malignant neoplasm of tonsillar fossa"}, {"code": "C091", "desc": "Malignant neoplasm of tonsillar pillar (anterior) (posterior)"}, {"code": "C098", "desc": "Malignant neoplasm of overlapping sites of tonsil"}, {"code": "C099", "desc": "Malignant neoplasm of tonsil, unspecified"}, {"code": "C100", "desc": "Malignant neoplasm of vallecula"}, {"code": "C101", "desc": "Malignant neoplasm of anterior surface of epiglottis"}, {"code": "C102", "desc": "Malignant neoplasm of lateral wall of oropharynx"}, {"code": "C103", "desc": "Malignant neoplasm of posterior wall of oropharynx"}, {"code": "C104", "desc": "Malignant neoplasm of branchial cleft"}, {"code": "C108", "desc": "Malignant neoplasm of overlapping sites of oropharynx"}, {"code": "C109", "desc": "Malignant neoplasm of oropharynx, unspecified"}, {"code": "C110", "desc": "Malignant neoplasm of superior wall of nasopharynx"}, {"code": "C111", "desc": "Malignant neoplasm of posterior wall of nasopharynx"}, {"code": "C112", "desc": "Malignant neoplasm of lateral wall of nasopharynx"}, {"code": "C113", "desc": "Malignant neoplasm of anterior wall of nasopharynx"}, {"code": "C118", "desc": "Malignant neoplasm of overlapping sites of nasopharynx"}, {"code": "C119", "desc": "Malignant neoplasm of nasopharynx, unspecified"}, {"code": "C12", "desc": "Malignant neoplasm of pyriform sinus"}, {"code": "C130", "desc": "Malignant neoplasm of postcricoid region"}, {"code": "C131", "desc": "Malignant neoplasm of aryepiglottic fold, hypopharyngeal aspect"}, {"code": "C132", "desc": "Malignant neoplasm of posterior wall of hypopharynx"}, {"code": "C138", "desc": "Malignant neoplasm of overlapping sites of hypopharynx"}, {"code": "C139", "desc": "Malignant neoplasm of hypopharynx, unspecified"}, {"code": "C140", "desc": "Malignant neoplasm of pharynx, unspecified"}, {"code": "C142", "desc": "Malignant neoplasm of Waldeyer's ring"}, {"code": "C148", "desc": "Malignant neoplasm of overlapping sites of lip, oral cavity and pharynx"}, {"code": "C153", "desc": "Malignant neoplasm of upper third of esophagus"}, {"code": "C154", "desc": "Malignant neoplasm of middle third of esophagus"}, {"code": "C155", "desc": "Malignant neoplasm of lower third of esophagus"}, {"code": "C158", "desc": "Malignant neoplasm of overlapping sites of esophagus"}, {"code": "C159", "desc": "Malignant neoplasm of esophagus, unspecified"}, {"code": "C160", "desc": "Malignant neoplasm of cardia"}, {"code": "C161", "desc": "Malignant neoplasm of fundus of stomach"}, {"code": "C162", "desc": "Malignant neoplasm of body of stomach"}, {"code": "C163", "desc": "Malignant neoplasm of pyloric antrum"}, {"code": "C164", "desc": "Malignant neoplasm of pylorus"}, {"code": "C165", "desc": "Malignant neoplasm of lesser curvature of stomach, unspecified"}, {"code": "C166", "desc": "Malignant neoplasm of greater curvature of stomach, unspecified"}, {"code": "C168", "desc": "Malignant neoplasm of overlapping sites of stomach"}, {"code": "C169", "desc": "Malignant neoplasm of stomach, unspecified"}, {"code": "C170", "desc": "Malignant neoplasm of duodenum"}, {"code": "C171", "desc": "Malignant neoplasm of jejunum"}, {"code": "C172", "desc": "Malignant neoplasm of ileum"}, {"code": "C173", "desc": "Meckel's diverticulum, malignant"}, {"code": "C178", "desc": "Malignant neoplasm of overlapping sites of small intestine"}, {"code": "C179", "desc": "Malignant neoplasm of small intestine, unspecified"}, {"code": "C180", "desc": "Malignant neoplasm of cecum"}, {"code": "C181", "desc": "Malignant neoplasm of appendix"}, {"code": "C182", "desc": "Malignant neoplasm of ascending colon"}, {"code": "C183", "desc": "Malignant neoplasm of hepatic flexure"}, {"code": "C184", "desc": "Malignant neoplasm of transverse colon"}, {"code": "C185", "desc": "Malignant neoplasm of splenic flexure"}, {"code": "C186", "desc": "Malignant neoplasm of descending colon"}, {"code": "C187", "desc": "Malignant neoplasm of sigmoid colon"}, {"code": "C188", "desc": "Malignant neoplasm of overlapping sites of colon"}, {"code": "C189", "desc": "Malignant neoplasm of colon, unspecified"}, {"code": "C19", "desc": "Malignant neoplasm of rectosigmoid junction"}, {"code": "C20", "desc": "Malignant neoplasm of rectum"}, {"code": "C210", "desc": "Malignant neoplasm of anus, unspecified"}, {"code": "C211", "desc": "Malignant neoplasm of anal canal"}, {"code": "C212", "desc": "Malignant neoplasm of cloacogenic zone"}, {"code": "C218", "desc": "Malignant neoplasm of overlapping sites of rectum, anus and anal canal"}, {"code": "C220", "desc": "Liver cell carcinoma"}, {"code": "C221", "desc": "Intrahepatic bile duct carcinoma"}, {"code": "C222", "desc": "Hepatoblastoma"}, {"code": "C223", "desc": "Angiosarcoma of liver"}, {"code": "C224", "desc": "Other sarcomas of liver"}, {"code": "C227", "desc": "Other specified carcinomas of liver"}, {"code": "C228", "desc": "Malignant neoplasm of liver, primary, unspecified as to type"}, {"code": "C229", "desc": "Malignant neoplasm of liver, not specified as primary or secondary"}, {"code": "C23", "desc": "Malignant neoplasm of gallbladder"}, {"code": "C240", "desc": "Malignant neoplasm of extrahepatic bile duct"}, {"code": "C241", "desc": "Malignant neoplasm of ampulla of Vater"}, {"code": "C248", "desc": "Malignant neoplasm of overlapping sites of biliary tract"}, {"code": "C249", "desc": "Malignant neoplasm of biliary tract, unspecified"}, {"code": "C250", "desc": "Malignant neoplasm of head of pancreas"}, {"code": "C251", "desc": "Malignant neoplasm of body of pancreas"}, {"code": "C252", "desc": "Malignant neoplasm of tail of pancreas"}, {"code": "C253", "desc": "Malignant neoplasm of pancreatic duct"}, {"code": "C254", "desc": "Malignant neoplasm of endocrine pancreas"}, {"code": "C257", "desc": "Malignant neoplasm of other parts of pancreas"}, {"code": "C258", "desc": "Malignant neoplasm of overlapping sites of pancreas"}, {"code": "C259", "desc": "Malignant neoplasm of pancreas, unspecified"}, {"code": "C260", "desc": "Malignant neoplasm of intestinal tract, part unspecified"}, {"code": "C261", "desc": "Malignant neoplasm of spleen"}, {"code": "C269", "desc": "Malignant neoplasm of ill-defined sites within the digestive system"}, {"code": "C300", "desc": "Malignant neoplasm of nasal cavity"}, {"code": "C301", "desc": "Malignant neoplasm of middle ear"}, {"code": "C310", "desc": "Malignant neoplasm of maxillary sinus"}, {"code": "C311", "desc": "Malignant neoplasm of ethmoidal sinus"}, {"code": "C312", "desc": "Malignant neoplasm of frontal sinus"}, {"code": "C313", "desc": "Malignant neoplasm of sphenoid sinus"}, {"code": "C318", "desc": "Malignant neoplasm of overlapping sites of accessory sinuses"}, {"code": "C319", "desc": "Malignant neoplasm of accessory sinus, unspecified"}, {"code": "C320", "desc": "Malignant neoplasm of glottis"}, {"code": "C321", "desc": "Malignant neoplasm of supraglottis"}, {"code": "C322", "desc": "Malignant neoplasm of subglottis"}, {"code": "C323", "desc": "Malignant neoplasm of laryngeal cartilage"}, {"code": "C328", "desc": "Malignant neoplasm of overlapping sites of larynx"}, {"code": "C329", "desc": "Malignant neoplasm of larynx, unspecified"}, {"code": "C33", "desc": "Malignant neoplasm of trachea"}, {"code": "C3400", "desc": "Malignant neoplasm of unspecified main bronchus"}, {"code": "C3401", "desc": "Malignant neoplasm of right main bronchus"}, {"code": "C3402", "desc": "Malignant neoplasm of left main bronchus"}, {"code": "C3410", "desc": "Malignant neoplasm of upper lobe, unspecified bronchus or lung"}, {"code": "C3411", "desc": "Malignant neoplasm of upper lobe, right bronchus or lung"}, {"code": "C3412", "desc": "Malignant neoplasm of upper lobe, left bronchus or lung"}, {"code": "C342", "desc": "Malignant neoplasm of middle lobe, bronchus or lung"}, {"code": "C3430", "desc": "Malignant neoplasm of lower lobe, unspecified bronchus or lung"}, {"code": "C3431", "desc": "Malignant neoplasm of lower lobe, right bronchus or lung"}, {"code": "C3432", "desc": "Malignant neoplasm of lower lobe, left bronchus or lung"}, {"code": "C3480", "desc": "Malignant neoplasm of overlapping sites of unspecified bronchus and lung"}, {"code": "C3481", "desc": "Malignant neoplasm of overlapping sites of right bronchus and lung"}, {"code": "C3482", "desc": "Malignant neoplasm of overlapping sites of left bronchus and lung"}, {"code": "C3490", "desc": "Malignant neoplasm of unspecified part of unspecified bronchus or lung"}, {"code": "C3491", "desc": "Malignant neoplasm of unspecified part of right bronchus or lung"}, {"code": "C3492", "desc": "Malignant neoplasm of unspecified part of left bronchus or lung"}, {"code": "C37", "desc": "Malignant neoplasm of thymus"}, {"code": "C380", "desc": "Malignant neoplasm of heart"}, {"code": "C381", "desc": "Malignant neoplasm of anterior mediastinum"}, {"code": "C382", "desc": "Malignant neoplasm of posterior mediastinum"}, {"code": "C383", "desc": "Malignant neoplasm of mediastinum, part unspecified"}, {"code": "C384", "desc": "Malignant neoplasm of pleura"}, {"code": "C388", "desc": "Malignant neoplasm of overlapping sites of heart, mediastinum and pleura"}, {"code": "C390", "desc": "Malignant neoplasm of upper respiratory tract, part unspecified"}, {"code": "C399", "desc": "Malignant neoplasm of lower respiratory tract, part unspecified"}, {"code": "C4000", "desc": "Malignant neoplasm of scapula and long bones of unspecified upper limb"}, {"code": "C4001", "desc": "Malignant neoplasm of scapula and long bones of right upper limb"}, {"code": "C4002", "desc": "Malignant neoplasm of scapula and long bones of left upper limb"}, {"code": "C4010", "desc": "Malignant neoplasm of short bones of unspecified upper limb"}, {"code": "C4011", "desc": "Malignant neoplasm of short bones of right upper limb"}, {"code": "C4012", "desc": "Malignant neoplasm of short bones of left upper limb"}, {"code": "C4020", "desc": "Malignant neoplasm of long bones of unspecified lower limb"}, {"code": "C4021", "desc": "Malignant neoplasm of long bones of right lower limb"}, {"code": "C4022", "desc": "Malignant neoplasm of long bones of left lower limb"}, {"code": "C4030", "desc": "Malignant neoplasm of short bones of unspecified lower limb"}, {"code": "C4031", "desc": "Malignant neoplasm of short bones of right lower limb"}, {"code": "C4032", "desc": "Malignant neoplasm of short bones of left lower limb"}, {"code": "C4080", "desc": "Malignant neoplasm of overlapping sites of bone and articular cartilage of unspecified limb"}, {"code": "C4081", "desc": "Malignant neoplasm of overlapping sites of bone and articular cartilage of right limb"}, {"code": "C4082", "desc": "Malignant neoplasm of overlapping sites of bone and articular cartilage of left limb"}, {"code": "C4090", "desc": "Malignant neoplasm of unspecified bones and articular cartilage of unspecified limb"}, {"code": "C4091", "desc": "Malignant neoplasm of unspecified bones and articular cartilage of right limb"}, {"code": "C4092", "desc": "Malignant neoplasm of unspecified bones and articular cartilage of left limb"}, {"code": "C410", "desc": "Malignant neoplasm of bones of skull and face"}, {"code": "C411", "desc": "Malignant neoplasm of mandible"}, {"code": "C412", "desc": "Malignant neoplasm of vertebral column"}, {"code": "C413", "desc": "Malignant neoplasm of ribs, sternum and clavicle"}, {"code": "C414", "desc": "Malignant neoplasm of pelvic bones, sacrum and coccyx"}, {"code": "C419", "desc": "Malignant neoplasm of bone and articular cartilage, unspecified"}, {"code": "C430", "desc": "Malignant melanoma of lip"}, {"code": "C4310", "desc": "Malignant melanoma of unspecified eyelid, including canthus"}, {"code": "C4311", "desc": "Malignant melanoma of right eyelid, including canthus"}, {"code": "C4312", "desc": "Malignant melanoma of left eyelid, including canthus"}, {"code": "C4320", "desc": "Malignant melanoma of unspecified ear and external auricular canal"}, {"code": "C4321", "desc": "Malignant melanoma of right ear and external auricular canal"}, {"code": "C4322", "desc": "Malignant melanoma of left ear and external auricular canal"}, {"code": "C4330", "desc": "Malignant melanoma of unspecified part of face"}, {"code": "C4331", "desc": "Malignant melanoma of nose"}, {"code": "C4339", "desc": "Malignant melanoma of other parts of face"}, {"code": "C434", "desc": "Malignant melanoma of scalp and neck"}, {"code": "C4351", "desc": "Malignant melanoma of anal skin"}, {"code": "C4352", "desc": "Malignant melanoma of skin of breast"}, {"code": "C4359", "desc": "Malignant melanoma of other part of trunk"}, {"code": "C4360", "desc": "Malignant melanoma of unspecified upper limb, including shoulder"}, {"code": "C4361", "desc": "Malignant melanoma of right upper limb, including shoulder"}, {"code": "C4362", "desc": "Malignant melanoma of left upper limb, including shoulder"}, {"code": "C4370", "desc": "Malignant melanoma of unspecified lower limb, including hip"}, {"code": "C4371", "desc": "Malignant melanoma of right lower limb, including hip"}, {"code": "C4372", "desc": "Malignant melanoma of left lower limb, including hip"}, {"code": "C438", "desc": "Malignant melanoma of overlapping sites of skin"}, {"code": "C439", "desc": "Malignant melanoma of skin, unspecified"}, {"code": "C4A0", "desc": "Merkel cell carcinoma of lip"}, {"code": "C4A10", "desc": "Merkel cell carcinoma of unspecified eyelid, including canthus"}, {"code": "C4A11", "desc": "Merkel cell carcinoma of right eyelid, including canthus"}, {"code": "C4A12", "desc": "Merkel cell carcinoma of left eyelid, including canthus"}, {"code": "C4A20", "desc": "Merkel cell carcinoma of unspecified ear and external auricular canal"}, {"code": "C4A21", "desc": "Merkel cell carcinoma of right ear and external auricular canal"}, {"code": "C4A22", "desc": "Merkel cell carcinoma of left ear and external auricular canal"}, {"code": "C4A30", "desc": "Merkel cell carcinoma of unspecified part of face"}, {"code": "C4A31", "desc": "Merkel cell carcinoma of nose"}, {"code": "C4A39", "desc": "Merkel cell carcinoma of other parts of face"}, {"code": "C4A4", "desc": "Merkel cell carcinoma of scalp and neck"}, {"code": "C4A51", "desc": "Merkel cell carcinoma of anal skin"}, {"code": "C4A52", "desc": "Merkel cell carcinoma of skin of breast"}, {"code": "C4A59", "desc": "Merkel cell carcinoma of other part of trunk"}, {"code": "C4A60", "desc": "Merkel cell carcinoma of unspecified upper limb, including shoulder"}, {"code": "C4A61", "desc": "Merkel cell carcinoma of right upper limb, including shoulder"}, {"code": "C4A62", "desc": "Merkel cell carcinoma of left upper limb, including shoulder"}, {"code": "C4A70", "desc": "Merkel cell carcinoma of unspecified lower limb, including hip"}, {"code": "C4A71", "desc": "Merkel cell carcinoma of right lower limb, including hip"}, {"code": "C4A72", "desc": "Merkel cell carcinoma of left lower limb, including hip"}, {"code": "C4A8", "desc": "Merkel cell carcinoma of overlapping sites"}, {"code": "C4A9", "desc": "Merkel cell carcinoma, unspecified"}, {"code": "C4400", "desc": "Unspecified malignant neoplasm of skin of lip"}, {"code": "C4401", "desc": "Basal cell carcinoma of skin of lip"}, {"code": "C4402", "desc": "Squamous cell carcinoma of skin of lip"}, {"code": "C4409", "desc": "Other specified malignant neoplasm of skin of lip"}, {"code": "C44101", "desc": "Unspecified malignant neoplasm of skin of unspecified eyelid, including canthus"}, {"code": "C44102", "desc": "Unspecified malignant neoplasm of skin of right eyelid, including canthus"}, {"code": "C44109", "desc": "Unspecified malignant neoplasm of skin of left eyelid, including canthus"}, {"code": "C44111", "desc": "Basal cell carcinoma of skin of unspecified eyelid, including canthus"}, {"code": "C44112", "desc": "Basal cell carcinoma of skin of right eyelid, including canthus"}, {"code": "C44119", "desc": "Basal cell carcinoma of skin of left eyelid, including canthus"}, {"code": "C44121", "desc": "Squamous cell carcinoma of skin of unspecified eyelid, including canthus"}, {"code": "C44122", "desc": "Squamous cell carcinoma of skin of right eyelid, including canthus"}, {"code": "C44129", "desc": "Squamous cell carcinoma of skin of left eyelid, including canthus"}, {"code": "C44191", "desc": "Other specified malignant neoplasm of skin of unspecified eyelid, including canthus"}, {"code": "C44192", "desc": "Other specified malignant neoplasm of skin of right eyelid, including canthus"}, {"code": "C44199", "desc": "Other specified malignant neoplasm of skin of left eyelid, including canthus"}, {"code": "C44201", "desc": "Unspecified malignant neoplasm of skin of unspecified ear and external auricular canal"}, {"code": "C44202", "desc": "Unspecified malignant neoplasm of skin of right ear and external auricular canal"}, {"code": "C44209", "desc": "Unspecified malignant neoplasm of skin of left ear and external auricular canal"}, {"code": "C44211", "desc": "Basal cell carcinoma of skin of unspecified ear and external auricular canal"}, {"code": "C44212", "desc": "Basal cell carcinoma of skin of right ear and external auricular canal"}, {"code": "C44219", "desc": "Basal cell carcinoma of skin of left ear and external auricular canal"}, {"code": "C44221", "desc": "Squamous cell carcinoma of skin of unspecified ear and external auricular canal"}, {"code": "C44222", "desc": "Squamous cell carcinoma of skin of right ear and external auricular canal"}, {"code": "C44229", "desc": "Squamous cell carcinoma of skin of left ear and external auricular canal"}, {"code": "C44291", "desc": "Other specified malignant neoplasm of skin of unspecified ear and external auricular canal"}, {"code": "C44292", "desc": "Other specified malignant neoplasm of skin of right ear and external auricular canal"}, {"code": "C44299", "desc": "Other specified malignant neoplasm of skin of left ear and external auricular canal"}, {"code": "C44300", "desc": "Unspecified malignant neoplasm of skin of unspecified part of face"}, {"code": "C44301", "desc": "Unspecified malignant neoplasm of skin of nose"}, {"code": "C44309", "desc": "Unspecified malignant neoplasm of skin of other parts of face"}, {"code": "C44310", "desc": "Basal cell carcinoma of skin of unspecified parts of face"}, {"code": "C44311", "desc": "Basal cell carcinoma of skin of nose"}, {"code": "C44319", "desc": "Basal cell carcinoma of skin of other parts of face"}, {"code": "C44320", "desc": "Squamous cell carcinoma of skin of unspecified parts of face"}, {"code": "C44321", "desc": "Squamous cell carcinoma of skin of nose"}, {"code": "C44329", "desc": "Squamous cell carcinoma of skin of other parts of face"}, {"code": "C44390", "desc": "Other specified malignant neoplasm of skin of unspecified parts of face"}, {"code": "C44391", "desc": "Other specified malignant neoplasm of skin of nose"}, {"code": "C44399", "desc": "Other specified malignant neoplasm of skin of other parts of face"}, {"code": "C4440", "desc": "Unspecified malignant neoplasm of skin of scalp and neck"}, {"code": "C4441", "desc": "Basal cell carcinoma of skin of scalp and neck"}, {"code": "C4442", "desc": "Squamous cell carcinoma of skin of scalp and neck"}, {"code": "C4449", "desc": "Other specified malignant neoplasm of skin of scalp and neck"}, {"code": "C44500", "desc": "Unspecified malignant neoplasm of anal skin"}, {"code": "C44501", "desc": "Unspecified malignant neoplasm of skin of breast"}, {"code": "C44509", "desc": "Unspecified malignant neoplasm of skin of other part of trunk"}, {"code": "C44510", "desc": "Basal cell carcinoma of anal skin"}, {"code": "C44511", "desc": "Basal cell carcinoma of skin of breast"}, {"code": "C44519", "desc": "Basal cell carcinoma of skin of other part of trunk"}, {"code": "C44520", "desc": "Squamous cell carcinoma of anal skin"}, {"code": "C44521", "desc": "Squamous cell carcinoma of skin of breast"}, {"code": "C44529", "desc": "Squamous cell carcinoma of skin of other part of trunk"}, {"code": "C44590", "desc": "Other specified malignant neoplasm of anal skin"}, {"code": "C44591", "desc": "Other specified malignant neoplasm of skin of breast"}, {"code": "C44599", "desc": "Other specified malignant neoplasm of skin of other part of trunk"}, {"code": "C44601", "desc": "Unspecified malignant neoplasm of skin of unspecified upper limb, including shoulder"}, {"code": "C44602", "desc": "Unspecified malignant neoplasm of skin of right upper limb, including shoulder"}, {"code": "C44609", "desc": "Unspecified malignant neoplasm of skin of left upper limb, including shoulder"}, {"code": "C44611", "desc": "Basal cell carcinoma of skin of unspecified upper limb, including shoulder"}, {"code": "C44612", "desc": "Basal cell carcinoma of skin of right upper limb, including shoulder"}, {"code": "C44619", "desc": "Basal cell carcinoma of skin of left upper limb, including shoulder"}, {"code": "C44621", "desc": "Squamous cell carcinoma of skin of unspecified upper limb, including shoulder"}, {"code": "C44622", "desc": "Squamous cell carcinoma of skin of right upper limb, including shoulder"}, {"code": "C44629", "desc": "Squamous cell carcinoma of skin of left upper limb, including shoulder"}, {"code": "C44691", "desc": "Other specified malignant neoplasm of skin of unspecified upper limb, including shoulder"}, {"code": "C44692", "desc": "Other specified malignant neoplasm of skin of right upper limb, including shoulder"}, {"code": "C44699", "desc": "Other specified malignant neoplasm of skin of left upper limb, including shoulder"}, {"code": "C44701", "desc": "Unspecified malignant neoplasm of skin of unspecified lower limb, including hip"}, {"code": "C44702", "desc": "Unspecified malignant neoplasm of skin of right lower limb, including hip"}, {"code": "C44709", "desc": "Unspecified malignant neoplasm of skin of left lower limb, including hip"}, {"code": "C44711", "desc": "Basal cell carcinoma of skin of unspecified lower limb, including hip"}, {"code": "C44712", "desc": "Basal cell carcinoma of skin of right lower limb, including hip"}, {"code": "C44719", "desc": "Basal cell carcinoma of skin of left lower limb, including hip"}, {"code": "C44721", "desc": "Squamous cell carcinoma of skin of unspecified lower limb, including hip"}, {"code": "C44722", "desc": "Squamous cell carcinoma of skin of right lower limb, including hip"}, {"code": "C44729", "desc": "Squamous cell carcinoma of skin of left lower limb, including hip"}, {"code": "C44791", "desc": "Other specified malignant neoplasm of skin of unspecified lower limb, including hip"}, {"code": "C44792", "desc": "Other specified malignant neoplasm of skin of right lower limb, including hip"}, {"code": "C44799", "desc": "Other specified malignant neoplasm of skin of left lower limb, including hip"}, {"code": "C4480", "desc": "Unspecified malignant neoplasm of overlapping sites of skin"}, {"code": "C4481", "desc": "Basal cell carcinoma of overlapping sites of skin"}, {"code": "C4482", "desc": "Squamous cell carcinoma of overlapping sites of skin"}, {"code": "C4489", "desc": "Other specified malignant neoplasm of overlapping sites of skin"}, {"code": "C4490", "desc": "Unspecified malignant neoplasm of skin, unspecified"}, {"code": "C4491", "desc": "Basal cell carcinoma of skin, unspecified"}, {"code": "C4492", "desc": "Squamous cell carcinoma of skin, unspecified"}, {"code": "C4499", "desc": "Other specified malignant neoplasm of skin, unspecified"}, {"code": "C450", "desc": "Mesothelioma of pleura"}, {"code": "C451", "desc": "Mesothelioma of peritoneum"}, {"code": "C452", "desc": "Mesothelioma of pericardium"}, {"code": "C457", "desc": "Mesothelioma of other sites"}, {"code": "C459", "desc": "Mesothelioma, unspecified"}, {"code": "C460", "desc": "Kaposi's sarcoma of skin"}, {"code": "C461", "desc": "Kaposi's sarcoma of soft tissue"}, {"code": "C462", "desc": "Kaposi's sarcoma of palate"}, {"code": "C463", "desc": "Kaposi's sarcoma of lymph nodes"}, {"code": "C464", "desc": "Kaposi's sarcoma of gastrointestinal sites"}, {"code": "C4650", "desc": "Kaposi's sarcoma of unspecified lung"}, {"code": "C4651", "desc": "Kaposi's sarcoma of right lung"}, {"code": "C4652", "desc": "Kaposi's sarcoma of left lung"}, {"code": "C467", "desc": "Kaposi's sarcoma of other sites"}, {"code": "C469", "desc": "Kaposi's sarcoma, unspecified"}, {"code": "C470", "desc": "Malignant neoplasm of peripheral nerves of head, face and neck"}, {"code": "C4710", "desc": "Malignant neoplasm of peripheral nerves of unspecified upper limb, including shoulder"}, {"code": "C4711", "desc": "Malignant neoplasm of peripheral nerves of right upper limb, including shoulder"}, {"code": "C4712", "desc": "Malignant neoplasm of peripheral nerves of left upper limb, including shoulder"}, {"code": "C4720", "desc": "Malignant neoplasm of peripheral nerves of unspecified lower limb, including hip"}, {"code": "C4721", "desc": "Malignant neoplasm of peripheral nerves of right lower limb, including hip"}, {"code": "C4722", "desc": "Malignant neoplasm of peripheral nerves of left lower limb, including hip"}, {"code": "C473", "desc": "Malignant neoplasm of peripheral nerves of thorax"}, {"code": "C474", "desc": "Malignant neoplasm of peripheral nerves of abdomen"}, {"code": "C475", "desc": "Malignant neoplasm of peripheral nerves of pelvis"}, {"code": "C476", "desc": "Malignant neoplasm of peripheral nerves of trunk, unspecified"}, {"code": "C478", "desc": "Malignant neoplasm of overlapping sites of peripheral nerves and autonomic nervous system"}, {"code": "C479", "desc": "Malignant neoplasm of peripheral nerves and autonomic nervous system, unspecified"}, {"code": "C480", "desc": "Malignant neoplasm of retroperitoneum"}, {"code": "C481", "desc": "Malignant neoplasm of specified parts of peritoneum"}, {"code": "C482", "desc": "Malignant neoplasm of peritoneum, unspecified"}, {"code": "C488", "desc": "Malignant neoplasm of overlapping sites of retroperitoneum and peritoneum"}, {"code": "C490", "desc": "Malignant neoplasm of connective and soft tissue of head, face and neck"}, {"code": "C4910", "desc": "Malignant neoplasm of connective and soft tissue of unspecified upper limb, including shoulder"}, {"code": "C4911", "desc": "Malignant neoplasm of connective and soft tissue of right upper limb, including shoulder"}, {"code": "C4912", "desc": "Malignant neoplasm of connective and soft tissue of left upper limb, including shoulder"}, {"code": "C4920", "desc": "Malignant neoplasm of connective and soft tissue of unspecified lower limb, including hip"}, {"code": "C4921", "desc": "Malignant neoplasm of connective and soft tissue of right lower limb, including hip"}, {"code": "C4922", "desc": "Malignant neoplasm of connective and soft tissue of left lower limb, including hip"}, {"code": "C493", "desc": "Malignant neoplasm of connective and soft tissue of thorax"}, {"code": "C494", "desc": "Malignant neoplasm of connective and soft tissue of abdomen"}, {"code": "C495", "desc": "Malignant neoplasm of connective and soft tissue of pelvis"}, {"code": "C496", "desc": "Malignant neoplasm of connective and soft tissue of trunk, unspecified"}, {"code": "C498", "desc": "Malignant neoplasm of overlapping sites of connective and soft tissue"}, {"code": "C499", "desc": "Malignant neoplasm of connective and soft tissue, unspecified"}, {"code": "C49A0", "desc": "Gastrointestinal stromal tumor, unspecified site"}, {"code": "C49A1", "desc": "Gastrointestinal stromal tumor of esophagus"}, {"code": "C49A2", "desc": "Gastrointestinal stromal tumor of stomach"}, {"code": "C49A3", "desc": "Gastrointestinal stromal tumor of small intestine"}, {"code": "C49A4", "desc": "Gastrointestinal stromal tumor of large intestine"}, {"code": "C49A5", "desc": "Gastrointestinal stromal tumor of rectum"}, {"code": "C49A9", "desc": "Gastrointestinal stromal tumor of other sites"}, {"code": "C50011", "desc": "Malignant neoplasm of nipple and areola, right female breast"}, {"code": "C50012", "desc": "Malignant neoplasm of nipple and areola, left female breast"}, {"code": "C50019", "desc": "Malignant neoplasm of nipple and areola, unspecified female breast"}, {"code": "C50021", "desc": "Malignant neoplasm of nipple and areola, right male breast"}, {"code": "C50022", "desc": "Malignant neoplasm of nipple and areola, left male breast"}, {"code": "C50029", "desc": "Malignant neoplasm of nipple and areola, unspecified male breast"}, {"code": "C50111", "desc": "Malignant neoplasm of central portion of right female breast"}, {"code": "C50112", "desc": "Malignant neoplasm of central portion of left female breast"}, {"code": "C50119", "desc": "Malignant neoplasm of central portion of unspecified female breast"}, {"code": "C50121", "desc": "Malignant neoplasm of central portion of right male breast"}, {"code": "C50122", "desc": "Malignant neoplasm of central portion of left male breast"}, {"code": "C50129", "desc": "Malignant neoplasm of central portion of unspecified male breast"}, {"code": "C50211", "desc": "Malignant neoplasm of upper-inner quadrant of right female breast"}, {"code": "C50212", "desc": "Malignant neoplasm of upper-inner quadrant of left female breast"}, {"code": "C50219", "desc": "Malignant neoplasm of upper-inner quadrant of unspecified female breast"}, {"code": "C50221", "desc": "Malignant neoplasm of upper-inner quadrant of right male breast"}, {"code": "C50222", "desc": "Malignant neoplasm of upper-inner quadrant of left male breast"}, {"code": "C50229", "desc": "Malignant neoplasm of upper-inner quadrant of unspecified male breast"}, {"code": "C50311", "desc": "Malignant neoplasm of lower-inner quadrant of right female breast"}, {"code": "C50312", "desc": "Malignant neoplasm of lower-inner quadrant of left female breast"}, {"code": "C50319", "desc": "Malignant neoplasm of lower-inner quadrant of unspecified female breast"}, {"code": "C50321", "desc": "Malignant neoplasm of lower-inner quadrant of right male breast"}, {"code": "C50322", "desc": "Malignant neoplasm of lower-inner quadrant of left male breast"}, {"code": "C50329", "desc": "Malignant neoplasm of lower-inner quadrant of unspecified male breast"}, {"code": "C50411", "desc": "Malignant neoplasm of upper-outer quadrant of right female breast"}, {"code": "C50412", "desc": "Malignant neoplasm of upper-outer quadrant of left female breast"}, {"code": "C50419", "desc": "Malignant neoplasm of upper-outer quadrant of unspecified female breast"}, {"code": "C50421", "desc": "Malignant neoplasm of upper-outer quadrant of right male breast"}, {"code": "C50422", "desc": "Malignant neoplasm of upper-outer quadrant of left male breast"}, {"code": "C50429", "desc": "Malignant neoplasm of upper-outer quadrant of unspecified male breast"}, {"code": "C50511", "desc": "Malignant neoplasm of lower-outer quadrant of right female breast"}, {"code": "C50512", "desc": "Malignant neoplasm of lower-outer quadrant of left female breast"}, {"code": "C50519", "desc": "Malignant neoplasm of lower-outer quadrant of unspecified female breast"}, {"code": "C50521", "desc": "Malignant neoplasm of lower-outer quadrant of right male breast"}, {"code": "C50522", "desc": "Malignant neoplasm of lower-outer quadrant of left male breast"}, {"code": "C50529", "desc": "Malignant neoplasm of lower-outer quadrant of unspecified male breast"}, {"code": "C50611", "desc": "Malignant neoplasm of axillary tail of right female breast"}, {"code": "C50612", "desc": "Malignant neoplasm of axillary tail of left female breast"}, {"code": "C50619", "desc": "Malignant neoplasm of axillary tail of unspecified female breast"}, {"code": "C50621", "desc": "Malignant neoplasm of axillary tail of right male breast"}, {"code": "C50622", "desc": "Malignant neoplasm of axillary tail of left male breast"}, {"code": "C50629", "desc": "Malignant neoplasm of axillary tail of unspecified male breast"}, {"code": "C50811", "desc": "Malignant neoplasm of overlapping sites of right female breast"}, {"code": "C50812", "desc": "Malignant neoplasm of overlapping sites of left female breast"}, {"code": "C50819", "desc": "Malignant neoplasm of overlapping sites of unspecified female breast"}, {"code": "C50821", "desc": "Malignant neoplasm of overlapping sites of right male breast"}, {"code": "C50822", "desc": "Malignant neoplasm of overlapping sites of left male breast"}, {"code": "C50829", "desc": "Malignant neoplasm of overlapping sites of unspecified male breast"}, {"code": "C50911", "desc": "Malignant neoplasm of unspecified site of right female breast"}, {"code": "C50912", "desc": "Malignant neoplasm of unspecified site of left female breast"}, {"code": "C50919", "desc": "Malignant neoplasm of unspecified site of unspecified female breast"}, {"code": "C50921", "desc": "Malignant neoplasm of unspecified site of right male breast"}, {"code": "C50922", "desc": "Malignant neoplasm of unspecified site of left male breast"}, {"code": "C50929", "desc": "Malignant neoplasm of unspecified site of unspecified male breast"}, {"code": "C510", "desc": "Malignant neoplasm of labium majus"}, {"code": "C511", "desc": "Malignant neoplasm of labium minus"}, {"code": "C512", "desc": "Malignant neoplasm of clitoris"}, {"code": "C518", "desc": "Malignant neoplasm of overlapping sites of vulva"}, {"code": "C519", "desc": "Malignant neoplasm of vulva, unspecified"}, {"code": "C52", "desc": "Malignant neoplasm of vagina"}, {"code": "C530", "desc": "Malignant neoplasm of endocervix"}, {"code": "C531", "desc": "Malignant neoplasm of exocervix"}, {"code": "C538", "desc": "Malignant neoplasm of overlapping sites of cervix uteri"}, {"code": "C539", "desc": "Malignant neoplasm of cervix uteri, unspecified"}, {"code": "C540", "desc": "Malignant neoplasm of isthmus uteri"}, {"code": "C541", "desc": "Malignant neoplasm of endometrium"}, {"code": "C542", "desc": "Malignant neoplasm of myometrium"}, {"code": "C543", "desc": "Malignant neoplasm of fundus uteri"}, {"code": "C548", "desc": "Malignant neoplasm of overlapping sites of corpus uteri"}, {"code": "C549", "desc": "Malignant neoplasm of corpus uteri, unspecified"}, {"code": "C55", "desc": "Malignant neoplasm of uterus, part unspecified"}, {"code": "C561", "desc": "Malignant neoplasm of right ovary"}, {"code": "C562", "desc": "Malignant neoplasm of left ovary"}, {"code": "C569", "desc": "Malignant neoplasm of unspecified ovary"}, {"code": "C5700", "desc": "Malignant neoplasm of unspecified fallopian tube"}, {"code": "C5701", "desc": "Malignant neoplasm of right fallopian tube"}, {"code": "C5702", "desc": "Malignant neoplasm of left fallopian tube"}, {"code": "C5710", "desc": "Malignant neoplasm of unspecified broad ligament"}, {"code": "C5711", "desc": "Malignant neoplasm of right broad ligament"}, {"code": "C5712", "desc": "Malignant neoplasm of left broad ligament"}, {"code": "C5720", "desc": "Malignant neoplasm of unspecified round ligament"}, {"code": "C5721", "desc": "Malignant neoplasm of right round ligament"}, {"code": "C5722", "desc": "Malignant neoplasm of left round ligament"}, {"code": "C573", "desc": "Malignant neoplasm of parametrium"}, {"code": "C574", "desc": "Malignant neoplasm of uterine adnexa, unspecified"}, {"code": "C577", "desc": "Malignant neoplasm of other specified female genital organs"}, {"code": "C578", "desc": "Malignant neoplasm of overlapping sites of female genital organs"}, {"code": "C579", "desc": "Malignant neoplasm of female genital organ, unspecified"}, {"code": "C58", "desc": "Malignant neoplasm of placenta"}, {"code": "C600", "desc": "Malignant neoplasm of prepuce"}, {"code": "C601", "desc": "Malignant neoplasm of glans penis"}, {"code": "C602", "desc": "Malignant neoplasm of body of penis"}, {"code": "C608", "desc": "Malignant neoplasm of overlapping sites of penis"}, {"code": "C609", "desc": "Malignant neoplasm of penis, unspecified"}, {"code": "C61", "desc": "Malignant neoplasm of prostate"}, {"code": "C6200", "desc": "Malignant neoplasm of unspecified undescended testis"}, {"code": "C6201", "desc": "Malignant neoplasm of undescended right testis"}, {"code": "C6202", "desc": "Malignant neoplasm of undescended left testis"}, {"code": "C6210", "desc": "Malignant neoplasm of unspecified descended testis"}, {"code": "C6211", "desc": "Malignant neoplasm of descended right testis"}, {"code": "C6212", "desc": "Malignant neoplasm of descended left testis"}, {"code": "C6290", "desc": "Malignant neoplasm of unspecified testis, unspecified whether descended or undescended"}, {"code": "C6291", "desc": "Malignant neoplasm of right testis, unspecified whether descended or undescended"}, {"code": "C6292", "desc": "Malignant neoplasm of left testis, unspecified whether descended or undescended"}, {"code": "C6300", "desc": "Malignant neoplasm of unspecified epididymis"}, {"code": "C6301", "desc": "Malignant neoplasm of right epididymis"}, {"code": "C6302", "desc": "Malignant neoplasm of left epididymis"}, {"code": "C6310", "desc": "Malignant neoplasm of unspecified spermatic cord"}, {"code": "C6311", "desc": "Malignant neoplasm of right spermatic cord"}, {"code": "C6312", "desc": "Malignant neoplasm of left spermatic cord"}, {"code": "C632", "desc": "Malignant neoplasm of scrotum"}, {"code": "C637", "desc": "Malignant neoplasm of other specified male genital organs"}, {"code": "C638", "desc": "Malignant neoplasm of overlapping sites of male genital organs"}, {"code": "C639", "desc": "Malignant neoplasm of male genital organ, unspecified"}, {"code": "C641", "desc": "Malignant neoplasm of right kidney, except renal pelvis"}, {"code": "C642", "desc": "Malignant neoplasm of left kidney, except renal pelvis"}, {"code": "C649", "desc": "Malignant neoplasm of unspecified kidney, except renal pelvis"}, {"code": "C651", "desc": "Malignant neoplasm of right renal pelvis"}, {"code": "C652", "desc": "Malignant neoplasm of left renal pelvis"}, {"code": "C659", "desc": "Malignant neoplasm of unspecified renal pelvis"}, {"code": "C661", "desc": "Malignant neoplasm of right ureter"}, {"code": "C662", "desc": "Malignant neoplasm of left ureter"}, {"code": "C669", "desc": "Malignant neoplasm of unspecified ureter"}, {"code": "C670", "desc": "Malignant neoplasm of trigone of bladder"}, {"code": "C671", "desc": "Malignant neoplasm of dome of bladder"}, {"code": "C672", "desc": "Malignant neoplasm of lateral wall of bladder"}, {"code": "C673", "desc": "Malignant neoplasm of anterior wall of bladder"}, {"code": "C674", "desc": "Malignant neoplasm of posterior wall of bladder"}, {"code": "C675", "desc": "Malignant neoplasm of bladder neck"}, {"code": "C676", "desc": "Malignant neoplasm of ureteric orifice"}, {"code": "C677", "desc": "Malignant neoplasm of urachus"}, {"code": "C678", "desc": "Malignant neoplasm of overlapping sites of bladder"}, {"code": "C679", "desc": "Malignant neoplasm of bladder, unspecified"}, {"code": "C680", "desc": "Malignant neoplasm of urethra"}, {"code": "C681", "desc": "Malignant neoplasm of paraurethral glands"}, {"code": "C688", "desc": "Malignant neoplasm of overlapping sites of urinary organs"}, {"code": "C689", "desc": "Malignant neoplasm of urinary organ, unspecified"}, {"code": "C6900", "desc": "Malignant neoplasm of unspecified conjunctiva"}, {"code": "C6901", "desc": "Malignant neoplasm of right conjunctiva"}, {"code": "C6902", "desc": "Malignant neoplasm of left conjunctiva"}, {"code": "C6910", "desc": "Malignant neoplasm of unspecified cornea"}, {"code": "C6911", "desc": "Malignant neoplasm of right cornea"}, {"code": "C6912", "desc": "Malignant neoplasm of left cornea"}, {"code": "C6920", "desc": "Malignant neoplasm of unspecified retina"}, {"code": "C6921", "desc": "Malignant neoplasm of right retina"}, {"code": "C6922", "desc": "Malignant neoplasm of left retina"}, {"code": "C6930", "desc": "Malignant neoplasm of unspecified choroid"}, {"code": "C6931", "desc": "Malignant neoplasm of right choroid"}, {"code": "C6932", "desc": "Malignant neoplasm of left choroid"}, {"code": "C6940", "desc": "Malignant neoplasm of unspecified ciliary body"}, {"code": "C6941", "desc": "Malignant neoplasm of right ciliary body"}, {"code": "C6942", "desc": "Malignant neoplasm of left ciliary body"}, {"code": "C6950", "desc": "Malignant neoplasm of unspecified lacrimal gland and duct"}, {"code": "C6951", "desc": "Malignant neoplasm of right lacrimal gland and duct"}, {"code": "C6952", "desc": "Malignant neoplasm of left lacrimal gland and duct"}, {"code": "C6960", "desc": "Malignant neoplasm of unspecified orbit"}, {"code": "C6961", "desc": "Malignant neoplasm of right orbit"}, {"code": "C6962", "desc": "Malignant neoplasm of left orbit"}, {"code": "C6980", "desc": "Malignant neoplasm of overlapping sites of unspecified eye and adnexa"}, {"code": "C6981", "desc": "Malignant neoplasm of overlapping sites of right eye and adnexa"}, {"code": "C6982", "desc": "Malignant neoplasm of overlapping sites of left eye and adnexa"}, {"code": "C6990", "desc": "Malignant neoplasm of unspecified site of unspecified eye"}, {"code": "C6991", "desc": "Malignant neoplasm of unspecified site of right eye"}, {"code": "C6992", "desc": "Malignant neoplasm of unspecified site of left eye"}, {"code": "C700", "desc": "Malignant neoplasm of cerebral meninges"}, {"code": "C701", "desc": "Malignant neoplasm of spinal meninges"}, {"code": "C709", "desc": "Malignant neoplasm of meninges, unspecified"}, {"code": "C710", "desc": "Malignant neoplasm of cerebrum, except lobes and ventricles"}, {"code": "C711", "desc": "Malignant neoplasm of frontal lobe"}, {"code": "C712", "desc": "Malignant neoplasm of temporal lobe"}, {"code": "C713", "desc": "Malignant neoplasm of parietal lobe"}, {"code": "C714", "desc": "Malignant neoplasm of occipital lobe"}, {"code": "C715", "desc": "Malignant neoplasm of cerebral ventricle"}, {"code": "C716", "desc": "Malignant neoplasm of cerebellum"}, {"code": "C717", "desc": "Malignant neoplasm of brain stem"}, {"code": "C718", "desc": "Malignant neoplasm of overlapping sites of brain"}, {"code": "C719", "desc": "Malignant neoplasm of brain, unspecified"}, {"code": "C720", "desc": "Malignant neoplasm of spinal cord"}, {"code": "C721", "desc": "Malignant neoplasm of cauda equina"}, {"code": "C7220", "desc": "Malignant neoplasm of unspecified olfactory nerve"}, {"code": "C7221", "desc": "Malignant neoplasm of right olfactory nerve"}, {"code": "C7222", "desc": "Malignant neoplasm of left olfactory nerve"}, {"code": "C7230", "desc": "Malignant neoplasm of unspecified optic nerve"}, {"code": "C7231", "desc": "Malignant neoplasm of right optic nerve"}, {"code": "C7232", "desc": "Malignant neoplasm of left optic nerve"}, {"code": "C7240", "desc": "Malignant neoplasm of unspecified acoustic nerve"}, {"code": "C7241", "desc": "Malignant neoplasm of right acoustic nerve"}, {"code": "C7242", "desc": "Malignant neoplasm of left acoustic nerve"}, {"code": "C7250", "desc": "Malignant neoplasm of unspecified cranial nerve"}, {"code": "C7259", "desc": "Malignant neoplasm of other cranial nerves"}, {"code": "C729", "desc": "Malignant neoplasm of central nervous system, unspecified"}, {"code": "C73", "desc": "Malignant neoplasm of thyroid gland"}, {"code": "C7400", "desc": "Malignant neoplasm of cortex of unspecified adrenal gland"}, {"code": "C7401", "desc": "Malignant neoplasm of cortex of right adrenal gland"}, {"code": "C7402", "desc": "Malignant neoplasm of cortex of left adrenal gland"}, {"code": "C7410", "desc": "Malignant neoplasm of medulla of unspecified adrenal gland"}, {"code": "C7411", "desc": "Malignant neoplasm of medulla of right adrenal gland"}, {"code": "C7412", "desc": "Malignant neoplasm of medulla of left adrenal gland"}, {"code": "C7490", "desc": "Malignant neoplasm of unspecified part of unspecified adrenal gland"}, {"code": "C7491", "desc": "Malignant neoplasm of unspecified part of right adrenal gland"}, {"code": "C7492", "desc": "Malignant neoplasm of unspecified part of left adrenal gland"}, {"code": "C750", "desc": "Malignant neoplasm of parathyroid gland"}, {"code": "C751", "desc": "Malignant neoplasm of pituitary gland"}, {"code": "C752", "desc": "Malignant neoplasm of craniopharyngeal duct"}, {"code": "C753", "desc": "Malignant neoplasm of pineal gland"}, {"code": "C754", "desc": "Malignant neoplasm of carotid body"}, {"code": "C755", "desc": "Malignant neoplasm of aortic body and other paraganglia"}, {"code": "C758", "desc": "Malignant neoplasm with pluriglandular involvement, unspecified"}, {"code": "C759", "desc": "Malignant neoplasm of endocrine gland, unspecified"}, {"code": "C7A00", "desc": "Malignant carcinoid tumor of unspecified site"}, {"code": "C7A010", "desc": "Malignant carcinoid tumor of the duodenum"}, {"code": "C7A011", "desc": "Malignant carcinoid tumor of the jejunum"}, {"code": "C7A012", "desc": "Malignant carcinoid tumor of the ileum"}, {"code": "C7A019", "desc": "Malignant carcinoid tumor of the small intestine, unspecified portion"}, {"code": "C7A020", "desc": "Malignant carcinoid tumor of the appendix"}, {"code": "C7A021", "desc": "Malignant carcinoid tumor of the cecum"}, {"code": "C7A022", "desc": "Malignant carcinoid tumor of the ascending colon"}, {"code": "C7A023", "desc": "Malignant carcinoid tumor of the transverse colon"}, {"code": "C7A024", "desc": "Malignant carcinoid tumor of the descending colon"}, {"code": "C7A025", "desc": "Malignant carcinoid tumor of the sigmoid colon"}, {"code": "C7A026", "desc": "Malignant carcinoid tumor of the rectum"}, {"code": "C7A029", "desc": "Malignant carcinoid tumor of the large intestine, unspecified portion"}, {"code": "C7A090", "desc": "Malignant carcinoid tumor of the bronchus and lung"}, {"code": "C7A091", "desc": "Malignant carcinoid tumor of the thymus"}, {"code": "C7A092", "desc": "Malignant carcinoid tumor of the stomach"}, {"code": "C7A093", "desc": "Malignant carcinoid tumor of the kidney"}, {"code": "C7A094", "desc": "Malignant carcinoid tumor of the foregut, unspecified"}, {"code": "C7A095", "desc": "Malignant carcinoid tumor of the midgut, unspecified"}, {"code": "C7A096", "desc": "Malignant carcinoid tumor of the hindgut, unspecified"}, {"code": "C7A098", "desc": "Malignant carcinoid tumors of other sites"}, {"code": "C7A1", "desc": "Malignant poorly differentiated neuroendocrine tumors"}, {"code": "C7A8", "desc": "Other malignant neuroendocrine tumors"}, {"code": "C7B00", "desc": "Secondary carcinoid tumors, unspecified site"}, {"code": "C7B01", "desc": "Secondary carcinoid tumors of distant lymph nodes"}, {"code": "C7B02", "desc": "Secondary carcinoid tumors of liver"}, {"code": "C7B03", "desc": "Secondary carcinoid tumors of bone"}, {"code": "C7B04", "desc": "Secondary carcinoid tumors of peritoneum"}, {"code": "C7B09", "desc": "Secondary carcinoid tumors of other sites"}, {"code": "C7B1", "desc": "Secondary Merkel cell carcinoma"}, {"code": "C7B8", "desc": "Other secondary neuroendocrine tumors"}, {"code": "C760", "desc": "Malignant neoplasm of head, face and neck"}, {"code": "C761", "desc": "Malignant neoplasm of thorax"}, {"code": "C762", "desc": "Malignant neoplasm of abdomen"}, {"code": "C763", "desc": "Malignant neoplasm of pelvis"}, {"code": "C7640", "desc": "Malignant neoplasm of unspecified upper limb"}, {"code": "C7641", "desc": "Malignant neoplasm of right upper limb"}, {"code": "C7642", "desc": "Malignant neoplasm of left upper limb"}, {"code": "C7650", "desc": "Malignant neoplasm of unspecified lower limb"}, {"code": "C7651", "desc": "Malignant neoplasm of right lower limb"}, {"code": "C7652", "desc": "Malignant neoplasm of left lower limb"}, {"code": "C768", "desc": "Malignant neoplasm of other specified ill-defined sites"}, {"code": "C770", "desc": "Secondary and unspecified malignant neoplasm of lymph nodes of head, face and neck"}, {"code": "C771", "desc": "Secondary and unspecified malignant neoplasm of intrathoracic lymph nodes"}, {"code": "C772", "desc": "Secondary and unspecified malignant neoplasm of intra-abdominal lymph nodes"}, {"code": "C773", "desc": "Secondary and unspecified malignant neoplasm of axilla and upper limb lymph nodes"}, {"code": "C774", "desc": "Secondary and unspecified malignant neoplasm of inguinal and lower limb lymph nodes"}, {"code": "C775", "desc": "Secondary and unspecified malignant neoplasm of intrapelvic lymph nodes"}, {"code": "C778", "desc": "Secondary and unspecified malignant neoplasm of lymph nodes of multiple regions"}, {"code": "C779", "desc": "Secondary and unspecified malignant neoplasm of lymph node, unspecified"}, {"code": "C7800", "desc": "Secondary malignant neoplasm of unspecified lung"}, {"code": "C7801", "desc": "Secondary malignant neoplasm of right lung"}, {"code": "C7802", "desc": "Secondary malignant neoplasm of left lung"}, {"code": "C781", "desc": "Secondary malignant neoplasm of mediastinum"}, {"code": "C782", "desc": "Secondary malignant neoplasm of pleura"}, {"code": "C7830", "desc": "Secondary malignant neoplasm of unspecified respiratory organ"}, {"code": "C7839", "desc": "Secondary malignant neoplasm of other respiratory organs"}, {"code": "C784", "desc": "Secondary malignant neoplasm of small intestine"}, {"code": "C785", "desc": "Secondary malignant neoplasm of large intestine and rectum"}, {"code": "C786", "desc": "Secondary malignant neoplasm of retroperitoneum and peritoneum"}, {"code": "C787", "desc": "Secondary malignant neoplasm of liver and intrahepatic bile duct"}, {"code": "C7880", "desc": "Secondary malignant neoplasm of unspecified digestive organ"}, {"code": "C7889", "desc": "Secondary malignant neoplasm of other digestive organs"}, {"code": "C7900", "desc": "Secondary malignant neoplasm of unspecified kidney and renal pelvis"}, {"code": "C7901", "desc": "Secondary malignant neoplasm of right kidney and renal pelvis"}, {"code": "C7902", "desc": "Secondary malignant neoplasm of left kidney and renal pelvis"}, {"code": "C7910", "desc": "Secondary malignant neoplasm of unspecified urinary organs"}, {"code": "C7911", "desc": "Secondary malignant neoplasm of bladder"}, {"code": "C7919", "desc": "Secondary malignant neoplasm of other urinary organs"}, {"code": "C792", "desc": "Secondary malignant neoplasm of skin"}, {"code": "C7931", "desc": "Secondary malignant neoplasm of brain"}, {"code": "C7932", "desc": "Secondary malignant neoplasm of cerebral meninges"}, {"code": "C7940", "desc": "Secondary malignant neoplasm of unspecified part of nervous system"}, {"code": "C7949", "desc": "Secondary malignant neoplasm of other parts of nervous system"}, {"code": "C7951", "desc": "Secondary malignant neoplasm of bone"}, {"code": "C7952", "desc": "Secondary malignant neoplasm of bone marrow"}, {"code": "C7960", "desc": "Secondary malignant neoplasm of unspecified ovary"}, {"code": "C7961", "desc": "Secondary malignant neoplasm of right ovary"}, {"code": "C7962", "desc": "Secondary malignant neoplasm of left ovary"}, {"code": "C7970", "desc": "Secondary malignant neoplasm of unspecified adrenal gland"}, {"code": "C7971", "desc": "Secondary malignant neoplasm of right adrenal gland"}, {"code": "C7972", "desc": "Secondary malignant neoplasm of left adrenal gland"}, {"code": "C7981", "desc": "Secondary malignant neoplasm of breast"}, {"code": "C7982", "desc": "Secondary malignant neoplasm of genital organs"}, {"code": "C7989", "desc": "Secondary malignant neoplasm of other specified sites"}, {"code": "C799", "desc": "Secondary malignant neoplasm of unspecified site"}, {"code": "C800", "desc": "Disseminated malignant neoplasm, unspecified"}, {"code": "C801", "desc": "Malignant (primary) neoplasm, unspecified"}, {"code": "C802", "desc": "Malignant neoplasm associated with transplanted organ"}, {"code": "C8100", "desc": "Nodular lymphocyte predominant Hodgkin lymphoma, unspecified site"}, {"code": "C8101", "desc": "Nodular lymphocyte predominant Hodgkin lymphoma, lymph nodes of head, face, and neck"}, {"code": "C8102", "desc": "Nodular lymphocyte predominant Hodgkin lymphoma, intrathoracic lymph nodes"}, {"code": "C8103", "desc": "Nodular lymphocyte predominant Hodgkin lymphoma, intra-abdominal lymph nodes"}, {"code": "C8104", "desc": "Nodular lymphocyte predominant Hodgkin lymphoma, lymph nodes of axilla and upper limb"}, {"code": "C8105", "desc": "Nodular lymphocyte predominant Hodgkin lymphoma, lymph nodes of inguinal region and lower limb"}, {"code": "C8106", "desc": "Nodular lymphocyte predominant Hodgkin lymphoma, intrapelvic lymph nodes"}, {"code": "C8107", "desc": "Nodular lymphocyte predominant Hodgkin lymphoma, spleen"}, {"code": "C8108", "desc": "Nodular lymphocyte predominant Hodgkin lymphoma, lymph nodes of multiple sites"}, {"code": "C8109", "desc": "Nodular lymphocyte predominant Hodgkin lymphoma, extranodal and solid organ sites"}, {"code": "C8110", "desc": "Nodular sclerosis Hodgkin lymphoma, unspecified site"}, {"code": "C8111", "desc": "Nodular sclerosis Hodgkin lymphoma, lymph nodes of head, face, and neck"}, {"code": "C8112", "desc": "Nodular sclerosis Hodgkin lymphoma, intrathoracic lymph nodes"}, {"code": "C8113", "desc": "Nodular sclerosis Hodgkin lymphoma, intra-abdominal lymph nodes"}, {"code": "C8114", "desc": "Nodular sclerosis Hodgkin lymphoma, lymph nodes of axilla and upper limb"}, {"code": "C8115", "desc": "Nodular sclerosis Hodgkin lymphoma, lymph nodes of inguinal region and lower limb"}, {"code": "C8116", "desc": "Nodular sclerosis Hodgkin lymphoma, intrapelvic lymph nodes"}, {"code": "C8117", "desc": "Nodular sclerosis Hodgkin lymphoma, spleen"}, {"code": "C8118", "desc": "Nodular sclerosis Hodgkin lymphoma, lymph nodes of multiple sites"}, {"code": "C8119", "desc": "Nodular sclerosis Hodgkin lymphoma, extranodal and solid organ sites"}, {"code": "C8120", "desc": "Mixed cellularity Hodgkin lymphoma, unspecified site"}, {"code": "C8121", "desc": "Mixed cellularity Hodgkin lymphoma, lymph nodes of head, face, and neck"}, {"code": "C8122", "desc": "Mixed cellularity Hodgkin lymphoma, intrathoracic lymph nodes"}, {"code": "C8123", "desc": "Mixed cellularity Hodgkin lymphoma, intra-abdominal lymph nodes"}, {"code": "C8124", "desc": "Mixed cellularity Hodgkin lymphoma, lymph nodes of axilla and upper limb"}, {"code": "C8125", "desc": "Mixed cellularity Hodgkin lymphoma, lymph nodes of inguinal region and lower limb"}, {"code": "C8126", "desc": "Mixed cellularity Hodgkin lymphoma, intrapelvic lymph nodes"}, {"code": "C8127", "desc": "Mixed cellularity Hodgkin lymphoma, spleen"}, {"code": "C8128", "desc": "Mixed cellularity Hodgkin lymphoma, lymph nodes of multiple sites"}, {"code": "C8129", "desc": "Mixed cellularity Hodgkin lymphoma, extranodal and solid organ sites"}, {"code": "C8130", "desc": "Lymphocyte depleted Hodgkin lymphoma, unspecified site"}, {"code": "C8131", "desc": "Lymphocyte depleted Hodgkin lymphoma, lymph nodes of head, face, and neck"}, {"code": "C8132", "desc": "Lymphocyte depleted Hodgkin lymphoma, intrathoracic lymph nodes"}, {"code": "C8133", "desc": "Lymphocyte depleted Hodgkin lymphoma, intra-abdominal lymph nodes"}, {"code": "C8134", "desc": "Lymphocyte depleted Hodgkin lymphoma, lymph nodes of axilla and upper limb"}, {"code": "C8135", "desc": "Lymphocyte depleted Hodgkin lymphoma, lymph nodes of inguinal region and lower limb"}, {"code": "C8136", "desc": "Lymphocyte depleted Hodgkin lymphoma, intrapelvic lymph nodes"}, {"code": "C8137", "desc": "Lymphocyte depleted Hodgkin lymphoma, spleen"}, {"code": "C8138", "desc": "Lymphocyte depleted Hodgkin lymphoma, lymph nodes of multiple sites"}, {"code": "C8139", "desc": "Lymphocyte depleted Hodgkin lymphoma, extranodal and solid organ sites"}, {"code": "C8140", "desc": "Lymphocyte-rich Hodgkin lymphoma, unspecified site"}, {"code": "C8141", "desc": "Lymphocyte-rich Hodgkin lymphoma, lymph nodes of head, face, and neck"}, {"code": "C8142", "desc": "Lymphocyte-rich Hodgkin lymphoma, intrathoracic lymph nodes"}, {"code": "C8143", "desc": "Lymphocyte-rich Hodgkin lymphoma, intra-abdominal lymph nodes"}, {"code": "C8144", "desc": "Lymphocyte-rich Hodgkin lymphoma, lymph nodes of axilla and upper limb"}, {"code": "C8145", "desc": "Lymphocyte-rich Hodgkin lymphoma, lymph nodes of inguinal region and lower limb"}, {"code": "C8146", "desc": "Lymphocyte-rich Hodgkin lymphoma, intrapelvic lymph nodes"}, {"code": "C8147", "desc": "Lymphocyte-rich Hodgkin lymphoma, spleen"}, {"code": "C8148", "desc": "Lymphocyte-rich Hodgkin lymphoma, lymph nodes of multiple sites"}, {"code": "C8149", "desc": "Lymphocyte-rich Hodgkin lymphoma, extranodal and solid organ sites"}, {"code": "C8170", "desc": "Other Hodgkin lymphoma, unspecified site"}, {"code": "C8171", "desc": "Other Hodgkin lymphoma, lymph nodes of head, face, and neck"}, {"code": "C8172", "desc": "Other Hodgkin lymphoma, intrathoracic lymph nodes"}, {"code": "C8173", "desc": "Other Hodgkin lymphoma, intra-abdominal lymph nodes"}, {"code": "C8174", "desc": "Other Hodgkin lymphoma, lymph nodes of axilla and upper limb"}, {"code": "C8175", "desc": "Other Hodgkin lymphoma, lymph nodes of inguinal region and lower limb"}, {"code": "C8176", "desc": "Other Hodgkin lymphoma, intrapelvic lymph nodes"}, {"code": "C8177", "desc": "Other Hodgkin lymphoma, spleen"}, {"code": "C8178", "desc": "Other Hodgkin lymphoma, lymph nodes of multiple sites"}, {"code": "C8179", "desc": "Other Hodgkin lymphoma, extranodal and solid organ sites"}, {"code": "C8190", "desc": "Hodgkin lymphoma, unspecified, unspecified site"}, {"code": "C8191", "desc": "Hodgkin lymphoma, unspecified, lymph nodes of head, face, and neck"}, {"code": "C8192", "desc": "Hodgkin lymphoma, unspecified, intrathoracic lymph nodes"}, {"code": "C8193", "desc": "Hodgkin lymphoma, unspecified, intra-abdominal lymph nodes"}, {"code": "C8194", "desc": "Hodgkin lymphoma, unspecified, lymph nodes of axilla and upper limb"}, {"code": "C8195", "desc": "Hodgkin lymphoma, unspecified, lymph nodes of inguinal region and lower limb"}, {"code": "C8196", "desc": "Hodgkin lymphoma, unspecified, intrapelvic lymph nodes"}, {"code": "C8197", "desc": "Hodgkin lymphoma, unspecified, spleen"}, {"code": "C8198", "desc": "Hodgkin lymphoma, unspecified, lymph nodes of multiple sites"}, {"code": "C8199", "desc": "Hodgkin lymphoma, unspecified, extranodal and solid organ sites"}, {"code": "C8200", "desc": "Follicular lymphoma grade I, unspecified site"}, {"code": "C8201", "desc": "Follicular lymphoma grade I, lymph nodes of head, face, and neck"}, {"code": "C8202", "desc": "Follicular lymphoma grade I, intrathoracic lymph nodes"}, {"code": "C8203", "desc": "Follicular lymphoma grade I, intra-abdominal lymph nodes"}, {"code": "C8204", "desc": "Follicular lymphoma grade I, lymph nodes of axilla and upper limb"}, {"code": "C8205", "desc": "Follicular lymphoma grade I, lymph nodes of inguinal region and lower limb"}, {"code": "C8206", "desc": "Follicular lymphoma grade I, intrapelvic lymph nodes"}, {"code": "C8207", "desc": "Follicular lymphoma grade I, spleen"}, {"code": "C8208", "desc": "Follicular lymphoma grade I, lymph nodes of multiple sites"}, {"code": "C8209", "desc": "Follicular lymphoma grade I, extranodal and solid organ sites"}, {"code": "C8210", "desc": "Follicular lymphoma grade II, unspecified site"}, {"code": "C8211", "desc": "Follicular lymphoma grade II, lymph nodes of head, face, and neck"}, {"code": "C8212", "desc": "Follicular lymphoma grade II, intrathoracic lymph nodes"}, {"code": "C8213", "desc": "Follicular lymphoma grade II, intra-abdominal lymph nodes"}, {"code": "C8214", "desc": "Follicular lymphoma grade II, lymph nodes of axilla and upper limb"}, {"code": "C8215", "desc": "Follicular lymphoma grade II, lymph nodes of inguinal region and lower limb"}, {"code": "C8216", "desc": "Follicular lymphoma grade II, intrapelvic lymph nodes"}, {"code": "C8217", "desc": "Follicular lymphoma grade II, spleen"}, {"code": "C8218", "desc": "Follicular lymphoma grade II, lymph nodes of multiple sites"}, {"code": "C8219", "desc": "Follicular lymphoma grade II, extranodal and solid organ sites"}, {"code": "C8220", "desc": "Follicular lymphoma grade III, unspecified, unspecified site"}, {"code": "C8221", "desc": "Follicular lymphoma grade III, unspecified, lymph nodes of head, face, and neck"}, {"code": "C8222", "desc": "Follicular lymphoma grade III, unspecified, intrathoracic lymph nodes"}, {"code": "C8223", "desc": "Follicular lymphoma grade III, unspecified, intra-abdominal lymph nodes"}, {"code": "C8224", "desc": "Follicular lymphoma grade III, unspecified, lymph nodes of axilla and upper limb"}, {"code": "C8225", "desc": "Follicular lymphoma grade III, unspecified, lymph nodes of inguinal region and lower limb"}, {"code": "C8226", "desc": "Follicular lymphoma grade III, unspecified, intrapelvic lymph nodes"}, {"code": "C8227", "desc": "Follicular lymphoma grade III, unspecified, spleen"}, {"code": "C8228", "desc": "Follicular lymphoma grade III, unspecified, lymph nodes of multiple sites"}, {"code": "C8229", "desc": "Follicular lymphoma grade III, unspecified, extranodal and solid organ sites"}, {"code": "C8230", "desc": "Follicular lymphoma grade IIIa, unspecified site"}, {"code": "C8231", "desc": "Follicular lymphoma grade IIIa, lymph nodes of head, face, and neck"}, {"code": "C8232", "desc": "Follicular lymphoma grade IIIa, intrathoracic lymph nodes"}, {"code": "C8233", "desc": "Follicular lymphoma grade IIIa, intra-abdominal lymph nodes"}, {"code": "C8234", "desc": "Follicular lymphoma grade IIIa, lymph nodes of axilla and upper limb"}, {"code": "C8235", "desc": "Follicular lymphoma grade IIIa, lymph nodes of inguinal region and lower limb"}, {"code": "C8236", "desc": "Follicular lymphoma grade IIIa, intrapelvic lymph nodes"}, {"code": "C8237", "desc": "Follicular lymphoma grade IIIa, spleen"}, {"code": "C8238", "desc": "Follicular lymphoma grade IIIa, lymph nodes of multiple sites"}, {"code": "C8239", "desc": "Follicular lymphoma grade IIIa, extranodal and solid organ sites"}, {"code": "C8240", "desc": "Follicular lymphoma grade IIIb, unspecified site"}, {"code": "C8241", "desc": "Follicular lymphoma grade IIIb, lymph nodes of head, face, and neck"}, {"code": "C8242", "desc": "Follicular lymphoma grade IIIb, intrathoracic lymph nodes"}, {"code": "C8243", "desc": "Follicular lymphoma grade IIIb, intra-abdominal lymph nodes"}, {"code": "C8244", "desc": "Follicular lymphoma grade IIIb, lymph nodes of axilla and upper limb"}, {"code": "C8245", "desc": "Follicular lymphoma grade IIIb, lymph nodes of inguinal region and lower limb"}, {"code": "C8246", "desc": "Follicular lymphoma grade IIIb, intrapelvic lymph nodes"}, {"code": "C8247", "desc": "Follicular lymphoma grade IIIb, spleen"}, {"code": "C8248", "desc": "Follicular lymphoma grade IIIb, lymph nodes of multiple sites"}, {"code": "C8249", "desc": "Follicular lymphoma grade IIIb, extranodal and solid organ sites"}, {"code": "C8250", "desc": "Diffuse follicle center lymphoma, unspecified site"}, {"code": "C8251", "desc": "Diffuse follicle center lymphoma, lymph nodes of head, face, and neck"}, {"code": "C8252", "desc": "Diffuse follicle center lymphoma, intrathoracic lymph nodes"}, {"code": "C8253", "desc": "Diffuse follicle center lymphoma, intra-abdominal lymph nodes"}, {"code": "C8254", "desc": "Diffuse follicle center lymphoma, lymph nodes of axilla and upper limb"}, {"code": "C8255", "desc": "Diffuse follicle center lymphoma, lymph nodes of inguinal region and lower limb"}, {"code": "C8256", "desc": "Diffuse follicle center lymphoma, intrapelvic lymph nodes"}, {"code": "C8257", "desc": "Diffuse follicle center lymphoma, spleen"}, {"code": "C8258", "desc": "Diffuse follicle center lymphoma, lymph nodes of multiple sites"}, {"code": "C8259", "desc": "Diffuse follicle center lymphoma, extranodal and solid organ sites"}, {"code": "C8260", "desc": "Cutaneous follicle center lymphoma, unspecified site"}, {"code": "C8261", "desc": "Cutaneous follicle center lymphoma, lymph nodes of head, face, and neck"}, {"code": "C8262", "desc": "Cutaneous follicle center lymphoma, intrathoracic lymph nodes"}, {"code": "C8263", "desc": "Cutaneous follicle center lymphoma, intra-abdominal lymph nodes"}, {"code": "C8264", "desc": "Cutaneous follicle center lymphoma, lymph nodes of axilla and upper limb"}, {"code": "C8265", "desc": "Cutaneous follicle center lymphoma, lymph nodes of inguinal region and lower limb"}, {"code": "C8266", "desc": "Cutaneous follicle center lymphoma, intrapelvic lymph nodes"}, {"code": "C8267", "desc": "Cutaneous follicle center lymphoma, spleen"}, {"code": "C8268", "desc": "Cutaneous follicle center lymphoma, lymph nodes of multiple sites"}, {"code": "C8269", "desc": "Cutaneous follicle center lymphoma, extranodal and solid organ sites"}, {"code": "C8280", "desc": "Other types of follicular lymphoma, unspecified site"}, {"code": "C8281", "desc": "Other types of follicular lymphoma, lymph nodes of head, face, and neck"}, {"code": "C8282", "desc": "Other types of follicular lymphoma, intrathoracic lymph nodes"}, {"code": "C8283", "desc": "Other types of follicular lymphoma, intra-abdominal lymph nodes"}, {"code": "C8284", "desc": "Other types of follicular lymphoma, lymph nodes of axilla and upper limb"}, {"code": "C8285", "desc": "Other types of follicular lymphoma, lymph nodes of inguinal region and lower limb"}, {"code": "C8286", "desc": "Other types of follicular lymphoma, intrapelvic lymph nodes"}, {"code": "C8287", "desc": "Other types of follicular lymphoma, spleen"}, {"code": "C8288", "desc": "Other types of follicular lymphoma, lymph nodes of multiple sites"}, {"code": "C8289", "desc": "Other types of follicular lymphoma, extranodal and solid organ sites"}, {"code": "C8290", "desc": "Follicular lymphoma, unspecified, unspecified site"}, {"code": "C8291", "desc": "Follicular lymphoma, unspecified, lymph nodes of head, face, and neck"}, {"code": "C8292", "desc": "Follicular lymphoma, unspecified, intrathoracic lymph nodes"}, {"code": "C8293", "desc": "Follicular lymphoma, unspecified, intra-abdominal lymph nodes"}, {"code": "C8294", "desc": "Follicular lymphoma, unspecified, lymph nodes of axilla and upper limb"}, {"code": "C8295", "desc": "Follicular lymphoma, unspecified, lymph nodes of inguinal region and lower limb"}, {"code": "C8296", "desc": "Follicular lymphoma, unspecified, intrapelvic lymph nodes"}, {"code": "C8297", "desc": "Follicular lymphoma, unspecified, spleen"}, {"code": "C8298", "desc": "Follicular lymphoma, unspecified, lymph nodes of multiple sites"}, {"code": "C8299", "desc": "Follicular lymphoma, unspecified, extranodal and solid organ sites"}, {"code": "C8300", "desc": "Small cell B-cell lymphoma, unspecified site"}, {"code": "C8301", "desc": "Small cell B-cell lymphoma, lymph nodes of head, face, and neck"}, {"code": "C8302", "desc": "Small cell B-cell lymphoma, intrathoracic lymph nodes"}, {"code": "C8303", "desc": "Small cell B-cell lymphoma, intra-abdominal lymph nodes"}, {"code": "C8304", "desc": "Small cell B-cell lymphoma, lymph nodes of axilla and upper limb"}, {"code": "C8305", "desc": "Small cell B-cell lymphoma, lymph nodes of inguinal region and lower limb"}, {"code": "C8306", "desc": "Small cell B-cell lymphoma, intrapelvic lymph nodes"}, {"code": "C8307", "desc": "Small cell B-cell lymphoma, spleen"}, {"code": "C8308", "desc": "Small cell B-cell lymphoma, lymph nodes of multiple sites"}, {"code": "C8309", "desc": "Small cell B-cell lymphoma, extranodal and solid organ sites"}, {"code": "C8310", "desc": "Mantle cell lymphoma, unspecified site"}, {"code": "C8311", "desc": "Mantle cell lymphoma, lymph nodes of head, face, and neck"}, {"code": "C8312", "desc": "Mantle cell lymphoma, intrathoracic lymph nodes"}, {"code": "C8313", "desc": "Mantle cell lymphoma, intra-abdominal lymph nodes"}, {"code": "C8314", "desc": "Mantle cell lymphoma, lymph nodes of axilla and upper limb"}, {"code": "C8315", "desc": "Mantle cell lymphoma, lymph nodes of inguinal region and lower limb"}, {"code": "C8316", "desc": "Mantle cell lymphoma, intrapelvic lymph nodes"}, {"code": "C8317", "desc": "Mantle cell lymphoma, spleen"}, {"code": "C8318", "desc": "Mantle cell lymphoma, lymph nodes of multiple sites"}, {"code": "C8319", "desc": "Mantle cell lymphoma, extranodal and solid organ sites"}, {"code": "C8330", "desc": "Diffuse large B-cell lymphoma, unspecified site"}, {"code": "C8331", "desc": "Diffuse large B-cell lymphoma, lymph nodes of head, face, and neck"}, {"code": "C8332", "desc": "Diffuse large B-cell lymphoma, intrathoracic lymph nodes"}, {"code": "C8333", "desc": "Diffuse large B-cell lymphoma, intra-abdominal lymph nodes"}, {"code": "C8334", "desc": "Diffuse large B-cell lymphoma, lymph nodes of axilla and upper limb"}, {"code": "C8335", "desc": "Diffuse large B-cell lymphoma, lymph nodes of inguinal region and lower limb"}, {"code": "C8336", "desc": "Diffuse large B-cell lymphoma, intrapelvic lymph nodes"}, {"code": "C8337", "desc": "Diffuse large B-cell lymphoma, spleen"}, {"code": "C8338", "desc": "Diffuse large B-cell lymphoma, lymph nodes of multiple sites"}, {"code": "C8339", "desc": "Diffuse large B-cell lymphoma, extranodal and solid organ sites"}, {"code": "C8350", "desc": "Lymphoblastic (diffuse) lymphoma, unspecified site"}, {"code": "C8351", "desc": "Lymphoblastic (diffuse) lymphoma, lymph nodes of head, face, and neck"}, {"code": "C8352", "desc": "Lymphoblastic (diffuse) lymphoma, intrathoracic lymph nodes"}, {"code": "C8353", "desc": "Lymphoblastic (diffuse) lymphoma, intra-abdominal lymph nodes"}, {"code": "C8354", "desc": "Lymphoblastic (diffuse) lymphoma, lymph nodes of axilla and upper limb"}, {"code": "C8355", "desc": "Lymphoblastic (diffuse) lymphoma, lymph nodes of inguinal region and lower limb"}, {"code": "C8356", "desc": "Lymphoblastic (diffuse) lymphoma, intrapelvic lymph nodes"}, {"code": "C8357", "desc": "Lymphoblastic (diffuse) lymphoma, spleen"}, {"code": "C8358", "desc": "Lymphoblastic (diffuse) lymphoma, lymph nodes of multiple sites"}, {"code": "C8359", "desc": "Lymphoblastic (diffuse) lymphoma, extranodal and solid organ sites"}, {"code": "C8370", "desc": "Burkitt lymphoma, unspecified site"}, {"code": "C8371", "desc": "Burkitt lymphoma, lymph nodes of head, face, and neck"}, {"code": "C8372", "desc": "Burkitt lymphoma, intrathoracic lymph nodes"}, {"code": "C8373", "desc": "Burkitt lymphoma, intra-abdominal lymph nodes"}, {"code": "C8374", "desc": "Burkitt lymphoma, lymph nodes of axilla and upper limb"}, {"code": "C8375", "desc": "Burkitt lymphoma, lymph nodes of inguinal region and lower limb"}, {"code": "C8376", "desc": "Burkitt lymphoma, intrapelvic lymph nodes"}, {"code": "C8377", "desc": "Burkitt lymphoma, spleen"}, {"code": "C8378", "desc": "Burkitt lymphoma, lymph nodes of multiple sites"}, {"code": "C8379", "desc": "Burkitt lymphoma, extranodal and solid organ sites"}, {"code": "C8380", "desc": "Other non-follicular lymphoma, unspecified site"}, {"code": "C8381", "desc": "Other non-follicular lymphoma, lymph nodes of head, face, and neck"}, {"code": "C8382", "desc": "Other non-follicular lymphoma, intrathoracic lymph nodes"}, {"code": "C8383", "desc": "Other non-follicular lymphoma, intra-abdominal lymph nodes"}, {"code": "C8384", "desc": "Other non-follicular lymphoma, lymph nodes of axilla and upper limb"}, {"code": "C8385", "desc": "Other non-follicular lymphoma, lymph nodes of inguinal region and lower limb"}, {"code": "C8386", "desc": "Other non-follicular lymphoma, intrapelvic lymph nodes"}, {"code": "C8387", "desc": "Other non-follicular lymphoma, spleen"}, {"code": "C8388", "desc": "Other non-follicular lymphoma, lymph nodes of multiple sites"}, {"code": "C8389", "desc": "Other non-follicular lymphoma, extranodal and solid organ sites"}, {"code": "C8390", "desc": "Non-follicular (diffuse) lymphoma, unspecified, unspecified site"}, {"code": "C8391", "desc": "Non-follicular (diffuse) lymphoma, unspecified, lymph nodes of head, face, and neck"}, {"code": "C8392", "desc": "Non-follicular (diffuse) lymphoma, unspecified, intrathoracic lymph nodes"}, {"code": "C8393", "desc": "Non-follicular (diffuse) lymphoma, unspecified, intra-abdominal lymph nodes"}, {"code": "C8394", "desc": "Non-follicular (diffuse) lymphoma, unspecified, lymph nodes of axilla and upper limb"}, {"code": "C8395", "desc": "Non-follicular (diffuse) lymphoma, unspecified, lymph nodes of inguinal region and lower limb"}, {"code": "C8396", "desc": "Non-follicular (diffuse) lymphoma, unspecified, intrapelvic lymph nodes"}, {"code": "C8397", "desc": "Non-follicular (diffuse) lymphoma, unspecified, spleen"}, {"code": "C8398", "desc": "Non-follicular (diffuse) lymphoma, unspecified, lymph nodes of multiple sites"}, {"code": "C8399", "desc": "Non-follicular (diffuse) lymphoma, unspecified, extranodal and solid organ sites"}, {"code": "C8400", "desc": "Mycosis fungoides, unspecified site"}, {"code": "C8401", "desc": "Mycosis fungoides, lymph nodes of head, face, and neck"}, {"code": "C8402", "desc": "Mycosis fungoides, intrathoracic lymph nodes"}, {"code": "C8403", "desc": "Mycosis fungoides, intra-abdominal lymph nodes"}, {"code": "C8404", "desc": "Mycosis fungoides, lymph nodes of axilla and upper limb"}, {"code": "C8405", "desc": "Mycosis fungoides, lymph nodes of inguinal region and lower limb"}, {"code": "C8406", "desc": "Mycosis fungoides, intrapelvic lymph nodes"}, {"code": "C8407", "desc": "Mycosis fungoides, spleen"}, {"code": "C8408", "desc": "Mycosis fungoides, lymph nodes of multiple sites"}, {"code": "C8409", "desc": "Mycosis fungoides, extranodal and solid organ sites"}, {"code": "C8410", "desc": "Sezary disease, unspecified site"}, {"code": "C8411", "desc": "Sezary disease, lymph nodes of head, face, and neck"}, {"code": "C8412", "desc": "Sezary disease, intrathoracic lymph nodes"}, {"code": "C8413", "desc": "Sezary disease, intra-abdominal lymph nodes"}, {"code": "C8414", "desc": "Sezary disease, lymph nodes of axilla and upper limb"}, {"code": "C8415", "desc": "Sezary disease, lymph nodes of inguinal region and lower limb"}, {"code": "C8416", "desc": "Sezary disease, intrapelvic lymph nodes"}, {"code": "C8417", "desc": "Sezary disease, spleen"}, {"code": "C8418", "desc": "Sezary disease, lymph nodes of multiple sites"}, {"code": "C8419", "desc": "Sezary disease, extranodal and solid organ sites"}, {"code": "C8440", "desc": "Peripheral T-cell lymphoma, not classified, unspecified site"}, {"code": "C8441", "desc": "Peripheral T-cell lymphoma, not classified, lymph nodes of head, face, and neck"}, {"code": "C8442", "desc": "Peripheral T-cell lymphoma, not classified, intrathoracic lymph nodes"}, {"code": "C8443", "desc": "Peripheral T-cell lymphoma, not classified, intra-abdominal lymph nodes"}, {"code": "C8444", "desc": "Peripheral T-cell lymphoma, not classified, lymph nodes of axilla and upper limb"}, {"code": "C8445", "desc": "Peripheral T-cell lymphoma, not classified, lymph nodes of inguinal region and lower limb"}, {"code": "C8446", "desc": "Peripheral T-cell lymphoma, not classified, intrapelvic lymph nodes"}, {"code": "C8447", "desc": "Peripheral T-cell lymphoma, not classified, spleen"}, {"code": "C8448", "desc": "Peripheral T-cell lymphoma, not classified, lymph nodes of multiple sites"}, {"code": "C8449", "desc": "Peripheral T-cell lymphoma, not classified, extranodal and solid organ sites"}, {"code": "C8460", "desc": "Anaplastic large cell lymphoma, ALK-positive, unspecified site"}, {"code": "C8461", "desc": "Anaplastic large cell lymphoma, ALK-positive, lymph nodes of head, face, and neck"}, {"code": "C8462", "desc": "Anaplastic large cell lymphoma, ALK-positive, intrathoracic lymph nodes"}, {"code": "C8463", "desc": "Anaplastic large cell lymphoma, ALK-positive, intra-abdominal lymph nodes"}, {"code": "C8464", "desc": "Anaplastic large cell lymphoma, ALK-positive, lymph nodes of axilla and upper limb"}, {"code": "C8465", "desc": "Anaplastic large cell lymphoma, ALK-positive, lymph nodes of inguinal region and lower limb"}, {"code": "C8466", "desc": "Anaplastic large cell lymphoma, ALK-positive, intrapelvic lymph nodes"}, {"code": "C8467", "desc": "Anaplastic large cell lymphoma, ALK-positive, spleen"}, {"code": "C8468", "desc": "Anaplastic large cell lymphoma, ALK-positive, lymph nodes of multiple sites"}, {"code": "C8469", "desc": "Anaplastic large cell lymphoma, ALK-positive, extranodal and solid organ sites"}, {"code": "C8470", "desc": "Anaplastic large cell lymphoma, ALK-negative, unspecified site"}, {"code": "C8471", "desc": "Anaplastic large cell lymphoma, ALK-negative, lymph nodes of head, face, and neck"}, {"code": "C8472", "desc": "Anaplastic large cell lymphoma, ALK-negative, intrathoracic lymph nodes"}, {"code": "C8473", "desc": "Anaplastic large cell lymphoma, ALK-negative, intra-abdominal lymph nodes"}, {"code": "C8474", "desc": "Anaplastic large cell lymphoma, ALK-negative, lymph nodes of axilla and upper limb"}, {"code": "C8475", "desc": "Anaplastic large cell lymphoma, ALK-negative, lymph nodes of inguinal region and lower limb"}, {"code": "C8476", "desc": "Anaplastic large cell lymphoma, ALK-negative, intrapelvic lymph nodes"}, {"code": "C8477", "desc": "Anaplastic large cell lymphoma, ALK-negative, spleen"}, {"code": "C8478", "desc": "Anaplastic large cell lymphoma, ALK-negative, lymph nodes of multiple sites"}, {"code": "C8479", "desc": "Anaplastic large cell lymphoma, ALK-negative, extranodal and solid organ sites"}, {"code": "C84A0", "desc": "Cutaneous T-cell lymphoma, unspecified, unspecified site"}, {"code": "C84A1", "desc": "Cutaneous T-cell lymphoma, unspecified lymph nodes of head, face, and neck"}, {"code": "C84A2", "desc": "Cutaneous T-cell lymphoma, unspecified, intrathoracic lymph nodes"}, {"code": "C84A3", "desc": "Cutaneous T-cell lymphoma, unspecified, intra-abdominal lymph nodes"}, {"code": "C84A4", "desc": "Cutaneous T-cell lymphoma, unspecified, lymph nodes of axilla and upper limb"}, {"code": "C84A5", "desc": "Cutaneous T-cell lymphoma, unspecified, lymph nodes of inguinal region and lower limb"}, {"code": "C84A6", "desc": "Cutaneous T-cell lymphoma, unspecified, intrapelvic lymph nodes"}, {"code": "C84A7", "desc": "Cutaneous T-cell lymphoma, unspecified, spleen"}, {"code": "C84A8", "desc": "Cutaneous T-cell lymphoma, unspecified, lymph nodes of multiple sites"}, {"code": "C84A9", "desc": "Cutaneous T-cell lymphoma, unspecified, extranodal and solid organ sites"}, {"code": "C84Z0", "desc": "Other mature T/NK-cell lymphomas, unspecified site"}, {"code": "C84Z1", "desc": "Other mature T/NK-cell lymphomas, lymph nodes of head, face, and neck"}, {"code": "C84Z2", "desc": "Other mature T/NK-cell lymphomas, intrathoracic lymph nodes"}, {"code": "C84Z3", "desc": "Other mature T/NK-cell lymphomas, intra-abdominal lymph nodes"}, {"code": "C84Z4", "desc": "Other mature T/NK-cell lymphomas, lymph nodes of axilla and upper limb"}, {"code": "C84Z5", "desc": "Other mature T/NK-cell lymphomas, lymph nodes of inguinal region and lower limb"}, {"code": "C84Z6", "desc": "Other mature T/NK-cell lymphomas, intrapelvic lymph nodes"}, {"code": "C84Z7", "desc": "Other mature T/NK-cell lymphomas, spleen"}, {"code": "C84Z8", "desc": "Other mature T/NK-cell lymphomas, lymph nodes of multiple sites"}, {"code": "C84Z9", "desc": "Other mature T/NK-cell lymphomas, extranodal and solid organ sites"}, {"code": "C8490", "desc": "Mature T/NK-cell lymphomas, unspecified, unspecified site"}, {"code": "C8491", "desc": "Mature T/NK-cell lymphomas, unspecified, lymph nodes of head, face, and neck"}, {"code": "C8492", "desc": "Mature T/NK-cell lymphomas, unspecified, intrathoracic lymph nodes"}, {"code": "C8493", "desc": "Mature T/NK-cell lymphomas, unspecified, intra-abdominal lymph nodes"}, {"code": "C8494", "desc": "Mature T/NK-cell lymphomas, unspecified, lymph nodes of axilla and upper limb"}, {"code": "C8495", "desc": "Mature T/NK-cell lymphomas, unspecified, lymph nodes of inguinal region and lower limb"}, {"code": "C8496", "desc": "Mature T/NK-cell lymphomas, unspecified, intrapelvic lymph nodes"}, {"code": "C8497", "desc": "Mature T/NK-cell lymphomas, unspecified, spleen"}, {"code": "C8498", "desc": "Mature T/NK-cell lymphomas, unspecified, lymph nodes of multiple sites"}, {"code": "C8499", "desc": "Mature T/NK-cell lymphomas, unspecified, extranodal and solid organ sites"}, {"code": "C8510", "desc": "Unspecified B-cell lymphoma, unspecified site"}, {"code": "C8511", "desc": "Unspecified B-cell lymphoma, lymph nodes of head, face, and neck"}, {"code": "C8512", "desc": "Unspecified B-cell lymphoma, intrathoracic lymph nodes"}, {"code": "C8513", "desc": "Unspecified B-cell lymphoma, intra-abdominal lymph nodes"}, {"code": "C8514", "desc": "Unspecified B-cell lymphoma, lymph nodes of axilla and upper limb"}, {"code": "C8515", "desc": "Unspecified B-cell lymphoma, lymph nodes of inguinal region and lower limb"}, {"code": "C8516", "desc": "Unspecified B-cell lymphoma, intrapelvic lymph nodes"}, {"code": "C8517", "desc": "Unspecified B-cell lymphoma, spleen"}, {"code": "C8518", "desc": "Unspecified B-cell lymphoma, lymph nodes of multiple sites"}, {"code": "C8519", "desc": "Unspecified B-cell lymphoma, extranodal and solid organ sites"}, {"code": "C8520", "desc": "Mediastinal (thymic) large B-cell lymphoma, unspecified site"}, {"code": "C8521", "desc": "Mediastinal (thymic) large B-cell lymphoma, lymph nodes of head, face, and neck"}, {"code": "C8522", "desc": "Mediastinal (thymic) large B-cell lymphoma, intrathoracic lymph nodes"}, {"code": "C8523", "desc": "Mediastinal (thymic) large B-cell lymphoma, intra-abdominal lymph nodes"}, {"code": "C8524", "desc": "Mediastinal (thymic) large B-cell lymphoma, lymph nodes of axilla and upper limb"}, {"code": "C8525", "desc": "Mediastinal (thymic) large B-cell lymphoma, lymph nodes of inguinal region and lower limb"}, {"code": "C8526", "desc": "Mediastinal (thymic) large B-cell lymphoma, intrapelvic lymph nodes"}, {"code": "C8527", "desc": "Mediastinal (thymic) large B-cell lymphoma, spleen"}, {"code": "C8528", "desc": "Mediastinal (thymic) large B-cell lymphoma, lymph nodes of multiple sites"}, {"code": "C8529", "desc": "Mediastinal (thymic) large B-cell lymphoma, extranodal and solid organ sites"}, {"code": "C8580", "desc": "Other specified types of non-Hodgkin lymphoma, unspecified site"}, {"code": "C8581", "desc": "Other specified types of non-Hodgkin lymphoma, lymph nodes of head, face, and neck"}, {"code": "C8582", "desc": "Other specified types of non-Hodgkin lymphoma, intrathoracic lymph nodes"}, {"code": "C8583", "desc": "Other specified types of non-Hodgkin lymphoma, intra-abdominal lymph nodes"}, {"code": "C8584", "desc": "Other specified types of non-Hodgkin lymphoma, lymph nodes of axilla and upper limb"}, {"code": "C8585", "desc": "Other specified types of non-Hodgkin lymphoma, lymph nodes of inguinal region and lower limb"}, {"code": "C8586", "desc": "Other specified types of non-Hodgkin lymphoma, intrapelvic lymph nodes"}, {"code": "C8587", "desc": "Other specified types of non-Hodgkin lymphoma, spleen"}, {"code": "C8588", "desc": "Other specified types of non-Hodgkin lymphoma, lymph nodes of multiple sites"}, {"code": "C8589", "desc": "Other specified types of non-Hodgkin lymphoma, extranodal and solid organ sites"}, {"code": "C8590", "desc": "Non-Hodgkin lymphoma, unspecified, unspecified site"}, {"code": "C8591", "desc": "Non-Hodgkin lymphoma, unspecified, lymph nodes of head, face, and neck"}, {"code": "C8592", "desc": "Non-Hodgkin lymphoma, unspecified, intrathoracic lymph nodes"}, {"code": "C8593", "desc": "Non-Hodgkin lymphoma, unspecified, intra-abdominal lymph nodes"}, {"code": "C8594", "desc": "Non-Hodgkin lymphoma, unspecified, lymph nodes of axilla and upper limb"}, {"code": "C8595", "desc": "Non-Hodgkin lymphoma, unspecified, lymph nodes of inguinal region and lower limb"}, {"code": "C8596", "desc": "Non-Hodgkin lymphoma, unspecified, intrapelvic lymph nodes"}, {"code": "C8597", "desc": "Non-Hodgkin lymphoma, unspecified, spleen"}, {"code": "C8598", "desc": "Non-Hodgkin lymphoma, unspecified, lymph nodes of multiple sites"}, {"code": "C8599", "desc": "Non-Hodgkin lymphoma, unspecified, extranodal and solid organ sites"}, {"code": "C860", "desc": "Extranodal NK/T-cell lymphoma, nasal type"}, {"code": "C861", "desc": "Hepatosplenic T-cell lymphoma"}, {"code": "C862", "desc": "Enteropathy-type (intestinal) T-cell lymphoma"}, {"code": "C863", "desc": "Subcutaneous panniculitis-like T-cell lymphoma"}, {"code": "C864", "desc": "Blastic NK-cell lymphoma"}, {"code": "C865", "desc": "Angioimmunoblastic T-cell lymphoma"}, {"code": "C866", "desc": "Primary cutaneous CD30-positive T-cell proliferations"}, {"code": "C880", "desc": "Waldenstrom macroglobulinemia"}, {"code": "C882", "desc": "Heavy chain disease"}, {"code": "C883", "desc": "Immunoproliferative small intestinal disease"}, {"code": "C884", "desc": "Extranodal marginal zone B-cell lymphoma of mucosa-associated lymphoid tissue [MALT-lymphoma]"}, {"code": "C888", "desc": "Other malignant immunoproliferative diseases"}, {"code": "C889", "desc": "Malignant immunoproliferative disease, unspecified"}, {"code": "C9000", "desc": "Multiple myeloma not having achieved remission"}, {"code": "C9001", "desc": "Multiple myeloma in remission"}, {"code": "C9002", "desc": "Multiple myeloma in relapse"}, {"code": "C9010", "desc": "Plasma cell leukemia not having achieved remission"}, {"code": "C9011", "desc": "Plasma cell leukemia in remission"}, {"code": "C9012", "desc": "Plasma cell leukemia in relapse"}, {"code": "C9020", "desc": "Extramedullary plasmacytoma not having achieved remission"}, {"code": "C9021", "desc": "Extramedullary plasmacytoma in remission"}, {"code": "C9022", "desc": "Extramedullary plasmacytoma in relapse"}, {"code": "C9030", "desc": "Solitary plasmacytoma not having achieved remission"}, {"code": "C9031", "desc": "Solitary plasmacytoma in remission"}, {"code": "C9032", "desc": "Solitary plasmacytoma in relapse"}, {"code": "C9100", "desc": "Acute lymphoblastic leukemia not having achieved remission"}, {"code": "C9101", "desc": "Acute lymphoblastic leukemia, in remission"}, {"code": "C9102", "desc": "Acute lymphoblastic leukemia, in relapse"}, {"code": "C9110", "desc": "Chronic lymphocytic leukemia of B-cell type not having achieved remission"}, {"code": "C9111", "desc": "Chronic lymphocytic leukemia of B-cell type in remission"}, {"code": "C9112", "desc": "Chronic lymphocytic leukemia of B-cell type in relapse"}, {"code": "C9130", "desc": "Prolymphocytic leukemia of B-cell type not having achieved remission"}, {"code": "C9131", "desc": "Prolymphocytic leukemia of B-cell type, in remission"}, {"code": "C9132", "desc": "Prolymphocytic leukemia of B-cell type, in relapse"}, {"code": "C9140", "desc": "Hairy cell leukemia not having achieved remission"}, {"code": "C9141", "desc": "Hairy cell leukemia, in remission"}, {"code": "C9142", "desc": "Hairy cell leukemia, in relapse"}, {"code": "C9150", "desc": "Adult T-cell lymphoma/leukemia (HTLV-1-associated) not having achieved remission"}, {"code": "C9151", "desc": "Adult T-cell lymphoma/leukemia (HTLV-1-associated), in remission"}, {"code": "C9152", "desc": "Adult T-cell lymphoma/leukemia (HTLV-1-associated), in relapse"}, {"code": "C9160", "desc": "Prolymphocytic leukemia of T-cell type not having achieved remission"}, {"code": "C9161", "desc": "Prolymphocytic leukemia of T-cell type, in remission"}, {"code": "C9162", "desc": "Prolymphocytic leukemia of T-cell type, in relapse"}, {"code": "C91A0", "desc": "Mature B-cell leukemia Burkitt-type not having achieved remission"}, {"code": "C91A1", "desc": "Mature B-cell leukemia Burkitt-type, in remission"}, {"code": "C91A2", "desc": "Mature B-cell leukemia Burkitt-type, in relapse"}, {"code": "C91Z0", "desc": "Other lymphoid leukemia not having achieved remission"}, {"code": "C91Z1", "desc": "Other lymphoid leukemia, in remission"}, {"code": "C91Z2", "desc": "Other lymphoid leukemia, in relapse"}, {"code": "C9190", "desc": "Lymphoid leukemia, unspecified not having achieved remission"}, {"code": "C9191", "desc": "Lymphoid leukemia, unspecified, in remission"}, {"code": "C9192", "desc": "Lymphoid leukemia, unspecified, in relapse"}, {"code": "C9200", "desc": "Acute myeloblastic leukemia, not having achieved remission"}, {"code": "C9201", "desc": "Acute myeloblastic leukemia, in remission"}, {"code": "C9202", "desc": "Acute myeloblastic leukemia, in relapse"}, {"code": "C9210", "desc": "Chronic myeloid leukemia, BCR/ABL-positive, not having achieved remission"}, {"code": "C9211", "desc": "Chronic myeloid leukemia, BCR/ABL-positive, in remission"}, {"code": "C9212", "desc": "Chronic myeloid leukemia, BCR/ABL-positive, in relapse"}, {"code": "C9220", "desc": "Atypical chronic myeloid leukemia, BCR/ABL-negative, not having achieved remission"}, {"code": "C9221", "desc": "Atypical chronic myeloid leukemia, BCR/ABL-negative, in remission"}, {"code": "C9222", "desc": "Atypical chronic myeloid leukemia, BCR/ABL-negative, in relapse"}, {"code": "C9230", "desc": "Myeloid sarcoma, not having achieved remission"}, {"code": "C9231", "desc": "Myeloid sarcoma, in remission"}, {"code": "C9232", "desc": "Myeloid sarcoma, in relapse"}, {"code": "C9240", "desc": "Acute promyelocytic leukemia, not having achieved remission"}, {"code": "C9241", "desc": "Acute promyelocytic leukemia, in remission"}, {"code": "C9242", "desc": "Acute promyelocytic leukemia, in relapse"}, {"code": "C9250", "desc": "Acute myelomonocytic leukemia, not having achieved remission"}, {"code": "C9251", "desc": "Acute myelomonocytic leukemia, in remission"}, {"code": "C9252", "desc": "Acute myelomonocytic leukemia, in relapse"}, {"code": "C9260", "desc": "Acute myeloid leukemia with 11q23-abnormality not having achieved remission"}, {"code": "C9261", "desc": "Acute myeloid leukemia with 11q23-abnormality in remission"}, {"code": "C9262", "desc": "Acute myeloid leukemia with 11q23-abnormality in relapse"}, {"code": "C92A0", "desc": "Acute myeloid leukemia with multilineage dysplasia, not having achieved remission"}, {"code": "C92A1", "desc": "Acute myeloid leukemia with multilineage dysplasia, in remission"}, {"code": "C92A2", "desc": "Acute myeloid leukemia with multilineage dysplasia, in relapse"}, {"code": "C92Z0", "desc": "Other myeloid leukemia not having achieved remission"}, {"code": "C92Z1", "desc": "Other myeloid leukemia, in remission"}, {"code": "C92Z2", "desc": "Other myeloid leukemia, in relapse"}, {"code": "C9290", "desc": "Myeloid leukemia, unspecified, not having achieved remission"}, {"code": "C9291", "desc": "Myeloid leukemia, unspecified in remission"}, {"code": "C9292", "desc": "Myeloid leukemia, unspecified in relapse"}, {"code": "C9300", "desc": "Acute monoblastic/monocytic leukemia, not having achieved remission"}, {"code": "C9301", "desc": "Acute monoblastic/monocytic leukemia, in remission"}, {"code": "C9302", "desc": "Acute monoblastic/monocytic leukemia, in relapse"}, {"code": "C9310", "desc": "Chronic myelomonocytic leukemia not having achieved remission"}, {"code": "C9311", "desc": "Chronic myelomonocytic leukemia, in remission"}, {"code": "C9312", "desc": "Chronic myelomonocytic leukemia, in relapse"}, {"code": "C9330", "desc": "Juvenile myelomonocytic leukemia, not having achieved remission"}, {"code": "C9331", "desc": "Juvenile myelomonocytic leukemia, in remission"}, {"code": "C9332", "desc": "Juvenile myelomonocytic leukemia, in relapse"}, {"code": "C93Z0", "desc": "Other monocytic leukemia, not having achieved remission"}, {"code": "C93Z1", "desc": "Other monocytic leukemia, in remission"}, {"code": "C93Z2", "desc": "Other monocytic leukemia, in relapse"}, {"code": "C9390", "desc": "Monocytic leukemia, unspecified, not having achieved remission"}, {"code": "C9391", "desc": "Monocytic leukemia, unspecified in remission"}, {"code": "C9392", "desc": "Monocytic leukemia, unspecified in relapse"}, {"code": "C9400", "desc": "Acute erythroid leukemia, not having achieved remission"}, {"code": "C9401", "desc": "Acute erythroid leukemia, in remission"}, {"code": "C9402", "desc": "Acute erythroid leukemia, in relapse"}, {"code": "C9420", "desc": "Acute megakaryoblastic leukemia not having achieved remission"}, {"code": "C9421", "desc": "Acute megakaryoblastic leukemia, in remission"}, {"code": "C9422", "desc": "Acute megakaryoblastic leukemia, in relapse"}, {"code": "C9430", "desc": "Mast cell leukemia not having achieved remission"}, {"code": "C9431", "desc": "Mast cell leukemia, in remission"}, {"code": "C9432", "desc": "Mast cell leukemia, in relapse"}, {"code": "C9440", "desc": "Acute panmyelosis with myelofibrosis not having achieved remission"}, {"code": "C9441", "desc": "Acute panmyelosis with myelofibrosis, in remission"}, {"code": "C9442", "desc": "Acute panmyelosis with myelofibrosis, in relapse"}, {"code": "C946", "desc": "Myelodysplastic disease, not classified"}, {"code": "C9480", "desc": "Other specified leukemias not having achieved remission"}, {"code": "C9481", "desc": "Other specified leukemias, in remission"}, {"code": "C9482", "desc": "Other specified leukemias, in relapse"}, {"code": "C9500", "desc": "Acute leukemia of unspecified cell type not having achieved remission"}, {"code": "C9501", "desc": "Acute leukemia of unspecified cell type, in remission"}, {"code": "C9502", "desc": "Acute leukemia of unspecified cell type, in relapse"}, {"code": "C9510", "desc": "Chronic leukemia of unspecified cell type not having achieved remission"}, {"code": "C9511", "desc": "Chronic leukemia of unspecified cell type, in remission"}, {"code": "C9512", "desc": "Chronic leukemia of unspecified cell type, in relapse"}, {"code": "C9590", "desc": "Leukemia, unspecified not having achieved remission"}, {"code": "C9591", "desc": "Leukemia, unspecified, in remission"}, {"code": "C9592", "desc": "Leukemia, unspecified, in relapse"}, {"code": "C960", "desc": "Multifocal and multisystemic (disseminated) Langerhans-cell histiocytosis"}, {"code": "C9620", "desc": "Malignant mast cell neoplasm, unspecified"}, {"code": "C9621", "desc": "Aggressive systemic mastocytosis"}, {"code": "C9622", "desc": "Mast cell sarcoma"}, {"code": "C9629", "desc": "Other malignant mast cell neoplasm"}, {"code": "C964", "desc": "Sarcoma of dendritic cells (accessory cells)"}, {"code": "C965", "desc": "Multifocal and unisystemic Langerhans-cell histiocytosis"}, {"code": "C966", "desc": "Unifocal Langerhans-cell histiocytosis"}, {"code": "C96A", "desc": "Histiocytic sarcoma"}, {"code": "C96Z", "desc": "Other specified malignant neoplasms of lymphoid, hematopoietic and related tissue"}, {"code": "C969", "desc": "Malignant neoplasm of lymphoid, hematopoietic and related tissue, unspecified"}, {"code": "D0000", "desc": "Carcinoma in situ of oral cavity, unspecified site"}, {"code": "D0001", "desc": "Carcinoma in situ of labial mucosa and vermilion border"}, {"code": "D0002", "desc": "Carcinoma in situ of buccal mucosa"}, {"code": "D0003", "desc": "Carcinoma in situ of gingiva and edentulous alveolar ridge"}, {"code": "D0004", "desc": "Carcinoma in situ of soft palate"}, {"code": "D0005", "desc": "Carcinoma in situ of hard palate"}, {"code": "D0006", "desc": "Carcinoma in situ of floor of mouth"}, {"code": "D0007", "desc": "Carcinoma in situ of tongue"}, {"code": "D0008", "desc": "Carcinoma in situ of pharynx"}, {"code": "D001", "desc": "Carcinoma in situ of esophagus"}, {"code": "D002", "desc": "Carcinoma in situ of stomach"}, {"code": "D010", "desc": "Carcinoma in situ of colon"}, {"code": "D011", "desc": "Carcinoma in situ of rectosigmoid junction"}, {"code": "D012", "desc": "Carcinoma in situ of rectum"}, {"code": "D013", "desc": "Carcinoma in situ of anus and anal canal"}, {"code": "D0140", "desc": "Carcinoma in situ of unspecified part of intestine"}, {"code": "D0149", "desc": "Carcinoma in situ of other parts of intestine"}, {"code": "D015", "desc": "Carcinoma in situ of liver, gallbladder and bile ducts"}, {"code": "D017", "desc": "Carcinoma in situ of other specified digestive organs"}, {"code": "D019", "desc": "Carcinoma in situ of digestive organ, unspecified"}, {"code": "D020", "desc": "Carcinoma in situ of larynx"}, {"code": "D021", "desc": "Carcinoma in situ of trachea"}, {"code": "D0220", "desc": "Carcinoma in situ of unspecified bronchus and lung"}, {"code": "D0221", "desc": "Carcinoma in situ of right bronchus and lung"}, {"code": "D0222", "desc": "Carcinoma in situ of left bronchus and lung"}, {"code": "D023", "desc": "Carcinoma in situ of other parts of respiratory system"}, {"code": "D024", "desc": "Carcinoma in situ of respiratory system, unspecified"}, {"code": "D030", "desc": "Melanoma in situ of lip"}, {"code": "D0310", "desc": "Melanoma in situ of unspecified eyelid, including canthus"}, {"code": "D0311", "desc": "Melanoma in situ of right eyelid, including canthus"}, {"code": "D0312", "desc": "Melanoma in situ of left eyelid, including canthus"}, {"code": "D0320", "desc": "Melanoma in situ of unspecified ear and external auricular canal"}, {"code": "D0321", "desc": "Melanoma in situ of right ear and external auricular canal"}, {"code": "D0322", "desc": "Melanoma in situ of left ear and external auricular canal"}, {"code": "D0330", "desc": "Melanoma in situ of unspecified part of face"}, {"code": "D0339", "desc": "Melanoma in situ of other parts of face"}, {"code": "D034", "desc": "Melanoma in situ of scalp and neck"}, {"code": "D0351", "desc": "Melanoma in situ of anal skin"}, {"code": "D0352", "desc": "Melanoma in situ of breast (skin) (soft tissue)"}, {"code": "D0359", "desc": "Melanoma in situ of other part of trunk"}, {"code": "D0360", "desc": "Melanoma in situ of unspecified upper limb, including shoulder"}, {"code": "D0361", "desc": "Melanoma in situ of right upper limb, including shoulder"}, {"code": "D0362", "desc": "Melanoma in situ of left upper limb, including shoulder"}, {"code": "D0370", "desc": "Melanoma in situ of unspecified lower limb, including hip"}, {"code": "D0371", "desc": "Melanoma in situ of right lower limb, including hip"}, {"code": "D0372", "desc": "Melanoma in situ of left lower limb, including hip"}, {"code": "D038", "desc": "Melanoma in situ of other sites"}, {"code": "D039", "desc": "Melanoma in situ, unspecified"}, {"code": "D040", "desc": "Carcinoma in situ of skin of lip"}, {"code": "D0410", "desc": "Carcinoma in situ of skin of unspecified eyelid, including canthus"}, {"code": "D0411", "desc": "Carcinoma in situ of skin of right eyelid, including canthus"}, {"code": "D0412", "desc": "Carcinoma in situ of skin of left eyelid, including canthus"}, {"code": "D0420", "desc": "Carcinoma in situ of skin of unspecified ear and external auricular canal"}, {"code": "D0421", "desc": "Carcinoma in situ of skin of right ear and external auricular canal"}, {"code": "D0422", "desc": "Carcinoma in situ of skin of left ear and external auricular canal"}, {"code": "D0430", "desc": "Carcinoma in situ of skin of unspecified part of face"}, {"code": "D0439", "desc": "Carcinoma in situ of skin of other parts of face"}, {"code": "D044", "desc": "Carcinoma in situ of skin of scalp and neck"}, {"code": "D045", "desc": "Carcinoma in situ of skin of trunk"}, {"code": "D0460", "desc": "Carcinoma in situ of skin of unspecified upper limb, including shoulder"}, {"code": "D0461", "desc": "Carcinoma in situ of skin of right upper limb, including shoulder"}, {"code": "D0462", "desc": "Carcinoma in situ of skin of left upper limb, including shoulder"}, {"code": "D0470", "desc": "Carcinoma in situ of skin of unspecified lower limb, including hip"}, {"code": "D0471", "desc": "Carcinoma in situ of skin of right lower limb, including hip"}, {"code": "D0472", "desc": "Carcinoma in situ of skin of left lower limb, including hip"}, {"code": "D048", "desc": "Carcinoma in situ of skin of other sites"}, {"code": "D049", "desc": "Carcinoma in situ of skin, unspecified"}, {"code": "D0500", "desc": "Lobular carcinoma in situ of unspecified breast"}, {"code": "D0501", "desc": "Lobular carcinoma in situ of right breast"}, {"code": "D0502", "desc": "Lobular carcinoma in situ of left breast"}, {"code": "D0510", "desc": "Intraductal carcinoma in situ of unspecified breast"}, {"code": "D0511", "desc": "Intraductal carcinoma in situ of right breast"}, {"code": "D0512", "desc": "Intraductal carcinoma in situ of left breast"}, {"code": "D0580", "desc": "Other specified type of carcinoma in situ of unspecified breast"}, {"code": "D0581", "desc": "Other specified type of carcinoma in situ of right breast"}, {"code": "D0582", "desc": "Other specified type of carcinoma in situ of left breast"}, {"code": "D0590", "desc": "Unspecified type of carcinoma in situ of unspecified breast"}, {"code": "D0591", "desc": "Unspecified type of carcinoma in situ of right breast"}, {"code": "D0592", "desc": "Unspecified type of carcinoma in situ of left breast"}, {"code": "D060", "desc": "Carcinoma in situ of endocervix"}, {"code": "D061", "desc": "Carcinoma in situ of exocervix"}, {"code": "D067", "desc": "Carcinoma in situ of other parts of cervix"}, {"code": "D069", "desc": "Carcinoma in situ of cervix, unspecified"}, {"code": "D070", "desc": "Carcinoma in situ of endometrium"}, {"code": "D071", "desc": "Carcinoma in situ of vulva"}, {"code": "D072", "desc": "Carcinoma in situ of vagina"}, {"code": "D0730", "desc": "Carcinoma in situ of unspecified female genital organs"}, {"code": "D0739", "desc": "Carcinoma in situ of other female genital organs"}, {"code": "D074", "desc": "Carcinoma in situ of penis"}, {"code": "D075", "desc": "Carcinoma in situ of prostate"}, {"code": "D0760", "desc": "Carcinoma in situ of unspecified male genital organs"}, {"code": "D0761", "desc": "Carcinoma in situ of scrotum"}, {"code": "D0769", "desc": "Carcinoma in situ of other male genital organs"}, {"code": "D090", "desc": "Carcinoma in situ of bladder"}, {"code": "D0910", "desc": "Carcinoma in situ of unspecified urinary organ"}, {"code": "D0919", "desc": "Carcinoma in situ of other urinary organs"}, {"code": "D0920", "desc": "Carcinoma in situ of unspecified eye"}, {"code": "D0921", "desc": "Carcinoma in situ of right eye"}, {"code": "D0922", "desc": "Carcinoma in situ of left eye"}, {"code": "D093", "desc": "Carcinoma in situ of thyroid and other endocrine glands"}, {"code": "D098", "desc": "Carcinoma in situ of other specified sites"}, {"code": "D099", "desc": "Carcinoma in situ, unspecified"}, {"code": "D100", "desc": "Benign neoplasm of lip"}, {"code": "D101", "desc": "Benign neoplasm of tongue"}, {"code": "D102", "desc": "Benign neoplasm of floor of mouth"}, {"code": "D1030", "desc": "Benign neoplasm of unspecified part of mouth"}, {"code": "D1039", "desc": "Benign neoplasm of other parts of mouth"}, {"code": "D104", "desc": "Benign neoplasm of tonsil"}, {"code": "D105", "desc": "Benign neoplasm of other parts of oropharynx"}, {"code": "D106", "desc": "Benign neoplasm of nasopharynx"}, {"code": "D107", "desc": "Benign neoplasm of hypopharynx"}, {"code": "D109", "desc": "Benign neoplasm of pharynx, unspecified"}, {"code": "D110", "desc": "Benign neoplasm of parotid gland"}, {"code": "D117", "desc": "Benign neoplasm of other major salivary glands"}, {"code": "D119", "desc": "Benign neoplasm of major salivary gland, unspecified"}, {"code": "D120", "desc": "Benign neoplasm of cecum"}, {"code": "D121", "desc": "Benign neoplasm of appendix"}, {"code": "D122", "desc": "Benign neoplasm of ascending colon"}, {"code": "D123", "desc": "Benign neoplasm of transverse colon"}, {"code": "D124", "desc": "Benign neoplasm of descending colon"}, {"code": "D125", "desc": "Benign neoplasm of sigmoid colon"}, {"code": "D126", "desc": "Benign neoplasm of colon, unspecified"}, {"code": "D127", "desc": "Benign neoplasm of rectosigmoid junction"}, {"code": "D128", "desc": "Benign neoplasm of rectum"}, {"code": "D129", "desc": "Benign neoplasm of anus and anal canal"}, {"code": "D130", "desc": "Benign neoplasm of esophagus"}, {"code": "D131", "desc": "Benign neoplasm of stomach"}, {"code": "D132", "desc": "Benign neoplasm of duodenum"}, {"code": "D1330", "desc": "Benign neoplasm of unspecified part of small intestine"}, {"code": "D1339", "desc": "Benign neoplasm of other parts of small intestine"}, {"code": "D134", "desc": "Benign neoplasm of liver"}, {"code": "D135", "desc": "Benign neoplasm of extrahepatic bile ducts"}, {"code": "D136", "desc": "Benign neoplasm of pancreas"}, {"code": "D137", "desc": "Benign neoplasm of endocrine pancreas"}, {"code": "D139", "desc": "Benign neoplasm of ill-defined sites within the digestive system"}, {"code": "D140", "desc": "Benign neoplasm of middle ear, nasal cavity and accessory sinuses"}, {"code": "D141", "desc": "Benign neoplasm of larynx"}, {"code": "D142", "desc": "Benign neoplasm of trachea"}, {"code": "D1430", "desc": "Benign neoplasm of unspecified bronchus and lung"}, {"code": "D1431", "desc": "Benign neoplasm of right bronchus and lung"}, {"code": "D1432", "desc": "Benign neoplasm of left bronchus and lung"}, {"code": "D144", "desc": "Benign neoplasm of respiratory system, unspecified"}, {"code": "D150", "desc": "Benign neoplasm of thymus"}, {"code": "D151", "desc": "Benign neoplasm of heart"}, {"code": "D152", "desc": "Benign neoplasm of mediastinum"}, {"code": "D157", "desc": "Benign neoplasm of other specified intrathoracic organs"}, {"code": "D159", "desc": "Benign neoplasm of intrathoracic organ, unspecified"}, {"code": "D1600", "desc": "Benign neoplasm of scapula and long bones of unspecified upper limb"}, {"code": "D1601", "desc": "Benign neoplasm of scapula and long bones of right upper limb"}, {"code": "D1602", "desc": "Benign neoplasm of scapula and long bones of left upper limb"}, {"code": "D1610", "desc": "Benign neoplasm of short bones of unspecified upper limb"}, {"code": "D1611", "desc": "Benign neoplasm of short bones of right upper limb"}, {"code": "D1612", "desc": "Benign neoplasm of short bones of left upper limb"}, {"code": "D1620", "desc": "Benign neoplasm of long bones of unspecified lower limb"}, {"code": "D1621", "desc": "Benign neoplasm of long bones of right lower limb"}, {"code": "D1622", "desc": "Benign neoplasm of long bones of left lower limb"}, {"code": "D1630", "desc": "Benign neoplasm of short bones of unspecified lower limb"}, {"code": "D1631", "desc": "Benign neoplasm of short bones of right lower limb"}, {"code": "D1632", "desc": "Benign neoplasm of short bones of left lower limb"}, {"code": "D164", "desc": "Benign neoplasm of bones of skull and face"}, {"code": "D165", "desc": "Benign neoplasm of lower jaw bone"}, {"code": "D166", "desc": "Benign neoplasm of vertebral column"}, {"code": "D167", "desc": "Benign neoplasm of ribs, sternum and clavicle"}, {"code": "D168", "desc": "Benign neoplasm of pelvic bones, sacrum and coccyx"}, {"code": "D169", "desc": "Benign neoplasm of bone and articular cartilage, unspecified"}, {"code": "D170", "desc": "Benign lipomatous neoplasm of skin and subcutaneous tissue of head, face and neck"}, {"code": "D171", "desc": "Benign lipomatous neoplasm of skin and subcutaneous tissue of trunk"}, {"code": "D1720", "desc": "Benign lipomatous neoplasm of skin and subcutaneous tissue of unspecified limb"}, {"code": "D1721", "desc": "Benign lipomatous neoplasm of skin and subcutaneous tissue of right arm"}, {"code": "D1722", "desc": "Benign lipomatous neoplasm of skin and subcutaneous tissue of left arm"}, {"code": "D1723", "desc": "Benign lipomatous neoplasm of skin and subcutaneous tissue of right leg"}, {"code": "D1724", "desc": "Benign lipomatous neoplasm of skin and subcutaneous tissue of left leg"}, {"code": "D1730", "desc": "Benign lipomatous neoplasm of skin and subcutaneous tissue of unspecified sites"}, {"code": "D1739", "desc": "Benign lipomatous neoplasm of skin and subcutaneous tissue of other sites"}, {"code": "D174", "desc": "Benign lipomatous neoplasm of intrathoracic organs"}, {"code": "D175", "desc": "Benign lipomatous neoplasm of intra-abdominal organs"}, {"code": "D176", "desc": "Benign lipomatous neoplasm of spermatic cord"}, {"code": "D1771", "desc": "Benign lipomatous neoplasm of kidney"}, {"code": "D1772", "desc": "Benign lipomatous neoplasm of other genitourinary organ"}, {"code": "D1779", "desc": "Benign lipomatous neoplasm of other sites"}, {"code": "D179", "desc": "Benign lipomatous neoplasm, unspecified"}, {"code": "D1800", "desc": "Hemangioma unspecified site"}, {"code": "D1801", "desc": "Hemangioma of skin and subcutaneous tissue"}, {"code": "D1802", "desc": "Hemangioma of intracranial structures"}, {"code": "D1803", "desc": "Hemangioma of intra-abdominal structures"}, {"code": "D1809", "desc": "Hemangioma of other sites"}, {"code": "D181", "desc": "Lymphangioma, any site"}, {"code": "D190", "desc": "Benign neoplasm of mesothelial tissue of pleura"}, {"code": "D191", "desc": "Benign neoplasm of mesothelial tissue of peritoneum"}, {"code": "D197", "desc": "Benign neoplasm of mesothelial tissue of other sites"}, {"code": "D199", "desc": "Benign neoplasm of mesothelial tissue, unspecified"}, {"code": "D200", "desc": "Benign neoplasm of soft tissue of retroperitoneum"}, {"code": "D201", "desc": "Benign neoplasm of soft tissue of peritoneum"}, {"code": "D210", "desc": "Benign neoplasm of connective and other soft tissue of head, face and neck"}, {"code": "D2110", "desc": "Benign neoplasm of connective and other soft tissue of unspecified upper limb, including shoulder"}, {"code": "D2111", "desc": "Benign neoplasm of connective and other soft tissue of right upper limb, including shoulder"}, {"code": "D2112", "desc": "Benign neoplasm of connective and other soft tissue of left upper limb, including shoulder"}, {"code": "D2120", "desc": "Benign neoplasm of connective and other soft tissue of unspecified lower limb, including hip"}, {"code": "D2121", "desc": "Benign neoplasm of connective and other soft tissue of right lower limb, including hip"}, {"code": "D2122", "desc": "Benign neoplasm of connective and other soft tissue of left lower limb, including hip"}, {"code": "D213", "desc": "Benign neoplasm of connective and other soft tissue of thorax"}, {"code": "D214", "desc": "Benign neoplasm of connective and other soft tissue of abdomen"}, {"code": "D215", "desc": "Benign neoplasm of connective and other soft tissue of pelvis"}, {"code": "D216", "desc": "Benign neoplasm of connective and other soft tissue of trunk, unspecified"}, {"code": "D219", "desc": "Benign neoplasm of connective and other soft tissue, unspecified"}, {"code": "D220", "desc": "Melanocytic nevi of lip"}, {"code": "D2210", "desc": "Melanocytic nevi of unspecified eyelid, including canthus"}, {"code": "D2211", "desc": "Melanocytic nevi of right eyelid, including canthus"}, {"code": "D2212", "desc": "Melanocytic nevi of left eyelid, including canthus"}, {"code": "D2220", "desc": "Melanocytic nevi of unspecified ear and external auricular canal"}, {"code": "D2221", "desc": "Melanocytic nevi of right ear and external auricular canal"}, {"code": "D2222", "desc": "Melanocytic nevi of left ear and external auricular canal"}, {"code": "D2230", "desc": "Melanocytic nevi of unspecified part of face"}, {"code": "D2239", "desc": "Melanocytic nevi of other parts of face"}, {"code": "D224", "desc": "Melanocytic nevi of scalp and neck"}, {"code": "D225", "desc": "Melanocytic nevi of trunk"}, {"code": "D2260", "desc": "Melanocytic nevi of unspecified upper limb, including shoulder"}, {"code": "D2261", "desc": "Melanocytic nevi of right upper limb, including shoulder"}, {"code": "D2262", "desc": "Melanocytic nevi of left upper limb, including shoulder"}, {"code": "D2270", "desc": "Melanocytic nevi of unspecified lower limb, including hip"}, {"code": "D2271", "desc": "Melanocytic nevi of right lower limb, including hip"}, {"code": "D2272", "desc": "Melanocytic nevi of left lower limb, including hip"}, {"code": "D229", "desc": "Melanocytic nevi, unspecified"}, {"code": "D230", "desc": "Other benign neoplasm of skin of lip"}, {"code": "D2310", "desc": "Other benign neoplasm of skin of unspecified eyelid, including canthus"}, {"code": "D2311", "desc": "Other benign neoplasm of skin of right eyelid, including canthus"}, {"code": "D2312", "desc": "Other benign neoplasm of skin of left eyelid, including canthus"}, {"code": "D2320", "desc": "Other benign neoplasm of skin of unspecified ear and external auricular canal"}, {"code": "D2321", "desc": "Other benign neoplasm of skin of right ear and external auricular canal"}, {"code": "D2322", "desc": "Other benign neoplasm of skin of left ear and external auricular canal"}, {"code": "D2330", "desc": "Other benign neoplasm of skin of unspecified part of face"}, {"code": "D2339", "desc": "Other benign neoplasm of skin of other parts of face"}, {"code": "D234", "desc": "Other benign neoplasm of skin of scalp and neck"}, {"code": "D235", "desc": "Other benign neoplasm of skin of trunk"}, {"code": "D2360", "desc": "Other benign neoplasm of skin of unspecified upper limb, including shoulder"}, {"code": "D2361", "desc": "Other benign neoplasm of skin of right upper limb, including shoulder"}, {"code": "D2362", "desc": "Other benign neoplasm of skin of left upper limb, including shoulder"}, {"code": "D2370", "desc": "Other benign neoplasm of skin of unspecified lower limb, including hip"}, {"code": "D2371", "desc": "Other benign neoplasm of skin of right lower limb, including hip"}, {"code": "D2372", "desc": "Other benign neoplasm of skin of left lower limb, including hip"}, {"code": "D239", "desc": "Other benign neoplasm of skin, unspecified"}, {"code": "D241", "desc": "Benign neoplasm of right breast"}, {"code": "D242", "desc": "Benign neoplasm of left breast"}, {"code": "D249", "desc": "Benign neoplasm of unspecified breast"}, {"code": "D250", "desc": "Submucous leiomyoma of uterus"}, {"code": "D251", "desc": "Intramural leiomyoma of uterus"}, {"code": "D252", "desc": "Subserosal leiomyoma of uterus"}, {"code": "D259", "desc": "Leiomyoma of uterus, unspecified"}, {"code": "D260", "desc": "Other benign neoplasm of cervix uteri"}, {"code": "D261", "desc": "Other benign neoplasm of corpus uteri"}, {"code": "D267", "desc": "Other benign neoplasm of other parts of uterus"}, {"code": "D269", "desc": "Other benign neoplasm of uterus, unspecified"}, {"code": "D270", "desc": "Benign neoplasm of right ovary"}, {"code": "D271", "desc": "Benign neoplasm of left ovary"}, {"code": "D279", "desc": "Benign neoplasm of unspecified ovary"}, {"code": "D280", "desc": "Benign neoplasm of vulva"}, {"code": "D281", "desc": "Benign neoplasm of vagina"}, {"code": "D282", "desc": "Benign neoplasm of uterine tubes and ligaments"}, {"code": "D287", "desc": "Benign neoplasm of other specified female genital organs"}, {"code": "D289", "desc": "Benign neoplasm of female genital organ, unspecified"}, {"code": "D290", "desc": "Benign neoplasm of penis"}, {"code": "D291", "desc": "Benign neoplasm of prostate"}, {"code": "D2920", "desc": "Benign neoplasm of unspecified testis"}, {"code": "D2921", "desc": "Benign neoplasm of right testis"}, {"code": "D2922", "desc": "Benign neoplasm of left testis"}, {"code": "D2930", "desc": "Benign neoplasm of unspecified epididymis"}, {"code": "D2931", "desc": "Benign neoplasm of right epididymis"}, {"code": "D2932", "desc": "Benign neoplasm of left epididymis"}, {"code": "D294", "desc": "Benign neoplasm of scrotum"}, {"code": "D298", "desc": "Benign neoplasm of other specified male genital organs"}, {"code": "D299", "desc": "Benign neoplasm of male genital organ, unspecified"}, {"code": "D3000", "desc": "Benign neoplasm of unspecified kidney"}, {"code": "D3001", "desc": "Benign neoplasm of right kidney"}, {"code": "D3002", "desc": "Benign neoplasm of left kidney"}, {"code": "D3010", "desc": "Benign neoplasm of unspecified renal pelvis"}, {"code": "D3011", "desc": "Benign neoplasm of right renal pelvis"}, {"code": "D3012", "desc": "Benign neoplasm of left renal pelvis"}, {"code": "D3020", "desc": "Benign neoplasm of unspecified ureter"}, {"code": "D3021", "desc": "Benign neoplasm of right ureter"}, {"code": "D3022", "desc": "Benign neoplasm of left ureter"}, {"code": "D303", "desc": "Benign neoplasm of bladder"}, {"code": "D304", "desc": "Benign neoplasm of urethra"}, {"code": "D308", "desc": "Benign neoplasm of other specified urinary organs"}, {"code": "D309", "desc": "Benign neoplasm of urinary organ, unspecified"}, {"code": "D3100", "desc": "Benign neoplasm of unspecified conjunctiva"}, {"code": "D3101", "desc": "Benign neoplasm of right conjunctiva"}, {"code": "D3102", "desc": "Benign neoplasm of left conjunctiva"}, {"code": "D3110", "desc": "Benign neoplasm of unspecified cornea"}, {"code": "D3111", "desc": "Benign neoplasm of right cornea"}, {"code": "D3112", "desc": "Benign neoplasm of left cornea"}, {"code": "D3120", "desc": "Benign neoplasm of unspecified retina"}, {"code": "D3121", "desc": "Benign neoplasm of right retina"}, {"code": "D3122", "desc": "Benign neoplasm of left retina"}, {"code": "D3130", "desc": "Benign neoplasm of unspecified choroid"}, {"code": "D3131", "desc": "Benign neoplasm of right choroid"}, {"code": "D3132", "desc": "Benign neoplasm of left choroid"}, {"code": "D3140", "desc": "Benign neoplasm of unspecified ciliary body"}, {"code": "D3141", "desc": "Benign neoplasm of right ciliary body"}, {"code": "D3142", "desc": "Benign neoplasm of left ciliary body"}, {"code": "D3150", "desc": "Benign neoplasm of unspecified lacrimal gland and duct"}, {"code": "D3151", "desc": "Benign neoplasm of right lacrimal gland and duct"}, {"code": "D3152", "desc": "Benign neoplasm of left lacrimal gland and duct"}, {"code": "D3160", "desc": "Benign neoplasm of unspecified site of unspecified orbit"}, {"code": "D3161", "desc": "Benign neoplasm of unspecified site of right orbit"}, {"code": "D3162", "desc": "Benign neoplasm of unspecified site of left orbit"}, {"code": "D3190", "desc": "Benign neoplasm of unspecified part of unspecified eye"}, {"code": "D3191", "desc": "Benign neoplasm of unspecified part of right eye"}, {"code": "D3192", "desc": "Benign neoplasm of unspecified part of left eye"}, {"code": "D320", "desc": "Benign neoplasm of cerebral meninges"}, {"code": "D321", "desc": "Benign neoplasm of spinal meninges"}, {"code": "D329", "desc": "Benign neoplasm of meninges, unspecified"}, {"code": "D330", "desc": "Benign neoplasm of brain, supratentorial"}, {"code": "D331", "desc": "Benign neoplasm of brain, infratentorial"}, {"code": "D332", "desc": "Benign neoplasm of brain, unspecified"}, {"code": "D333", "desc": "Benign neoplasm of cranial nerves"}, {"code": "D334", "desc": "Benign neoplasm of spinal cord"}, {"code": "D337", "desc": "Benign neoplasm of other specified parts of central nervous system"}, {"code": "D339", "desc": "Benign neoplasm of central nervous system, unspecified"}, {"code": "D34", "desc": "Benign neoplasm of thyroid gland"}, {"code": "D3500", "desc": "Benign neoplasm of unspecified adrenal gland"}, {"code": "D3501", "desc": "Benign neoplasm of right adrenal gland"}, {"code": "D3502", "desc": "Benign neoplasm of left adrenal gland"}, {"code": "D351", "desc": "Benign neoplasm of parathyroid gland"}, {"code": "D352", "desc": "Benign neoplasm of pituitary gland"}, {"code": "D353", "desc": "Benign neoplasm of craniopharyngeal duct"}, {"code": "D354", "desc": "Benign neoplasm of pineal gland"}, {"code": "D355", "desc": "Benign neoplasm of carotid body"}, {"code": "D356", "desc": "Benign neoplasm of aortic body and other paraganglia"}, {"code": "D357", "desc": "Benign neoplasm of other specified endocrine glands"}, {"code": "D359", "desc": "Benign neoplasm of endocrine gland, unspecified"}, {"code": "D360", "desc": "Benign neoplasm of lymph nodes"}, {"code": "D3610", "desc": "Benign neoplasm of peripheral nerves and autonomic nervous system, unspecified"}, {"code": "D3611", "desc": "Benign neoplasm of peripheral nerves and autonomic nervous system of face, head, and neck"}, {"code": "D3612", "desc": "Benign neoplasm of peripheral nerves and autonomic nervous system, upper limb, including shoulder"}, {"code": "D3613", "desc": "Benign neoplasm of peripheral nerves and autonomic nervous system of lower limb, including hip"}, {"code": "D3614", "desc": "Benign neoplasm of peripheral nerves and autonomic nervous system of thorax"}, {"code": "D3615", "desc": "Benign neoplasm of peripheral nerves and autonomic nervous system of abdomen"}, {"code": "D3616", "desc": "Benign neoplasm of peripheral nerves and autonomic nervous system of pelvis"}, {"code": "D3617", "desc": "Benign neoplasm of peripheral nerves and autonomic nervous system of trunk, unspecified"}, {"code": "D367", "desc": "Benign neoplasm of other specified sites"}, {"code": "D369", "desc": "Benign neoplasm, unspecified site"}, {"code": "D3A00", "desc": "Benign carcinoid tumor of unspecified site"}, {"code": "D3A010", "desc": "Benign carcinoid tumor of the duodenum"}, {"code": "D3A011", "desc": "Benign carcinoid tumor of the jejunum"}, {"code": "D3A012", "desc": "Benign carcinoid tumor of the ileum"}, {"code": "D3A019", "desc": "Benign carcinoid tumor of the small intestine, unspecified portion"}, {"code": "D3A020", "desc": "Benign carcinoid tumor of the appendix"}, {"code": "D3A021", "desc": "Benign carcinoid tumor of the cecum"}, {"code": "D3A022", "desc": "Benign carcinoid tumor of the ascending colon"}, {"code": "D3A023", "desc": "Benign carcinoid tumor of the transverse colon"}, {"code": "D3A024", "desc": "Benign carcinoid tumor of the descending colon"}, {"code": "D3A025", "desc": "Benign carcinoid tumor of the sigmoid colon"}, {"code": "D3A026", "desc": "Benign carcinoid tumor of the rectum"}, {"code": "D3A029", "desc": "Benign carcinoid tumor of the large intestine, unspecified portion"}, {"code": "D3A090", "desc": "Benign carcinoid tumor of the bronchus and lung"}, {"code": "D3A091", "desc": "Benign carcinoid tumor of the thymus"}, {"code": "D3A092", "desc": "Benign carcinoid tumor of the stomach"}, {"code": "D3A093", "desc": "Benign carcinoid tumor of the kidney"}, {"code": "D3A094", "desc": "Benign carcinoid tumor of the foregut, unspecified"}, {"code": "D3A095", "desc": "Benign carcinoid tumor of the midgut, unspecified"}, {"code": "D3A096", "desc": "Benign carcinoid tumor of the hindgut, unspecified"}, {"code": "D3A098", "desc": "Benign carcinoid tumors of other sites"}, {"code": "D3A8", "desc": "Other benign neuroendocrine tumors"}, {"code": "D3701", "desc": "Neoplasm of uncertain behavior of lip"}, {"code": "D3702", "desc": "Neoplasm of uncertain behavior of tongue"}, {"code": "D37030", "desc": "Neoplasm of uncertain behavior of the parotid salivary glands"}, {"code": "D37031", "desc": "Neoplasm of uncertain behavior of the sublingual salivary glands"}, {"code": "D37032", "desc": "Neoplasm of uncertain behavior of the submandibular salivary glands"}, {"code": "D37039", "desc": "Neoplasm of uncertain behavior of the major salivary glands, unspecified"}, {"code": "D3704", "desc": "Neoplasm of uncertain behavior of the minor salivary glands"}, {"code": "D3705", "desc": "Neoplasm of uncertain behavior of pharynx"}, {"code": "D3709", "desc": "Neoplasm of uncertain behavior of other specified sites of the oral cavity"}, {"code": "D371", "desc": "Neoplasm of uncertain behavior of stomach"}, {"code": "D372", "desc": "Neoplasm of uncertain behavior of small intestine"}, {"code": "D373", "desc": "Neoplasm of uncertain behavior of appendix"}, {"code": "D374", "desc": "Neoplasm of uncertain behavior of colon"}, {"code": "D375", "desc": "Neoplasm of uncertain behavior of rectum"}, {"code": "D376", "desc": "Neoplasm of uncertain behavior of liver, gallbladder and bile ducts"}, {"code": "D378", "desc": "Neoplasm of uncertain behavior of other specified digestive organs"}, {"code": "D379", "desc": "Neoplasm of uncertain behavior of digestive organ, unspecified"}, {"code": "D380", "desc": "Neoplasm of uncertain behavior of larynx"}, {"code": "D381", "desc": "Neoplasm of uncertain behavior of trachea, bronchus and lung"}, {"code": "D382", "desc": "Neoplasm of uncertain behavior of pleura"}, {"code": "D383", "desc": "Neoplasm of uncertain behavior of mediastinum"}, {"code": "D384", "desc": "Neoplasm of uncertain behavior of thymus"}, {"code": "D385", "desc": "Neoplasm of uncertain behavior of other respiratory organs"}, {"code": "D386", "desc": "Neoplasm of uncertain behavior of respiratory organ, unspecified"}, {"code": "D390", "desc": "Neoplasm of uncertain behavior of uterus"}, {"code": "D3910", "desc": "Neoplasm of uncertain behavior of unspecified ovary"}, {"code": "D3911", "desc": "Neoplasm of uncertain behavior of right ovary"}, {"code": "D3912", "desc": "Neoplasm of uncertain behavior of left ovary"}, {"code": "D392", "desc": "Neoplasm of uncertain behavior of placenta"}, {"code": "D398", "desc": "Neoplasm of uncertain behavior of other specified female genital organs"}, {"code": "D399", "desc": "Neoplasm of uncertain behavior of female genital organ, unspecified"}, {"code": "D400", "desc": "Neoplasm of uncertain behavior of prostate"}, {"code": "D4010", "desc": "Neoplasm of uncertain behavior of unspecified testis"}, {"code": "D4011", "desc": "Neoplasm of uncertain behavior of right testis"}, {"code": "D4012", "desc": "Neoplasm of uncertain behavior of left testis"}, {"code": "D408", "desc": "Neoplasm of uncertain behavior of other specified male genital organs"}, {"code": "D409", "desc": "Neoplasm of uncertain behavior of male genital organ, unspecified"}, {"code": "D4100", "desc": "Neoplasm of uncertain behavior of unspecified kidney"}, {"code": "D4101", "desc": "Neoplasm of uncertain behavior of right kidney"}, {"code": "D4102", "desc": "Neoplasm of uncertain behavior of left kidney"}, {"code": "D4110", "desc": "Neoplasm of uncertain behavior of unspecified renal pelvis"}, {"code": "D4111", "desc": "Neoplasm of uncertain behavior of right renal pelvis"}, {"code": "D4112", "desc": "Neoplasm of uncertain behavior of left renal pelvis"}, {"code": "D4120", "desc": "Neoplasm of uncertain behavior of unspecified ureter"}, {"code": "D4121", "desc": "Neoplasm of uncertain behavior of right ureter"}, {"code": "D4122", "desc": "Neoplasm of uncertain behavior of left ureter"}, {"code": "D413", "desc": "Neoplasm of uncertain behavior of urethra"}, {"code": "D414", "desc": "Neoplasm of uncertain behavior of bladder"}, {"code": "D418", "desc": "Neoplasm of uncertain behavior of other specified urinary organs"}, {"code": "D419", "desc": "Neoplasm of uncertain behavior of unspecified urinary organ"}, {"code": "D420", "desc": "Neoplasm of uncertain behavior of cerebral meninges"}, {"code": "D421", "desc": "Neoplasm of uncertain behavior of spinal meninges"}, {"code": "D429", "desc": "Neoplasm of uncertain behavior of meninges, unspecified"}, {"code": "D430", "desc": "Neoplasm of uncertain behavior of brain, supratentorial"}, {"code": "D431", "desc": "Neoplasm of uncertain behavior of brain, infratentorial"}, {"code": "D432", "desc": "Neoplasm of uncertain behavior of brain, unspecified"}, {"code": "D433", "desc": "Neoplasm of uncertain behavior of cranial nerves"}, {"code": "D434", "desc": "Neoplasm of uncertain behavior of spinal cord"}, {"code": "D438", "desc": "Neoplasm of uncertain behavior of other specified parts of central nervous system"}, {"code": "D439", "desc": "Neoplasm of uncertain behavior of central nervous system, unspecified"}, {"code": "D440", "desc": "Neoplasm of uncertain behavior of thyroid gland"}, {"code": "D4410", "desc": "Neoplasm of uncertain behavior of unspecified adrenal gland"}, {"code": "D4411", "desc": "Neoplasm of uncertain behavior of right adrenal gland"}, {"code": "D4412", "desc": "Neoplasm of uncertain behavior of left adrenal gland"}, {"code": "D442", "desc": "Neoplasm of uncertain behavior of parathyroid gland"}, {"code": "D443", "desc": "Neoplasm of uncertain behavior of pituitary gland"}, {"code": "D444", "desc": "Neoplasm of uncertain behavior of craniopharyngeal duct"}, {"code": "D445", "desc": "Neoplasm of uncertain behavior of pineal gland"}, {"code": "D446", "desc": "Neoplasm of uncertain behavior of carotid body"}, {"code": "D447", "desc": "Neoplasm of uncertain behavior of aortic body and other paraganglia"}, {"code": "D449", "desc": "Neoplasm of uncertain behavior of unspecified endocrine gland"}, {"code": "D45", "desc": "Polycythemia vera"}, {"code": "D460", "desc": "Refractory anemia without ring sideroblasts, so stated"}, {"code": "D461", "desc": "Refractory anemia with ring sideroblasts"}, {"code": "D4620", "desc": "Refractory anemia with excess of blasts, unspecified"}, {"code": "D4621", "desc": "Refractory anemia with excess of blasts 1"}, {"code": "D4622", "desc": "Refractory anemia with excess of blasts 2"}, {"code": "D46A", "desc": "Refractory cytopenia with multilineage dysplasia"}, {"code": "D46B", "desc": "Refractory cytopenia with multilineage dysplasia and ring sideroblasts"}, {"code": "D46C", "desc": "Myelodysplastic syndrome with isolated del(5q) chromosomal abnormality"}, {"code": "D464", "desc": "Refractory anemia, unspecified"}, {"code": "D46Z", "desc": "Other myelodysplastic syndromes"}, {"code": "D469", "desc": "Myelodysplastic syndrome, unspecified"}, {"code": "D4701", "desc": "Cutaneous mastocytosis"}, {"code": "D4702", "desc": "Systemic mastocytosis"}, {"code": "D4709", "desc": "Other mast cell neoplasms of uncertain behavior"}, {"code": "D471", "desc": "Chronic myeloproliferative disease"}, {"code": "D472", "desc": "Monoclonal gammopathy"}, {"code": "D473", "desc": "Essential (hemorrhagic) thrombocythemia"}, {"code": "D474", "desc": "Osteomyelofibrosis"}, {"code": "D47Z1", "desc": "Post-transplant lymphoproliferative disorder (PTLD)"}, {"code": "D47Z2", "desc": "Castleman disease"}, {"code": "D47Z9", "desc": "Other specified neoplasms of uncertain behavior of lymphoid, hematopoietic and related tissue"}, {"code": "D479", "desc": "Neoplasm of uncertain behavior of lymphoid, hematopoietic and related tissue, unspecified"}, {"code": "D480", "desc": "Neoplasm of uncertain behavior of bone and articular cartilage"}, {"code": "D481", "desc": "Neoplasm of uncertain behavior of connective and other soft tissue"}, {"code": "D482", "desc": "Neoplasm of uncertain behavior of peripheral nerves and autonomic nervous system"}, {"code": "D483", "desc": "Neoplasm of uncertain behavior of retroperitoneum"}, {"code": "D484", "desc": "Neoplasm of uncertain behavior of peritoneum"}, {"code": "D485", "desc": "Neoplasm of uncertain behavior of skin"}, {"code": "D4860", "desc": "Neoplasm of uncertain behavior of unspecified breast"}, {"code": "D4861", "desc": "Neoplasm of uncertain behavior of right breast"}, {"code": "D4862", "desc": "Neoplasm of uncertain behavior of left breast"}, {"code": "D487", "desc": "Neoplasm of uncertain behavior of other specified sites"}, {"code": "D489", "desc": "Neoplasm of uncertain behavior, unspecified"}, {"code": "D490", "desc": "Neoplasm of unspecified behavior of digestive system"}, {"code": "D491", "desc": "Neoplasm of unspecified behavior of respiratory system"}, {"code": "D492", "desc": "Neoplasm of unspecified behavior of bone, soft tissue, and skin"}, {"code": "D493", "desc": "Neoplasm of unspecified behavior of breast"}, {"code": "D494", "desc": "Neoplasm of unspecified behavior of bladder"}, {"code": "D49511", "desc": "Neoplasm of unspecified behavior of right kidney"}, {"code": "D49512", "desc": "Neoplasm of unspecified behavior of left kidney"}, {"code": "D49519", "desc": "Neoplasm of unspecified behavior of unspecified kidney"}, {"code": "D4959", "desc": "Neoplasm of unspecified behavior of other genitourinary organ"}, {"code": "D496", "desc": "Neoplasm of unspecified behavior of brain"}, {"code": "D497", "desc": "Neoplasm of unspecified behavior of endocrine glands and other parts of nervous system"}, {"code": "D4981", "desc": "Neoplasm of unspecified behavior of retina and choroid"}, {"code": "D4989", "desc": "Neoplasm of unspecified behavior of other specified sites"}, {"code": "D499", "desc": "Neoplasm of unspecified behavior of unspecified site"}, {"code": "D500", "desc": "Iron deficiency anemia secondary to blood loss (chronic)"}, {"code": "D501", "desc": "Sideropenic dysphagia"}, {"code": "D508", "desc": "Other iron deficiency anemias"}, {"code": "D509", "desc": "Iron deficiency anemia, unspecified"}, {"code": "D510", "desc": "Vitamin B12 deficiency anemia due to intrinsic factor deficiency"}, {"code": "D511", "desc": "Vitamin B12 deficiency anemia due to selective vitamin B12 malabsorption with proteinuria"}, {"code": "D512", "desc": "Transcobalamin II deficiency"}, {"code": "D513", "desc": "Other dietary vitamin B12 deficiency anemia"}, {"code": "D518", "desc": "Other vitamin B12 deficiency anemias"}, {"code": "D519", "desc": "Vitamin B12 deficiency anemia, unspecified"}, {"code": "D520", "desc": "Dietary folate deficiency anemia"}, {"code": "D521", "desc": "Drug-induced folate deficiency anemia"}, {"code": "D528", "desc": "Other folate deficiency anemias"}, {"code": "D529", "desc": "Folate deficiency anemia, unspecified"}, {"code": "D530", "desc": "Protein deficiency anemia"}, {"code": "D531", "desc": "Other megaloblastic anemias, not elsewhere classified"}, {"code": "D532", "desc": "Scorbutic anemia"}, {"code": "D538", "desc": "Other specified nutritional anemias"}, {"code": "D539", "desc": "Nutritional anemia, unspecified"}, {"code": "D550", "desc": "Anemia due to glucose-6-phosphate dehydrogenase [G6PD] deficiency"}, {"code": "D551", "desc": "Anemia due to other disorders of glutathione metabolism"}, {"code": "D552", "desc": "Anemia due to disorders of glycolytic enzymes"}, {"code": "D553", "desc": "Anemia due to disorders of nucleotide metabolism"}, {"code": "D558", "desc": "Other anemias due to enzyme disorders"}, {"code": "D559", "desc": "Anemia due to enzyme disorder, unspecified"}, {"code": "D560", "desc": "Alpha thalassemia"}, {"code": "D561", "desc": "Beta thalassemia"}, {"code": "D562", "desc": "Delta-beta thalassemia"}, {"code": "D563", "desc": "Thalassemia minor"}, {"code": "D564", "desc": "Hereditary persistence of fetal hemoglobin [HPFH]"}, {"code": "D565", "desc": "Hemoglobin E-beta thalassemia"}, {"code": "D568", "desc": "Other thalassemias"}, {"code": "D569", "desc": "Thalassemia, unspecified"}, {"code": "D5700", "desc": "Hb-SS disease with crisis, unspecified"}, {"code": "D5701", "desc": "Hb-SS disease with acute chest syndrome"}, {"code": "D5702", "desc": "Hb-SS disease with splenic sequestration"}, {"code": "D571", "desc": "Sickle-cell disease without crisis"}, {"code": "D5720", "desc": "Sickle-cell/Hb-C disease without crisis"}, {"code": "D57211", "desc": "Sickle-cell/Hb-C disease with acute chest syndrome"}, {"code": "D57212", "desc": "Sickle-cell/Hb-C disease with splenic sequestration"}, {"code": "D57219", "desc": "Sickle-cell/Hb-C disease with crisis, unspecified"}, {"code": "D573", "desc": "Sickle-cell trait"}, {"code": "D5740", "desc": "Sickle-cell thalassemia without crisis"}, {"code": "D57411", "desc": "Sickle-cell thalassemia with acute chest syndrome"}, {"code": "D57412", "desc": "Sickle-cell thalassemia with splenic sequestration"}, {"code": "D57419", "desc": "Sickle-cell thalassemia with crisis, unspecified"}, {"code": "D5780", "desc": "Other sickle-cell disorders without crisis"}, {"code": "D57811", "desc": "Other sickle-cell disorders with acute chest syndrome"}, {"code": "D57812", "desc": "Other sickle-cell disorders with splenic sequestration"}, {"code": "D57819", "desc": "Other sickle-cell disorders with crisis, unspecified"}, {"code": "D580", "desc": "Hereditary spherocytosis"}, {"code": "D581", "desc": "Hereditary elliptocytosis"}, {"code": "D582", "desc": "Other hemoglobinopathies"}, {"code": "D588", "desc": "Other specified hereditary hemolytic anemias"}, {"code": "D589", "desc": "Hereditary hemolytic anemia, unspecified"}, {"code": "D590", "desc": "Drug-induced autoimmune hemolytic anemia"}, {"code": "D591", "desc": "Other autoimmune hemolytic anemias"}, {"code": "D592", "desc": "Drug-induced nonautoimmune hemolytic anemia"}, {"code": "D593", "desc": "Hemolytic-uremic syndrome"}, {"code": "D594", "desc": "Other nonautoimmune hemolytic anemias"}, {"code": "D595", "desc": "Paroxysmal nocturnal hemoglobinuria [Marchiafava-Micheli]"}, {"code": "D596", "desc": "Hemoglobinuria due to hemolysis from other external causes"}, {"code": "D598", "desc": "Other acquired hemolytic anemias"}, {"code": "D599", "desc": "Acquired hemolytic anemia, unspecified"}, {"code": "D600", "desc": "Chronic acquired pure red cell aplasia"}, {"code": "D601", "desc": "Transient acquired pure red cell aplasia"}, {"code": "D608", "desc": "Other acquired pure red cell aplasias"}, {"code": "D609", "desc": "Acquired pure red cell aplasia, unspecified"}, {"code": "D6101", "desc": "Constitutional (pure) red blood cell aplasia"}, {"code": "D6109", "desc": "Other constitutional aplastic anemia"}, {"code": "D611", "desc": "Drug-induced aplastic anemia"}, {"code": "D612", "desc": "Aplastic anemia due to other external agents"}, {"code": "D613", "desc": "Idiopathic aplastic anemia"}, {"code": "D61810", "desc": "Antineoplastic chemotherapy induced pancytopenia"}, {"code": "D61811", "desc": "Other drug-induced pancytopenia"}, {"code": "D61818", "desc": "Other pancytopenia"}, {"code": "D6182", "desc": "Myelophthisis"}, {"code": "D6189", "desc": "Other specified aplastic anemias and other bone marrow failure syndromes"}, {"code": "D619", "desc": "Aplastic anemia, unspecified"}, {"code": "D62", "desc": "Acute posthemorrhagic anemia"}, {"code": "D630", "desc": "Anemia in neoplastic disease"}, {"code": "D631", "desc": "Anemia in chronic kidney disease"}, {"code": "D638", "desc": "Anemia in other chronic diseases classified elsewhere"}, {"code": "D640", "desc": "Hereditary sideroblastic anemia"}, {"code": "D641", "desc": "Secondary sideroblastic anemia due to disease"}, {"code": "D642", "desc": "Secondary sideroblastic anemia due to drugs and toxins"}, {"code": "D643", "desc": "Other sideroblastic anemias"}, {"code": "D644", "desc": "Congenital dyserythropoietic anemia"}, {"code": "D6481", "desc": "Anemia due to antineoplastic chemotherapy"}, {"code": "D6489", "desc": "Other specified anemias"}, {"code": "D649", "desc": "Anemia, unspecified"}, {"code": "D65", "desc": "Disseminated intravascular coagulation [defibrination syndrome]"}, {"code": "D66", "desc": "Hereditary factor VIII deficiency"}, {"code": "D67", "desc": "Hereditary factor IX deficiency"}, {"code": "D680", "desc": "Von Willebrand's disease"}, {"code": "D681", "desc": "Hereditary factor XI deficiency"}, {"code": "D682", "desc": "Hereditary deficiency of other clotting factors"}, {"code": "D68311", "desc": "Acquired hemophilia"}, {"code": "D68312", "desc": "Antiphospholipid antibody with hemorrhagic disorder"}, {"code": "D68318", "desc": "Other hemorrhagic disorder due to intrinsic circulating anticoagulants, antibodies, or inhibitors"}, {"code": "D6832", "desc": "Hemorrhagic disorder due to extrinsic circulating anticoagulants"}, {"code": "D684", "desc": "Acquired coagulation factor deficiency"}, {"code": "D6851", "desc": "Activated protein C resistance"}, {"code": "D6852", "desc": "Prothrombin gene mutation"}, {"code": "D6859", "desc": "Other primary thrombophilia"}, {"code": "D6861", "desc": "Antiphospholipid syndrome"}, {"code": "D6862", "desc": "Lupus anticoagulant syndrome"}, {"code": "D6869", "desc": "Other thrombophilia"}, {"code": "D688", "desc": "Other specified coagulation defects"}, {"code": "D689", "desc": "Coagulation defect, unspecified"}, {"code": "D690", "desc": "Allergic purpura"}, {"code": "D691", "desc": "Qualitative platelet defects"}, {"code": "D692", "desc": "Other nonthrombocytopenic purpura"}, {"code": "D693", "desc": "Immune thrombocytopenic purpura"}, {"code": "D6941", "desc": "Evans syndrome"}, {"code": "D6942", "desc": "Congenital and hereditary thrombocytopenia purpura"}, {"code": "D6949", "desc": "Other primary thrombocytopenia"}, {"code": "D6951", "desc": "Posttransfusion purpura"}, {"code": "D6959", "desc": "Other secondary thrombocytopenia"}, {"code": "D696", "desc": "Thrombocytopenia, unspecified"}, {"code": "D698", "desc": "Other specified hemorrhagic conditions"}, {"code": "D699", "desc": "Hemorrhagic condition, unspecified"}, {"code": "D700", "desc": "Congenital agranulocytosis"}, {"code": "D701", "desc": "Agranulocytosis secondary to cancer chemotherapy"}, {"code": "D702", "desc": "Other drug-induced agranulocytosis"}, {"code": "D703", "desc": "Neutropenia due to infection"}, {"code": "D704", "desc": "Cyclic neutropenia"}, {"code": "D708", "desc": "Other neutropenia"}, {"code": "D709", "desc": "Neutropenia, unspecified"}, {"code": "D71", "desc": "Functional disorders of polymorphonuclear neutrophils"}, {"code": "D720", "desc": "Genetic anomalies of leukocytes"}, {"code": "D721", "desc": "Eosinophilia"}, {"code": "D72810", "desc": "Lymphocytopenia"}, {"code": "D72818", "desc": "Other decreased white blood cell count"}, {"code": "D72819", "desc": "Decreased white blood cell count, unspecified"}, {"code": "D72820", "desc": "Lymphocytosis (symptomatic)"}, {"code": "D72821", "desc": "Monocytosis (symptomatic)"}, {"code": "D72822", "desc": "Plasmacytosis"}, {"code": "D72823", "desc": "Leukemoid reaction"}, {"code": "D72824", "desc": "Basophilia"}, {"code": "D72825", "desc": "Bandemia"}, {"code": "D72828", "desc": "Other elevated white blood cell count"}, {"code": "D72829", "desc": "Elevated white blood cell count, unspecified"}, {"code": "D7289", "desc": "Other specified disorders of white blood cells"}, {"code": "D729", "desc": "Disorder of white blood cells, unspecified"}, {"code": "D730", "desc": "Hyposplenism"}, {"code": "D731", "desc": "Hypersplenism"}, {"code": "D732", "desc": "Chronic congestive splenomegaly"}, {"code": "D733", "desc": "Abscess of spleen"}, {"code": "D734", "desc": "Cyst of spleen"}, {"code": "D735", "desc": "Infarction of spleen"}, {"code": "D7381", "desc": "Neutropenic splenomegaly"}, {"code": "D7389", "desc": "Other diseases of spleen"}, {"code": "D739", "desc": "Disease of spleen, unspecified"}, {"code": "D740", "desc": "Congenital methemoglobinemia"}, {"code": "D748", "desc": "Other methemoglobinemias"}, {"code": "D749", "desc": "Methemoglobinemia, unspecified"}, {"code": "D750", "desc": "Familial erythrocytosis"}, {"code": "D751", "desc": "Secondary polycythemia"}, {"code": "D7581", "desc": "Myelofibrosis"}, {"code": "D7582", "desc": "Heparin induced thrombocytopenia (HIT)"}, {"code": "D7589", "desc": "Other specified diseases of blood and blood-forming organs"}, {"code": "D759", "desc": "Disease of blood and blood-forming organs, unspecified"}, {"code": "D761", "desc": "Hemophagocytic lymphohistiocytosis"}, {"code": "D762", "desc": "Hemophagocytic syndrome, infection-associated"}, {"code": "D763", "desc": "Other histiocytosis syndromes"}, {"code": "D77", "desc": "Other disorders of blood and blood-forming organs in diseases classified elsewhere"}, {"code": "D7801", "desc": "Intraoperative hemorrhage and hematoma of the spleen complicating a procedure on the spleen"}, {"code": "D7802", "desc": "Intraoperative hemorrhage and hematoma of the spleen complicating other procedure"}, {"code": "D7811", "desc": "Accidental puncture and laceration of the spleen during a procedure on the spleen"}, {"code": "D7812", "desc": "Accidental puncture and laceration of the spleen during other procedure"}, {"code": "D7821", "desc": "Postprocedural hemorrhage of the spleen following a procedure on the spleen"}, {"code": "D7822", "desc": "Postprocedural hemorrhage of the spleen following other procedure"}, {"code": "D7831", "desc": "Postprocedural hematoma of the spleen following a procedure on the spleen"}, {"code": "D7832", "desc": "Postprocedural hematoma of the spleen following other procedure"}, {"code": "D7833", "desc": "Postprocedural seroma of the spleen following a procedure on the spleen"}, {"code": "D7834", "desc": "Postprocedural seroma of the spleen following other procedure"}, {"code": "D7881", "desc": "Other intraoperative complications of the spleen"}, {"code": "D7889", "desc": "Other postprocedural complications of the spleen"}, {"code": "D800", "desc": "Hereditary hypogammaglobulinemia"}, {"code": "D801", "desc": "Nonfamilial hypogammaglobulinemia"}, {"code": "D802", "desc": "Selective deficiency of immunoglobulin A [IgA]"}, {"code": "D803", "desc": "Selective deficiency of immunoglobulin G [IgG] subclasses"}, {"code": "D804", "desc": "Selective deficiency of immunoglobulin M [IgM]"}, {"code": "D805", "desc": "Immunodeficiency with increased immunoglobulin M [IgM]"}, {"code": "D806", "desc": "Antibody deficiency with near-normal immunoglobulins or with hyperimmunoglobulinemia"}, {"code": "D807", "desc": "Transient hypogammaglobulinemia of infancy"}, {"code": "D808", "desc": "Other immunodeficiencies with predominantly antibody defects"}, {"code": "D809", "desc": "Immunodeficiency with predominantly antibody defects, unspecified"}, {"code": "D810", "desc": "Severe combined immunodeficiency [SCID] with reticular dysgenesis"}, {"code": "D811", "desc": "Severe combined immunodeficiency [SCID] with low T- and B-cell numbers"}, {"code": "D812", "desc": "Severe combined immunodeficiency [SCID] with low or normal B-cell numbers"}, {"code": "D813", "desc": "Adenosine deaminase [ADA] deficiency"}, {"code": "D814", "desc": "Nezelof's syndrome"}, {"code": "D815", "desc": "Purine nucleoside phosphorylase [PNP] deficiency"}, {"code": "D816", "desc": "Major histocompatibility complex class I deficiency"}, {"code": "D817", "desc": "Major histocompatibility complex class II deficiency"}, {"code": "D81810", "desc": "Biotinidase deficiency"}, {"code": "D81818", "desc": "Other biotin-dependent carboxylase deficiency"}, {"code": "D81819", "desc": "Biotin-dependent carboxylase deficiency, unspecified"}, {"code": "D8189", "desc": "Other combined immunodeficiencies"}, {"code": "D819", "desc": "Combined immunodeficiency, unspecified"}, {"code": "D820", "desc": "Wiskott-Aldrich syndrome"}, {"code": "D821", "desc": "Di George's syndrome"}, {"code": "D822", "desc": "Immunodeficiency with short-limbed stature"}, {"code": "D823", "desc": "Immunodeficiency following hereditary defective response to Epstein-Barr virus"}, {"code": "D824", "desc": "Hyperimmunoglobulin E [IgE] syndrome"}, {"code": "D828", "desc": "Immunodeficiency associated with other specified major defects"}, {"code": "D829", "desc": "Immunodeficiency associated with major defect, unspecified"}, {"code": "D830", "desc": "Common variable immunodeficiency with predominant abnormalities of B-cell numbers and function"}, {"code": "D831", "desc": "Common variable immunodeficiency with predominant immunoregulatory T-cell disorders"}, {"code": "D832", "desc": "Common variable immunodeficiency with autoantibodies to B- or T-cells"}, {"code": "D838", "desc": "Other common variable immunodeficiencies"}, {"code": "D839", "desc": "Common variable immunodeficiency, unspecified"}, {"code": "D840", "desc": "Lymphocyte function antigen-1 [LFA-1] defect"}, {"code": "D841", "desc": "Defects in the complement system"}, {"code": "D848", "desc": "Other specified immunodeficiencies"}, {"code": "D849", "desc": "Immunodeficiency, unspecified"}, {"code": "D860", "desc": "Sarcoidosis of lung"}, {"code": "D861", "desc": "Sarcoidosis of lymph nodes"}, {"code": "D862", "desc": "Sarcoidosis of lung with sarcoidosis of lymph nodes"}, {"code": "D863", "desc": "Sarcoidosis of skin"}, {"code": "D8681", "desc": "Sarcoid meningitis"}, {"code": "D8682", "desc": "Multiple cranial nerve palsies in sarcoidosis"}, {"code": "D8683", "desc": "Sarcoid iridocyclitis"}, {"code": "D8684", "desc": "Sarcoid pyelonephritis"}, {"code": "D8685", "desc": "Sarcoid myocarditis"}, {"code": "D8686", "desc": "Sarcoid arthropathy"}, {"code": "D8687", "desc": "Sarcoid myositis"}, {"code": "D8689", "desc": "Sarcoidosis of other sites"}, {"code": "D869", "desc": "Sarcoidosis, unspecified"}, {"code": "D890", "desc": "Polyclonal hypergammaglobulinemia"}, {"code": "D891", "desc": "Cryoglobulinemia"}, {"code": "D892", "desc": "Hypergammaglobulinemia, unspecified"}, {"code": "D893", "desc": "Immune reconstitution syndrome"}, {"code": "D8940", "desc": "Mast cell activation, unspecified"}, {"code": "D8941", "desc": "Monoclonal mast cell activation syndrome"}, {"code": "D8942", "desc": "Idiopathic mast cell activation syndrome"}, {"code": "D8943", "desc": "Secondary mast cell activation"}, {"code": "D8949", "desc": "Other mast cell activation disorder"}, {"code": "D89810", "desc": "Acute graft-versus-host disease"}, {"code": "D89811", "desc": "Chronic graft-versus-host disease"}, {"code": "D89812", "desc": "Acute on chronic graft-versus-host disease"}, {"code": "D89813", "desc": "Graft-versus-host disease, unspecified"}, {"code": "D8982", "desc": "Autoimmune lymphoproliferative syndrome [ALPS]"}, {"code": "D8989", "desc": "Other specified disorders involving the immune mechanism, not elsewhere classified"}, {"code": "D899", "desc": "Disorder involving the immune mechanism, unspecified"}, {"code": "E000", "desc": "Congenital iodine-deficiency syndrome, neurological type"}, {"code": "E001", "desc": "Congenital iodine-deficiency syndrome, myxedematous type"}, {"code": "E002", "desc": "Congenital iodine-deficiency syndrome, mixed type"}, {"code": "E009", "desc": "Congenital iodine-deficiency syndrome, unspecified"}, {"code": "E010", "desc": "Iodine-deficiency related diffuse (endemic) goiter"}, {"code": "E011", "desc": "Iodine-deficiency related multinodular (endemic) goiter"}, {"code": "E012", "desc": "Iodine-deficiency related (endemic) goiter, unspecified"}, {"code": "E018", "desc": "Other iodine-deficiency related thyroid disorders and allied conditions"}, {"code": "E02", "desc": "Subclinical iodine-deficiency hypothyroidism"}, {"code": "E030", "desc": "Congenital hypothyroidism with diffuse goiter"}, {"code": "E031", "desc": "Congenital hypothyroidism without goiter"}, {"code": "E032", "desc": "Hypothyroidism due to medicaments and other exogenous substances"}, {"code": "E033", "desc": "Postinfectious hypothyroidism"}, {"code": "E034", "desc": "Atrophy of thyroid (acquired)"}, {"code": "E035", "desc": "Myxedema coma"}, {"code": "E038", "desc": "Other specified hypothyroidism"}, {"code": "E039", "desc": "Hypothyroidism, unspecified"}, {"code": "E040", "desc": "Nontoxic diffuse goiter"}, {"code": "E041", "desc": "Nontoxic single thyroid nodule"}, {"code": "E042", "desc": "Nontoxic multinodular goiter"}, {"code": "E048", "desc": "Other specified nontoxic goiter"}, {"code": "E049", "desc": "Nontoxic goiter, unspecified"}, {"code": "E0500", "desc": "Thyrotoxicosis with diffuse goiter without thyrotoxic crisis or storm"}, {"code": "E0501", "desc": "Thyrotoxicosis with diffuse goiter with thyrotoxic crisis or storm"}, {"code": "E0510", "desc": "Thyrotoxicosis with toxic single thyroid nodule without thyrotoxic crisis or storm"}, {"code": "E0511", "desc": "Thyrotoxicosis with toxic single thyroid nodule with thyrotoxic crisis or storm"}, {"code": "E0520", "desc": "Thyrotoxicosis with toxic multinodular goiter without thyrotoxic crisis or storm"}, {"code": "E0521", "desc": "Thyrotoxicosis with toxic multinodular goiter with thyrotoxic crisis or storm"}, {"code": "E0530", "desc": "Thyrotoxicosis from ectopic thyroid tissue without thyrotoxic crisis or storm"}, {"code": "E0531", "desc": "Thyrotoxicosis from ectopic thyroid tissue with thyrotoxic crisis or storm"}, {"code": "E0540", "desc": "Thyrotoxicosis factitia without thyrotoxic crisis or storm"}, {"code": "E0541", "desc": "Thyrotoxicosis factitia with thyrotoxic crisis or storm"}, {"code": "E0580", "desc": "Other thyrotoxicosis without thyrotoxic crisis or storm"}, {"code": "E0581", "desc": "Other thyrotoxicosis with thyrotoxic crisis or storm"}, {"code": "E0590", "desc": "Thyrotoxicosis, unspecified without thyrotoxic crisis or storm"}, {"code": "E0591", "desc": "Thyrotoxicosis, unspecified with thyrotoxic crisis or storm"}, {"code": "E060", "desc": "Acute thyroiditis"}, {"code": "E061", "desc": "Subacute thyroiditis"}, {"code": "E062", "desc": "Chronic thyroiditis with transient thyrotoxicosis"}, {"code": "E063", "desc": "Autoimmune thyroiditis"}, {"code": "E064", "desc": "Drug-induced thyroiditis"}, {"code": "E065", "desc": "Other chronic thyroiditis"}, {"code": "E069", "desc": "Thyroiditis, unspecified"}, {"code": "E070", "desc": "Hypersecretion of calcitonin"}, {"code": "E071", "desc": "Dyshormogenetic goiter"}, {"code": "E0781", "desc": "Sick-euthyroid syndrome"}, {"code": "E0789", "desc": "Other specified disorders of thyroid"}, {"code": "E079", "desc": "Disorder of thyroid, unspecified"}, {"code": "E0800", "desc": "Diabetes mellitus due to underlying condition with hyperosmolarity without nonketotic hyperglycemic-hyperosmolar coma (NKHHC)"}, {"code": "E0801", "desc": "Diabetes mellitus due to underlying condition with hyperosmolarity with coma"}, {"code": "E0810", "desc": "Diabetes mellitus due to underlying condition with ketoacidosis without coma"}, {"code": "E0811", "desc": "Diabetes mellitus due to underlying condition with ketoacidosis with coma"}, {"code": "E0821", "desc": "Diabetes mellitus due to underlying condition with diabetic nephropathy"}, {"code": "E0822", "desc": "Diabetes mellitus due to underlying condition with diabetic chronic kidney disease"}, {"code": "E0829", "desc": "Diabetes mellitus due to underlying condition with other diabetic kidney complication"}, {"code": "E08311", "desc": "Diabetes mellitus due to underlying condition with unspecified diabetic retinopathy with macular edema"}, {"code": "E08319", "desc": "Diabetes mellitus due to underlying condition with unspecified diabetic retinopathy without macular edema"}, {"code": "E083211", "desc": "Diabetes mellitus due to underlying condition with mild nonproliferative diabetic retinopathy with macular edema, right eye"}, {"code": "E083212", "desc": "Diabetes mellitus due to underlying condition with mild nonproliferative diabetic retinopathy with macular edema, left eye"}, {"code": "E083213", "desc": "Diabetes mellitus due to underlying condition with mild nonproliferative diabetic retinopathy with macular edema, bilateral"}, {"code": "E083219", "desc": "Diabetes mellitus due to underlying condition with mild nonproliferative diabetic retinopathy with macular edema, unspecified eye"}, {"code": "E083291", "desc": "Diabetes mellitus due to underlying condition with mild nonproliferative diabetic retinopathy without macular edema, right eye"}, {"code": "E083292", "desc": "Diabetes mellitus due to underlying condition with mild nonproliferative diabetic retinopathy without macular edema, left eye"}, {"code": "E083293", "desc": "Diabetes mellitus due to underlying condition with mild nonproliferative diabetic retinopathy without macular edema, bilateral"}, {"code": "E083299", "desc": "Diabetes mellitus due to underlying condition with mild nonproliferative diabetic retinopathy without macular edema, unspecified eye"}, {"code": "E083311", "desc": "Diabetes mellitus due to underlying condition with moderate nonproliferative diabetic retinopathy with macular edema, right eye"}, {"code": "E083312", "desc": "Diabetes mellitus due to underlying condition with moderate nonproliferative diabetic retinopathy with macular edema, left eye"}, {"code": "E083313", "desc": "Diabetes mellitus due to underlying condition with moderate nonproliferative diabetic retinopathy with macular edema, bilateral"}, {"code": "E083319", "desc": "Diabetes mellitus due to underlying condition with moderate nonproliferative diabetic retinopathy with macular edema, unspecified eye"}, {"code": "E083391", "desc": "Diabetes mellitus due to underlying condition with moderate nonproliferative diabetic retinopathy without macular edema, right eye"}, {"code": "E083392", "desc": "Diabetes mellitus due to underlying condition with moderate nonproliferative diabetic retinopathy without macular edema, left eye"}, {"code": "E083393", "desc": "Diabetes mellitus due to underlying condition with moderate nonproliferative diabetic retinopathy without macular edema, bilateral"}, {"code": "E083399", "desc": "Diabetes mellitus due to underlying condition with moderate nonproliferative diabetic retinopathy without macular edema, unspecified eye"}, {"code": "E083411", "desc": "Diabetes mellitus due to underlying condition with severe nonproliferative diabetic retinopathy with macular edema, right eye"}, {"code": "E083412", "desc": "Diabetes mellitus due to underlying condition with severe nonproliferative diabetic retinopathy with macular edema, left eye"}, {"code": "E083413", "desc": "Diabetes mellitus due to underlying condition with severe nonproliferative diabetic retinopathy with macular edema, bilateral"}, {"code": "E083419", "desc": "Diabetes mellitus due to underlying condition with severe nonproliferative diabetic retinopathy with macular edema, unspecified eye"}, {"code": "E083491", "desc": "Diabetes mellitus due to underlying condition with severe nonproliferative diabetic retinopathy without macular edema, right eye"}, {"code": "E083492", "desc": "Diabetes mellitus due to underlying condition with severe nonproliferative diabetic retinopathy without macular edema, left eye"}, {"code": "E083493", "desc": "Diabetes mellitus due to underlying condition with severe nonproliferative diabetic retinopathy without macular edema, bilateral"}, {"code": "E083499", "desc": "Diabetes mellitus due to underlying condition with severe nonproliferative diabetic retinopathy without macular edema, unspecified eye"}, {"code": "E083511", "desc": "Diabetes mellitus due to underlying condition with proliferative diabetic retinopathy with macular edema, right eye"}, {"code": "E083512", "desc": "Diabetes mellitus due to underlying condition with proliferative diabetic retinopathy with macular edema, left eye"}, {"code": "E083513", "desc": "Diabetes mellitus due to underlying condition with proliferative diabetic retinopathy with macular edema, bilateral"}, {"code": "E083519", "desc": "Diabetes mellitus due to underlying condition with proliferative diabetic retinopathy with macular edema, unspecified eye"}, {"code": "E083521", "desc": "Diabetes mellitus due to underlying condition with proliferative diabetic retinopathy with traction retinal detachment involving the macula, right eye"}, {"code": "E083522", "desc": "Diabetes mellitus due to underlying condition with proliferative diabetic retinopathy with traction retinal detachment involving the macula, left eye"}, {"code": "E083523", "desc": "Diabetes mellitus due to underlying condition with proliferative diabetic retinopathy with traction retinal detachment involving the macula, bilateral"}, {"code": "E083529", "desc": "Diabetes mellitus due to underlying condition with proliferative diabetic retinopathy with traction retinal detachment involving the macula, unspecified eye"}, {"code": "E083531", "desc": "Diabetes mellitus due to underlying condition with proliferative diabetic retinopathy with traction retinal detachment not involving the macula, right eye"}, {"code": "E083532", "desc": "Diabetes mellitus due to underlying condition with proliferative diabetic retinopathy with traction retinal detachment not involving the macula, left eye"}, {"code": "E083533", "desc": "Diabetes mellitus due to underlying condition with proliferative diabetic retinopathy with traction retinal detachment not involving the macula, bilateral"}, {"code": "E083539", "desc": "Diabetes mellitus due to underlying condition with proliferative diabetic retinopathy with traction retinal detachment not involving the macula, unspecified eye"}, {"code": "E083541", "desc": "Diabetes mellitus due to underlying condition with proliferative diabetic retinopathy with combined traction retinal detachment and rhegmatogenous retinal detachment, right eye"}, {"code": "E083542", "desc": "Diabetes mellitus due to underlying condition with proliferative diabetic retinopathy with combined traction retinal detachment and rhegmatogenous retinal detachment, left eye"}, {"code": "E083543", "desc": "Diabetes mellitus due to underlying condition with proliferative diabetic retinopathy with combined traction retinal detachment and rhegmatogenous retinal detachment, bilateral"}, {"code": "E083549", "desc": "Diabetes mellitus due to underlying condition with proliferative diabetic retinopathy with combined traction retinal detachment and rhegmatogenous retinal detachment, unspecified eye"}, {"code": "E083551", "desc": "Diabetes mellitus due to underlying condition with stable proliferative diabetic retinopathy, right eye"}, {"code": "E083552", "desc": "Diabetes mellitus due to underlying condition with stable proliferative diabetic retinopathy, left eye"}, {"code": "E083553", "desc": "Diabetes mellitus due to underlying condition with stable proliferative diabetic retinopathy, bilateral"}, {"code": "E083559", "desc": "Diabetes mellitus due to underlying condition with stable proliferative diabetic retinopathy, unspecified eye"}, {"code": "E083591", "desc": "Diabetes mellitus due to underlying condition with proliferative diabetic retinopathy without macular edema, right eye"}, {"code": "E083592", "desc": "Diabetes mellitus due to underlying condition with proliferative diabetic retinopathy without macular edema, left eye"}, {"code": "E083593", "desc": "Diabetes mellitus due to underlying condition with proliferative diabetic retinopathy without macular edema, bilateral"}, {"code": "E083599", "desc": "Diabetes mellitus due to underlying condition with proliferative diabetic retinopathy without macular edema, unspecified eye"}, {"code": "E0836", "desc": "Diabetes mellitus due to underlying condition with diabetic cataract"}, {"code": "E0837X1", "desc": "Diabetes mellitus due to underlying condition with diabetic macular edema, resolved following treatment, right eye"}, {"code": "E0837X2", "desc": "Diabetes mellitus due to underlying condition with diabetic macular edema, resolved following treatment, left eye"}, {"code": "E0837X3", "desc": "Diabetes mellitus due to underlying condition with diabetic macular edema, resolved following treatment, bilateral"}, {"code": "E0837X9", "desc": "Diabetes mellitus due to underlying condition with diabetic macular edema, resolved following treatment, unspecified eye"}, {"code": "E0839", "desc": "Diabetes mellitus due to underlying condition with other diabetic ophthalmic complication"}, {"code": "E0840", "desc": "Diabetes mellitus due to underlying condition with diabetic neuropathy, unspecified"}, {"code": "E0841", "desc": "Diabetes mellitus due to underlying condition with diabetic mononeuropathy"}, {"code": "E0842", "desc": "Diabetes mellitus due to underlying condition with diabetic polyneuropathy"}, {"code": "E0843", "desc": "Diabetes mellitus due to underlying condition with diabetic autonomic (poly)neuropathy"}, {"code": "E0844", "desc": "Diabetes mellitus due to underlying condition with diabetic amyotrophy"}, {"code": "E0849", "desc": "Diabetes mellitus due to underlying condition with other diabetic neurological complication"}, {"code": "E0851", "desc": "Diabetes mellitus due to underlying condition with diabetic peripheral angiopathy without gangrene"}, {"code": "E0852", "desc": "Diabetes mellitus due to underlying condition with diabetic peripheral angiopathy with gangrene"}, {"code": "E0859", "desc": "Diabetes mellitus due to underlying condition with other circulatory complications"}, {"code": "E08610", "desc": "Diabetes mellitus due to underlying condition with diabetic neuropathic arthropathy"}, {"code": "E08618", "desc": "Diabetes mellitus due to underlying condition with other diabetic arthropathy"}, {"code": "E08620", "desc": "Diabetes mellitus due to underlying condition with diabetic dermatitis"}, {"code": "E08621", "desc": "Diabetes mellitus due to underlying condition with foot ulcer"}, {"code": "E08622", "desc": "Diabetes mellitus due to underlying condition with other skin ulcer"}, {"code": "E08628", "desc": "Diabetes mellitus due to underlying condition with other skin complications"}, {"code": "E08630", "desc": "Diabetes mellitus due to underlying condition with periodontal disease"}, {"code": "E08638", "desc": "Diabetes mellitus due to underlying condition with other oral complications"}, {"code": "E08641", "desc": "Diabetes mellitus due to underlying condition with hypoglycemia with coma"}, {"code": "E08649", "desc": "Diabetes mellitus due to underlying condition with hypoglycemia without coma"}, {"code": "E0865", "desc": "Diabetes mellitus due to underlying condition with hyperglycemia"}, {"code": "E0869", "desc": "Diabetes mellitus due to underlying condition with other specified complication"}, {"code": "E088", "desc": "Diabetes mellitus due to underlying condition with unspecified complications"}, {"code": "E089", "desc": "Diabetes mellitus due to underlying condition without complications"}, {"code": "E0900", "desc": "Drug or chemical induced diabetes mellitus with hyperosmolarity without nonketotic hyperglycemic-hyperosmolar coma (NKHHC)"}, {"code": "E0901", "desc": "Drug or chemical induced diabetes mellitus with hyperosmolarity with coma"}, {"code": "E0910", "desc": "Drug or chemical induced diabetes mellitus with ketoacidosis without coma"}, {"code": "E0911", "desc": "Drug or chemical induced diabetes mellitus with ketoacidosis with coma"}, {"code": "E0921", "desc": "Drug or chemical induced diabetes mellitus with diabetic nephropathy"}, {"code": "E0922", "desc": "Drug or chemical induced diabetes mellitus with diabetic chronic kidney disease"}, {"code": "E0929", "desc": "Drug or chemical induced diabetes mellitus with other diabetic kidney complication"}, {"code": "E09311", "desc": "Drug or chemical induced diabetes mellitus with unspecified diabetic retinopathy with macular edema"}, {"code": "E09319", "desc": "Drug or chemical induced diabetes mellitus with unspecified diabetic retinopathy without macular edema"}, {"code": "E093211", "desc": "Drug or chemical induced diabetes mellitus with mild nonproliferative diabetic retinopathy with macular edema, right eye"}, {"code": "E093212", "desc": "Drug or chemical induced diabetes mellitus with mild nonproliferative diabetic retinopathy with macular edema, left eye"}, {"code": "E093213", "desc": "Drug or chemical induced diabetes mellitus with mild nonproliferative diabetic retinopathy with macular edema, bilateral"}, {"code": "E093219", "desc": "Drug or chemical induced diabetes mellitus with mild nonproliferative diabetic retinopathy with macular edema, unspecified eye"}, {"code": "E093291", "desc": "Drug or chemical induced diabetes mellitus with mild nonproliferative diabetic retinopathy without macular edema, right eye"}, {"code": "E093292", "desc": "Drug or chemical induced diabetes mellitus with mild nonproliferative diabetic retinopathy without macular edema, left eye"}, {"code": "E093293", "desc": "Drug or chemical induced diabetes mellitus with mild nonproliferative diabetic retinopathy without macular edema, bilateral"}, {"code": "E093299", "desc": "Drug or chemical induced diabetes mellitus with mild nonproliferative diabetic retinopathy without macular edema, unspecified eye"}, {"code": "E093311", "desc": "Drug or chemical induced diabetes mellitus with moderate nonproliferative diabetic retinopathy with macular edema, right eye"}, {"code": "E093312", "desc": "Drug or chemical induced diabetes mellitus with moderate nonproliferative diabetic retinopathy with macular edema, left eye"}, {"code": "E093313", "desc": "Drug or chemical induced diabetes mellitus with moderate nonproliferative diabetic retinopathy with macular edema, bilateral"}, {"code": "E093319", "desc": "Drug or chemical induced diabetes mellitus with moderate nonproliferative diabetic retinopathy with macular edema, unspecified eye"}, {"code": "E093391", "desc": "Drug or chemical induced diabetes mellitus with moderate nonproliferative diabetic retinopathy without macular edema, right eye"}, {"code": "E093392", "desc": "Drug or chemical induced diabetes mellitus with moderate nonproliferative diabetic retinopathy without macular edema, left eye"}, {"code": "E093393", "desc": "Drug or chemical induced diabetes mellitus with moderate nonproliferative diabetic retinopathy without macular edema, bilateral"}, {"code": "E093399", "desc": "Drug or chemical induced diabetes mellitus with moderate nonproliferative diabetic retinopathy without macular edema, unspecified eye"}, {"code": "E093411", "desc": "Drug or chemical induced diabetes mellitus with severe nonproliferative diabetic retinopathy with macular edema, right eye"}, {"code": "E093412", "desc": "Drug or chemical induced diabetes mellitus with severe nonproliferative diabetic retinopathy with macular edema, left eye"}, {"code": "E093413", "desc": "Drug or chemical induced diabetes mellitus with severe nonproliferative diabetic retinopathy with macular edema, bilateral"}, {"code": "E093419", "desc": "Drug or chemical induced diabetes mellitus with severe nonproliferative diabetic retinopathy with macular edema, unspecified eye"}, {"code": "E093491", "desc": "Drug or chemical induced diabetes mellitus with severe nonproliferative diabetic retinopathy without macular edema, right eye"}, {"code": "E093492", "desc": "Drug or chemical induced diabetes mellitus with severe nonproliferative diabetic retinopathy without macular edema, left eye"}, {"code": "E093493", "desc": "Drug or chemical induced diabetes mellitus with severe nonproliferative diabetic retinopathy without macular edema, bilateral"}, {"code": "E093499", "desc": "Drug or chemical induced diabetes mellitus with severe nonproliferative diabetic retinopathy without macular edema, unspecified eye"}, {"code": "E093511", "desc": "Drug or chemical induced diabetes mellitus with proliferative diabetic retinopathy with macular edema, right eye"}, {"code": "E093512", "desc": "Drug or chemical induced diabetes mellitus with proliferative diabetic retinopathy with macular edema, left eye"}, {"code": "E093513", "desc": "Drug or chemical induced diabetes mellitus with proliferative diabetic retinopathy with macular edema, bilateral"}, {"code": "E093519", "desc": "Drug or chemical induced diabetes mellitus with proliferative diabetic retinopathy with macular edema, unspecified eye"}, {"code": "E093521", "desc": "Drug or chemical induced diabetes mellitus with proliferative diabetic retinopathy with traction retinal detachment involving the macula, right eye"}, {"code": "E093522", "desc": "Drug or chemical induced diabetes mellitus with proliferative diabetic retinopathy with traction retinal detachment involving the macula, left eye"}, {"code": "E093523", "desc": "Drug or chemical induced diabetes mellitus with proliferative diabetic retinopathy with traction retinal detachment involving the macula, bilateral"}, {"code": "E093529", "desc": "Drug or chemical induced diabetes mellitus with proliferative diabetic retinopathy with traction retinal detachment involving the macula, unspecified eye"}, {"code": "E093531", "desc": "Drug or chemical induced diabetes mellitus with proliferative diabetic retinopathy with traction retinal detachment not involving the macula, right eye"}, {"code": "E093532", "desc": "Drug or chemical induced diabetes mellitus with proliferative diabetic retinopathy with traction retinal detachment not involving the macula, left eye"}, {"code": "E093533", "desc": "Drug or chemical induced diabetes mellitus with proliferative diabetic retinopathy with traction retinal detachment not involving the macula, bilateral"}, {"code": "E093539", "desc": "Drug or chemical induced diabetes mellitus with proliferative diabetic retinopathy with traction retinal detachment not involving the macula, unspecified eye"}, {"code": "E093541", "desc": "Drug or chemical induced diabetes mellitus with proliferative diabetic retinopathy with combined traction retinal detachment and rhegmatogenous retinal detachment, right eye"}, {"code": "E093542", "desc": "Drug or chemical induced diabetes mellitus with proliferative diabetic retinopathy with combined traction retinal detachment and rhegmatogenous retinal detachment, left eye"}, {"code": "E093543", "desc": "Drug or chemical induced diabetes mellitus with proliferative diabetic retinopathy with combined traction retinal detachment and rhegmatogenous retinal detachment, bilateral"}, {"code": "E093549", "desc": "Drug or chemical induced diabetes mellitus with proliferative diabetic retinopathy with combined traction retinal detachment and rhegmatogenous retinal detachment, unspecified eye"}, {"code": "E093551", "desc": "Drug or chemical induced diabetes mellitus with stable proliferative diabetic retinopathy, right eye"}, {"code": "E093552", "desc": "Drug or chemical induced diabetes mellitus with stable proliferative diabetic retinopathy, left eye"}, {"code": "E093553", "desc": "Drug or chemical induced diabetes mellitus with stable proliferative diabetic retinopathy, bilateral"}, {"code": "E093559", "desc": "Drug or chemical induced diabetes mellitus with stable proliferative diabetic retinopathy, unspecified eye"}, {"code": "E093591", "desc": "Drug or chemical induced diabetes mellitus with proliferative diabetic retinopathy without macular edema, right eye"}, {"code": "E093592", "desc": "Drug or chemical induced diabetes mellitus with proliferative diabetic retinopathy without macular edema, left eye"}, {"code": "E093593", "desc": "Drug or chemical induced diabetes mellitus with proliferative diabetic retinopathy without macular edema, bilateral"}, {"code": "E093599", "desc": "Drug or chemical induced diabetes mellitus with proliferative diabetic retinopathy without macular edema, unspecified eye"}, {"code": "E0936", "desc": "Drug or chemical induced diabetes mellitus with diabetic cataract"}, {"code": "E0937X1", "desc": "Drug or chemical induced diabetes mellitus with diabetic macular edema, resolved following treatment, right eye"}, {"code": "E0937X2", "desc": "Drug or chemical induced diabetes mellitus with diabetic macular edema, resolved following treatment, left eye"}, {"code": "E0937X3", "desc": "Drug or chemical induced diabetes mellitus with diabetic macular edema, resolved following treatment, bilateral"}, {"code": "E0937X9", "desc": "Drug or chemical induced diabetes mellitus with diabetic macular edema, resolved following treatment, unspecified eye"}, {"code": "E0939", "desc": "Drug or chemical induced diabetes mellitus with other diabetic ophthalmic complication"}, {"code": "E0940", "desc": "Drug or chemical induced diabetes mellitus with neurological complications with diabetic neuropathy, unspecified"}, {"code": "E0941", "desc": "Drug or chemical induced diabetes mellitus with neurological complications with diabetic mononeuropathy"}, {"code": "E0942", "desc": "Drug or chemical induced diabetes mellitus with neurological complications with diabetic polyneuropathy"}, {"code": "E0943", "desc": "Drug or chemical induced diabetes mellitus with neurological complications with diabetic autonomic (poly)neuropathy"}, {"code": "E0944", "desc": "Drug or chemical induced diabetes mellitus with neurological complications with diabetic amyotrophy"}, {"code": "E0949", "desc": "Drug or chemical induced diabetes mellitus with neurological complications with other diabetic neurological complication"}, {"code": "E0951", "desc": "Drug or chemical induced diabetes mellitus with diabetic peripheral angiopathy without gangrene"}, {"code": "E0952", "desc": "Drug or chemical induced diabetes mellitus with diabetic peripheral angiopathy with gangrene"}, {"code": "E0959", "desc": "Drug or chemical induced diabetes mellitus with other circulatory complications"}, {"code": "E09610", "desc": "Drug or chemical induced diabetes mellitus with diabetic neuropathic arthropathy"}, {"code": "E09618", "desc": "Drug or chemical induced diabetes mellitus with other diabetic arthropathy"}, {"code": "E09620", "desc": "Drug or chemical induced diabetes mellitus with diabetic dermatitis"}, {"code": "E09621", "desc": "Drug or chemical induced diabetes mellitus with foot ulcer"}, {"code": "E09622", "desc": "Drug or chemical induced diabetes mellitus with other skin ulcer"}, {"code": "E09628", "desc": "Drug or chemical induced diabetes mellitus with other skin complications"}, {"code": "E09630", "desc": "Drug or chemical induced diabetes mellitus with periodontal disease"}, {"code": "E09638", "desc": "Drug or chemical induced diabetes mellitus with other oral complications"}, {"code": "E09641", "desc": "Drug or chemical induced diabetes mellitus with hypoglycemia with coma"}, {"code": "E09649", "desc": "Drug or chemical induced diabetes mellitus with hypoglycemia without coma"}, {"code": "E0965", "desc": "Drug or chemical induced diabetes mellitus with hyperglycemia"}, {"code": "E0969", "desc": "Drug or chemical induced diabetes mellitus with other specified complication"}, {"code": "E098", "desc": "Drug or chemical induced diabetes mellitus with unspecified complications"}, {"code": "E099", "desc": "Drug or chemical induced diabetes mellitus without complications"}, {"code": "E1010", "desc": "Type 1 diabetes mellitus with ketoacidosis without coma"}, {"code": "E1011", "desc": "Type 1 diabetes mellitus with ketoacidosis with coma"}, {"code": "E1021", "desc": "Type 1 diabetes mellitus with diabetic nephropathy"}, {"code": "E1022", "desc": "Type 1 diabetes mellitus with diabetic chronic kidney disease"}, {"code": "E1029", "desc": "Type 1 diabetes mellitus with other diabetic kidney complication"}, {"code": "E10311", "desc": "Type 1 diabetes mellitus with unspecified diabetic retinopathy with macular edema"}, {"code": "E10319", "desc": "Type 1 diabetes mellitus with unspecified diabetic retinopathy without macular edema"}, {"code": "E103211", "desc": "Type 1 diabetes mellitus with mild nonproliferative diabetic retinopathy with macular edema, right eye"}, {"code": "E103212", "desc": "Type 1 diabetes mellitus with mild nonproliferative diabetic retinopathy with macular edema, left eye"}, {"code": "E103213", "desc": "Type 1 diabetes mellitus with mild nonproliferative diabetic retinopathy with macular edema, bilateral"}, {"code": "E103219", "desc": "Type 1 diabetes mellitus with mild nonproliferative diabetic retinopathy with macular edema, unspecified eye"}, {"code": "E103291", "desc": "Type 1 diabetes mellitus with mild nonproliferative diabetic retinopathy without macular edema, right eye"}, {"code": "E103292", "desc": "Type 1 diabetes mellitus with mild nonproliferative diabetic retinopathy without macular edema, left eye"}, {"code": "E103293", "desc": "Type 1 diabetes mellitus with mild nonproliferative diabetic retinopathy without macular edema, bilateral"}, {"code": "E103299", "desc": "Type 1 diabetes mellitus with mild nonproliferative diabetic retinopathy without macular edema, unspecified eye"}, {"code": "E103311", "desc": "Type 1 diabetes mellitus with moderate nonproliferative diabetic retinopathy with macular edema, right eye"}, {"code": "E103312", "desc": "Type 1 diabetes mellitus with moderate nonproliferative diabetic retinopathy with macular edema, left eye"}, {"code": "E103313", "desc": "Type 1 diabetes mellitus with moderate nonproliferative diabetic retinopathy with macular edema, bilateral"}, {"code": "E103319", "desc": "Type 1 diabetes mellitus with moderate nonproliferative diabetic retinopathy with macular edema, unspecified eye"}, {"code": "E103391", "desc": "Type 1 diabetes mellitus with moderate nonproliferative diabetic retinopathy without macular edema, right eye"}, {"code": "E103392", "desc": "Type 1 diabetes mellitus with moderate nonproliferative diabetic retinopathy without macular edema, left eye"}, {"code": "E103393", "desc": "Type 1 diabetes mellitus with moderate nonproliferative diabetic retinopathy without macular edema, bilateral"}, {"code": "E103399", "desc": "Type 1 diabetes mellitus with moderate nonproliferative diabetic retinopathy without macular edema, unspecified eye"}, {"code": "E103411", "desc": "Type 1 diabetes mellitus with severe nonproliferative diabetic retinopathy with macular edema, right eye"}, {"code": "E103412", "desc": "Type 1 diabetes mellitus with severe nonproliferative diabetic retinopathy with macular edema, left eye"}, {"code": "E103413", "desc": "Type 1 diabetes mellitus with severe nonproliferative diabetic retinopathy with macular edema, bilateral"}, {"code": "E103419", "desc": "Type 1 diabetes mellitus with severe nonproliferative diabetic retinopathy with macular edema, unspecified eye"}, {"code": "E103491", "desc": "Type 1 diabetes mellitus with severe nonproliferative diabetic retinopathy without macular edema, right eye"}, {"code": "E103492", "desc": "Type 1 diabetes mellitus with severe nonproliferative diabetic retinopathy without macular edema, left eye"}, {"code": "E103493", "desc": "Type 1 diabetes mellitus with severe nonproliferative diabetic retinopathy without macular edema, bilateral"}, {"code": "E103499", "desc": "Type 1 diabetes mellitus with severe nonproliferative diabetic retinopathy without macular edema, unspecified eye"}, {"code": "E103511", "desc": "Type 1 diabetes mellitus with proliferative diabetic retinopathy with macular edema, right eye"}, {"code": "E103512", "desc": "Type 1 diabetes mellitus with proliferative diabetic retinopathy with macular edema, left eye"}, {"code": "E103513", "desc": "Type 1 diabetes mellitus with proliferative diabetic retinopathy with macular edema, bilateral"}, {"code": "E103519", "desc": "Type 1 diabetes mellitus with proliferative diabetic retinopathy with macular edema, unspecified eye"}, {"code": "E103521", "desc": "Type 1 diabetes mellitus with proliferative diabetic retinopathy with traction retinal detachment involving the macula, right eye"}, {"code": "E103522", "desc": "Type 1 diabetes mellitus with proliferative diabetic retinopathy with traction retinal detachment involving the macula, left eye"}, {"code": "E103523", "desc": "Type 1 diabetes mellitus with proliferative diabetic retinopathy with traction retinal detachment involving the macula, bilateral"}, {"code": "E103529", "desc": "Type 1 diabetes mellitus with proliferative diabetic retinopathy with traction retinal detachment involving the macula, unspecified eye"}, {"code": "E103531", "desc": "Type 1 diabetes mellitus with proliferative diabetic retinopathy with traction retinal detachment not involving the macula, right eye"}, {"code": "E103532", "desc": "Type 1 diabetes mellitus with proliferative diabetic retinopathy with traction retinal detachment not involving the macula, left eye"}, {"code": "E103533", "desc": "Type 1 diabetes mellitus with proliferative diabetic retinopathy with traction retinal detachment not involving the macula, bilateral"}, {"code": "E103539", "desc": "Type 1 diabetes mellitus with proliferative diabetic retinopathy with traction retinal detachment not involving the macula, unspecified eye"}, {"code": "E103541", "desc": "Type 1 diabetes mellitus with proliferative diabetic retinopathy with combined traction retinal detachment and rhegmatogenous retinal detachment, right eye"}, {"code": "E103542", "desc": "Type 1 diabetes mellitus with proliferative diabetic retinopathy with combined traction retinal detachment and rhegmatogenous retinal detachment, left eye"}, {"code": "E103543", "desc": "Type 1 diabetes mellitus with proliferative diabetic retinopathy with combined traction retinal detachment and rhegmatogenous retinal detachment, bilateral"}, {"code": "E103549", "desc": "Type 1 diabetes mellitus with proliferative diabetic retinopathy with combined traction retinal detachment and rhegmatogenous retinal detachment, unspecified eye"}, {"code": "E103551", "desc": "Type 1 diabetes mellitus with stable proliferative diabetic retinopathy, right eye"}, {"code": "E103552", "desc": "Type 1 diabetes mellitus with stable proliferative diabetic retinopathy, left eye"}, {"code": "E103553", "desc": "Type 1 diabetes mellitus with stable proliferative diabetic retinopathy, bilateral"}, {"code": "E103559", "desc": "Type 1 diabetes mellitus with stable proliferative diabetic retinopathy, unspecified eye"}, {"code": "E103591", "desc": "Type 1 diabetes mellitus with proliferative diabetic retinopathy without macular edema, right eye"}, {"code": "E103592", "desc": "Type 1 diabetes mellitus with proliferative diabetic retinopathy without macular edema, left eye"}, {"code": "E103593", "desc": "Type 1 diabetes mellitus with proliferative diabetic retinopathy without macular edema, bilateral"}, {"code": "E103599", "desc": "Type 1 diabetes mellitus with proliferative diabetic retinopathy without macular edema, unspecified eye"}, {"code": "E1036", "desc": "Type 1 diabetes mellitus with diabetic cataract"}, {"code": "E1037X1", "desc": "Type 1 diabetes mellitus with diabetic macular edema, resolved following treatment, right eye"}, {"code": "E1037X2", "desc": "Type 1 diabetes mellitus with diabetic macular edema, resolved following treatment, left eye"}, {"code": "E1037X3", "desc": "Type 1 diabetes mellitus with diabetic macular edema, resolved following treatment, bilateral"}, {"code": "E1037X9", "desc": "Type 1 diabetes mellitus with diabetic macular edema, resolved following treatment, unspecified eye"}, {"code": "E1039", "desc": "Type 1 diabetes mellitus with other diabetic ophthalmic complication"}, {"code": "E1040", "desc": "Type 1 diabetes mellitus with diabetic neuropathy, unspecified"}, {"code": "E1041", "desc": "Type 1 diabetes mellitus with diabetic mononeuropathy"}, {"code": "E1042", "desc": "Type 1 diabetes mellitus with diabetic polyneuropathy"}, {"code": "E1043", "desc": "Type 1 diabetes mellitus with diabetic autonomic (poly)neuropathy"}, {"code": "E1044", "desc": "Type 1 diabetes mellitus with diabetic amyotrophy"}, {"code": "E1049", "desc": "Type 1 diabetes mellitus with other diabetic neurological complication"}, {"code": "E1051", "desc": "Type 1 diabetes mellitus with diabetic peripheral angiopathy without gangrene"}, {"code": "E1052", "desc": "Type 1 diabetes mellitus with diabetic peripheral angiopathy with gangrene"}, {"code": "E1059", "desc": "Type 1 diabetes mellitus with other circulatory complications"}, {"code": "E10610", "desc": "Type 1 diabetes mellitus with diabetic neuropathic arthropathy"}, {"code": "E10618", "desc": "Type 1 diabetes mellitus with other diabetic arthropathy"}, {"code": "E10620", "desc": "Type 1 diabetes mellitus with diabetic dermatitis"}, {"code": "E10621", "desc": "Type 1 diabetes mellitus with foot ulcer"}, {"code": "E10622", "desc": "Type 1 diabetes mellitus with other skin ulcer"}, {"code": "E10628", "desc": "Type 1 diabetes mellitus with other skin complications"}, {"code": "E10630", "desc": "Type 1 diabetes mellitus with periodontal disease"}, {"code": "E10638", "desc": "Type 1 diabetes mellitus with other oral complications"}, {"code": "E10641", "desc": "Type 1 diabetes mellitus with hypoglycemia with coma"}, {"code": "E10649", "desc": "Type 1 diabetes mellitus with hypoglycemia without coma"}, {"code": "E1065", "desc": "Type 1 diabetes mellitus with hyperglycemia"}, {"code": "E1069", "desc": "Type 1 diabetes mellitus with other specified complication"}, {"code": "E108", "desc": "Type 1 diabetes mellitus with unspecified complications"}, {"code": "E109", "desc": "Type 1 diabetes mellitus without complications"}, {"code": "E1100", "desc": "Type 2 diabetes mellitus with hyperosmolarity without nonketotic hyperglycemic-hyperosmolar coma (NKHHC)"}, {"code": "E1101", "desc": "Type 2 diabetes mellitus with hyperosmolarity with coma"}, {"code": "E1110", "desc": "Type 2 diabetes mellitus with ketoacidosis without coma"}, {"code": "E1111", "desc": "Type 2 diabetes mellitus with ketoacidosis with coma"}, {"code": "E1121", "desc": "Type 2 diabetes mellitus with diabetic nephropathy"}, {"code": "E1122", "desc": "Type 2 diabetes mellitus with diabetic chronic kidney disease"}, {"code": "E1129", "desc": "Type 2 diabetes mellitus with other diabetic kidney complication"}, {"code": "E11311", "desc": "Type 2 diabetes mellitus with unspecified diabetic retinopathy with macular edema"}, {"code": "E11319", "desc": "Type 2 diabetes mellitus with unspecified diabetic retinopathy without macular edema"}, {"code": "E113211", "desc": "Type 2 diabetes mellitus with mild nonproliferative diabetic retinopathy with macular edema, right eye"}, {"code": "E113212", "desc": "Type 2 diabetes mellitus with mild nonproliferative diabetic retinopathy with macular edema, left eye"}, {"code": "E113213", "desc": "Type 2 diabetes mellitus with mild nonproliferative diabetic retinopathy with macular edema, bilateral"}, {"code": "E113219", "desc": "Type 2 diabetes mellitus with mild nonproliferative diabetic retinopathy with macular edema, unspecified eye"}, {"code": "E113291", "desc": "Type 2 diabetes mellitus with mild nonproliferative diabetic retinopathy without macular edema, right eye"}, {"code": "E113292", "desc": "Type 2 diabetes mellitus with mild nonproliferative diabetic retinopathy without macular edema, left eye"}, {"code": "E113293", "desc": "Type 2 diabetes mellitus with mild nonproliferative diabetic retinopathy without macular edema, bilateral"}, {"code": "E113299", "desc": "Type 2 diabetes mellitus with mild nonproliferative diabetic retinopathy without macular edema, unspecified eye"}, {"code": "E113311", "desc": "Type 2 diabetes mellitus with moderate nonproliferative diabetic retinopathy with macular edema, right eye"}, {"code": "E113312", "desc": "Type 2 diabetes mellitus with moderate nonproliferative diabetic retinopathy with macular edema, left eye"}, {"code": "E113313", "desc": "Type 2 diabetes mellitus with moderate nonproliferative diabetic retinopathy with macular edema, bilateral"}, {"code": "E113319", "desc": "Type 2 diabetes mellitus with moderate nonproliferative diabetic retinopathy with macular edema, unspecified eye"}, {"code": "E113391", "desc": "Type 2 diabetes mellitus with moderate nonproliferative diabetic retinopathy without macular edema, right eye"}, {"code": "E113392", "desc": "Type 2 diabetes mellitus with moderate nonproliferative diabetic retinopathy without macular edema, left eye"}, {"code": "E113393", "desc": "Type 2 diabetes mellitus with moderate nonproliferative diabetic retinopathy without macular edema, bilateral"}, {"code": "E113399", "desc": "Type 2 diabetes mellitus with moderate nonproliferative diabetic retinopathy without macular edema, unspecified eye"}, {"code": "E113411", "desc": "Type 2 diabetes mellitus with severe nonproliferative diabetic retinopathy with macular edema, right eye"}, {"code": "E113412", "desc": "Type 2 diabetes mellitus with severe nonproliferative diabetic retinopathy with macular edema, left eye"}, {"code": "E113413", "desc": "Type 2 diabetes mellitus with severe nonproliferative diabetic retinopathy with macular edema, bilateral"}, {"code": "E113419", "desc": "Type 2 diabetes mellitus with severe nonproliferative diabetic retinopathy with macular edema, unspecified eye"}, {"code": "E113491", "desc": "Type 2 diabetes mellitus with severe nonproliferative diabetic retinopathy without macular edema, right eye"}, {"code": "E113492", "desc": "Type 2 diabetes mellitus with severe nonproliferative diabetic retinopathy without macular edema, left eye"}, {"code": "E113493", "desc": "Type 2 diabetes mellitus with severe nonproliferative diabetic retinopathy without macular edema, bilateral"}, {"code": "E113499", "desc": "Type 2 diabetes mellitus with severe nonproliferative diabetic retinopathy without macular edema, unspecified eye"}, {"code": "E113511", "desc": "Type 2 diabetes mellitus with proliferative diabetic retinopathy with macular edema, right eye"}, {"code": "E113512", "desc": "Type 2 diabetes mellitus with proliferative diabetic retinopathy with macular edema, left eye"}, {"code": "E113513", "desc": "Type 2 diabetes mellitus with proliferative diabetic retinopathy with macular edema, bilateral"}, {"code": "E113519", "desc": "Type 2 diabetes mellitus with proliferative diabetic retinopathy with macular edema, unspecified eye"}, {"code": "E113521", "desc": "Type 2 diabetes mellitus with proliferative diabetic retinopathy with traction retinal detachment involving the macula, right eye"}, {"code": "E113522", "desc": "Type 2 diabetes mellitus with proliferative diabetic retinopathy with traction retinal detachment involving the macula, left eye"}, {"code": "E113523", "desc": "Type 2 diabetes mellitus with proliferative diabetic retinopathy with traction retinal detachment involving the macula, bilateral"}, {"code": "E113529", "desc": "Type 2 diabetes mellitus with proliferative diabetic retinopathy with traction retinal detachment involving the macula, unspecified eye"}, {"code": "E113531", "desc": "Type 2 diabetes mellitus with proliferative diabetic retinopathy with traction retinal detachment not involving the macula, right eye"}, {"code": "E113532", "desc": "Type 2 diabetes mellitus with proliferative diabetic retinopathy with traction retinal detachment not involving the macula, left eye"}, {"code": "E113533", "desc": "Type 2 diabetes mellitus with proliferative diabetic retinopathy with traction retinal detachment not involving the macula, bilateral"}, {"code": "E113539", "desc": "Type 2 diabetes mellitus with proliferative diabetic retinopathy with traction retinal detachment not involving the macula, unspecified eye"}, {"code": "E113541", "desc": "Type 2 diabetes mellitus with proliferative diabetic retinopathy with combined traction retinal detachment and rhegmatogenous retinal detachment, right eye"}, {"code": "E113542", "desc": "Type 2 diabetes mellitus with proliferative diabetic retinopathy with combined traction retinal detachment and rhegmatogenous retinal detachment, left eye"}, {"code": "E113543", "desc": "Type 2 diabetes mellitus with proliferative diabetic retinopathy with combined traction retinal detachment and rhegmatogenous retinal detachment, bilateral"}, {"code": "E113549", "desc": "Type 2 diabetes mellitus with proliferative diabetic retinopathy with combined traction retinal detachment and rhegmatogenous retinal detachment, unspecified eye"}, {"code": "E113551", "desc": "Type 2 diabetes mellitus with stable proliferative diabetic retinopathy, right eye"}, {"code": "E113552", "desc": "Type 2 diabetes mellitus with stable proliferative diabetic retinopathy, left eye"}, {"code": "E113553", "desc": "Type 2 diabetes mellitus with stable proliferative diabetic retinopathy, bilateral"}, {"code": "E113559", "desc": "Type 2 diabetes mellitus with stable proliferative diabetic retinopathy, unspecified eye"}, {"code": "E113591", "desc": "Type 2 diabetes mellitus with proliferative diabetic retinopathy without macular edema, right eye"}, {"code": "E113592", "desc": "Type 2 diabetes mellitus with proliferative diabetic retinopathy without macular edema, left eye"}, {"code": "E113593", "desc": "Type 2 diabetes mellitus with proliferative diabetic retinopathy without macular edema, bilateral"}, {"code": "E113599", "desc": "Type 2 diabetes mellitus with proliferative diabetic retinopathy without macular edema, unspecified eye"}, {"code": "E1136", "desc": "Type 2 diabetes mellitus with diabetic cataract"}, {"code": "E1137X1", "desc": "Type 2 diabetes mellitus with diabetic macular edema, resolved following treatment, right eye"}, {"code": "E1137X2", "desc": "Type 2 diabetes mellitus with diabetic macular edema, resolved following treatment, left eye"}, {"code": "E1137X3", "desc": "Type 2 diabetes mellitus with diabetic macular edema, resolved following treatment, bilateral"}, {"code": "E1137X9", "desc": "Type 2 diabetes mellitus with diabetic macular edema, resolved following treatment, unspecified eye"}, {"code": "E1139", "desc": "Type 2 diabetes mellitus with other diabetic ophthalmic complication"}, {"code": "E1140", "desc": "Type 2 diabetes mellitus with diabetic neuropathy, unspecified"}, {"code": "E1141", "desc": "Type 2 diabetes mellitus with diabetic mononeuropathy"}, {"code": "E1142", "desc": "Type 2 diabetes mellitus with diabetic polyneuropathy"}, {"code": "E1143", "desc": "Type 2 diabetes mellitus with diabetic autonomic (poly)neuropathy"}, {"code": "E1144", "desc": "Type 2 diabetes mellitus with diabetic amyotrophy"}, {"code": "E1149", "desc": "Type 2 diabetes mellitus with other diabetic neurological complication"}, {"code": "E1151", "desc": "Type 2 diabetes mellitus with diabetic peripheral angiopathy without gangrene"}, {"code": "E1152", "desc": "Type 2 diabetes mellitus with diabetic peripheral angiopathy with gangrene"}, {"code": "E1159", "desc": "Type 2 diabetes mellitus with other circulatory complications"}, {"code": "E11610", "desc": "Type 2 diabetes mellitus with diabetic neuropathic arthropathy"}, {"code": "E11618", "desc": "Type 2 diabetes mellitus with other diabetic arthropathy"}, {"code": "E11620", "desc": "Type 2 diabetes mellitus with diabetic dermatitis"}, {"code": "E11621", "desc": "Type 2 diabetes mellitus with foot ulcer"}, {"code": "E11622", "desc": "Type 2 diabetes mellitus with other skin ulcer"}, {"code": "E11628", "desc": "Type 2 diabetes mellitus with other skin complications"}, {"code": "E11630", "desc": "Type 2 diabetes mellitus with periodontal disease"}, {"code": "E11638", "desc": "Type 2 diabetes mellitus with other oral complications"}, {"code": "E11641", "desc": "Type 2 diabetes mellitus with hypoglycemia with coma"}, {"code": "E11649", "desc": "Type 2 diabetes mellitus with hypoglycemia without coma"}, {"code": "E1165", "desc": "Type 2 diabetes mellitus with hyperglycemia"}, {"code": "E1169", "desc": "Type 2 diabetes mellitus with other specified complication"}, {"code": "E118", "desc": "Type 2 diabetes mellitus with unspecified complications"}, {"code": "E119", "desc": "Type 2 diabetes mellitus without complications"}, {"code": "E1300", "desc": "Other specified diabetes mellitus with hyperosmolarity without nonketotic hyperglycemic-hyperosmolar coma (NKHHC)"}, {"code": "E1301", "desc": "Other specified diabetes mellitus with hyperosmolarity with coma"}, {"code": "E1310", "desc": "Other specified diabetes mellitus with ketoacidosis without coma"}, {"code": "E1311", "desc": "Other specified diabetes mellitus with ketoacidosis with coma"}, {"code": "E1321", "desc": "Other specified diabetes mellitus with diabetic nephropathy"}, {"code": "E1322", "desc": "Other specified diabetes mellitus with diabetic chronic kidney disease"}, {"code": "E1329", "desc": "Other specified diabetes mellitus with other diabetic kidney complication"}, {"code": "E13311", "desc": "Other specified diabetes mellitus with unspecified diabetic retinopathy with macular edema"}, {"code": "E13319", "desc": "Other specified diabetes mellitus with unspecified diabetic retinopathy without macular edema"}, {"code": "E133211", "desc": "Other specified diabetes mellitus with mild nonproliferative diabetic retinopathy with macular edema, right eye"}, {"code": "E133212", "desc": "Other specified diabetes mellitus with mild nonproliferative diabetic retinopathy with macular edema, left eye"}, {"code": "E133213", "desc": "Other specified diabetes mellitus with mild nonproliferative diabetic retinopathy with macular edema, bilateral"}, {"code": "E133219", "desc": "Other specified diabetes mellitus with mild nonproliferative diabetic retinopathy with macular edema, unspecified eye"}, {"code": "E133291", "desc": "Other specified diabetes mellitus with mild nonproliferative diabetic retinopathy without macular edema, right eye"}, {"code": "E133292", "desc": "Other specified diabetes mellitus with mild nonproliferative diabetic retinopathy without macular edema, left eye"}, {"code": "E133293", "desc": "Other specified diabetes mellitus with mild nonproliferative diabetic retinopathy without macular edema, bilateral"}, {"code": "E133299", "desc": "Other specified diabetes mellitus with mild nonproliferative diabetic retinopathy without macular edema, unspecified eye"}, {"code": "E133311", "desc": "Other specified diabetes mellitus with moderate nonproliferative diabetic retinopathy with macular edema, right eye"}, {"code": "E133312", "desc": "Other specified diabetes mellitus with moderate nonproliferative diabetic retinopathy with macular edema, left eye"}, {"code": "E133313", "desc": "Other specified diabetes mellitus with moderate nonproliferative diabetic retinopathy with macular edema, bilateral"}, {"code": "E133319", "desc": "Other specified diabetes mellitus with moderate nonproliferative diabetic retinopathy with macular edema, unspecified eye"}, {"code": "E133391", "desc": "Other specified diabetes mellitus with moderate nonproliferative diabetic retinopathy without macular edema, right eye"}, {"code": "E133392", "desc": "Other specified diabetes mellitus with moderate nonproliferative diabetic retinopathy without macular edema, left eye"}, {"code": "E133393", "desc": "Other specified diabetes mellitus with moderate nonproliferative diabetic retinopathy without macular edema, bilateral"}, {"code": "E133399", "desc": "Other specified diabetes mellitus with moderate nonproliferative diabetic retinopathy without macular edema, unspecified eye"}, {"code": "E133411", "desc": "Other specified diabetes mellitus with severe nonproliferative diabetic retinopathy with macular edema, right eye"}, {"code": "E133412", "desc": "Other specified diabetes mellitus with severe nonproliferative diabetic retinopathy with macular edema, left eye"}, {"code": "E133413", "desc": "Other specified diabetes mellitus with severe nonproliferative diabetic retinopathy with macular edema, bilateral"}, {"code": "E133419", "desc": "Other specified diabetes mellitus with severe nonproliferative diabetic retinopathy with macular edema, unspecified eye"}, {"code": "E133491", "desc": "Other specified diabetes mellitus with severe nonproliferative diabetic retinopathy without macular edema, right eye"}, {"code": "E133492", "desc": "Other specified diabetes mellitus with severe nonproliferative diabetic retinopathy without macular edema, left eye"}, {"code": "E133493", "desc": "Other specified diabetes mellitus with severe nonproliferative diabetic retinopathy without macular edema, bilateral"}, {"code": "E133499", "desc": "Other specified diabetes mellitus with severe nonproliferative diabetic retinopathy without macular edema, unspecified eye"}, {"code": "E133511", "desc": "Other specified diabetes mellitus with proliferative diabetic retinopathy with macular edema, right eye"}, {"code": "E133512", "desc": "Other specified diabetes mellitus with proliferative diabetic retinopathy with macular edema, left eye"}, {"code": "E133513", "desc": "Other specified diabetes mellitus with proliferative diabetic retinopathy with macular edema, bilateral"}, {"code": "E133519", "desc": "Other specified diabetes mellitus with proliferative diabetic retinopathy with macular edema, unspecified eye"}, {"code": "E133521", "desc": "Other specified diabetes mellitus with proliferative diabetic retinopathy with traction retinal detachment involving the macula, right eye"}, {"code": "E133522", "desc": "Other specified diabetes mellitus with proliferative diabetic retinopathy with traction retinal detachment involving the macula, left eye"}, {"code": "E133523", "desc": "Other specified diabetes mellitus with proliferative diabetic retinopathy with traction retinal detachment involving the macula, bilateral"}, {"code": "E133529", "desc": "Other specified diabetes mellitus with proliferative diabetic retinopathy with traction retinal detachment involving the macula, unspecified eye"}, {"code": "E133531", "desc": "Other specified diabetes mellitus with proliferative diabetic retinopathy with traction retinal detachment not involving the macula, right eye"}, {"code": "E133532", "desc": "Other specified diabetes mellitus with proliferative diabetic retinopathy with traction retinal detachment not involving the macula, left eye"}, {"code": "E133533", "desc": "Other specified diabetes mellitus with proliferative diabetic retinopathy with traction retinal detachment not involving the macula, bilateral"}, {"code": "E133539", "desc": "Other specified diabetes mellitus with proliferative diabetic retinopathy with traction retinal detachment not involving the macula, unspecified eye"}, {"code": "E133541", "desc": "Other specified diabetes mellitus with proliferative diabetic retinopathy with combined traction retinal detachment and rhegmatogenous retinal detachment, right eye"}, {"code": "E133542", "desc": "Other specified diabetes mellitus with proliferative diabetic retinopathy with combined traction retinal detachment and rhegmatogenous retinal detachment, left eye"}, {"code": "E133543", "desc": "Other specified diabetes mellitus with proliferative diabetic retinopathy with combined traction retinal detachment and rhegmatogenous retinal detachment, bilateral"}, {"code": "E133549", "desc": "Other specified diabetes mellitus with proliferative diabetic retinopathy with combined traction retinal detachment and rhegmatogenous retinal detachment, unspecified eye"}, {"code": "E133551", "desc": "Other specified diabetes mellitus with stable proliferative diabetic retinopathy, right eye"}, {"code": "E133552", "desc": "Other specified diabetes mellitus with stable proliferative diabetic retinopathy, left eye"}, {"code": "E133553", "desc": "Other specified diabetes mellitus with stable proliferative diabetic retinopathy, bilateral"}, {"code": "E133559", "desc": "Other specified diabetes mellitus with stable proliferative diabetic retinopathy, unspecified eye"}, {"code": "E133591", "desc": "Other specified diabetes mellitus with proliferative diabetic retinopathy without macular edema, right eye"}, {"code": "E133592", "desc": "Other specified diabetes mellitus with proliferative diabetic retinopathy without macular edema, left eye"}, {"code": "E133593", "desc": "Other specified diabetes mellitus with proliferative diabetic retinopathy without macular edema, bilateral"}, {"code": "E133599", "desc": "Other specified diabetes mellitus with proliferative diabetic retinopathy without macular edema, unspecified eye"}, {"code": "E1336", "desc": "Other specified diabetes mellitus with diabetic cataract"}, {"code": "E1337X1", "desc": "Other specified diabetes mellitus with diabetic macular edema, resolved following treatment, right eye"}, {"code": "E1337X2", "desc": "Other specified diabetes mellitus with diabetic macular edema, resolved following treatment, left eye"}, {"code": "E1337X3", "desc": "Other specified diabetes mellitus with diabetic macular edema, resolved following treatment, bilateral"}, {"code": "E1337X9", "desc": "Other specified diabetes mellitus with diabetic macular edema, resolved following treatment, unspecified eye"}, {"code": "E1339", "desc": "Other specified diabetes mellitus with other diabetic ophthalmic complication"}, {"code": "E1340", "desc": "Other specified diabetes mellitus with diabetic neuropathy, unspecified"}, {"code": "E1341", "desc": "Other specified diabetes mellitus with diabetic mononeuropathy"}, {"code": "E1342", "desc": "Other specified diabetes mellitus with diabetic polyneuropathy"}, {"code": "E1343", "desc": "Other specified diabetes mellitus with diabetic autonomic (poly)neuropathy"}, {"code": "E1344", "desc": "Other specified diabetes mellitus with diabetic amyotrophy"}, {"code": "E1349", "desc": "Other specified diabetes mellitus with other diabetic neurological complication"}, {"code": "E1351", "desc": "Other specified diabetes mellitus with diabetic peripheral angiopathy without gangrene"}, {"code": "E1352", "desc": "Other specified diabetes mellitus with diabetic peripheral angiopathy with gangrene"}, {"code": "E1359", "desc": "Other specified diabetes mellitus with other circulatory complications"}, {"code": "E13610", "desc": "Other specified diabetes mellitus with diabetic neuropathic arthropathy"}, {"code": "E13618", "desc": "Other specified diabetes mellitus with other diabetic arthropathy"}, {"code": "E13620", "desc": "Other specified diabetes mellitus with diabetic dermatitis"}, {"code": "E13621", "desc": "Other specified diabetes mellitus with foot ulcer"}, {"code": "E13622", "desc": "Other specified diabetes mellitus with other skin ulcer"}, {"code": "E13628", "desc": "Other specified diabetes mellitus with other skin complications"}, {"code": "E13630", "desc": "Other specified diabetes mellitus with periodontal disease"}, {"code": "E13638", "desc": "Other specified diabetes mellitus with other oral complications"}, {"code": "E13641", "desc": "Other specified diabetes mellitus with hypoglycemia with coma"}, {"code": "E13649", "desc": "Other specified diabetes mellitus with hypoglycemia without coma"}, {"code": "E1365", "desc": "Other specified diabetes mellitus with hyperglycemia"}, {"code": "E1369", "desc": "Other specified diabetes mellitus with other specified complication"}, {"code": "E138", "desc": "Other specified diabetes mellitus with unspecified complications"}, {"code": "E139", "desc": "Other specified diabetes mellitus without complications"}, {"code": "E15", "desc": "Nondiabetic hypoglycemic coma"}, {"code": "E160", "desc": "Drug-induced hypoglycemia without coma"}, {"code": "E161", "desc": "Other hypoglycemia"}, {"code": "E162", "desc": "Hypoglycemia, unspecified"}, {"code": "E163", "desc": "Increased secretion of glucagon"}, {"code": "E164", "desc": "Increased secretion of gastrin"}, {"code": "E168", "desc": "Other specified disorders of pancreatic internal secretion"}, {"code": "E169", "desc": "Disorder of pancreatic internal secretion, unspecified"}, {"code": "E200", "desc": "Idiopathic hypoparathyroidism"}, {"code": "E201", "desc": "Pseudohypoparathyroidism"}, {"code": "E208", "desc": "Other hypoparathyroidism"}, {"code": "E209", "desc": "Hypoparathyroidism, unspecified"}, {"code": "E210", "desc": "Primary hyperparathyroidism"}, {"code": "E211", "desc": "Secondary hyperparathyroidism, not elsewhere classified"}, {"code": "E212", "desc": "Other hyperparathyroidism"}, {"code": "E213", "desc": "Hyperparathyroidism, unspecified"}, {"code": "E214", "desc": "Other specified disorders of parathyroid gland"}, {"code": "E215", "desc": "Disorder of parathyroid gland, unspecified"}, {"code": "E220", "desc": "Acromegaly and pituitary gigantism"}, {"code": "E221", "desc": "Hyperprolactinemia"}, {"code": "E222", "desc": "Syndrome of inappropriate secretion of antidiuretic hormone"}, {"code": "E228", "desc": "Other hyperfunction of pituitary gland"}, {"code": "E229", "desc": "Hyperfunction of pituitary gland, unspecified"}, {"code": "E230", "desc": "Hypopituitarism"}, {"code": "E231", "desc": "Drug-induced hypopituitarism"}, {"code": "E232", "desc": "Diabetes insipidus"}, {"code": "E233", "desc": "Hypothalamic dysfunction, not elsewhere classified"}, {"code": "E236", "desc": "Other disorders of pituitary gland"}, {"code": "E237", "desc": "Disorder of pituitary gland, unspecified"}, {"code": "E240", "desc": "Pituitary-dependent Cushing's disease"}, {"code": "E241", "desc": "Nelson's syndrome"}, {"code": "E242", "desc": "Drug-induced Cushing's syndrome"}, {"code": "E243", "desc": "Ectopic ACTH syndrome"}, {"code": "E244", "desc": "Alcohol-induced pseudo-Cushing's syndrome"}, {"code": "E248", "desc": "Other Cushing's syndrome"}, {"code": "E249", "desc": "Cushing's syndrome, unspecified"}, {"code": "E250", "desc": "Congenital adrenogenital disorders associated with enzyme deficiency"}, {"code": "E258", "desc": "Other adrenogenital disorders"}, {"code": "E259", "desc": "Adrenogenital disorder, unspecified"}, {"code": "E2601", "desc": "Conn's syndrome"}, {"code": "E2602", "desc": "Glucocorticoid-remediable aldosteronism"}, {"code": "E2609", "desc": "Other primary hyperaldosteronism"}, {"code": "E261", "desc": "Secondary hyperaldosteronism"}, {"code": "E2681", "desc": "Bartter's syndrome"}, {"code": "E2689", "desc": "Other hyperaldosteronism"}, {"code": "E269", "desc": "Hyperaldosteronism, unspecified"}, {"code": "E270", "desc": "Other adrenocortical overactivity"}, {"code": "E271", "desc": "Primary adrenocortical insufficiency"}, {"code": "E272", "desc": "Addisonian crisis"}, {"code": "E273", "desc": "Drug-induced adrenocortical insufficiency"}, {"code": "E2740", "desc": "Unspecified adrenocortical insufficiency"}, {"code": "E2749", "desc": "Other adrenocortical insufficiency"}, {"code": "E275", "desc": "Adrenomedullary hyperfunction"}, {"code": "E278", "desc": "Other specified disorders of adrenal gland"}, {"code": "E279", "desc": "Disorder of adrenal gland, unspecified"}, {"code": "E280", "desc": "Estrogen excess"}, {"code": "E281", "desc": "Androgen excess"}, {"code": "E282", "desc": "Polycystic ovarian syndrome"}, {"code": "E28310", "desc": "Symptomatic premature menopause"}, {"code": "E28319", "desc": "Asymptomatic premature menopause"}, {"code": "E2839", "desc": "Other primary ovarian failure"}, {"code": "E288", "desc": "Other ovarian dysfunction"}, {"code": "E289", "desc": "Ovarian dysfunction, unspecified"}, {"code": "E290", "desc": "Testicular hyperfunction"}, {"code": "E291", "desc": "Testicular hypofunction"}, {"code": "E298", "desc": "Other testicular dysfunction"}, {"code": "E299", "desc": "Testicular dysfunction, unspecified"}, {"code": "E300", "desc": "Delayed puberty"}, {"code": "E301", "desc": "Precocious puberty"}, {"code": "E308", "desc": "Other disorders of puberty"}, {"code": "E309", "desc": "Disorder of puberty, unspecified"}, {"code": "E310", "desc": "Autoimmune polyglandular failure"}, {"code": "E311", "desc": "Polyglandular hyperfunction"}, {"code": "E3120", "desc": "Multiple endocrine neoplasia [MEN] syndrome, unspecified"}, {"code": "E3121", "desc": "Multiple endocrine neoplasia [MEN] type I"}, {"code": "E3122", "desc": "Multiple endocrine neoplasia [MEN] type IIA"}, {"code": "E3123", "desc": "Multiple endocrine neoplasia [MEN] type IIB"}, {"code": "E318", "desc": "Other polyglandular dysfunction"}, {"code": "E319", "desc": "Polyglandular dysfunction, unspecified"}, {"code": "E320", "desc": "Persistent hyperplasia of thymus"}, {"code": "E321", "desc": "Abscess of thymus"}, {"code": "E328", "desc": "Other diseases of thymus"}, {"code": "E329", "desc": "Disease of thymus, unspecified"}, {"code": "E340", "desc": "Carcinoid syndrome"}, {"code": "E341", "desc": "Other hypersecretion of intestinal hormones"}, {"code": "E342", "desc": "Ectopic hormone secretion, not elsewhere classified"}, {"code": "E343", "desc": "Short stature due to endocrine disorder"}, {"code": "E344", "desc": "Constitutional tall stature"}, {"code": "E3450", "desc": "Androgen insensitivity syndrome, unspecified"}, {"code": "E3451", "desc": "Complete androgen insensitivity syndrome"}, {"code": "E3452", "desc": "Partial androgen insensitivity syndrome"}, {"code": "E348", "desc": "Other specified endocrine disorders"}, {"code": "E349", "desc": "Endocrine disorder, unspecified"}, {"code": "E35", "desc": "Disorders of endocrine glands in diseases classified elsewhere"}, {"code": "E3601", "desc": "Intraoperative hemorrhage and hematoma of an endocrine system organ or structure complicating an endocrine system procedure"}, {"code": "E3602", "desc": "Intraoperative hemorrhage and hematoma of an endocrine system organ or structure complicating other procedure"}, {"code": "E3611", "desc": "Accidental puncture and laceration of an endocrine system organ or structure during an endocrine system procedure"}, {"code": "E3612", "desc": "Accidental puncture and laceration of an endocrine system organ or structure during other procedure"}, {"code": "E368", "desc": "Other intraoperative complications of endocrine system"}, {"code": "E40", "desc": "Kwashiorkor"}, {"code": "E41", "desc": "Nutritional marasmus"}, {"code": "E42", "desc": "Marasmic kwashiorkor"}, {"code": "E43", "desc": "Unspecified severe protein-calorie malnutrition"}, {"code": "E440", "desc": "Moderate protein-calorie malnutrition"}, {"code": "E441", "desc": "Mild protein-calorie malnutrition"}, {"code": "E45", "desc": "Retarded development following protein-calorie malnutrition"}, {"code": "E46", "desc": "Unspecified protein-calorie malnutrition"}, {"code": "E500", "desc": "Vitamin A deficiency with conjunctival xerosis"}, {"code": "E501", "desc": "Vitamin A deficiency with Bitot's spot and conjunctival xerosis"}, {"code": "E502", "desc": "Vitamin A deficiency with corneal xerosis"}, {"code": "E503", "desc": "Vitamin A deficiency with corneal ulceration and xerosis"}, {"code": "E504", "desc": "Vitamin A deficiency with keratomalacia"}, {"code": "E505", "desc": "Vitamin A deficiency with night blindness"}, {"code": "E506", "desc": "Vitamin A deficiency with xerophthalmic scars of cornea"}, {"code": "E507", "desc": "Other ocular manifestations of vitamin A deficiency"}, {"code": "E508", "desc": "Other manifestations of vitamin A deficiency"}, {"code": "E509", "desc": "Vitamin A deficiency, unspecified"}, {"code": "E5111", "desc": "Dry beriberi"}, {"code": "E5112", "desc": "Wet beriberi"}, {"code": "E512", "desc": "Wernicke's encephalopathy"}, {"code": "E518", "desc": "Other manifestations of thiamine deficiency"}, {"code": "E519", "desc": "Thiamine deficiency, unspecified"}, {"code": "E52", "desc": "Niacin deficiency [pellagra]"}, {"code": "E530", "desc": "Riboflavin deficiency"}, {"code": "E531", "desc": "Pyridoxine deficiency"}, {"code": "E538", "desc": "Deficiency of other specified B group vitamins"}, {"code": "E539", "desc": "Vitamin B deficiency, unspecified"}, {"code": "E54", "desc": "Ascorbic acid deficiency"}, {"code": "E550", "desc": "Rickets, active"}, {"code": "E559", "desc": "Vitamin D deficiency, unspecified"}, {"code": "E560", "desc": "Deficiency of vitamin E"}, {"code": "E561", "desc": "Deficiency of vitamin K"}, {"code": "E568", "desc": "Deficiency of other vitamins"}, {"code": "E569", "desc": "Vitamin deficiency, unspecified"}, {"code": "E58", "desc": "Dietary calcium deficiency"}, {"code": "E59", "desc": "Dietary selenium deficiency"}, {"code": "E60", "desc": "Dietary zinc deficiency"}, {"code": "E610", "desc": "Copper deficiency"}, {"code": "E611", "desc": "Iron deficiency"}, {"code": "E612", "desc": "Magnesium deficiency"}, {"code": "E613", "desc": "Manganese deficiency"}, {"code": "E614", "desc": "Chromium deficiency"}, {"code": "E615", "desc": "Molybdenum deficiency"}, {"code": "E616", "desc": "Vanadium deficiency"}, {"code": "E617", "desc": "Deficiency of multiple nutrient elements"}, {"code": "E618", "desc": "Deficiency of other specified nutrient elements"}, {"code": "E619", "desc": "Deficiency of nutrient element, unspecified"}, {"code": "E630", "desc": "Essential fatty acid [EFA] deficiency"}, {"code": "E631", "desc": "Imbalance of constituents of food intake"}, {"code": "E638", "desc": "Other specified nutritional deficiencies"}, {"code": "E639", "desc": "Nutritional deficiency, unspecified"}, {"code": "E640", "desc": "Sequelae of protein-calorie malnutrition"}, {"code": "E641", "desc": "Sequelae of vitamin A deficiency"}, {"code": "E642", "desc": "Sequelae of vitamin C deficiency"}, {"code": "E643", "desc": "Sequelae of rickets"}, {"code": "E648", "desc": "Sequelae of other nutritional deficiencies"}, {"code": "E649", "desc": "Sequelae of unspecified nutritional deficiency"}, {"code": "E65", "desc": "Localized adiposity"}, {"code": "E6601", "desc": "Morbid (severe) obesity due to excess calories"}, {"code": "E6609", "desc": "Other obesity due to excess calories"}, {"code": "E661", "desc": "Drug-induced obesity"}, {"code": "E662", "desc": "Morbid (severe) obesity with alveolar hypoventilation"}, {"code": "E663", "desc": "Overweight"}, {"code": "E668", "desc": "Other obesity"}, {"code": "E669", "desc": "Obesity, unspecified"}, {"code": "E670", "desc": "Hypervitaminosis A"}, {"code": "E671", "desc": "Hypercarotinemia"}, {"code": "E672", "desc": "Megavitamin-B6 syndrome"}, {"code": "E673", "desc": "Hypervitaminosis D"}, {"code": "E678", "desc": "Other specified hyperalimentation"}, {"code": "E68", "desc": "Sequelae of hyperalimentation"}, {"code": "E700", "desc": "Classical phenylketonuria"}, {"code": "E701", "desc": "Other hyperphenylalaninemias"}, {"code": "E7020", "desc": "Disorder of tyrosine metabolism, unspecified"}, {"code": "E7021", "desc": "Tyrosinemia"}, {"code": "E7029", "desc": "Other disorders of tyrosine metabolism"}, {"code": "E7030", "desc": "Albinism, unspecified"}, {"code": "E70310", "desc": "X-linked ocular albinism"}, {"code": "E70311", "desc": "Autosomal recessive ocular albinism"}, {"code": "E70318", "desc": "Other ocular albinism"}, {"code": "E70319", "desc": "Ocular albinism, unspecified"}, {"code": "E70320", "desc": "Tyrosinase negative oculocutaneous albinism"}, {"code": "E70321", "desc": "Tyrosinase positive oculocutaneous albinism"}, {"code": "E70328", "desc": "Other oculocutaneous albinism"}, {"code": "E70329", "desc": "Oculocutaneous albinism, unspecified"}, {"code": "E70330", "desc": "Chediak-Higashi syndrome"}, {"code": "E70331", "desc": "Hermansky-Pudlak syndrome"}, {"code": "E70338", "desc": "Other albinism with hematologic abnormality"}, {"code": "E70339", "desc": "Albinism with hematologic abnormality, unspecified"}, {"code": "E7039", "desc": "Other specified albinism"}, {"code": "E7040", "desc": "Disorders of histidine metabolism, unspecified"}, {"code": "E7041", "desc": "Histidinemia"}, {"code": "E7049", "desc": "Other disorders of histidine metabolism"}, {"code": "E705", "desc": "Disorders of tryptophan metabolism"}, {"code": "E708", "desc": "Other disorders of aromatic amino-acid metabolism"}, {"code": "E709", "desc": "Disorder of aromatic amino-acid metabolism, unspecified"}, {"code": "E710", "desc": "Maple-syrup-urine disease"}, {"code": "E71110", "desc": "Isovaleric acidemia"}, {"code": "E71111", "desc": "3-methylglutaconic aciduria"}, {"code": "E71118", "desc": "Other branched-chain organic acidurias"}, {"code": "E71120", "desc": "Methylmalonic acidemia"}, {"code": "E71121", "desc": "Propionic acidemia"}, {"code": "E71128", "desc": "Other disorders of propionate metabolism"}, {"code": "E7119", "desc": "Other disorders of branched-chain amino-acid metabolism"}, {"code": "E712", "desc": "Disorder of branched-chain amino-acid metabolism, unspecified"}, {"code": "E7130", "desc": "Disorder of fatty-acid metabolism, unspecified"}, {"code": "E71310", "desc": "Long chain/very long chain acyl CoA dehydrogenase deficiency"}, {"code": "E71311", "desc": "Medium chain acyl CoA dehydrogenase deficiency"}, {"code": "E71312", "desc": "Short chain acyl CoA dehydrogenase deficiency"}, {"code": "E71313", "desc": "Glutaric aciduria type II"}, {"code": "E71314", "desc": "Muscle carnitine palmitoyltransferase deficiency"}, {"code": "E71318", "desc": "Other disorders of fatty-acid oxidation"}, {"code": "E7132", "desc": "Disorders of ketone metabolism"}, {"code": "E7139", "desc": "Other disorders of fatty-acid metabolism"}, {"code": "E7140", "desc": "Disorder of carnitine metabolism, unspecified"}, {"code": "E7141", "desc": "Primary carnitine deficiency"}, {"code": "E7142", "desc": "Carnitine deficiency due to inborn errors of metabolism"}, {"code": "E7143", "desc": "Iatrogenic carnitine deficiency"}, {"code": "E71440", "desc": "Ruvalcaba-Myhre-Smith syndrome"}, {"code": "E71448", "desc": "Other secondary carnitine deficiency"}, {"code": "E7150", "desc": "Peroxisomal disorder, unspecified"}, {"code": "E71510", "desc": "Zellweger syndrome"}, {"code": "E71511", "desc": "Neonatal adrenoleukodystrophy"}, {"code": "E71518", "desc": "Other disorders of peroxisome biogenesis"}, {"code": "E71520", "desc": "Childhood cerebral X-linked adrenoleukodystrophy"}, {"code": "E71521", "desc": "Adolescent X-linked adrenoleukodystrophy"}, {"code": "E71522", "desc": "Adrenomyeloneuropathy"}, {"code": "E71528", "desc": "Other X-linked adrenoleukodystrophy"}, {"code": "E71529", "desc": "X-linked adrenoleukodystrophy, unspecified type"}, {"code": "E7153", "desc": "Other group 2 peroxisomal disorders"}, {"code": "E71540", "desc": "Rhizomelic chondrodysplasia punctata"}, {"code": "E71541", "desc": "Zellweger-like syndrome"}, {"code": "E71542", "desc": "Other group 3 peroxisomal disorders"}, {"code": "E71548", "desc": "Other peroxisomal disorders"}, {"code": "E7200", "desc": "Disorders of amino-acid transport, unspecified"}, {"code": "E7201", "desc": "Cystinuria"}, {"code": "E7202", "desc": "Hartnup's disease"}, {"code": "E7203", "desc": "Lowe's syndrome"}, {"code": "E7204", "desc": "Cystinosis"}, {"code": "E7209", "desc": "Other disorders of amino-acid transport"}, {"code": "E7210", "desc": "Disorders of sulfur-bearing amino-acid metabolism, unspecified"}, {"code": "E7211", "desc": "Homocystinuria"}, {"code": "E7212", "desc": "Methylenetetrahydrofolate reductase deficiency"}, {"code": "E7219", "desc": "Other disorders of sulfur-bearing amino-acid metabolism"}, {"code": "E7220", "desc": "Disorder of urea cycle metabolism, unspecified"}, {"code": "E7221", "desc": "Argininemia"}, {"code": "E7222", "desc": "Arginosuccinic aciduria"}, {"code": "E7223", "desc": "Citrullinemia"}, {"code": "E7229", "desc": "Other disorders of urea cycle metabolism"}, {"code": "E723", "desc": "Disorders of lysine and hydroxylysine metabolism"}, {"code": "E724", "desc": "Disorders of ornithine metabolism"}, {"code": "E7250", "desc": "Disorder of glycine metabolism, unspecified"}, {"code": "E7251", "desc": "Non-ketotic hyperglycinemia"}, {"code": "E7252", "desc": "Trimethylaminuria"}, {"code": "E7253", "desc": "Hyperoxaluria"}, {"code": "E7259", "desc": "Other disorders of glycine metabolism"}, {"code": "E728", "desc": "Other specified disorders of amino-acid metabolism"}, {"code": "E729", "desc": "Disorder of amino-acid metabolism, unspecified"}, {"code": "E730", "desc": "Congenital lactase deficiency"}, {"code": "E731", "desc": "Secondary lactase deficiency"}, {"code": "E738", "desc": "Other lactose intolerance"}, {"code": "E739", "desc": "Lactose intolerance, unspecified"}, {"code": "E7400", "desc": "Glycogen storage disease, unspecified"}, {"code": "E7401", "desc": "von Gierke disease"}, {"code": "E7402", "desc": "Pompe disease"}, {"code": "E7403", "desc": "Cori disease"}, {"code": "E7404", "desc": "McArdle disease"}, {"code": "E7409", "desc": "Other glycogen storage disease"}, {"code": "E7410", "desc": "Disorder of fructose metabolism, unspecified"}, {"code": "E7411", "desc": "Essential fructosuria"}, {"code": "E7412", "desc": "Hereditary fructose intolerance"}, {"code": "E7419", "desc": "Other disorders of fructose metabolism"}, {"code": "E7420", "desc": "Disorders of galactose metabolism, unspecified"}, {"code": "E7421", "desc": "Galactosemia"}, {"code": "E7429", "desc": "Other disorders of galactose metabolism"}, {"code": "E7431", "desc": "Sucrase-isomaltase deficiency"}, {"code": "E7439", "desc": "Other disorders of intestinal carbohydrate absorption"}, {"code": "E744", "desc": "Disorders of pyruvate metabolism and gluconeogenesis"}, {"code": "E748", "desc": "Other specified disorders of carbohydrate metabolism"}, {"code": "E749", "desc": "Disorder of carbohydrate metabolism, unspecified"}, {"code": "E7500", "desc": "GM2 gangliosidosis, unspecified"}, {"code": "E7501", "desc": "Sandhoff disease"}, {"code": "E7502", "desc": "Tay-Sachs disease"}, {"code": "E7509", "desc": "Other GM2 gangliosidosis"}, {"code": "E7510", "desc": "Unspecified gangliosidosis"}, {"code": "E7511", "desc": "Mucolipidosis IV"}, {"code": "E7519", "desc": "Other gangliosidosis"}, {"code": "E7521", "desc": "Fabry (-Anderson) disease"}, {"code": "E7522", "desc": "Gaucher disease"}, {"code": "E7523", "desc": "Krabbe disease"}, {"code": "E75240", "desc": "Niemann-Pick disease type A"}, {"code": "E75241", "desc": "Niemann-Pick disease type B"}, {"code": "E75242", "desc": "Niemann-Pick disease type C"}, {"code": "E75243", "desc": "Niemann-Pick disease type D"}, {"code": "E75248", "desc": "Other Niemann-Pick disease"}, {"code": "E75249", "desc": "Niemann-Pick disease, unspecified"}, {"code": "E7525", "desc": "Metachromatic leukodystrophy"}, {"code": "E7529", "desc": "Other sphingolipidosis"}, {"code": "E753", "desc": "Sphingolipidosis, unspecified"}, {"code": "E754", "desc": "Neuronal ceroid lipofuscinosis"}, {"code": "E755", "desc": "Other lipid storage disorders"}, {"code": "E756", "desc": "Lipid storage disorder, unspecified"}, {"code": "E7601", "desc": "Hurler's syndrome"}, {"code": "E7602", "desc": "Hurler-Scheie syndrome"}, {"code": "E7603", "desc": "Scheie's syndrome"}, {"code": "E761", "desc": "Mucopolysaccharidosis, type II"}, {"code": "E76210", "desc": "Morquio A mucopolysaccharidoses"}, {"code": "E76211", "desc": "Morquio B mucopolysaccharidoses"}, {"code": "E76219", "desc": "Morquio mucopolysaccharidoses, unspecified"}, {"code": "E7622", "desc": "Sanfilippo mucopolysaccharidoses"}, {"code": "E7629", "desc": "Other mucopolysaccharidoses"}, {"code": "E763", "desc": "Mucopolysaccharidosis, unspecified"}, {"code": "E768", "desc": "Other disorders of glucosaminoglycan metabolism"}, {"code": "E769", "desc": "Glucosaminoglycan metabolism disorder, unspecified"}, {"code": "E770", "desc": "Defects in post-translational modification of lysosomal enzymes"}, {"code": "E771", "desc": "Defects in glycoprotein degradation"}, {"code": "E778", "desc": "Other disorders of glycoprotein metabolism"}, {"code": "E779", "desc": "Disorder of glycoprotein metabolism, unspecified"}, {"code": "E7800", "desc": "Pure hypercholesterolemia, unspecified"}, {"code": "E7801", "desc": "Familial hypercholesterolemia"}, {"code": "E781", "desc": "Pure hyperglyceridemia"}, {"code": "E782", "desc": "Mixed hyperlipidemia"}, {"code": "E783", "desc": "Hyperchylomicronemia"}, {"code": "E784", "desc": "Other hyperlipidemia"}, {"code": "E785", "desc": "Hyperlipidemia, unspecified"}, {"code": "E786", "desc": "Lipoprotein deficiency"}, {"code": "E7870", "desc": "Disorder of bile acid and cholesterol metabolism, unspecified"}, {"code": "E7871", "desc": "Barth syndrome"}, {"code": "E7872", "desc": "Smith-Lemli-Opitz syndrome"}, {"code": "E7879", "desc": "Other disorders of bile acid and cholesterol metabolism"}, {"code": "E7881", "desc": "Lipoid dermatoarthritis"}, {"code": "E7889", "desc": "Other lipoprotein metabolism disorders"}, {"code": "E789", "desc": "Disorder of lipoprotein metabolism, unspecified"}, {"code": "E790", "desc": "Hyperuricemia without signs of inflammatory arthritis and tophaceous disease"}, {"code": "E791", "desc": "Lesch-Nyhan syndrome"}, {"code": "E792", "desc": "Myoadenylate deaminase deficiency"}, {"code": "E798", "desc": "Other disorders of purine and pyrimidine metabolism"}, {"code": "E799", "desc": "Disorder of purine and pyrimidine metabolism, unspecified"}, {"code": "E800", "desc": "Hereditary erythropoietic porphyria"}, {"code": "E801", "desc": "Porphyria cutanea tarda"}, {"code": "E8020", "desc": "Unspecified porphyria"}, {"code": "E8021", "desc": "Acute intermittent (hepatic) porphyria"}, {"code": "E8029", "desc": "Other porphyria"}, {"code": "E803", "desc": "Defects of catalase and peroxidase"}, {"code": "E804", "desc": "Gilbert syndrome"}, {"code": "E805", "desc": "Crigler-Najjar syndrome"}, {"code": "E806", "desc": "Other disorders of bilirubin metabolism"}, {"code": "E807", "desc": "Disorder of bilirubin metabolism, unspecified"}, {"code": "E8300", "desc": "Disorder of copper metabolism, unspecified"}, {"code": "E8301", "desc": "Wilson's disease"}, {"code": "E8309", "desc": "Other disorders of copper metabolism"}, {"code": "E8310", "desc": "Disorder of iron metabolism, unspecified"}, {"code": "E83110", "desc": "Hereditary hemochromatosis"}, {"code": "E83111", "desc": "Hemochromatosis due to repeated red blood cell transfusions"}, {"code": "E83118", "desc": "Other hemochromatosis"}, {"code": "E83119", "desc": "Hemochromatosis, unspecified"}, {"code": "E8319", "desc": "Other disorders of iron metabolism"}, {"code": "E832", "desc": "Disorders of zinc metabolism"}, {"code": "E8330", "desc": "Disorder of phosphorus metabolism, unspecified"}, {"code": "E8331", "desc": "Familial hypophosphatemia"}, {"code": "E8332", "desc": "Hereditary vitamin D-dependent rickets (type 1) (type 2)"}, {"code": "E8339", "desc": "Other disorders of phosphorus metabolism"}, {"code": "E8340", "desc": "Disorders of magnesium metabolism, unspecified"}, {"code": "E8341", "desc": "Hypermagnesemia"}, {"code": "E8342", "desc": "Hypomagnesemia"}, {"code": "E8349", "desc": "Other disorders of magnesium metabolism"}, {"code": "E8350", "desc": "Unspecified disorder of calcium metabolism"}, {"code": "E8351", "desc": "Hypocalcemia"}, {"code": "E8352", "desc": "Hypercalcemia"}, {"code": "E8359", "desc": "Other disorders of calcium metabolism"}, {"code": "E8381", "desc": "Hungry bone syndrome"}, {"code": "E8389", "desc": "Other disorders of mineral metabolism"}, {"code": "E839", "desc": "Disorder of mineral metabolism, unspecified"}, {"code": "E840", "desc": "Cystic fibrosis with pulmonary manifestations"}, {"code": "E8411", "desc": "Meconium ileus in cystic fibrosis"}, {"code": "E8419", "desc": "Cystic fibrosis with other intestinal manifestations"}, {"code": "E848", "desc": "Cystic fibrosis with other manifestations"}, {"code": "E849", "desc": "Cystic fibrosis, unspecified"}, {"code": "E850", "desc": "Non-neuropathic heredofamilial amyloidosis"}, {"code": "E851", "desc": "Neuropathic heredofamilial amyloidosis"}, {"code": "E852", "desc": "Heredofamilial amyloidosis, unspecified"}, {"code": "E853", "desc": "Secondary systemic amyloidosis"}, {"code": "E854", "desc": "Organ-limited amyloidosis"}, {"code": "E8581", "desc": "Light chain (AL) amyloidosis"}, {"code": "E8582", "desc": "Wild-type transthyretin-related (ATTR) amyloidosis"}, {"code": "E8589", "desc": "Other amyloidosis"}, {"code": "E859", "desc": "Amyloidosis, unspecified"}, {"code": "E860", "desc": "Dehydration"}, {"code": "E861", "desc": "Hypovolemia"}, {"code": "E869", "desc": "Volume depletion, unspecified"}, {"code": "E870", "desc": "Hyperosmolality and hypernatremia"}, {"code": "E871", "desc": "Hypo-osmolality and hyponatremia"}, {"code": "E872", "desc": "Acidosis"}, {"code": "E873", "desc": "Alkalosis"}, {"code": "E874", "desc": "Mixed disorder of acid-base balance"}, {"code": "E875", "desc": "Hyperkalemia"}, {"code": "E876", "desc": "Hypokalemia"}, {"code": "E8770", "desc": "Fluid overload, unspecified"}, {"code": "E8771", "desc": "Transfusion associated circulatory overload"}, {"code": "E8779", "desc": "Other fluid overload"}, {"code": "E878", "desc": "Other disorders of electrolyte and fluid balance, not elsewhere classified"}, {"code": "E8801", "desc": "Alpha-1-antitrypsin deficiency"}, {"code": "E8809", "desc": "Other disorders of plasma-protein metabolism, not elsewhere classified"}, {"code": "E881", "desc": "Lipodystrophy, not elsewhere classified"}, {"code": "E882", "desc": "Lipomatosis, not elsewhere classified"}, {"code": "E883", "desc": "Tumor lysis syndrome"}, {"code": "E8840", "desc": "Mitochondrial metabolism disorder, unspecified"}, {"code": "E8841", "desc": "MELAS syndrome"}, {"code": "E8842", "desc": "MERRF syndrome"}, {"code": "E8849", "desc": "Other mitochondrial metabolism disorders"}, {"code": "E8881", "desc": "Metabolic syndrome"}, {"code": "E8889", "desc": "Other specified metabolic disorders"}, {"code": "E889", "desc": "Metabolic disorder, unspecified"}, {"code": "E890", "desc": "Postprocedural hypothyroidism"}, {"code": "E891", "desc": "Postprocedural hypoinsulinemia"}, {"code": "E892", "desc": "Postprocedural hypoparathyroidism"}, {"code": "E893", "desc": "Postprocedural hypopituitarism"}, {"code": "E8940", "desc": "Asymptomatic postprocedural ovarian failure"}, {"code": "E8941", "desc": "Symptomatic postprocedural ovarian failure"}, {"code": "E895", "desc": "Postprocedural testicular hypofunction"}, {"code": "E896", "desc": "Postprocedural adrenocortical (-medullary) hypofunction"}, {"code": "E89810", "desc": "Postprocedural hemorrhage of an endocrine system organ or structure following an endocrine system procedure"}, {"code": "E89811", "desc": "Postprocedural hemorrhage of an endocrine system organ or structure following other procedure"}, {"code": "E89820", "desc": "Postprocedural hematoma of an endocrine system organ or structure following an endocrine system procedure"}, {"code": "E89821", "desc": "Postprocedural hematoma of an endocrine system organ or structure following other procedure"}, {"code": "E89822", "desc": "Postprocedural seroma of an endocrine system organ or structure following an endocrine system procedure"}, {"code": "E89823", "desc": "Postprocedural seroma of an endocrine system organ or structure following other procedure"}, {"code": "E8989", "desc": "Other postprocedural endocrine and metabolic complications and disorders"}, {"code": "F0150", "desc": "Vascular dementia without behavioral disturbance"}, {"code": "F0151", "desc": "Vascular dementia with behavioral disturbance"}, {"code": "F0280", "desc": "Dementia in other diseases classified elsewhere without behavioral disturbance"}, {"code": "F0281", "desc": "Dementia in other diseases classified elsewhere with behavioral disturbance"}, {"code": "F0390", "desc": "Unspecified dementia without behavioral disturbance"}, {"code": "F0391", "desc": "Unspecified dementia with behavioral disturbance"}, {"code": "F04", "desc": "Amnestic disorder due to known physiological condition"}, {"code": "F05", "desc": "Delirium due to known physiological condition"}, {"code": "F060", "desc": "Psychotic disorder with hallucinations due to known physiological condition"}, {"code": "F061", "desc": "Catatonic disorder due to known physiological condition"}, {"code": "F062", "desc": "Psychotic disorder with delusions due to known physiological condition"}, {"code": "F0630", "desc": "Mood disorder due to known physiological condition, unspecified"}, {"code": "F0631", "desc": "Mood disorder due to known physiological condition with depressive features"}, {"code": "F0632", "desc": "Mood disorder due to known physiological condition with major depressive-like episode"}, {"code": "F0633", "desc": "Mood disorder due to known physiological condition with manic features"}, {"code": "F0634", "desc": "Mood disorder due to known physiological condition with mixed features"}, {"code": "F064", "desc": "Anxiety disorder due to known physiological condition"}, {"code": "F068", "desc": "Other specified mental disorders due to known physiological condition"}, {"code": "F070", "desc": "Personality change due to known physiological condition"}, {"code": "F0781", "desc": "Postconcussional syndrome"}, {"code": "F0789", "desc": "Other personality and behavioral disorders due to known physiological condition"}, {"code": "F079", "desc": "Unspecified personality and behavioral disorder due to known physiological condition"}, {"code": "F09", "desc": "Unspecified mental disorder due to known physiological condition"}, {"code": "F1010", "desc": "Alcohol abuse, uncomplicated"}, {"code": "F1011", "desc": "Alcohol abuse, in remission"}, {"code": "F10120", "desc": "Alcohol abuse with intoxication, uncomplicated"}, {"code": "F10121", "desc": "Alcohol abuse with intoxication delirium"}, {"code": "F10129", "desc": "Alcohol abuse with intoxication, unspecified"}, {"code": "F1014", "desc": "Alcohol abuse with alcohol-induced mood disorder"}, {"code": "F10150", "desc": "Alcohol abuse with alcohol-induced psychotic disorder with delusions"}, {"code": "F10151", "desc": "Alcohol abuse with alcohol-induced psychotic disorder with hallucinations"}, {"code": "F10159", "desc": "Alcohol abuse with alcohol-induced psychotic disorder, unspecified"}, {"code": "F10180", "desc": "Alcohol abuse with alcohol-induced anxiety disorder"}, {"code": "F10181", "desc": "Alcohol abuse with alcohol-induced sexual dysfunction"}, {"code": "F10182", "desc": "Alcohol abuse with alcohol-induced sleep disorder"}, {"code": "F10188", "desc": "Alcohol abuse with other alcohol-induced disorder"}, {"code": "F1019", "desc": "Alcohol abuse with unspecified alcohol-induced disorder"}, {"code": "F1020", "desc": "Alcohol dependence, uncomplicated"}, {"code": "F1021", "desc": "Alcohol dependence, in remission"}, {"code": "F10220", "desc": "Alcohol dependence with intoxication, uncomplicated"}, {"code": "F10221", "desc": "Alcohol dependence with intoxication delirium"}, {"code": "F10229", "desc": "Alcohol dependence with intoxication, unspecified"}, {"code": "F10230", "desc": "Alcohol dependence with withdrawal, uncomplicated"}, {"code": "F10231", "desc": "Alcohol dependence with withdrawal delirium"}, {"code": "F10232", "desc": "Alcohol dependence with withdrawal with perceptual disturbance"}, {"code": "F10239", "desc": "Alcohol dependence with withdrawal, unspecified"}, {"code": "F1024", "desc": "Alcohol dependence with alcohol-induced mood disorder"}, {"code": "F10250", "desc": "Alcohol dependence with alcohol-induced psychotic disorder with delusions"}, {"code": "F10251", "desc": "Alcohol dependence with alcohol-induced psychotic disorder with hallucinations"}, {"code": "F10259", "desc": "Alcohol dependence with alcohol-induced psychotic disorder, unspecified"}, {"code": "F1026", "desc": "Alcohol dependence with alcohol-induced persisting amnestic disorder"}, {"code": "F1027", "desc": "Alcohol dependence with alcohol-induced persisting dementia"}, {"code": "F10280", "desc": "Alcohol dependence with alcohol-induced anxiety disorder"}, {"code": "F10281", "desc": "Alcohol dependence with alcohol-induced sexual dysfunction"}, {"code": "F10282", "desc": "Alcohol dependence with alcohol-induced sleep disorder"}, {"code": "F10288", "desc": "Alcohol dependence with other alcohol-induced disorder"}, {"code": "F1029", "desc": "Alcohol dependence with unspecified alcohol-induced disorder"}, {"code": "F10920", "desc": "Alcohol use, unspecified with intoxication, uncomplicated"}, {"code": "F10921", "desc": "Alcohol use, unspecified with intoxication delirium"}, {"code": "F10929", "desc": "Alcohol use, unspecified with intoxication, unspecified"}, {"code": "F1094", "desc": "Alcohol use, unspecified with alcohol-induced mood disorder"}, {"code": "F10950", "desc": "Alcohol use, unspecified with alcohol-induced psychotic disorder with delusions"}, {"code": "F10951", "desc": "Alcohol use, unspecified with alcohol-induced psychotic disorder with hallucinations"}, {"code": "F10959", "desc": "Alcohol use, unspecified with alcohol-induced psychotic disorder, unspecified"}, {"code": "F1096", "desc": "Alcohol use, unspecified with alcohol-induced persisting amnestic disorder"}, {"code": "F1097", "desc": "Alcohol use, unspecified with alcohol-induced persisting dementia"}, {"code": "F10980", "desc": "Alcohol use, unspecified with alcohol-induced anxiety disorder"}, {"code": "F10981", "desc": "Alcohol use, unspecified with alcohol-induced sexual dysfunction"}, {"code": "F10982", "desc": "Alcohol use, unspecified with alcohol-induced sleep disorder"}, {"code": "F10988", "desc": "Alcohol use, unspecified with other alcohol-induced disorder"}, {"code": "F1099", "desc": "Alcohol use, unspecified with unspecified alcohol-induced disorder"}, {"code": "F1110", "desc": "Opioid abuse, uncomplicated"}, {"code": "F1111", "desc": "Opioid abuse, in remission"}, {"code": "F11120", "desc": "Opioid abuse with intoxication, uncomplicated"}, {"code": "F11121", "desc": "Opioid abuse with intoxication delirium"}, {"code": "F11122", "desc": "Opioid abuse with intoxication with perceptual disturbance"}, {"code": "F11129", "desc": "Opioid abuse with intoxication, unspecified"}, {"code": "F1114", "desc": "Opioid abuse with opioid-induced mood disorder"}, {"code": "F11150", "desc": "Opioid abuse with opioid-induced psychotic disorder with delusions"}, {"code": "F11151", "desc": "Opioid abuse with opioid-induced psychotic disorder with hallucinations"}, {"code": "F11159", "desc": "Opioid abuse with opioid-induced psychotic disorder, unspecified"}, {"code": "F11181", "desc": "Opioid abuse with opioid-induced sexual dysfunction"}, {"code": "F11182", "desc": "Opioid abuse with opioid-induced sleep disorder"}, {"code": "F11188", "desc": "Opioid abuse with other opioid-induced disorder"}, {"code": "F1119", "desc": "Opioid abuse with unspecified opioid-induced disorder"}, {"code": "F1120", "desc": "Opioid dependence, uncomplicated"}, {"code": "F1121", "desc": "Opioid dependence, in remission"}, {"code": "F11220", "desc": "Opioid dependence with intoxication, uncomplicated"}, {"code": "F11221", "desc": "Opioid dependence with intoxication delirium"}, {"code": "F11222", "desc": "Opioid dependence with intoxication with perceptual disturbance"}, {"code": "F11229", "desc": "Opioid dependence with intoxication, unspecified"}, {"code": "F1123", "desc": "Opioid dependence with withdrawal"}, {"code": "F1124", "desc": "Opioid dependence with opioid-induced mood disorder"}, {"code": "F11250", "desc": "Opioid dependence with opioid-induced psychotic disorder with delusions"}, {"code": "F11251", "desc": "Opioid dependence with opioid-induced psychotic disorder with hallucinations"}, {"code": "F11259", "desc": "Opioid dependence with opioid-induced psychotic disorder, unspecified"}, {"code": "F11281", "desc": "Opioid dependence with opioid-induced sexual dysfunction"}, {"code": "F11282", "desc": "Opioid dependence with opioid-induced sleep disorder"}, {"code": "F11288", "desc": "Opioid dependence with other opioid-induced disorder"}, {"code": "F1129", "desc": "Opioid dependence with unspecified opioid-induced disorder"}, {"code": "F1190", "desc": "Opioid use, unspecified, uncomplicated"}, {"code": "F11920", "desc": "Opioid use, unspecified with intoxication, uncomplicated"}, {"code": "F11921", "desc": "Opioid use, unspecified with intoxication delirium"}, {"code": "F11922", "desc": "Opioid use, unspecified with intoxication with perceptual disturbance"}, {"code": "F11929", "desc": "Opioid use, unspecified with intoxication, unspecified"}, {"code": "F1193", "desc": "Opioid use, unspecified with withdrawal"}, {"code": "F1194", "desc": "Opioid use, unspecified with opioid-induced mood disorder"}, {"code": "F11950", "desc": "Opioid use, unspecified with opioid-induced psychotic disorder with delusions"}, {"code": "F11951", "desc": "Opioid use, unspecified with opioid-induced psychotic disorder with hallucinations"}, {"code": "F11959", "desc": "Opioid use, unspecified with opioid-induced psychotic disorder, unspecified"}, {"code": "F11981", "desc": "Opioid use, unspecified with opioid-induced sexual dysfunction"}, {"code": "F11982", "desc": "Opioid use, unspecified with opioid-induced sleep disorder"}, {"code": "F11988", "desc": "Opioid use, unspecified with other opioid-induced disorder"}, {"code": "F1199", "desc": "Opioid use, unspecified with unspecified opioid-induced disorder"}, {"code": "F1210", "desc": "Cannabis abuse, uncomplicated"}, {"code": "F1211", "desc": "Cannabis abuse, in remission"}, {"code": "F12120", "desc": "Cannabis abuse with intoxication, uncomplicated"}, {"code": "F12121", "desc": "Cannabis abuse with intoxication delirium"}, {"code": "F12122", "desc": "Cannabis abuse with intoxication with perceptual disturbance"}, {"code": "F12129", "desc": "Cannabis abuse with intoxication, unspecified"}, {"code": "F12150", "desc": "Cannabis abuse with psychotic disorder with delusions"}, {"code": "F12151", "desc": "Cannabis abuse with psychotic disorder with hallucinations"}, {"code": "F12159", "desc": "Cannabis abuse with psychotic disorder, unspecified"}, {"code": "F12180", "desc": "Cannabis abuse with cannabis-induced anxiety disorder"}, {"code": "F12188", "desc": "Cannabis abuse with other cannabis-induced disorder"}, {"code": "F1219", "desc": "Cannabis abuse with unspecified cannabis-induced disorder"}, {"code": "F1220", "desc": "Cannabis dependence, uncomplicated"}, {"code": "F1221", "desc": "Cannabis dependence, in remission"}, {"code": "F12220", "desc": "Cannabis dependence with intoxication, uncomplicated"}, {"code": "F12221", "desc": "Cannabis dependence with intoxication delirium"}, {"code": "F12222", "desc": "Cannabis dependence with intoxication with perceptual disturbance"}, {"code": "F12229", "desc": "Cannabis dependence with intoxication, unspecified"}, {"code": "F12250", "desc": "Cannabis dependence with psychotic disorder with delusions"}, {"code": "F12251", "desc": "Cannabis dependence with psychotic disorder with hallucinations"}, {"code": "F12259", "desc": "Cannabis dependence with psychotic disorder, unspecified"}, {"code": "F12280", "desc": "Cannabis dependence with cannabis-induced anxiety disorder"}, {"code": "F12288", "desc": "Cannabis dependence with other cannabis-induced disorder"}, {"code": "F1229", "desc": "Cannabis dependence with unspecified cannabis-induced disorder"}, {"code": "F1290", "desc": "Cannabis use, unspecified, uncomplicated"}, {"code": "F12920", "desc": "Cannabis use, unspecified with intoxication, uncomplicated"}, {"code": "F12921", "desc": "Cannabis use, unspecified with intoxication delirium"}, {"code": "F12922", "desc": "Cannabis use, unspecified with intoxication with perceptual disturbance"}, {"code": "F12929", "desc": "Cannabis use, unspecified with intoxication, unspecified"}, {"code": "F12950", "desc": "Cannabis use, unspecified with psychotic disorder with delusions"}, {"code": "F12951", "desc": "Cannabis use, unspecified with psychotic disorder with hallucinations"}, {"code": "F12959", "desc": "Cannabis use, unspecified with psychotic disorder, unspecified"}, {"code": "F12980", "desc": "Cannabis use, unspecified with anxiety disorder"}, {"code": "F12988", "desc": "Cannabis use, unspecified with other cannabis-induced disorder"}, {"code": "F1299", "desc": "Cannabis use, unspecified with unspecified cannabis-induced disorder"}, {"code": "F1310", "desc": "Sedative, hypnotic or anxiolytic abuse, uncomplicated"}, {"code": "F1311", "desc": "Sedative, hypnotic or anxiolytic abuse, in remission"}, {"code": "F13120", "desc": "Sedative, hypnotic or anxiolytic abuse with intoxication, uncomplicated"}, {"code": "F13121", "desc": "Sedative, hypnotic or anxiolytic abuse with intoxication delirium"}, {"code": "F13129", "desc": "Sedative, hypnotic or anxiolytic abuse with intoxication, unspecified"}, {"code": "F1314", "desc": "Sedative, hypnotic or anxiolytic abuse with sedative, hypnotic or anxiolytic-induced mood disorder"}, {"code": "F13150", "desc": "Sedative, hypnotic or anxiolytic abuse with sedative, hypnotic or anxiolytic-induced psychotic disorder with delusions"}, {"code": "F13151", "desc": "Sedative, hypnotic or anxiolytic abuse with sedative, hypnotic or anxiolytic-induced psychotic disorder with hallucinations"}, {"code": "F13159", "desc": "Sedative, hypnotic or anxiolytic abuse with sedative, hypnotic or anxiolytic-induced psychotic disorder, unspecified"}, {"code": "F13180", "desc": "Sedative, hypnotic or anxiolytic abuse with sedative, hypnotic or anxiolytic-induced anxiety disorder"}, {"code": "F13181", "desc": "Sedative, hypnotic or anxiolytic abuse with sedative, hypnotic or anxiolytic-induced sexual dysfunction"}, {"code": "F13182", "desc": "Sedative, hypnotic or anxiolytic abuse with sedative, hypnotic or anxiolytic-induced sleep disorder"}, {"code": "F13188", "desc": "Sedative, hypnotic or anxiolytic abuse with other sedative, hypnotic or anxiolytic-induced disorder"}, {"code": "F1319", "desc": "Sedative, hypnotic or anxiolytic abuse with unspecified sedative, hypnotic or anxiolytic-induced disorder"}, {"code": "F1320", "desc": "Sedative, hypnotic or anxiolytic dependence, uncomplicated"}, {"code": "F1321", "desc": "Sedative, hypnotic or anxiolytic dependence, in remission"}, {"code": "F13220", "desc": "Sedative, hypnotic or anxiolytic dependence with intoxication, uncomplicated"}, {"code": "F13221", "desc": "Sedative, hypnotic or anxiolytic dependence with intoxication delirium"}, {"code": "F13229", "desc": "Sedative, hypnotic or anxiolytic dependence with intoxication, unspecified"}, {"code": "F13230", "desc": "Sedative, hypnotic or anxiolytic dependence with withdrawal, uncomplicated"}, {"code": "F13231", "desc": "Sedative, hypnotic or anxiolytic dependence with withdrawal delirium"}, {"code": "F13232", "desc": "Sedative, hypnotic or anxiolytic dependence with withdrawal with perceptual disturbance"}, {"code": "F13239", "desc": "Sedative, hypnotic or anxiolytic dependence with withdrawal, unspecified"}, {"code": "F1324", "desc": "Sedative, hypnotic or anxiolytic dependence with sedative, hypnotic or anxiolytic-induced mood disorder"}, {"code": "F13250", "desc": "Sedative, hypnotic or anxiolytic dependence with sedative, hypnotic or anxiolytic-induced psychotic disorder with delusions"}, {"code": "F13251", "desc": "Sedative, hypnotic or anxiolytic dependence with sedative, hypnotic or anxiolytic-induced psychotic disorder with hallucinations"}, {"code": "F13259", "desc": "Sedative, hypnotic or anxiolytic dependence with sedative, hypnotic or anxiolytic-induced psychotic disorder, unspecified"}, {"code": "F1326", "desc": "Sedative, hypnotic or anxiolytic dependence with sedative, hypnotic or anxiolytic-induced persisting amnestic disorder"}, {"code": "F1327", "desc": "Sedative, hypnotic or anxiolytic dependence with sedative, hypnotic or anxiolytic-induced persisting dementia"}, {"code": "F13280", "desc": "Sedative, hypnotic or anxiolytic dependence with sedative, hypnotic or anxiolytic-induced anxiety disorder"}, {"code": "F13281", "desc": "Sedative, hypnotic or anxiolytic dependence with sedative, hypnotic or anxiolytic-induced sexual dysfunction"}, {"code": "F13282", "desc": "Sedative, hypnotic or anxiolytic dependence with sedative, hypnotic or anxiolytic-induced sleep disorder"}, {"code": "F13288", "desc": "Sedative, hypnotic or anxiolytic dependence with other sedative, hypnotic or anxiolytic-induced disorder"}, {"code": "F1329", "desc": "Sedative, hypnotic or anxiolytic dependence with unspecified sedative, hypnotic or anxiolytic-induced disorder"}, {"code": "F1390", "desc": "Sedative, hypnotic, or anxiolytic use, unspecified, uncomplicated"}, {"code": "F13920", "desc": "Sedative, hypnotic or anxiolytic use, unspecified with intoxication, uncomplicated"}, {"code": "F13921", "desc": "Sedative, hypnotic or anxiolytic use, unspecified with intoxication delirium"}, {"code": "F13929", "desc": "Sedative, hypnotic or anxiolytic use, unspecified with intoxication, unspecified"}, {"code": "F13930", "desc": "Sedative, hypnotic or anxiolytic use, unspecified with withdrawal, uncomplicated"}, {"code": "F13931", "desc": "Sedative, hypnotic or anxiolytic use, unspecified with withdrawal delirium"}, {"code": "F13932", "desc": "Sedative, hypnotic or anxiolytic use, unspecified with withdrawal with perceptual disturbances"}, {"code": "F13939", "desc": "Sedative, hypnotic or anxiolytic use, unspecified with withdrawal, unspecified"}, {"code": "F1394", "desc": "Sedative, hypnotic or anxiolytic use, unspecified with sedative, hypnotic or anxiolytic-induced mood disorder"}, {"code": "F13950", "desc": "Sedative, hypnotic or anxiolytic use, unspecified with sedative, hypnotic or anxiolytic-induced psychotic disorder with delusions"}, {"code": "F13951", "desc": "Sedative, hypnotic or anxiolytic use, unspecified with sedative, hypnotic or anxiolytic-induced psychotic disorder with hallucinations"}, {"code": "F13959", "desc": "Sedative, hypnotic or anxiolytic use, unspecified with sedative, hypnotic or anxiolytic-induced psychotic disorder, unspecified"}, {"code": "F1396", "desc": "Sedative, hypnotic or anxiolytic use, unspecified with sedative, hypnotic or anxiolytic-induced persisting amnestic disorder"}, {"code": "F1397", "desc": "Sedative, hypnotic or anxiolytic use, unspecified with sedative, hypnotic or anxiolytic-induced persisting dementia"}, {"code": "F13980", "desc": "Sedative, hypnotic or anxiolytic use, unspecified with sedative, hypnotic or anxiolytic-induced anxiety disorder"}, {"code": "F13981", "desc": "Sedative, hypnotic or anxiolytic use, unspecified with sedative, hypnotic or anxiolytic-induced sexual dysfunction"}, {"code": "F13982", "desc": "Sedative, hypnotic or anxiolytic use, unspecified with sedative, hypnotic or anxiolytic-induced sleep disorder"}, {"code": "F13988", "desc": "Sedative, hypnotic or anxiolytic use, unspecified with other sedative, hypnotic or anxiolytic-induced disorder"}, {"code": "F1399", "desc": "Sedative, hypnotic or anxiolytic use, unspecified with unspecified sedative, hypnotic or anxiolytic-induced disorder"}, {"code": "F1410", "desc": "Cocaine abuse, uncomplicated"}, {"code": "F1411", "desc": "Cocaine abuse, in remission"}, {"code": "F14120", "desc": "Cocaine abuse with intoxication, uncomplicated"}, {"code": "F14121", "desc": "Cocaine abuse with intoxication with delirium"}, {"code": "F14122", "desc": "Cocaine abuse with intoxication with perceptual disturbance"}, {"code": "F14129", "desc": "Cocaine abuse with intoxication, unspecified"}, {"code": "F1414", "desc": "Cocaine abuse with cocaine-induced mood disorder"}, {"code": "F14150", "desc": "Cocaine abuse with cocaine-induced psychotic disorder with delusions"}, {"code": "F14151", "desc": "Cocaine abuse with cocaine-induced psychotic disorder with hallucinations"}, {"code": "F14159", "desc": "Cocaine abuse with cocaine-induced psychotic disorder, unspecified"}, {"code": "F14180", "desc": "Cocaine abuse with cocaine-induced anxiety disorder"}, {"code": "F14181", "desc": "Cocaine abuse with cocaine-induced sexual dysfunction"}, {"code": "F14182", "desc": "Cocaine abuse with cocaine-induced sleep disorder"}, {"code": "F14188", "desc": "Cocaine abuse with other cocaine-induced disorder"}, {"code": "F1419", "desc": "Cocaine abuse with unspecified cocaine-induced disorder"}, {"code": "F1420", "desc": "Cocaine dependence, uncomplicated"}, {"code": "F1421", "desc": "Cocaine dependence, in remission"}, {"code": "F14220", "desc": "Cocaine dependence with intoxication, uncomplicated"}, {"code": "F14221", "desc": "Cocaine dependence with intoxication delirium"}, {"code": "F14222", "desc": "Cocaine dependence with intoxication with perceptual disturbance"}, {"code": "F14229", "desc": "Cocaine dependence with intoxication, unspecified"}, {"code": "F1423", "desc": "Cocaine dependence with withdrawal"}, {"code": "F1424", "desc": "Cocaine dependence with cocaine-induced mood disorder"}, {"code": "F14250", "desc": "Cocaine dependence with cocaine-induced psychotic disorder with delusions"}, {"code": "F14251", "desc": "Cocaine dependence with cocaine-induced psychotic disorder with hallucinations"}, {"code": "F14259", "desc": "Cocaine dependence with cocaine-induced psychotic disorder, unspecified"}, {"code": "F14280", "desc": "Cocaine dependence with cocaine-induced anxiety disorder"}, {"code": "F14281", "desc": "Cocaine dependence with cocaine-induced sexual dysfunction"}, {"code": "F14282", "desc": "Cocaine dependence with cocaine-induced sleep disorder"}, {"code": "F14288", "desc": "Cocaine dependence with other cocaine-induced disorder"}, {"code": "F1429", "desc": "Cocaine dependence with unspecified cocaine-induced disorder"}, {"code": "F1490", "desc": "Cocaine use, unspecified, uncomplicated"}, {"code": "F14920", "desc": "Cocaine use, unspecified with intoxication, uncomplicated"}, {"code": "F14921", "desc": "Cocaine use, unspecified with intoxication delirium"}, {"code": "F14922", "desc": "Cocaine use, unspecified with intoxication with perceptual disturbance"}, {"code": "F14929", "desc": "Cocaine use, unspecified with intoxication, unspecified"}, {"code": "F1494", "desc": "Cocaine use, unspecified with cocaine-induced mood disorder"}, {"code": "F14950", "desc": "Cocaine use, unspecified with cocaine-induced psychotic disorder with delusions"}, {"code": "F14951", "desc": "Cocaine use, unspecified with cocaine-induced psychotic disorder with hallucinations"}, {"code": "F14959", "desc": "Cocaine use, unspecified with cocaine-induced psychotic disorder, unspecified"}, {"code": "F14980", "desc": "Cocaine use, unspecified with cocaine-induced anxiety disorder"}, {"code": "F14981", "desc": "Cocaine use, unspecified with cocaine-induced sexual dysfunction"}, {"code": "F14982", "desc": "Cocaine use, unspecified with cocaine-induced sleep disorder"}, {"code": "F14988", "desc": "Cocaine use, unspecified with other cocaine-induced disorder"}, {"code": "F1499", "desc": "Cocaine use, unspecified with unspecified cocaine-induced disorder"}, {"code": "F1510", "desc": "Other stimulant abuse, uncomplicated"}, {"code": "F1511", "desc": "Other stimulant abuse, in remission"}, {"code": "F15120", "desc": "Other stimulant abuse with intoxication, uncomplicated"}, {"code": "F15121", "desc": "Other stimulant abuse with intoxication delirium"}, {"code": "F15122", "desc": "Other stimulant abuse with intoxication with perceptual disturbance"}, {"code": "F15129", "desc": "Other stimulant abuse with intoxication, unspecified"}, {"code": "F1514", "desc": "Other stimulant abuse with stimulant-induced mood disorder"}, {"code": "F15150", "desc": "Other stimulant abuse with stimulant-induced psychotic disorder with delusions"}, {"code": "F15151", "desc": "Other stimulant abuse with stimulant-induced psychotic disorder with hallucinations"}, {"code": "F15159", "desc": "Other stimulant abuse with stimulant-induced psychotic disorder, unspecified"}, {"code": "F15180", "desc": "Other stimulant abuse with stimulant-induced anxiety disorder"}, {"code": "F15181", "desc": "Other stimulant abuse with stimulant-induced sexual dysfunction"}, {"code": "F15182", "desc": "Other stimulant abuse with stimulant-induced sleep disorder"}, {"code": "F15188", "desc": "Other stimulant abuse with other stimulant-induced disorder"}, {"code": "F1519", "desc": "Other stimulant abuse with unspecified stimulant-induced disorder"}, {"code": "F1520", "desc": "Other stimulant dependence, uncomplicated"}, {"code": "F1521", "desc": "Other stimulant dependence, in remission"}, {"code": "F15220", "desc": "Other stimulant dependence with intoxication, uncomplicated"}, {"code": "F15221", "desc": "Other stimulant dependence with intoxication delirium"}, {"code": "F15222", "desc": "Other stimulant dependence with intoxication with perceptual disturbance"}, {"code": "F15229", "desc": "Other stimulant dependence with intoxication, unspecified"}, {"code": "F1523", "desc": "Other stimulant dependence with withdrawal"}, {"code": "F1524", "desc": "Other stimulant dependence with stimulant-induced mood disorder"}, {"code": "F15250", "desc": "Other stimulant dependence with stimulant-induced psychotic disorder with delusions"}, {"code": "F15251", "desc": "Other stimulant dependence with stimulant-induced psychotic disorder with hallucinations"}, {"code": "F15259", "desc": "Other stimulant dependence with stimulant-induced psychotic disorder, unspecified"}, {"code": "F15280", "desc": "Other stimulant dependence with stimulant-induced anxiety disorder"}, {"code": "F15281", "desc": "Other stimulant dependence with stimulant-induced sexual dysfunction"}, {"code": "F15282", "desc": "Other stimulant dependence with stimulant-induced sleep disorder"}, {"code": "F15288", "desc": "Other stimulant dependence with other stimulant-induced disorder"}, {"code": "F1529", "desc": "Other stimulant dependence with unspecified stimulant-induced disorder"}, {"code": "F1590", "desc": "Other stimulant use, unspecified, uncomplicated"}, {"code": "F15920", "desc": "Other stimulant use, unspecified with intoxication, uncomplicated"}, {"code": "F15921", "desc": "Other stimulant use, unspecified with intoxication delirium"}, {"code": "F15922", "desc": "Other stimulant use, unspecified with intoxication with perceptual disturbance"}, {"code": "F15929", "desc": "Other stimulant use, unspecified with intoxication, unspecified"}, {"code": "F1593", "desc": "Other stimulant use, unspecified with withdrawal"}, {"code": "F1594", "desc": "Other stimulant use, unspecified with stimulant-induced mood disorder"}, {"code": "F15950", "desc": "Other stimulant use, unspecified with stimulant-induced psychotic disorder with delusions"}, {"code": "F15951", "desc": "Other stimulant use, unspecified with stimulant-induced psychotic disorder with hallucinations"}, {"code": "F15959", "desc": "Other stimulant use, unspecified with stimulant-induced psychotic disorder, unspecified"}, {"code": "F15980", "desc": "Other stimulant use, unspecified with stimulant-induced anxiety disorder"}, {"code": "F15981", "desc": "Other stimulant use, unspecified with stimulant-induced sexual dysfunction"}, {"code": "F15982", "desc": "Other stimulant use, unspecified with stimulant-induced sleep disorder"}, {"code": "F15988", "desc": "Other stimulant use, unspecified with other stimulant-induced disorder"}, {"code": "F1599", "desc": "Other stimulant use, unspecified with unspecified stimulant-induced disorder"}, {"code": "F1610", "desc": "Hallucinogen abuse, uncomplicated"}, {"code": "F1611", "desc": "Hallucinogen abuse, in remission"}, {"code": "F16120", "desc": "Hallucinogen abuse with intoxication, uncomplicated"}, {"code": "F16121", "desc": "Hallucinogen abuse with intoxication with delirium"}, {"code": "F16122", "desc": "Hallucinogen abuse with intoxication with perceptual disturbance"}, {"code": "F16129", "desc": "Hallucinogen abuse with intoxication, unspecified"}, {"code": "F1614", "desc": "Hallucinogen abuse with hallucinogen-induced mood disorder"}, {"code": "F16150", "desc": "Hallucinogen abuse with hallucinogen-induced psychotic disorder with delusions"}, {"code": "F16151", "desc": "Hallucinogen abuse with hallucinogen-induced psychotic disorder with hallucinations"}, {"code": "F16159", "desc": "Hallucinogen abuse with hallucinogen-induced psychotic disorder, unspecified"}, {"code": "F16180", "desc": "Hallucinogen abuse with hallucinogen-induced anxiety disorder"}, {"code": "F16183", "desc": "Hallucinogen abuse with hallucinogen persisting perception disorder (flashbacks)"}, {"code": "F16188", "desc": "Hallucinogen abuse with other hallucinogen-induced disorder"}, {"code": "F1619", "desc": "Hallucinogen abuse with unspecified hallucinogen-induced disorder"}, {"code": "F1620", "desc": "Hallucinogen dependence, uncomplicated"}, {"code": "F1621", "desc": "Hallucinogen dependence, in remission"}, {"code": "F16220", "desc": "Hallucinogen dependence with intoxication, uncomplicated"}, {"code": "F16221", "desc": "Hallucinogen dependence with intoxication with delirium"}, {"code": "F16229", "desc": "Hallucinogen dependence with intoxication, unspecified"}, {"code": "F1624", "desc": "Hallucinogen dependence with hallucinogen-induced mood disorder"}, {"code": "F16250", "desc": "Hallucinogen dependence with hallucinogen-induced psychotic disorder with delusions"}, {"code": "F16251", "desc": "Hallucinogen dependence with hallucinogen-induced psychotic disorder with hallucinations"}, {"code": "F16259", "desc": "Hallucinogen dependence with hallucinogen-induced psychotic disorder, unspecified"}, {"code": "F16280", "desc": "Hallucinogen dependence with hallucinogen-induced anxiety disorder"}, {"code": "F16283", "desc": "Hallucinogen dependence with hallucinogen persisting perception disorder (flashbacks)"}, {"code": "F16288", "desc": "Hallucinogen dependence with other hallucinogen-induced disorder"}, {"code": "F1629", "desc": "Hallucinogen dependence with unspecified hallucinogen-induced disorder"}, {"code": "F1690", "desc": "Hallucinogen use, unspecified, uncomplicated"}, {"code": "F16920", "desc": "Hallucinogen use, unspecified with intoxication, uncomplicated"}, {"code": "F16921", "desc": "Hallucinogen use, unspecified with intoxication with delirium"}, {"code": "F16929", "desc": "Hallucinogen use, unspecified with intoxication, unspecified"}, {"code": "F1694", "desc": "Hallucinogen use, unspecified with hallucinogen-induced mood disorder"}, {"code": "F16950", "desc": "Hallucinogen use, unspecified with hallucinogen-induced psychotic disorder with delusions"}, {"code": "F16951", "desc": "Hallucinogen use, unspecified with hallucinogen-induced psychotic disorder with hallucinations"}, {"code": "F16959", "desc": "Hallucinogen use, unspecified with hallucinogen-induced psychotic disorder, unspecified"}, {"code": "F16980", "desc": "Hallucinogen use, unspecified with hallucinogen-induced anxiety disorder"}, {"code": "F16983", "desc": "Hallucinogen use, unspecified with hallucinogen persisting perception disorder (flashbacks)"}, {"code": "F16988", "desc": "Hallucinogen use, unspecified with other hallucinogen-induced disorder"}, {"code": "F1699", "desc": "Hallucinogen use, unspecified with unspecified hallucinogen-induced disorder"}, {"code": "F17200", "desc": "Nicotine dependence, unspecified, uncomplicated"}, {"code": "F17201", "desc": "Nicotine dependence, unspecified, in remission"}, {"code": "F17203", "desc": "Nicotine dependence unspecified, with withdrawal"}, {"code": "F17208", "desc": "Nicotine dependence, unspecified, with other nicotine-induced disorders"}, {"code": "F17209", "desc": "Nicotine dependence, unspecified, with unspecified nicotine-induced disorders"}, {"code": "F17210", "desc": "Nicotine dependence, cigarettes, uncomplicated"}, {"code": "F17211", "desc": "Nicotine dependence, cigarettes, in remission"}, {"code": "F17213", "desc": "Nicotine dependence, cigarettes, with withdrawal"}, {"code": "F17218", "desc": "Nicotine dependence, cigarettes, with other nicotine-induced disorders"}, {"code": "F17219", "desc": "Nicotine dependence, cigarettes, with unspecified nicotine-induced disorders"}, {"code": "F17220", "desc": "Nicotine dependence, chewing tobacco, uncomplicated"}, {"code": "F17221", "desc": "Nicotine dependence, chewing tobacco, in remission"}, {"code": "F17223", "desc": "Nicotine dependence, chewing tobacco, with withdrawal"}, {"code": "F17228", "desc": "Nicotine dependence, chewing tobacco, with other nicotine-induced disorders"}, {"code": "F17229", "desc": "Nicotine dependence, chewing tobacco, with unspecified nicotine-induced disorders"}, {"code": "F17290", "desc": "Nicotine dependence, other tobacco product, uncomplicated"}, {"code": "F17291", "desc": "Nicotine dependence, other tobacco product, in remission"}, {"code": "F17293", "desc": "Nicotine dependence, other tobacco product, with withdrawal"}, {"code": "F17298", "desc": "Nicotine dependence, other tobacco product, with other nicotine-induced disorders"}, {"code": "F17299", "desc": "Nicotine dependence, other tobacco product, with unspecified nicotine-induced disorders"}, {"code": "F1810", "desc": "Inhalant abuse, uncomplicated"}, {"code": "F1811", "desc": "Inhalant abuse, in remission"}, {"code": "F18120", "desc": "Inhalant abuse with intoxication, uncomplicated"}, {"code": "F18121", "desc": "Inhalant abuse with intoxication delirium"}, {"code": "F18129", "desc": "Inhalant abuse with intoxication, unspecified"}, {"code": "F1814", "desc": "Inhalant abuse with inhalant-induced mood disorder"}, {"code": "F18150", "desc": "Inhalant abuse with inhalant-induced psychotic disorder with delusions"}, {"code": "F18151", "desc": "Inhalant abuse with inhalant-induced psychotic disorder with hallucinations"}, {"code": "F18159", "desc": "Inhalant abuse with inhalant-induced psychotic disorder, unspecified"}, {"code": "F1817", "desc": "Inhalant abuse with inhalant-induced dementia"}, {"code": "F18180", "desc": "Inhalant abuse with inhalant-induced anxiety disorder"}, {"code": "F18188", "desc": "Inhalant abuse with other inhalant-induced disorder"}, {"code": "F1819", "desc": "Inhalant abuse with unspecified inhalant-induced disorder"}, {"code": "F1820", "desc": "Inhalant dependence, uncomplicated"}, {"code": "F1821", "desc": "Inhalant dependence, in remission"}, {"code": "F18220", "desc": "Inhalant dependence with intoxication, uncomplicated"}, {"code": "F18221", "desc": "Inhalant dependence with intoxication delirium"}, {"code": "F18229", "desc": "Inhalant dependence with intoxication, unspecified"}, {"code": "F1824", "desc": "Inhalant dependence with inhalant-induced mood disorder"}, {"code": "F18250", "desc": "Inhalant dependence with inhalant-induced psychotic disorder with delusions"}, {"code": "F18251", "desc": "Inhalant dependence with inhalant-induced psychotic disorder with hallucinations"}, {"code": "F18259", "desc": "Inhalant dependence with inhalant-induced psychotic disorder, unspecified"}, {"code": "F1827", "desc": "Inhalant dependence with inhalant-induced dementia"}, {"code": "F18280", "desc": "Inhalant dependence with inhalant-induced anxiety disorder"}, {"code": "F18288", "desc": "Inhalant dependence with other inhalant-induced disorder"}, {"code": "F1829", "desc": "Inhalant dependence with unspecified inhalant-induced disorder"}, {"code": "F1890", "desc": "Inhalant use, unspecified, uncomplicated"}, {"code": "F18920", "desc": "Inhalant use, unspecified with intoxication, uncomplicated"}, {"code": "F18921", "desc": "Inhalant use, unspecified with intoxication with delirium"}, {"code": "F18929", "desc": "Inhalant use, unspecified with intoxication, unspecified"}, {"code": "F1894", "desc": "Inhalant use, unspecified with inhalant-induced mood disorder"}, {"code": "F18950", "desc": "Inhalant use, unspecified with inhalant-induced psychotic disorder with delusions"}, {"code": "F18951", "desc": "Inhalant use, unspecified with inhalant-induced psychotic disorder with hallucinations"}, {"code": "F18959", "desc": "Inhalant use, unspecified with inhalant-induced psychotic disorder, unspecified"}, {"code": "F1897", "desc": "Inhalant use, unspecified with inhalant-induced persisting dementia"}, {"code": "F18980", "desc": "Inhalant use, unspecified with inhalant-induced anxiety disorder"}, {"code": "F18988", "desc": "Inhalant use, unspecified with other inhalant-induced disorder"}, {"code": "F1899", "desc": "Inhalant use, unspecified with unspecified inhalant-induced disorder"}, {"code": "F1910", "desc": "Other psychoactive substance abuse, uncomplicated"}, {"code": "F1911", "desc": "Other psychoactive substance abuse, in remission"}, {"code": "F19120", "desc": "Other psychoactive substance abuse with intoxication, uncomplicated"}, {"code": "F19121", "desc": "Other psychoactive substance abuse with intoxication delirium"}, {"code": "F19122", "desc": "Other psychoactive substance abuse with intoxication with perceptual disturbances"}, {"code": "F19129", "desc": "Other psychoactive substance abuse with intoxication, unspecified"}, {"code": "F1914", "desc": "Other psychoactive substance abuse with psychoactive substance-induced mood disorder"}, {"code": "F19150", "desc": "Other psychoactive substance abuse with psychoactive substance-induced psychotic disorder with delusions"}, {"code": "F19151", "desc": "Other psychoactive substance abuse with psychoactive substance-induced psychotic disorder with hallucinations"}, {"code": "F19159", "desc": "Other psychoactive substance abuse with psychoactive substance-induced psychotic disorder, unspecified"}, {"code": "F1916", "desc": "Other psychoactive substance abuse with psychoactive substance-induced persisting amnestic disorder"}, {"code": "F1917", "desc": "Other psychoactive substance abuse with psychoactive substance-induced persisting dementia"}, {"code": "F19180", "desc": "Other psychoactive substance abuse with psychoactive substance-induced anxiety disorder"}, {"code": "F19181", "desc": "Other psychoactive substance abuse with psychoactive substance-induced sexual dysfunction"}, {"code": "F19182", "desc": "Other psychoactive substance abuse with psychoactive substance-induced sleep disorder"}, {"code": "F19188", "desc": "Other psychoactive substance abuse with other psychoactive substance-induced disorder"}, {"code": "F1919", "desc": "Other psychoactive substance abuse with unspecified psychoactive substance-induced disorder"}, {"code": "F1920", "desc": "Other psychoactive substance dependence, uncomplicated"}, {"code": "F1921", "desc": "Other psychoactive substance dependence, in remission"}, {"code": "F19220", "desc": "Other psychoactive substance dependence with intoxication, uncomplicated"}, {"code": "F19221", "desc": "Other psychoactive substance dependence with intoxication delirium"}, {"code": "F19222", "desc": "Other psychoactive substance dependence with intoxication with perceptual disturbance"}, {"code": "F19229", "desc": "Other psychoactive substance dependence with intoxication, unspecified"}, {"code": "F19230", "desc": "Other psychoactive substance dependence with withdrawal, uncomplicated"}, {"code": "F19231", "desc": "Other psychoactive substance dependence with withdrawal delirium"}, {"code": "F19232", "desc": "Other psychoactive substance dependence with withdrawal with perceptual disturbance"}, {"code": "F19239", "desc": "Other psychoactive substance dependence with withdrawal, unspecified"}, {"code": "F1924", "desc": "Other psychoactive substance dependence with psychoactive substance-induced mood disorder"}, {"code": "F19250", "desc": "Other psychoactive substance dependence with psychoactive substance-induced psychotic disorder with delusions"}, {"code": "F19251", "desc": "Other psychoactive substance dependence with psychoactive substance-induced psychotic disorder with hallucinations"}, {"code": "F19259", "desc": "Other psychoactive substance dependence with psychoactive substance-induced psychotic disorder, unspecified"}, {"code": "F1926", "desc": "Other psychoactive substance dependence with psychoactive substance-induced persisting amnestic disorder"}, {"code": "F1927", "desc": "Other psychoactive substance dependence with psychoactive substance-induced persisting dementia"}, {"code": "F19280", "desc": "Other psychoactive substance dependence with psychoactive substance-induced anxiety disorder"}, {"code": "F19281", "desc": "Other psychoactive substance dependence with psychoactive substance-induced sexual dysfunction"}, {"code": "F19282", "desc": "Other psychoactive substance dependence with psychoactive substance-induced sleep disorder"}, {"code": "F19288", "desc": "Other psychoactive substance dependence with other psychoactive substance-induced disorder"}, {"code": "F1929", "desc": "Other psychoactive substance dependence with unspecified psychoactive substance-induced disorder"}, {"code": "F1990", "desc": "Other psychoactive substance use, unspecified, uncomplicated"}, {"code": "F19920", "desc": "Other psychoactive substance use, unspecified with intoxication, uncomplicated"}, {"code": "F19921", "desc": "Other psychoactive substance use, unspecified with intoxication with delirium"}, {"code": "F19922", "desc": "Other psychoactive substance use, unspecified with intoxication with perceptual disturbance"}, {"code": "F19929", "desc": "Other psychoactive substance use, unspecified with intoxication, unspecified"}, {"code": "F19930", "desc": "Other psychoactive substance use, unspecified with withdrawal, uncomplicated"}, {"code": "F19931", "desc": "Other psychoactive substance use, unspecified with withdrawal delirium"}, {"code": "F19932", "desc": "Other psychoactive substance use, unspecified with withdrawal with perceptual disturbance"}, {"code": "F19939", "desc": "Other psychoactive substance use, unspecified with withdrawal, unspecified"}, {"code": "F1994", "desc": "Other psychoactive substance use, unspecified with psychoactive substance-induced mood disorder"}, {"code": "F19950", "desc": "Other psychoactive substance use, unspecified with psychoactive substance-induced psychotic disorder with delusions"}, {"code": "F19951", "desc": "Other psychoactive substance use, unspecified with psychoactive substance-induced psychotic disorder with hallucinations"}, {"code": "F19959", "desc": "Other psychoactive substance use, unspecified with psychoactive substance-induced psychotic disorder, unspecified"}, {"code": "F1996", "desc": "Other psychoactive substance use, unspecified with psychoactive substance-induced persisting amnestic disorder"}, {"code": "F1997", "desc": "Other psychoactive substance use, unspecified with psychoactive substance-induced persisting dementia"}, {"code": "F19980", "desc": "Other psychoactive substance use, unspecified with psychoactive substance-induced anxiety disorder"}, {"code": "F19981", "desc": "Other psychoactive substance use, unspecified with psychoactive substance-induced sexual dysfunction"}, {"code": "F19982", "desc": "Other psychoactive substance use, unspecified with psychoactive substance-induced sleep disorder"}, {"code": "F19988", "desc": "Other psychoactive substance use, unspecified with other psychoactive substance-induced disorder"}, {"code": "F1999", "desc": "Other psychoactive substance use, unspecified with unspecified psychoactive substance-induced disorder"}, {"code": "F200", "desc": "Paranoid schizophrenia"}, {"code": "F201", "desc": "Disorganized schizophrenia"}, {"code": "F202", "desc": "Catatonic schizophrenia"}, {"code": "F203", "desc": "Undifferentiated schizophrenia"}, {"code": "F205", "desc": "Residual schizophrenia"}, {"code": "F2081", "desc": "Schizophreniform disorder"}, {"code": "F2089", "desc": "Other schizophrenia"}, {"code": "F209", "desc": "Schizophrenia, unspecified"}, {"code": "F21", "desc": "Schizotypal disorder"}, {"code": "F22", "desc": "Delusional disorders"}, {"code": "F23", "desc": "Brief psychotic disorder"}, {"code": "F24", "desc": "Shared psychotic disorder"}, {"code": "F250", "desc": "Schizoaffective disorder, bipolar type"}, {"code": "F251", "desc": "Schizoaffective disorder, depressive type"}, {"code": "F258", "desc": "Other schizoaffective disorders"}, {"code": "F259", "desc": "Schizoaffective disorder, unspecified"}, {"code": "F28", "desc": "Other psychotic disorder not due to a substance or known physiological condition"}, {"code": "F29", "desc": "Unspecified psychosis not due to a substance or known physiological condition"}, {"code": "F3010", "desc": "Manic episode without psychotic symptoms, unspecified"}, {"code": "F3011", "desc": "Manic episode without psychotic symptoms, mild"}, {"code": "F3012", "desc": "Manic episode without psychotic symptoms, moderate"}, {"code": "F3013", "desc": "Manic episode, severe, without psychotic symptoms"}, {"code": "F302", "desc": "Manic episode, severe with psychotic symptoms"}, {"code": "F303", "desc": "Manic episode in partial remission"}, {"code": "F304", "desc": "Manic episode in full remission"}, {"code": "F308", "desc": "Other manic episodes"}, {"code": "F309", "desc": "Manic episode, unspecified"}, {"code": "F310", "desc": "Bipolar disorder, current episode hypomanic"}, {"code": "F3110", "desc": "Bipolar disorder, current episode manic without psychotic features, unspecified"}, {"code": "F3111", "desc": "Bipolar disorder, current episode manic without psychotic features, mild"}, {"code": "F3112", "desc": "Bipolar disorder, current episode manic without psychotic features, moderate"}, {"code": "F3113", "desc": "Bipolar disorder, current episode manic without psychotic features, severe"}, {"code": "F312", "desc": "Bipolar disorder, current episode manic severe with psychotic features"}, {"code": "F3130", "desc": "Bipolar disorder, current episode depressed, mild or moderate severity, unspecified"}, {"code": "F3131", "desc": "Bipolar disorder, current episode depressed, mild"}, {"code": "F3132", "desc": "Bipolar disorder, current episode depressed, moderate"}, {"code": "F314", "desc": "Bipolar disorder, current episode depressed, severe, without psychotic features"}, {"code": "F315", "desc": "Bipolar disorder, current episode depressed, severe, with psychotic features"}, {"code": "F3160", "desc": "Bipolar disorder, current episode mixed, unspecified"}, {"code": "F3161", "desc": "Bipolar disorder, current episode mixed, mild"}, {"code": "F3162", "desc": "Bipolar disorder, current episode mixed, moderate"}, {"code": "F3163", "desc": "Bipolar disorder, current episode mixed, severe, without psychotic features"}, {"code": "F3164", "desc": "Bipolar disorder, current episode mixed, severe, with psychotic features"}, {"code": "F3170", "desc": "Bipolar disorder, currently in remission, most recent episode unspecified"}, {"code": "F3171", "desc": "Bipolar disorder, in partial remission, most recent episode hypomanic"}, {"code": "F3172", "desc": "Bipolar disorder, in full remission, most recent episode hypomanic"}, {"code": "F3173", "desc": "Bipolar disorder, in partial remission, most recent episode manic"}, {"code": "F3174", "desc": "Bipolar disorder, in full remission, most recent episode manic"}, {"code": "F3175", "desc": "Bipolar disorder, in partial remission, most recent episode depressed"}, {"code": "F3176", "desc": "Bipolar disorder, in full remission, most recent episode depressed"}, {"code": "F3177", "desc": "Bipolar disorder, in partial remission, most recent episode mixed"}, {"code": "F3178", "desc": "Bipolar disorder, in full remission, most recent episode mixed"}, {"code": "F3181", "desc": "Bipolar II disorder"}, {"code": "F3189", "desc": "Other bipolar disorder"}, {"code": "F319", "desc": "Bipolar disorder, unspecified"}, {"code": "F320", "desc": "Major depressive disorder, single episode, mild"}, {"code": "F321", "desc": "Major depressive disorder, single episode, moderate"}, {"code": "F322", "desc": "Major depressive disorder, single episode, severe without psychotic features"}, {"code": "F323", "desc": "Major depressive disorder, single episode, severe with psychotic features"}, {"code": "F324", "desc": "Major depressive disorder, single episode, in partial remission"}, {"code": "F325", "desc": "Major depressive disorder, single episode, in full remission"}, {"code": "F3281", "desc": "Premenstrual dysphoric disorder"}, {"code": "F3289", "desc": "Other specified depressive episodes"}, {"code": "F329", "desc": "Major depressive disorder, single episode, unspecified"}, {"code": "F330", "desc": "Major depressive disorder, recurrent, mild"}, {"code": "F331", "desc": "Major depressive disorder, recurrent, moderate"}, {"code": "F332", "desc": "Major depressive disorder, recurrent severe without psychotic features"}, {"code": "F333", "desc": "Major depressive disorder, recurrent, severe with psychotic symptoms"}, {"code": "F3340", "desc": "Major depressive disorder, recurrent, in remission, unspecified"}, {"code": "F3341", "desc": "Major depressive disorder, recurrent, in partial remission"}, {"code": "F3342", "desc": "Major depressive disorder, recurrent, in full remission"}, {"code": "F338", "desc": "Other recurrent depressive disorders"}, {"code": "F339", "desc": "Major depressive disorder, recurrent, unspecified"}, {"code": "F340", "desc": "Cyclothymic disorder"}, {"code": "F341", "desc": "Dysthymic disorder"}, {"code": "F3481", "desc": "Disruptive mood dysregulation disorder"}, {"code": "F3489", "desc": "Other specified persistent mood disorders"}, {"code": "F349", "desc": "Persistent mood [affective] disorder, unspecified"}, {"code": "F39", "desc": "Unspecified mood [affective] disorder"}, {"code": "F4000", "desc": "Agoraphobia, unspecified"}, {"code": "F4001", "desc": "Agoraphobia with panic disorder"}, {"code": "F4002", "desc": "Agoraphobia without panic disorder"}, {"code": "F4010", "desc": "Social phobia, unspecified"}, {"code": "F4011", "desc": "Social phobia, generalized"}, {"code": "F40210", "desc": "Arachnophobia"}, {"code": "F40218", "desc": "Other animal type phobia"}, {"code": "F40220", "desc": "Fear of thunderstorms"}, {"code": "F40228", "desc": "Other natural environment type phobia"}, {"code": "F40230", "desc": "Fear of blood"}, {"code": "F40231", "desc": "Fear of injections and transfusions"}, {"code": "F40232", "desc": "Fear of other medical care"}, {"code": "F40233", "desc": "Fear of injury"}, {"code": "F40240", "desc": "Claustrophobia"}, {"code": "F40241", "desc": "Acrophobia"}, {"code": "F40242", "desc": "Fear of bridges"}, {"code": "F40243", "desc": "Fear of flying"}, {"code": "F40248", "desc": "Other situational type phobia"}, {"code": "F40290", "desc": "Androphobia"}, {"code": "F40291", "desc": "Gynephobia"}, {"code": "F40298", "desc": "Other specified phobia"}, {"code": "F408", "desc": "Other phobic anxiety disorders"}, {"code": "F409", "desc": "Phobic anxiety disorder, unspecified"}, {"code": "F410", "desc": "Panic disorder [episodic paroxysmal anxiety]"}, {"code": "F411", "desc": "Generalized anxiety disorder"}, {"code": "F413", "desc": "Other mixed anxiety disorders"}, {"code": "F418", "desc": "Other specified anxiety disorders"}, {"code": "F419", "desc": "Anxiety disorder, unspecified"}, {"code": "F422", "desc": "Mixed obsessional thoughts and acts"}, {"code": "F423", "desc": "Hoarding disorder"}, {"code": "F424", "desc": "Excoriation (skin-picking) disorder"}, {"code": "F428", "desc": "Other obsessive-compulsive disorder"}, {"code": "F429", "desc": "Obsessive-compulsive disorder, unspecified"}, {"code": "F430", "desc": "Acute stress reaction"}, {"code": "F4310", "desc": "Post-traumatic stress disorder, unspecified"}, {"code": "F4311", "desc": "Post-traumatic stress disorder, acute"}, {"code": "F4312", "desc": "Post-traumatic stress disorder, chronic"}, {"code": "F4320", "desc": "Adjustment disorder, unspecified"}, {"code": "F4321", "desc": "Adjustment disorder with depressed mood"}, {"code": "F4322", "desc": "Adjustment disorder with anxiety"}, {"code": "F4323", "desc": "Adjustment disorder with mixed anxiety and depressed mood"}, {"code": "F4324", "desc": "Adjustment disorder with disturbance of conduct"}, {"code": "F4325", "desc": "Adjustment disorder with mixed disturbance of emotions and conduct"}, {"code": "F4329", "desc": "Adjustment disorder with other symptoms"}, {"code": "F438", "desc": "Other reactions to severe stress"}, {"code": "F439", "desc": "Reaction to severe stress, unspecified"}, {"code": "F440", "desc": "Dissociative amnesia"}, {"code": "F441", "desc": "Dissociative fugue"}, {"code": "F442", "desc": "Dissociative stupor"}, {"code": "F444", "desc": "Conversion disorder with motor symptom or deficit"}, {"code": "F445", "desc": "Conversion disorder with seizures or convulsions"}, {"code": "F446", "desc": "Conversion disorder with sensory symptom or deficit"}, {"code": "F447", "desc": "Conversion disorder with mixed symptom presentation"}, {"code": "F4481", "desc": "Dissociative identity disorder"}, {"code": "F4489", "desc": "Other dissociative and conversion disorders"}, {"code": "F449", "desc": "Dissociative and conversion disorder, unspecified"}, {"code": "F450", "desc": "Somatization disorder"}, {"code": "F451", "desc": "Undifferentiated somatoform disorder"}, {"code": "F4520", "desc": "Hypochondriacal disorder, unspecified"}, {"code": "F4521", "desc": "Hypochondriasis"}, {"code": "F4522", "desc": "Body dysmorphic disorder"}, {"code": "F4529", "desc": "Other hypochondriacal disorders"}, {"code": "F4541", "desc": "Pain disorder exclusively related to psychological factors"}, {"code": "F4542", "desc": "Pain disorder with related psychological factors"}, {"code": "F458", "desc": "Other somatoform disorders"}, {"code": "F459", "desc": "Somatoform disorder, unspecified"}, {"code": "F481", "desc": "Depersonalization-derealization syndrome"}, {"code": "F482", "desc": "Pseudobulbar affect"}, {"code": "F488", "desc": "Other specified nonpsychotic mental disorders"}, {"code": "F489", "desc": "Nonpsychotic mental disorder, unspecified"}, {"code": "F5000", "desc": "Anorexia nervosa, unspecified"}, {"code": "F5001", "desc": "Anorexia nervosa, restricting type"}, {"code": "F5002", "desc": "Anorexia nervosa, binge eating/purging type"}, {"code": "F502", "desc": "Bulimia nervosa"}, {"code": "F5081", "desc": "Binge eating disorder"}, {"code": "F5082", "desc": "Avoidant/restrictive food intake disorder"}, {"code": "F5089", "desc": "Other specified eating disorder"}, {"code": "F509", "desc": "Eating disorder, unspecified"}, {"code": "F5101", "desc": "Primary insomnia"}, {"code": "F5102", "desc": "Adjustment insomnia"}, {"code": "F5103", "desc": "Paradoxical insomnia"}, {"code": "F5104", "desc": "Psychophysiologic insomnia"}, {"code": "F5105", "desc": "Insomnia due to other mental disorder"}, {"code": "F5109", "desc": "Other insomnia not due to a substance or known physiological condition"}, {"code": "F5111", "desc": "Primary hypersomnia"}, {"code": "F5112", "desc": "Insufficient sleep syndrome"}, {"code": "F5113", "desc": "Hypersomnia due to other mental disorder"}, {"code": "F5119", "desc": "Other hypersomnia not due to a substance or known physiological condition"}, {"code": "F513", "desc": "Sleepwalking [somnambulism]"}, {"code": "F514", "desc": "Sleep terrors [night terrors]"}, {"code": "F515", "desc": "Nightmare disorder"}, {"code": "F518", "desc": "Other sleep disorders not due to a substance or known physiological condition"}, {"code": "F519", "desc": "Sleep disorder not due to a substance or known physiological condition, unspecified"}, {"code": "F520", "desc": "Hypoactive sexual desire disorder"}, {"code": "F521", "desc": "Sexual aversion disorder"}, {"code": "F5221", "desc": "Male erectile disorder"}, {"code": "F5222", "desc": "Female sexual arousal disorder"}, {"code": "F5231", "desc": "Female orgasmic disorder"}, {"code": "F5232", "desc": "Male orgasmic disorder"}, {"code": "F524", "desc": "Premature ejaculation"}, {"code": "F525", "desc": "Vaginismus not due to a substance or known physiological condition"}, {"code": "F526", "desc": "Dyspareunia not due to a substance or known physiological condition"}, {"code": "F528", "desc": "Other sexual dysfunction not due to a substance or known physiological condition"}, {"code": "F529", "desc": "Unspecified sexual dysfunction not due to a substance or known physiological condition"}, {"code": "F53", "desc": "Puerperal psychosis"}, {"code": "F54", "desc": "Psychological and behavioral factors associated with disorders or diseases classified elsewhere"}, {"code": "F550", "desc": "Abuse of antacids"}, {"code": "F551", "desc": "Abuse of herbal or folk remedies"}, {"code": "F552", "desc": "Abuse of laxatives"}, {"code": "F553", "desc": "Abuse of steroids or hormones"}, {"code": "F554", "desc": "Abuse of vitamins"}, {"code": "F558", "desc": "Abuse of other non-psychoactive substances"}, {"code": "F59", "desc": "Unspecified behavioral syndromes associated with physiological disturbances and physical factors"}, {"code": "F600", "desc": "Paranoid personality disorder"}, {"code": "F601", "desc": "Schizoid personality disorder"}, {"code": "F602", "desc": "Antisocial personality disorder"}, {"code": "F603", "desc": "Borderline personality disorder"}, {"code": "F604", "desc": "Histrionic personality disorder"}, {"code": "F605", "desc": "Obsessive-compulsive personality disorder"}, {"code": "F606", "desc": "Avoidant personality disorder"}, {"code": "F607", "desc": "Dependent personality disorder"}, {"code": "F6081", "desc": "Narcissistic personality disorder"}, {"code": "F6089", "desc": "Other specific personality disorders"}, {"code": "F609", "desc": "Personality disorder, unspecified"}, {"code": "F630", "desc": "Pathological gambling"}, {"code": "F631", "desc": "Pyromania"}, {"code": "F632", "desc": "Kleptomania"}, {"code": "F633", "desc": "Trichotillomania"}, {"code": "F6381", "desc": "Intermittent explosive disorder"}, {"code": "F6389", "desc": "Other impulse disorders"}, {"code": "F639", "desc": "Impulse disorder, unspecified"}, {"code": "F640", "desc": "Transsexualism"}, {"code": "F641", "desc": "Dual role transvestism"}, {"code": "F642", "desc": "Gender identity disorder of childhood"}, {"code": "F648", "desc": "Other gender identity disorders"}, {"code": "F649", "desc": "Gender identity disorder, unspecified"}, {"code": "F650", "desc": "Fetishism"}, {"code": "F651", "desc": "Transvestic fetishism"}, {"code": "F652", "desc": "Exhibitionism"}, {"code": "F653", "desc": "Voyeurism"}, {"code": "F654", "desc": "Pedophilia"}, {"code": "F6550", "desc": "Sadomasochism, unspecified"}, {"code": "F6551", "desc": "Sexual masochism"}, {"code": "F6552", "desc": "Sexual sadism"}, {"code": "F6581", "desc": "Frotteurism"}, {"code": "F6589", "desc": "Other paraphilias"}, {"code": "F659", "desc": "Paraphilia, unspecified"}, {"code": "F66", "desc": "Other sexual disorders"}, {"code": "F6810", "desc": "Factitious disorder, unspecified"}, {"code": "F6811", "desc": "Factitious disorder with predominantly psychological signs and symptoms"}, {"code": "F6812", "desc": "Factitious disorder with predominantly physical signs and symptoms"}, {"code": "F6813", "desc": "Factitious disorder with combined psychological and physical signs and symptoms"}, {"code": "F688", "desc": "Other specified disorders of adult personality and behavior"}, {"code": "F69", "desc": "Unspecified disorder of adult personality and behavior"}, {"code": "F70", "desc": "Mild intellectual disabilities"}, {"code": "F71", "desc": "Moderate intellectual disabilities"}, {"code": "F72", "desc": "Severe intellectual disabilities"}, {"code": "F73", "desc": "Profound intellectual disabilities"}, {"code": "F78", "desc": "Other intellectual disabilities"}, {"code": "F79", "desc": "Unspecified intellectual disabilities"}, {"code": "F800", "desc": "Phonological disorder"}, {"code": "F801", "desc": "Expressive language disorder"}, {"code": "F802", "desc": "Mixed receptive-expressive language disorder"}, {"code": "F804", "desc": "Speech and language development delay due to hearing loss"}, {"code": "F8081", "desc": "Childhood onset fluency disorder"}, {"code": "F8082", "desc": "Social pragmatic communication disorder"}, {"code": "F8089", "desc": "Other developmental disorders of speech and language"}, {"code": "F809", "desc": "Developmental disorder of speech and language, unspecified"}, {"code": "F810", "desc": "Specific reading disorder"}, {"code": "F812", "desc": "Mathematics disorder"}, {"code": "F8181", "desc": "Disorder of written expression"}, {"code": "F8189", "desc": "Other developmental disorders of scholastic skills"}, {"code": "F819", "desc": "Developmental disorder of scholastic skills, unspecified"}, {"code": "F82", "desc": "Specific developmental disorder of motor function"}, {"code": "F840", "desc": "Autistic disorder"}, {"code": "F842", "desc": "Rett's syndrome"}, {"code": "F843", "desc": "Other childhood disintegrative disorder"}, {"code": "F845", "desc": "Asperger's syndrome"}, {"code": "F848", "desc": "Other pervasive developmental disorders"}, {"code": "F849", "desc": "Pervasive developmental disorder, unspecified"}, {"code": "F88", "desc": "Other disorders of psychological development"}, {"code": "F89", "desc": "Unspecified disorder of psychological development"}, {"code": "F900", "desc": "Attention-deficit hyperactivity disorder, predominantly inattentive type"}, {"code": "F901", "desc": "Attention-deficit hyperactivity disorder, predominantly hyperactive type"}, {"code": "F902", "desc": "Attention-deficit hyperactivity disorder, combined type"}, {"code": "F908", "desc": "Attention-deficit hyperactivity disorder, other type"}, {"code": "F909", "desc": "Attention-deficit hyperactivity disorder, unspecified type"}, {"code": "F910", "desc": "Conduct disorder confined to family context"}, {"code": "F911", "desc": "Conduct disorder, childhood-onset type"}, {"code": "F912", "desc": "Conduct disorder, adolescent-onset type"}, {"code": "F913", "desc": "Oppositional defiant disorder"}, {"code": "F918", "desc": "Other conduct disorders"}, {"code": "F919", "desc": "Conduct disorder, unspecified"}, {"code": "F930", "desc": "Separation anxiety disorder of childhood"}, {"code": "F938", "desc": "Other childhood emotional disorders"}, {"code": "F939", "desc": "Childhood emotional disorder, unspecified"}, {"code": "F940", "desc": "Selective mutism"}, {"code": "F941", "desc": "Reactive attachment disorder of childhood"}, {"code": "F942", "desc": "Disinhibited attachment disorder of childhood"}, {"code": "F948", "desc": "Other childhood disorders of social functioning"}, {"code": "F949", "desc": "Childhood disorder of social functioning, unspecified"}, {"code": "F950", "desc": "Transient tic disorder"}, {"code": "F951", "desc": "Chronic motor or vocal tic disorder"}, {"code": "F952", "desc": "Tourette's disorder"}, {"code": "F958", "desc": "Other tic disorders"}, {"code": "F959", "desc": "Tic disorder, unspecified"}, {"code": "F980", "desc": "Enuresis not due to a substance or known physiological condition"}, {"code": "F981", "desc": "Encopresis not due to a substance or known physiological condition"}, {"code": "F9821", "desc": "Rumination disorder of infancy"}, {"code": "F9829", "desc": "Other feeding disorders of infancy and early childhood"}, {"code": "F983", "desc": "Pica of infancy and childhood"}, {"code": "F984", "desc": "Stereotyped movement disorders"}, {"code": "F985", "desc": "Adult onset fluency disorder"}, {"code": "F988", "desc": "Other specified behavioral and emotional disorders with onset usually occurring in childhood and adolescence"}, {"code": "F989", "desc": "Unspecified behavioral and emotional disorders with onset usually occurring in childhood and adolescence"}, {"code": "F99", "desc": "Mental disorder, not otherwise specified"}, {"code": "G000", "desc": "Hemophilus meningitis"}, {"code": "G001", "desc": "Pneumococcal meningitis"}, {"code": "G002", "desc": "Streptococcal meningitis"}, {"code": "G003", "desc": "Staphylococcal meningitis"}, {"code": "G008", "desc": "Other bacterial meningitis"}, {"code": "G009", "desc": "Bacterial meningitis, unspecified"}, {"code": "G01", "desc": "Meningitis in bacterial diseases classified elsewhere"}, {"code": "G02", "desc": "Meningitis in other infectious and parasitic diseases classified elsewhere"}, {"code": "G030", "desc": "Nonpyogenic meningitis"}, {"code": "G031", "desc": "Chronic meningitis"}, {"code": "G032", "desc": "Benign recurrent meningitis [Mollaret]"}, {"code": "G038", "desc": "Meningitis due to other specified causes"}, {"code": "G039", "desc": "Meningitis, unspecified"}, {"code": "G0400", "desc": "Acute disseminated encephalitis and encephalomyelitis, unspecified"}, {"code": "G0401", "desc": "Postinfectious acute disseminated encephalitis and encephalomyelitis (postinfectious ADEM)"}, {"code": "G0402", "desc": "Postimmunization acute disseminated encephalitis, myelitis and encephalomyelitis"}, {"code": "G041", "desc": "Tropical spastic paraplegia"}, {"code": "G042", "desc": "Bacterial meningoencephalitis and meningomyelitis, not elsewhere classified"}, {"code": "G0430", "desc": "Acute necrotizing hemorrhagic encephalopathy, unspecified"}, {"code": "G0431", "desc": "Postinfectious acute necrotizing hemorrhagic encephalopathy"}, {"code": "G0432", "desc": "Postimmunization acute necrotizing hemorrhagic encephalopathy"}, {"code": "G0439", "desc": "Other acute necrotizing hemorrhagic encephalopathy"}, {"code": "G0481", "desc": "Other encephalitis and encephalomyelitis"}, {"code": "G0489", "desc": "Other myelitis"}, {"code": "G0490", "desc": "Encephalitis and encephalomyelitis, unspecified"}, {"code": "G0491", "desc": "Myelitis, unspecified"}, {"code": "G053", "desc": "Encephalitis and encephalomyelitis in diseases classified elsewhere"}, {"code": "G054", "desc": "Myelitis in diseases classified elsewhere"}, {"code": "G060", "desc": "Intracranial abscess and granuloma"}, {"code": "G061", "desc": "Intraspinal abscess and granuloma"}, {"code": "G062", "desc": "Extradural and subdural abscess, unspecified"}, {"code": "G07", "desc": "Intracranial and intraspinal abscess and granuloma in diseases classified elsewhere"}, {"code": "G08", "desc": "Intracranial and intraspinal phlebitis and thrombophlebitis"}, {"code": "G09", "desc": "Sequelae of inflammatory diseases of central nervous system"}, {"code": "G10", "desc": "Huntington's disease"}, {"code": "G110", "desc": "Congenital nonprogressive ataxia"}, {"code": "G111", "desc": "Early-onset cerebellar ataxia"}, {"code": "G112", "desc": "Late-onset cerebellar ataxia"}, {"code": "G113", "desc": "Cerebellar ataxia with defective DNA repair"}, {"code": "G114", "desc": "Hereditary spastic paraplegia"}, {"code": "G118", "desc": "Other hereditary ataxias"}, {"code": "G119", "desc": "Hereditary ataxia, unspecified"}, {"code": "G120", "desc": "Infantile spinal muscular atrophy, type I [Werdnig-Hoffman]"}, {"code": "G121", "desc": "Other inherited spinal muscular atrophy"}, {"code": "G1220", "desc": "Motor neuron disease, unspecified"}, {"code": "G1221", "desc": "Amyotrophic lateral sclerosis"}, {"code": "G1222", "desc": "Progressive bulbar palsy"}, {"code": "G1223", "desc": "Primary lateral sclerosis"}, {"code": "G1224", "desc": "Familial motor neuron disease"}, {"code": "G1225", "desc": "Progressive spinal muscle atrophy"}, {"code": "G1229", "desc": "Other motor neuron disease"}, {"code": "G128", "desc": "Other spinal muscular atrophies and related syndromes"}, {"code": "G129", "desc": "Spinal muscular atrophy, unspecified"}, {"code": "G130", "desc": "Paraneoplastic neuromyopathy and neuropathy"}, {"code": "G131", "desc": "Other systemic atrophy primarily affecting central nervous system in neoplastic disease"}, {"code": "G132", "desc": "Systemic atrophy primarily affecting the central nervous system in myxedema"}, {"code": "G138", "desc": "Systemic atrophy primarily affecting central nervous system in other diseases classified elsewhere"}, {"code": "G14", "desc": "Postpolio syndrome"}, {"code": "G20", "desc": "Parkinson's disease"}, {"code": "G210", "desc": "Malignant neuroleptic syndrome"}, {"code": "G2111", "desc": "Neuroleptic induced parkinsonism"}, {"code": "G2119", "desc": "Other drug induced secondary parkinsonism"}, {"code": "G212", "desc": "Secondary parkinsonism due to other external agents"}, {"code": "G213", "desc": "Postencephalitic parkinsonism"}, {"code": "G214", "desc": "Vascular parkinsonism"}, {"code": "G218", "desc": "Other secondary parkinsonism"}, {"code": "G219", "desc": "Secondary parkinsonism, unspecified"}, {"code": "G230", "desc": "Hallervorden-Spatz disease"}, {"code": "G231", "desc": "Progressive supranuclear ophthalmoplegia [Steele-Richardson-Olszewski]"}, {"code": "G232", "desc": "Striatonigral degeneration"}, {"code": "G238", "desc": "Other specified degenerative diseases of basal ganglia"}, {"code": "G239", "desc": "Degenerative disease of basal ganglia, unspecified"}, {"code": "G2401", "desc": "Drug induced subacute dyskinesia"}, {"code": "G2402", "desc": "Drug induced acute dystonia"}, {"code": "G2409", "desc": "Other drug induced dystonia"}, {"code": "G241", "desc": "Genetic torsion dystonia"}, {"code": "G242", "desc": "Idiopathic nonfamilial dystonia"}, {"code": "G243", "desc": "Spasmodic torticollis"}, {"code": "G244", "desc": "Idiopathic orofacial dystonia"}, {"code": "G245", "desc": "Blepharospasm"}, {"code": "G248", "desc": "Other dystonia"}, {"code": "G249", "desc": "Dystonia, unspecified"}, {"code": "G250", "desc": "Essential tremor"}, {"code": "G251", "desc": "Drug-induced tremor"}, {"code": "G252", "desc": "Other specified forms of tremor"}, {"code": "G253", "desc": "Myoclonus"}, {"code": "G254", "desc": "Drug-induced chorea"}, {"code": "G255", "desc": "Other chorea"}, {"code": "G2561", "desc": "Drug induced tics"}, {"code": "G2569", "desc": "Other tics of organic origin"}, {"code": "G2570", "desc": "Drug induced movement disorder, unspecified"}, {"code": "G2571", "desc": "Drug induced akathisia"}, {"code": "G2579", "desc": "Other drug induced movement disorders"}, {"code": "G2581", "desc": "Restless legs syndrome"}, {"code": "G2582", "desc": "Stiff-man syndrome"}, {"code": "G2583", "desc": "Benign shuddering attacks"}, {"code": "G2589", "desc": "Other specified extrapyramidal and movement disorders"}, {"code": "G259", "desc": "Extrapyramidal and movement disorder, unspecified"}, {"code": "G26", "desc": "Extrapyramidal and movement disorders in diseases classified elsewhere"}, {"code": "G300", "desc": "Alzheimer's disease with early onset"}, {"code": "G301", "desc": "Alzheimer's disease with late onset"}, {"code": "G308", "desc": "Other Alzheimer's disease"}, {"code": "G309", "desc": "Alzheimer's disease, unspecified"}, {"code": "G3101", "desc": "Pick's disease"}, {"code": "G3109", "desc": "Other frontotemporal dementia"}, {"code": "G311", "desc": "Senile degeneration of brain, not elsewhere classified"}, {"code": "G312", "desc": "Degeneration of nervous system due to alcohol"}, {"code": "G3181", "desc": "Alpers disease"}, {"code": "G3182", "desc": "Leigh's disease"}, {"code": "G3183", "desc": "Dementia with Lewy bodies"}, {"code": "G3184", "desc": "Mild cognitive impairment, so stated"}, {"code": "G3185", "desc": "Corticobasal degeneration"}, {"code": "G3189", "desc": "Other specified degenerative diseases of nervous system"}, {"code": "G319", "desc": "Degenerative disease of nervous system, unspecified"}, {"code": "G320", "desc": "Subacute combined degeneration of spinal cord in diseases classified elsewhere"}, {"code": "G3281", "desc": "Cerebellar ataxia in diseases classified elsewhere"}, {"code": "G3289", "desc": "Other specified degenerative disorders of nervous system in diseases classified elsewhere"}, {"code": "G35", "desc": "Multiple sclerosis"}, {"code": "G360", "desc": "Neuromyelitis optica [Devic]"}, {"code": "G361", "desc": "Acute and subacute hemorrhagic leukoencephalitis [Hurst]"}, {"code": "G368", "desc": "Other specified acute disseminated demyelination"}, {"code": "G369", "desc": "Acute disseminated demyelination, unspecified"}, {"code": "G370", "desc": "Diffuse sclerosis of central nervous system"}, {"code": "G371", "desc": "Central demyelination of corpus callosum"}, {"code": "G372", "desc": "Central pontine myelinolysis"}, {"code": "G373", "desc": "Acute transverse myelitis in demyelinating disease of central nervous system"}, {"code": "G374", "desc": "Subacute necrotizing myelitis of central nervous system"}, {"code": "G375", "desc": "Concentric sclerosis [Balo] of central nervous system"}, {"code": "G378", "desc": "Other specified demyelinating diseases of central nervous system"}, {"code": "G379", "desc": "Demyelinating disease of central nervous system, unspecified"}, {"code": "G40001", "desc": "Localization-related (focal) (partial) idiopathic epilepsy and epileptic syndromes with seizures of localized onset, not intractable, with status epilepticus"}, {"code": "G40009", "desc": "Localization-related (focal) (partial) idiopathic epilepsy and epileptic syndromes with seizures of localized onset, not intractable, without status epilepticus"}, {"code": "G40011", "desc": "Localization-related (focal) (partial) idiopathic epilepsy and epileptic syndromes with seizures of localized onset, intractable, with status epilepticus"}, {"code": "G40019", "desc": "Localization-related (focal) (partial) idiopathic epilepsy and epileptic syndromes with seizures of localized onset, intractable, without status epilepticus"}, {"code": "G40101", "desc": "Localization-related (focal) (partial) symptomatic epilepsy and epileptic syndromes with simple partial seizures, not intractable, with status epilepticus"}, {"code": "G40109", "desc": "Localization-related (focal) (partial) symptomatic epilepsy and epileptic syndromes with simple partial seizures, not intractable, without status epilepticus"}, {"code": "G40111", "desc": "Localization-related (focal) (partial) symptomatic epilepsy and epileptic syndromes with simple partial seizures, intractable, with status epilepticus"}, {"code": "G40119", "desc": "Localization-related (focal) (partial) symptomatic epilepsy and epileptic syndromes with simple partial seizures, intractable, without status epilepticus"}, {"code": "G40201", "desc": "Localization-related (focal) (partial) symptomatic epilepsy and epileptic syndromes with complex partial seizures, not intractable, with status epilepticus"}, {"code": "G40209", "desc": "Localization-related (focal) (partial) symptomatic epilepsy and epileptic syndromes with complex partial seizures, not intractable, without status epilepticus"}, {"code": "G40211", "desc": "Localization-related (focal) (partial) symptomatic epilepsy and epileptic syndromes with complex partial seizures, intractable, with status epilepticus"}, {"code": "G40219", "desc": "Localization-related (focal) (partial) symptomatic epilepsy and epileptic syndromes with complex partial seizures, intractable, without status epilepticus"}, {"code": "G40301", "desc": "Generalized idiopathic epilepsy and epileptic syndromes, not intractable, with status epilepticus"}, {"code": "G40309", "desc": "Generalized idiopathic epilepsy and epileptic syndromes, not intractable, without status epilepticus"}, {"code": "G40311", "desc": "Generalized idiopathic epilepsy and epileptic syndromes, intractable, with status epilepticus"}, {"code": "G40319", "desc": "Generalized idiopathic epilepsy and epileptic syndromes, intractable, without status epilepticus"}, {"code": "G40A01", "desc": "Absence epileptic syndrome, not intractable, with status epilepticus"}, {"code": "G40A09", "desc": "Absence epileptic syndrome, not intractable, without status epilepticus"}, {"code": "G40A11", "desc": "Absence epileptic syndrome, intractable, with status epilepticus"}, {"code": "G40A19", "desc": "Absence epileptic syndrome, intractable, without status epilepticus"}, {"code": "G40B01", "desc": "Juvenile myoclonic epilepsy, not intractable, with status epilepticus"}, {"code": "G40B09", "desc": "Juvenile myoclonic epilepsy, not intractable, without status epilepticus"}, {"code": "G40B11", "desc": "Juvenile myoclonic epilepsy, intractable, with status epilepticus"}, {"code": "G40B19", "desc": "Juvenile myoclonic epilepsy, intractable, without status epilepticus"}, {"code": "G40401", "desc": "Other generalized epilepsy and epileptic syndromes, not intractable, with status epilepticus"}, {"code": "G40409", "desc": "Other generalized epilepsy and epileptic syndromes, not intractable, without status epilepticus"}, {"code": "G40411", "desc": "Other generalized epilepsy and epileptic syndromes, intractable, with status epilepticus"}, {"code": "G40419", "desc": "Other generalized epilepsy and epileptic syndromes, intractable, without status epilepticus"}, {"code": "G40501", "desc": "Epileptic seizures related to external causes, not intractable, with status epilepticus"}, {"code": "G40509", "desc": "Epileptic seizures related to external causes, not intractable, without status epilepticus"}, {"code": "G40801", "desc": "Other epilepsy, not intractable, with status epilepticus"}, {"code": "G40802", "desc": "Other epilepsy, not intractable, without status epilepticus"}, {"code": "G40803", "desc": "Other epilepsy, intractable, with status epilepticus"}, {"code": "G40804", "desc": "Other epilepsy, intractable, without status epilepticus"}, {"code": "G40811", "desc": "Lennox-Gastaut syndrome, not intractable, with status epilepticus"}, {"code": "G40812", "desc": "Lennox-Gastaut syndrome, not intractable, without status epilepticus"}, {"code": "G40813", "desc": "Lennox-Gastaut syndrome, intractable, with status epilepticus"}, {"code": "G40814", "desc": "Lennox-Gastaut syndrome, intractable, without status epilepticus"}, {"code": "G40821", "desc": "Epileptic spasms, not intractable, with status epilepticus"}, {"code": "G40822", "desc": "Epileptic spasms, not intractable, without status epilepticus"}, {"code": "G40823", "desc": "Epileptic spasms, intractable, with status epilepticus"}, {"code": "G40824", "desc": "Epileptic spasms, intractable, without status epilepticus"}, {"code": "G4089", "desc": "Other seizures"}, {"code": "G40901", "desc": "Epilepsy, unspecified, not intractable, with status epilepticus"}, {"code": "G40909", "desc": "Epilepsy, unspecified, not intractable, without status epilepticus"}, {"code": "G40911", "desc": "Epilepsy, unspecified, intractable, with status epilepticus"}, {"code": "G40919", "desc": "Epilepsy, unspecified, intractable, without status epilepticus"}, {"code": "G43001", "desc": "Migraine without aura, not intractable, with status migrainosus"}, {"code": "G43009", "desc": "Migraine without aura, not intractable, without status migrainosus"}, {"code": "G43011", "desc": "Migraine without aura, intractable, with status migrainosus"}, {"code": "G43019", "desc": "Migraine without aura, intractable, without status migrainosus"}, {"code": "G43101", "desc": "Migraine with aura, not intractable, with status migrainosus"}, {"code": "G43109", "desc": "Migraine with aura, not intractable, without status migrainosus"}, {"code": "G43111", "desc": "Migraine with aura, intractable, with status migrainosus"}, {"code": "G43119", "desc": "Migraine with aura, intractable, without status migrainosus"}, {"code": "G43401", "desc": "Hemiplegic migraine, not intractable, with status migrainosus"}, {"code": "G43409", "desc": "Hemiplegic migraine, not intractable, without status migrainosus"}, {"code": "G43411", "desc": "Hemiplegic migraine, intractable, with status migrainosus"}, {"code": "G43419", "desc": "Hemiplegic migraine, intractable, without status migrainosus"}, {"code": "G43501", "desc": "Persistent migraine aura without cerebral infarction, not intractable, with status migrainosus"}, {"code": "G43509", "desc": "Persistent migraine aura without cerebral infarction, not intractable, without status migrainosus"}, {"code": "G43511", "desc": "Persistent migraine aura without cerebral infarction, intractable, with status migrainosus"}, {"code": "G43519", "desc": "Persistent migraine aura without cerebral infarction, intractable, without status migrainosus"}, {"code": "G43601", "desc": "Persistent migraine aura with cerebral infarction, not intractable, with status migrainosus"}, {"code": "G43609", "desc": "Persistent migraine aura with cerebral infarction, not intractable, without status migrainosus"}, {"code": "G43611", "desc": "Persistent migraine aura with cerebral infarction, intractable, with status migrainosus"}, {"code": "G43619", "desc": "Persistent migraine aura with cerebral infarction, intractable, without status migrainosus"}, {"code": "G43701", "desc": "Chronic migraine without aura, not intractable, with status migrainosus"}, {"code": "G43709", "desc": "Chronic migraine without aura, not intractable, without status migrainosus"}, {"code": "G43711", "desc": "Chronic migraine without aura, intractable, with status migrainosus"}, {"code": "G43719", "desc": "Chronic migraine without aura, intractable, without status migrainosus"}, {"code": "G43A0", "desc": "Cyclical vomiting, not intractable"}, {"code": "G43A1", "desc": "Cyclical vomiting, intractable"}, {"code": "G43B0", "desc": "Ophthalmoplegic migraine, not intractable"}, {"code": "G43B1", "desc": "Ophthalmoplegic migraine, intractable"}, {"code": "G43C0", "desc": "Periodic headache syndromes in child or adult, not intractable"}, {"code": "G43C1", "desc": "Periodic headache syndromes in child or adult, intractable"}, {"code": "G43D0", "desc": "Abdominal migraine, not intractable"}, {"code": "G43D1", "desc": "Abdominal migraine, intractable"}, {"code": "G43801", "desc": "Other migraine, not intractable, with status migrainosus"}, {"code": "G43809", "desc": "Other migraine, not intractable, without status migrainosus"}, {"code": "G43811", "desc": "Other migraine, intractable, with status migrainosus"}, {"code": "G43819", "desc": "Other migraine, intractable, without status migrainosus"}, {"code": "G43821", "desc": "Menstrual migraine, not intractable, with status migrainosus"}, {"code": "G43829", "desc": "Menstrual migraine, not intractable, without status migrainosus"}, {"code": "G43831", "desc": "Menstrual migraine, intractable, with status migrainosus"}, {"code": "G43839", "desc": "Menstrual migraine, intractable, without status migrainosus"}, {"code": "G43901", "desc": "Migraine, unspecified, not intractable, with status migrainosus"}, {"code": "G43909", "desc": "Migraine, unspecified, not intractable, without status migrainosus"}, {"code": "G43911", "desc": "Migraine, unspecified, intractable, with status migrainosus"}, {"code": "G43919", "desc": "Migraine, unspecified, intractable, without status migrainosus"}, {"code": "G44001", "desc": "Cluster headache syndrome, unspecified, intractable"}, {"code": "G44009", "desc": "Cluster headache syndrome, unspecified, not intractable"}, {"code": "G44011", "desc": "Episodic cluster headache, intractable"}, {"code": "G44019", "desc": "Episodic cluster headache, not intractable"}, {"code": "G44021", "desc": "Chronic cluster headache, intractable"}, {"code": "G44029", "desc": "Chronic cluster headache, not intractable"}, {"code": "G44031", "desc": "Episodic paroxysmal hemicrania, intractable"}, {"code": "G44039", "desc": "Episodic paroxysmal hemicrania, not intractable"}, {"code": "G44041", "desc": "Chronic paroxysmal hemicrania, intractable"}, {"code": "G44049", "desc": "Chronic paroxysmal hemicrania, not intractable"}, {"code": "G44051", "desc": "Short lasting unilateral neuralgiform headache with conjunctival injection and tearing (SUNCT), intractable"}, {"code": "G44059", "desc": "Short lasting unilateral neuralgiform headache with conjunctival injection and tearing (SUNCT), not intractable"}, {"code": "G44091", "desc": "Other trigeminal autonomic cephalgias (TAC), intractable"}, {"code": "G44099", "desc": "Other trigeminal autonomic cephalgias (TAC), not intractable"}, {"code": "G441", "desc": "Vascular headache, not elsewhere classified"}, {"code": "G44201", "desc": "Tension-type headache, unspecified, intractable"}, {"code": "G44209", "desc": "Tension-type headache, unspecified, not intractable"}, {"code": "G44211", "desc": "Episodic tension-type headache, intractable"}, {"code": "G44219", "desc": "Episodic tension-type headache, not intractable"}, {"code": "G44221", "desc": "Chronic tension-type headache, intractable"}, {"code": "G44229", "desc": "Chronic tension-type headache, not intractable"}, {"code": "G44301", "desc": "Post-traumatic headache, unspecified, intractable"}, {"code": "G44309", "desc": "Post-traumatic headache, unspecified, not intractable"}, {"code": "G44311", "desc": "Acute post-traumatic headache, intractable"}, {"code": "G44319", "desc": "Acute post-traumatic headache, not intractable"}, {"code": "G44321", "desc": "Chronic post-traumatic headache, intractable"}, {"code": "G44329", "desc": "Chronic post-traumatic headache, not intractable"}, {"code": "G4440", "desc": "Drug-induced headache, not elsewhere classified, not intractable"}, {"code": "G4441", "desc": "Drug-induced headache, not elsewhere classified, intractable"}, {"code": "G4451", "desc": "Hemicrania continua"}, {"code": "G4452", "desc": "New daily persistent headache (NDPH)"}, {"code": "G4453", "desc": "Primary thunderclap headache"}, {"code": "G4459", "desc": "Other complicated headache syndrome"}, {"code": "G4481", "desc": "Hypnic headache"}, {"code": "G4482", "desc": "Headache associated with sexual activity"}, {"code": "G4483", "desc": "Primary cough headache"}, {"code": "G4484", "desc": "Primary exertional headache"}, {"code": "G4485", "desc": "Primary stabbing headache"}, {"code": "G4489", "desc": "Other headache syndrome"}, {"code": "G450", "desc": "Vertebro-basilar artery syndrome"}, {"code": "G451", "desc": "Carotid artery syndrome (hemispheric)"}, {"code": "G452", "desc": "Multiple and bilateral precerebral artery syndromes"}, {"code": "G453", "desc": "Amaurosis fugax"}, {"code": "G454", "desc": "Transient global amnesia"}, {"code": "G458", "desc": "Other transient cerebral ischemic attacks and related syndromes"}, {"code": "G459", "desc": "Transient cerebral ischemic attack, unspecified"}, {"code": "G460", "desc": "Middle cerebral artery syndrome"}, {"code": "G461", "desc": "Anterior cerebral artery syndrome"}, {"code": "G462", "desc": "Posterior cerebral artery syndrome"}, {"code": "G463", "desc": "Brain stem stroke syndrome"}, {"code": "G464", "desc": "Cerebellar stroke syndrome"}, {"code": "G465", "desc": "Pure motor lacunar syndrome"}, {"code": "G466", "desc": "Pure sensory lacunar syndrome"}, {"code": "G467", "desc": "Other lacunar syndromes"}, {"code": "G468", "desc": "Other vascular syndromes of brain in cerebrovascular diseases"}, {"code": "G4700", "desc": "Insomnia, unspecified"}, {"code": "G4701", "desc": "Insomnia due to medical condition"}, {"code": "G4709", "desc": "Other insomnia"}, {"code": "G4710", "desc": "Hypersomnia, unspecified"}, {"code": "G4711", "desc": "Idiopathic hypersomnia with long sleep time"}, {"code": "G4712", "desc": "Idiopathic hypersomnia without long sleep time"}, {"code": "G4713", "desc": "Recurrent hypersomnia"}, {"code": "G4714", "desc": "Hypersomnia due to medical condition"}, {"code": "G4719", "desc": "Other hypersomnia"}, {"code": "G4720", "desc": "Circadian rhythm sleep disorder, unspecified type"}, {"code": "G4721", "desc": "Circadian rhythm sleep disorder, delayed sleep phase type"}, {"code": "G4722", "desc": "Circadian rhythm sleep disorder, advanced sleep phase type"}, {"code": "G4723", "desc": "Circadian rhythm sleep disorder, irregular sleep wake type"}, {"code": "G4724", "desc": "Circadian rhythm sleep disorder, free running type"}, {"code": "G4725", "desc": "Circadian rhythm sleep disorder, jet lag type"}, {"code": "G4726", "desc": "Circadian rhythm sleep disorder, shift work type"}, {"code": "G4727", "desc": "Circadian rhythm sleep disorder in conditions classified elsewhere"}, {"code": "G4729", "desc": "Other circadian rhythm sleep disorder"}, {"code": "G4730", "desc": "Sleep apnea, unspecified"}, {"code": "G4731", "desc": "Primary central sleep apnea"}, {"code": "G4732", "desc": "High altitude periodic breathing"}, {"code": "G4733", "desc": "Obstructive sleep apnea (adult) (pediatric)"}, {"code": "G4734", "desc": "Idiopathic sleep related nonobstructive alveolar hypoventilation"}, {"code": "G4735", "desc": "Congenital central alveolar hypoventilation syndrome"}, {"code": "G4736", "desc": "Sleep related hypoventilation in conditions classified elsewhere"}, {"code": "G4737", "desc": "Central sleep apnea in conditions classified elsewhere"}, {"code": "G4739", "desc": "Other sleep apnea"}, {"code": "G47411", "desc": "Narcolepsy with cataplexy"}, {"code": "G47419", "desc": "Narcolepsy without cataplexy"}, {"code": "G47421", "desc": "Narcolepsy in conditions classified elsewhere with cataplexy"}, {"code": "G47429", "desc": "Narcolepsy in conditions classified elsewhere without cataplexy"}, {"code": "G4750", "desc": "Parasomnia, unspecified"}, {"code": "G4751", "desc": "Confusional arousals"}, {"code": "G4752", "desc": "REM sleep behavior disorder"}, {"code": "G4753", "desc": "Recurrent isolated sleep paralysis"}, {"code": "G4754", "desc": "Parasomnia in conditions classified elsewhere"}, {"code": "G4759", "desc": "Other parasomnia"}, {"code": "G4761", "desc": "Periodic limb movement disorder"}, {"code": "G4762", "desc": "Sleep related leg cramps"}, {"code": "G4763", "desc": "Sleep related bruxism"}, {"code": "G4769", "desc": "Other sleep related movement disorders"}, {"code": "G478", "desc": "Other sleep disorders"}, {"code": "G479", "desc": "Sleep disorder, unspecified"}, {"code": "G500", "desc": "Trigeminal neuralgia"}, {"code": "G501", "desc": "Atypical facial pain"}, {"code": "G508", "desc": "Other disorders of trigeminal nerve"}, {"code": "G509", "desc": "Disorder of trigeminal nerve, unspecified"}, {"code": "G510", "desc": "Bell's palsy"}, {"code": "G511", "desc": "Geniculate ganglionitis"}, {"code": "G512", "desc": "Melkersson's syndrome"}, {"code": "G513", "desc": "Clonic hemifacial spasm"}, {"code": "G514", "desc": "Facial myokymia"}, {"code": "G518", "desc": "Other disorders of facial nerve"}, {"code": "G519", "desc": "Disorder of facial nerve, unspecified"}, {"code": "G520", "desc": "Disorders of olfactory nerve"}, {"code": "G521", "desc": "Disorders of glossopharyngeal nerve"}, {"code": "G522", "desc": "Disorders of vagus nerve"}, {"code": "G523", "desc": "Disorders of hypoglossal nerve"}, {"code": "G527", "desc": "Disorders of multiple cranial nerves"}, {"code": "G528", "desc": "Disorders of other specified cranial nerves"}, {"code": "G529", "desc": "Cranial nerve disorder, unspecified"}, {"code": "G53", "desc": "Cranial nerve disorders in diseases classified elsewhere"}, {"code": "G540", "desc": "Brachial plexus disorders"}, {"code": "G541", "desc": "Lumbosacral plexus disorders"}, {"code": "G542", "desc": "Cervical root disorders, not elsewhere classified"}, {"code": "G543", "desc": "Thoracic root disorders, not elsewhere classified"}, {"code": "G544", "desc": "Lumbosacral root disorders, not elsewhere classified"}, {"code": "G545", "desc": "Neuralgic amyotrophy"}, {"code": "G546", "desc": "Phantom limb syndrome with pain"}, {"code": "G547", "desc": "Phantom limb syndrome without pain"}, {"code": "G548", "desc": "Other nerve root and plexus disorders"}, {"code": "G549", "desc": "Nerve root and plexus disorder, unspecified"}, {"code": "G55", "desc": "Nerve root and plexus compressions in diseases classified elsewhere"}, {"code": "G5600", "desc": "Carpal tunnel syndrome, unspecified upper limb"}, {"code": "G5601", "desc": "Carpal tunnel syndrome, right upper limb"}, {"code": "G5602", "desc": "Carpal tunnel syndrome, left upper limb"}, {"code": "G5603", "desc": "Carpal tunnel syndrome, bilateral upper limbs"}, {"code": "G5610", "desc": "Other lesions of median nerve, unspecified upper limb"}, {"code": "G5611", "desc": "Other lesions of median nerve, right upper limb"}, {"code": "G5612", "desc": "Other lesions of median nerve, left upper limb"}, {"code": "G5613", "desc": "Other lesions of median nerve, bilateral upper limbs"}, {"code": "G5620", "desc": "Lesion of ulnar nerve, unspecified upper limb"}, {"code": "G5621", "desc": "Lesion of ulnar nerve, right upper limb"}, {"code": "G5622", "desc": "Lesion of ulnar nerve, left upper limb"}, {"code": "G5623", "desc": "Lesion of ulnar nerve, bilateral upper limbs"}, {"code": "G5630", "desc": "Lesion of radial nerve, unspecified upper limb"}, {"code": "G5631", "desc": "Lesion of radial nerve, right upper limb"}, {"code": "G5632", "desc": "Lesion of radial nerve, left upper limb"}, {"code": "G5633", "desc": "Lesion of radial nerve, bilateral upper limbs"}, {"code": "G5640", "desc": "Causalgia of unspecified upper limb"}, {"code": "G5641", "desc": "Causalgia of right upper limb"}, {"code": "G5642", "desc": "Causalgia of left upper limb"}, {"code": "G5643", "desc": "Causalgia of bilateral upper limbs"}, {"code": "G5680", "desc": "Other specified mononeuropathies of unspecified upper limb"}, {"code": "G5681", "desc": "Other specified mononeuropathies of right upper limb"}, {"code": "G5682", "desc": "Other specified mononeuropathies of left upper limb"}, {"code": "G5683", "desc": "Other specified mononeuropathies of bilateral upper limbs"}, {"code": "G5690", "desc": "Unspecified mononeuropathy of unspecified upper limb"}, {"code": "G5691", "desc": "Unspecified mononeuropathy of right upper limb"}, {"code": "G5692", "desc": "Unspecified mononeuropathy of left upper limb"}, {"code": "G5693", "desc": "Unspecified mononeuropathy of bilateral upper limbs"}, {"code": "G5700", "desc": "Lesion of sciatic nerve, unspecified lower limb"}, {"code": "G5701", "desc": "Lesion of sciatic nerve, right lower limb"}, {"code": "G5702", "desc": "Lesion of sciatic nerve, left lower limb"}, {"code": "G5703", "desc": "Lesion of sciatic nerve, bilateral lower limbs"}, {"code": "G5710", "desc": "Meralgia paresthetica, unspecified lower limb"}, {"code": "G5711", "desc": "Meralgia paresthetica, right lower limb"}, {"code": "G5712", "desc": "Meralgia paresthetica, left lower limb"}, {"code": "G5713", "desc": "Meralgia paresthetica, bilateral lower limbs"}, {"code": "G5720", "desc": "Lesion of femoral nerve, unspecified lower limb"}, {"code": "G5721", "desc": "Lesion of femoral nerve, right lower limb"}, {"code": "G5722", "desc": "Lesion of femoral nerve, left lower limb"}, {"code": "G5723", "desc": "Lesion of femoral nerve, bilateral lower limbs"}, {"code": "G5730", "desc": "Lesion of lateral popliteal nerve, unspecified lower limb"}, {"code": "G5731", "desc": "Lesion of lateral popliteal nerve, right lower limb"}, {"code": "G5732", "desc": "Lesion of lateral popliteal nerve, left lower limb"}, {"code": "G5733", "desc": "Lesion of lateral popliteal nerve, bilateral lower limbs"}, {"code": "G5740", "desc": "Lesion of medial popliteal nerve, unspecified lower limb"}, {"code": "G5741", "desc": "Lesion of medial popliteal nerve, right lower limb"}, {"code": "G5742", "desc": "Lesion of medial popliteal nerve, left lower limb"}, {"code": "G5743", "desc": "Lesion of medial popliteal nerve, bilateral lower limbs"}, {"code": "G5750", "desc": "Tarsal tunnel syndrome, unspecified lower limb"}, {"code": "G5751", "desc": "Tarsal tunnel syndrome, right lower limb"}, {"code": "G5752", "desc": "Tarsal tunnel syndrome, left lower limb"}, {"code": "G5753", "desc": "Tarsal tunnel syndrome, bilateral lower limbs"}, {"code": "G5760", "desc": "Lesion of plantar nerve, unspecified lower limb"}, {"code": "G5761", "desc": "Lesion of plantar nerve, right lower limb"}, {"code": "G5762", "desc": "Lesion of plantar nerve, left lower limb"}, {"code": "G5763", "desc": "Lesion of plantar nerve, bilateral lower limbs"}, {"code": "G5770", "desc": "Causalgia of unspecified lower limb"}, {"code": "G5771", "desc": "Causalgia of right lower limb"}, {"code": "G5772", "desc": "Causalgia of left lower limb"}, {"code": "G5773", "desc": "Causalgia of bilateral lower limbs"}, {"code": "G5780", "desc": "Other specified mononeuropathies of unspecified lower limb"}, {"code": "G5781", "desc": "Other specified mononeuropathies of right lower limb"}, {"code": "G5782", "desc": "Other specified mononeuropathies of left lower limb"}, {"code": "G5783", "desc": "Other specified mononeuropathies of bilateral lower limbs"}, {"code": "G5790", "desc": "Unspecified mononeuropathy of unspecified lower limb"}, {"code": "G5791", "desc": "Unspecified mononeuropathy of right lower limb"}, {"code": "G5792", "desc": "Unspecified mononeuropathy of left lower limb"}, {"code": "G5793", "desc": "Unspecified mononeuropathy of bilateral lower limbs"}, {"code": "G580", "desc": "Intercostal neuropathy"}, {"code": "G587", "desc": "Mononeuritis multiplex"}, {"code": "G588", "desc": "Other specified mononeuropathies"}, {"code": "G589", "desc": "Mononeuropathy, unspecified"}, {"code": "G59", "desc": "Mononeuropathy in diseases classified elsewhere"}, {"code": "G600", "desc": "Hereditary motor and sensory neuropathy"}, {"code": "G601", "desc": "Refsum's disease"}, {"code": "G602", "desc": "Neuropathy in association with hereditary ataxia"}, {"code": "G603", "desc": "Idiopathic progressive neuropathy"}, {"code": "G608", "desc": "Other hereditary and idiopathic neuropathies"}, {"code": "G609", "desc": "Hereditary and idiopathic neuropathy, unspecified"}, {"code": "G610", "desc": "Guillain-Barre syndrome"}, {"code": "G611", "desc": "Serum neuropathy"}, {"code": "G6181", "desc": "Chronic inflammatory demyelinating polyneuritis"}, {"code": "G6182", "desc": "Multifocal motor neuropathy"}, {"code": "G6189", "desc": "Other inflammatory polyneuropathies"}, {"code": "G619", "desc": "Inflammatory polyneuropathy, unspecified"}, {"code": "G620", "desc": "Drug-induced polyneuropathy"}, {"code": "G621", "desc": "Alcoholic polyneuropathy"}, {"code": "G622", "desc": "Polyneuropathy due to other toxic agents"}, {"code": "G6281", "desc": "Critical illness polyneuropathy"}, {"code": "G6282", "desc": "Radiation-induced polyneuropathy"}, {"code": "G6289", "desc": "Other specified polyneuropathies"}, {"code": "G629", "desc": "Polyneuropathy, unspecified"}, {"code": "G63", "desc": "Polyneuropathy in diseases classified elsewhere"}, {"code": "G64", "desc": "Other disorders of peripheral nervous system"}, {"code": "G650", "desc": "Sequelae of Guillain-Barre syndrome"}, {"code": "G651", "desc": "Sequelae of other inflammatory polyneuropathy"}, {"code": "G652", "desc": "Sequelae of toxic polyneuropathy"}, {"code": "G7000", "desc": "Myasthenia gravis without (acute) exacerbation"}, {"code": "G7001", "desc": "Myasthenia gravis with (acute) exacerbation"}, {"code": "G701", "desc": "Toxic myoneural disorders"}, {"code": "G702", "desc": "Congenital and developmental myasthenia"}, {"code": "G7080", "desc": "Lambert-Eaton syndrome, unspecified"}, {"code": "G7081", "desc": "Lambert-Eaton syndrome in disease classified elsewhere"}, {"code": "G7089", "desc": "Other specified myoneural disorders"}, {"code": "G709", "desc": "Myoneural disorder, unspecified"}, {"code": "G710", "desc": "Muscular dystrophy"}, {"code": "G7111", "desc": "Myotonic muscular dystrophy"}, {"code": "G7112", "desc": "Myotonia congenita"}, {"code": "G7113", "desc": "Myotonic chondrodystrophy"}, {"code": "G7114", "desc": "Drug induced myotonia"}, {"code": "G7119", "desc": "Other specified myotonic disorders"}, {"code": "G712", "desc": "Congenital myopathies"}, {"code": "G713", "desc": "Mitochondrial myopathy, not elsewhere classified"}, {"code": "G718", "desc": "Other primary disorders of muscles"}, {"code": "G719", "desc": "Primary disorder of muscle, unspecified"}, {"code": "G720", "desc": "Drug-induced myopathy"}, {"code": "G721", "desc": "Alcoholic myopathy"}, {"code": "G722", "desc": "Myopathy due to other toxic agents"}, {"code": "G723", "desc": "Periodic paralysis"}, {"code": "G7241", "desc": "Inclusion body myositis [IBM]"}, {"code": "G7249", "desc": "Other inflammatory and immune myopathies, not elsewhere classified"}, {"code": "G7281", "desc": "Critical illness myopathy"}, {"code": "G7289", "desc": "Other specified myopathies"}, {"code": "G729", "desc": "Myopathy, unspecified"}, {"code": "G731", "desc": "Lambert-Eaton syndrome in neoplastic disease"}, {"code": "G733", "desc": "Myasthenic syndromes in other diseases classified elsewhere"}, {"code": "G737", "desc": "Myopathy in diseases classified elsewhere"}, {"code": "G800", "desc": "Spastic quadriplegic cerebral palsy"}, {"code": "G801", "desc": "Spastic diplegic cerebral palsy"}, {"code": "G802", "desc": "Spastic hemiplegic cerebral palsy"}, {"code": "G803", "desc": "Athetoid cerebral palsy"}, {"code": "G804", "desc": "Ataxic cerebral palsy"}, {"code": "G808", "desc": "Other cerebral palsy"}, {"code": "G809", "desc": "Cerebral palsy, unspecified"}, {"code": "G8100", "desc": "Flaccid hemiplegia affecting unspecified side"}, {"code": "G8101", "desc": "Flaccid hemiplegia affecting right dominant side"}, {"code": "G8102", "desc": "Flaccid hemiplegia affecting left dominant side"}, {"code": "G8103", "desc": "Flaccid hemiplegia affecting right nondominant side"}, {"code": "G8104", "desc": "Flaccid hemiplegia affecting left nondominant side"}, {"code": "G8110", "desc": "Spastic hemiplegia affecting unspecified side"}, {"code": "G8111", "desc": "Spastic hemiplegia affecting right dominant side"}, {"code": "G8112", "desc": "Spastic hemiplegia affecting left dominant side"}, {"code": "G8113", "desc": "Spastic hemiplegia affecting right nondominant side"}, {"code": "G8114", "desc": "Spastic hemiplegia affecting left nondominant side"}, {"code": "G8190", "desc": "Hemiplegia, unspecified affecting unspecified side"}, {"code": "G8191", "desc": "Hemiplegia, unspecified affecting right dominant side"}, {"code": "G8192", "desc": "Hemiplegia, unspecified affecting left dominant side"}, {"code": "G8193", "desc": "Hemiplegia, unspecified affecting right nondominant side"}, {"code": "G8194", "desc": "Hemiplegia, unspecified affecting left nondominant side"}, {"code": "G8220", "desc": "Paraplegia, unspecified"}, {"code": "G8221", "desc": "Paraplegia, complete"}, {"code": "G8222", "desc": "Paraplegia, incomplete"}, {"code": "G8250", "desc": "Quadriplegia, unspecified"}, {"code": "G8251", "desc": "Quadriplegia, C1-C4 complete"}, {"code": "G8252", "desc": "Quadriplegia, C1-C4 incomplete"}, {"code": "G8253", "desc": "Quadriplegia, C5-C7 complete"}, {"code": "G8254", "desc": "Quadriplegia, C5-C7 incomplete"}, {"code": "G830", "desc": "Diplegia of upper limbs"}, {"code": "G8310", "desc": "Monoplegia of lower limb affecting unspecified side"}, {"code": "G8311", "desc": "Monoplegia of lower limb affecting right dominant side"}, {"code": "G8312", "desc": "Monoplegia of lower limb affecting left dominant side"}, {"code": "G8313", "desc": "Monoplegia of lower limb affecting right nondominant side"}, {"code": "G8314", "desc": "Monoplegia of lower limb affecting left nondominant side"}, {"code": "G8320", "desc": "Monoplegia of upper limb affecting unspecified side"}, {"code": "G8321", "desc": "Monoplegia of upper limb affecting right dominant side"}, {"code": "G8322", "desc": "Monoplegia of upper limb affecting left dominant side"}, {"code": "G8323", "desc": "Monoplegia of upper limb affecting right nondominant side"}, {"code": "G8324", "desc": "Monoplegia of upper limb affecting left nondominant side"}, {"code": "G8330", "desc": "Monoplegia, unspecified affecting unspecified side"}, {"code": "G8331", "desc": "Monoplegia, unspecified affecting right dominant side"}, {"code": "G8332", "desc": "Monoplegia, unspecified affecting left dominant side"}, {"code": "G8333", "desc": "Monoplegia, unspecified affecting right nondominant side"}, {"code": "G8334", "desc": "Monoplegia, unspecified affecting left nondominant side"}, {"code": "G834", "desc": "Cauda equina syndrome"}, {"code": "G835", "desc": "Locked-in state"}, {"code": "G8381", "desc": "Brown-Sequard syndrome"}, {"code": "G8382", "desc": "Anterior cord syndrome"}, {"code": "G8383", "desc": "Posterior cord syndrome"}, {"code": "G8384", "desc": "Todd's paralysis (postepileptic)"}, {"code": "G8389", "desc": "Other specified paralytic syndromes"}, {"code": "G839", "desc": "Paralytic syndrome, unspecified"}, {"code": "G890", "desc": "Central pain syndrome"}, {"code": "G8911", "desc": "Acute pain due to trauma"}, {"code": "G8912", "desc": "Acute post-thoracotomy pain"}, {"code": "G8918", "desc": "Other acute postprocedural pain"}, {"code": "G8921", "desc": "Chronic pain due to trauma"}, {"code": "G8922", "desc": "Chronic post-thoracotomy pain"}, {"code": "G8928", "desc": "Other chronic postprocedural pain"}, {"code": "G8929", "desc": "Other chronic pain"}, {"code": "G893", "desc": "Neoplasm related pain (acute) (chronic)"}, {"code": "G894", "desc": "Chronic pain syndrome"}, {"code": "G9001", "desc": "Carotid sinus syncope"}, {"code": "G9009", "desc": "Other idiopathic peripheral autonomic neuropathy"}, {"code": "G901", "desc": "Familial dysautonomia [Riley-Day]"}, {"code": "G902", "desc": "Horner's syndrome"}, {"code": "G903", "desc": "Multi-system degeneration of the autonomic nervous system"}, {"code": "G904", "desc": "Autonomic dysreflexia"}, {"code": "G9050", "desc": "Complex regional pain syndrome I, unspecified"}, {"code": "G90511", "desc": "Complex regional pain syndrome I of right upper limb"}, {"code": "G90512", "desc": "Complex regional pain syndrome I of left upper limb"}, {"code": "G90513", "desc": "Complex regional pain syndrome I of upper limb, bilateral"}, {"code": "G90519", "desc": "Complex regional pain syndrome I of unspecified upper limb"}, {"code": "G90521", "desc": "Complex regional pain syndrome I of right lower limb"}, {"code": "G90522", "desc": "Complex regional pain syndrome I of left lower limb"}, {"code": "G90523", "desc": "Complex regional pain syndrome I of lower limb, bilateral"}, {"code": "G90529", "desc": "Complex regional pain syndrome I of unspecified lower limb"}, {"code": "G9059", "desc": "Complex regional pain syndrome I of other specified site"}, {"code": "G908", "desc": "Other disorders of autonomic nervous system"}, {"code": "G909", "desc": "Disorder of the autonomic nervous system, unspecified"}, {"code": "G910", "desc": "Communicating hydrocephalus"}, {"code": "G911", "desc": "Obstructive hydrocephalus"}, {"code": "G912", "desc": "(Idiopathic) normal pressure hydrocephalus"}, {"code": "G913", "desc": "Post-traumatic hydrocephalus, unspecified"}, {"code": "G914", "desc": "Hydrocephalus in diseases classified elsewhere"}, {"code": "G918", "desc": "Other hydrocephalus"}, {"code": "G919", "desc": "Hydrocephalus, unspecified"}, {"code": "G92", "desc": "Toxic encephalopathy"}, {"code": "G930", "desc": "Cerebral cysts"}, {"code": "G931", "desc": "Anoxic brain damage, not elsewhere classified"}, {"code": "G932", "desc": "Benign intracranial hypertension"}, {"code": "G933", "desc": "Postviral fatigue syndrome"}, {"code": "G9340", "desc": "Encephalopathy, unspecified"}, {"code": "G9341", "desc": "Metabolic encephalopathy"}, {"code": "G9349", "desc": "Other encephalopathy"}, {"code": "G935", "desc": "Compression of brain"}, {"code": "G936", "desc": "Cerebral edema"}, {"code": "G937", "desc": "Reye's syndrome"}, {"code": "G9381", "desc": "Temporal sclerosis"}, {"code": "G9382", "desc": "Brain death"}, {"code": "G9389", "desc": "Other specified disorders of brain"}, {"code": "G939", "desc": "Disorder of brain, unspecified"}, {"code": "G94", "desc": "Other disorders of brain in diseases classified elsewhere"}, {"code": "G950", "desc": "Syringomyelia and syringobulbia"}, {"code": "G9511", "desc": "Acute infarction of spinal cord (embolic) (nonembolic)"}, {"code": "G9519", "desc": "Other vascular myelopathies"}, {"code": "G9520", "desc": "Unspecified cord compression"}, {"code": "G9529", "desc": "Other cord compression"}, {"code": "G9581", "desc": "Conus medullaris syndrome"}, {"code": "G9589", "desc": "Other specified diseases of spinal cord"}, {"code": "G959", "desc": "Disease of spinal cord, unspecified"}, {"code": "G960", "desc": "Cerebrospinal fluid leak"}, {"code": "G9611", "desc": "Dural tear"}, {"code": "G9612", "desc": "Meningeal adhesions (cerebral) (spinal)"}, {"code": "G9619", "desc": "Other disorders of meninges, not elsewhere classified"}, {"code": "G968", "desc": "Other specified disorders of central nervous system"}, {"code": "G969", "desc": "Disorder of central nervous system, unspecified"}, {"code": "G970", "desc": "Cerebrospinal fluid leak from spinal puncture"}, {"code": "G971", "desc": "Other reaction to spinal and lumbar puncture"}, {"code": "G972", "desc": "Intracranial hypotension following ventricular shunting"}, {"code": "G9731", "desc": "Intraoperative hemorrhage and hematoma of a nervous system organ or structure complicating a nervous system procedure"}, {"code": "G9732", "desc": "Intraoperative hemorrhage and hematoma of a nervous system organ or structure complicating other procedure"}, {"code": "G9741", "desc": "Accidental puncture or laceration of dura during a procedure"}, {"code": "G9748", "desc": "Accidental puncture and laceration of other nervous system organ or structure during a nervous system procedure"}, {"code": "G9749", "desc": "Accidental puncture and laceration of other nervous system organ or structure during other procedure"}, {"code": "G9751", "desc": "Postprocedural hemorrhage of a nervous system organ or structure following a nervous system procedure"}, {"code": "G9752", "desc": "Postprocedural hemorrhage of a nervous system organ or structure following other procedure"}, {"code": "G9761", "desc": "Postprocedural hematoma of a nervous system organ or structure following a nervous system procedure"}, {"code": "G9762", "desc": "Postprocedural hematoma of a nervous system organ or structure following other procedure"}, {"code": "G9763", "desc": "Postprocedural seroma of a nervous system organ or structure following a nervous system procedure"}, {"code": "G9764", "desc": "Postprocedural seroma of a nervous system organ or structure following other procedure"}, {"code": "G9781", "desc": "Other intraoperative complications of nervous system"}, {"code": "G9782", "desc": "Other postprocedural complications and disorders of nervous system"}, {"code": "G980", "desc": "Neurogenic arthritis, not elsewhere classified"}, {"code": "G988", "desc": "Other disorders of nervous system"}, {"code": "G990", "desc": "Autonomic neuropathy in diseases classified elsewhere"}, {"code": "G992", "desc": "Myelopathy in diseases classified elsewhere"}, {"code": "G998", "desc": "Other specified disorders of nervous system in diseases classified elsewhere"}, {"code": "H00011", "desc": "Hordeolum externum right upper eyelid"}, {"code": "H00012", "desc": "Hordeolum externum right lower eyelid"}, {"code": "H00013", "desc": "Hordeolum externum right eye, unspecified eyelid"}, {"code": "H00014", "desc": "Hordeolum externum left upper eyelid"}, {"code": "H00015", "desc": "Hordeolum externum left lower eyelid"}, {"code": "H00016", "desc": "Hordeolum externum left eye, unspecified eyelid"}, {"code": "H00019", "desc": "Hordeolum externum unspecified eye, unspecified eyelid"}, {"code": "H00021", "desc": "Hordeolum internum right upper eyelid"}, {"code": "H00022", "desc": "Hordeolum internum right lower eyelid"}, {"code": "H00023", "desc": "Hordeolum internum right eye, unspecified eyelid"}, {"code": "H00024", "desc": "Hordeolum internum left upper eyelid"}, {"code": "H00025", "desc": "Hordeolum internum left lower eyelid"}, {"code": "H00026", "desc": "Hordeolum internum left eye, unspecified eyelid"}, {"code": "H00029", "desc": "Hordeolum internum unspecified eye, unspecified eyelid"}, {"code": "H00031", "desc": "Abscess of right upper eyelid"}, {"code": "H00032", "desc": "Abscess of right lower eyelid"}, {"code": "H00033", "desc": "Abscess of eyelid right eye, unspecified eyelid"}, {"code": "H00034", "desc": "Abscess of left upper eyelid"}, {"code": "H00035", "desc": "Abscess of left lower eyelid"}, {"code": "H00036", "desc": "Abscess of eyelid left eye, unspecified eyelid"}, {"code": "H00039", "desc": "Abscess of eyelid unspecified eye, unspecified eyelid"}, {"code": "H0011", "desc": "Chalazion right upper eyelid"}, {"code": "H0012", "desc": "Chalazion right lower eyelid"}, {"code": "H0013", "desc": "Chalazion right eye, unspecified eyelid"}, {"code": "H0014", "desc": "Chalazion left upper eyelid"}, {"code": "H0015", "desc": "Chalazion left lower eyelid"}, {"code": "H0016", "desc": "Chalazion left eye, unspecified eyelid"}, {"code": "H0019", "desc": "Chalazion unspecified eye, unspecified eyelid"}, {"code": "H01001", "desc": "Unspecified blepharitis right upper eyelid"}, {"code": "H01002", "desc": "Unspecified blepharitis right lower eyelid"}, {"code": "H01003", "desc": "Unspecified blepharitis right eye, unspecified eyelid"}, {"code": "H01004", "desc": "Unspecified blepharitis left upper eyelid"}, {"code": "H01005", "desc": "Unspecified blepharitis left lower eyelid"}, {"code": "H01006", "desc": "Unspecified blepharitis left eye, unspecified eyelid"}, {"code": "H01009", "desc": "Unspecified blepharitis unspecified eye, unspecified eyelid"}, {"code": "H01011", "desc": "Ulcerative blepharitis right upper eyelid"}, {"code": "H01012", "desc": "Ulcerative blepharitis right lower eyelid"}, {"code": "H01013", "desc": "Ulcerative blepharitis right eye, unspecified eyelid"}, {"code": "H01014", "desc": "Ulcerative blepharitis left upper eyelid"}, {"code": "H01015", "desc": "Ulcerative blepharitis left lower eyelid"}, {"code": "H01016", "desc": "Ulcerative blepharitis left eye, unspecified eyelid"}, {"code": "H01019", "desc": "Ulcerative blepharitis unspecified eye, unspecified eyelid"}, {"code": "H01021", "desc": "Squamous blepharitis right upper eyelid"}, {"code": "H01022", "desc": "Squamous blepharitis right lower eyelid"}, {"code": "H01023", "desc": "Squamous blepharitis right eye, unspecified eyelid"}, {"code": "H01024", "desc": "Squamous blepharitis left upper eyelid"}, {"code": "H01025", "desc": "Squamous blepharitis left lower eyelid"}, {"code": "H01026", "desc": "Squamous blepharitis left eye, unspecified eyelid"}, {"code": "H01029", "desc": "Squamous blepharitis unspecified eye, unspecified eyelid"}, {"code": "H01111", "desc": "Allergic dermatitis of right upper eyelid"}, {"code": "H01112", "desc": "Allergic dermatitis of right lower eyelid"}, {"code": "H01113", "desc": "Allergic dermatitis of right eye, unspecified eyelid"}, {"code": "H01114", "desc": "Allergic dermatitis of left upper eyelid"}, {"code": "H01115", "desc": "Allergic dermatitis of left lower eyelid"}, {"code": "H01116", "desc": "Allergic dermatitis of left eye, unspecified eyelid"}, {"code": "H01119", "desc": "Allergic dermatitis of unspecified eye, unspecified eyelid"}, {"code": "H01121", "desc": "Discoid lupus erythematosus of right upper eyelid"}, {"code": "H01122", "desc": "Discoid lupus erythematosus of right lower eyelid"}, {"code": "H01123", "desc": "Discoid lupus erythematosus of right eye, unspecified eyelid"}, {"code": "H01124", "desc": "Discoid lupus erythematosus of left upper eyelid"}, {"code": "H01125", "desc": "Discoid lupus erythematosus of left lower eyelid"}, {"code": "H01126", "desc": "Discoid lupus erythematosus of left eye, unspecified eyelid"}, {"code": "H01129", "desc": "Discoid lupus erythematosus of unspecified eye, unspecified eyelid"}, {"code": "H01131", "desc": "Eczematous dermatitis of right upper eyelid"}, {"code": "H01132", "desc": "Eczematous dermatitis of right lower eyelid"}, {"code": "H01133", "desc": "Eczematous dermatitis of right eye, unspecified eyelid"}, {"code": "H01134", "desc": "Eczematous dermatitis of left upper eyelid"}, {"code": "H01135", "desc": "Eczematous dermatitis of left lower eyelid"}, {"code": "H01136", "desc": "Eczematous dermatitis of left eye, unspecified eyelid"}, {"code": "H01139", "desc": "Eczematous dermatitis of unspecified eye, unspecified eyelid"}, {"code": "H01141", "desc": "Xeroderma of right upper eyelid"}, {"code": "H01142", "desc": "Xeroderma of right lower eyelid"}, {"code": "H01143", "desc": "Xeroderma of right eye, unspecified eyelid"}, {"code": "H01144", "desc": "Xeroderma of left upper eyelid"}, {"code": "H01145", "desc": "Xeroderma of left lower eyelid"}, {"code": "H01146", "desc": "Xeroderma of left eye, unspecified eyelid"}, {"code": "H01149", "desc": "Xeroderma of unspecified eye, unspecified eyelid"}, {"code": "H018", "desc": "Other specified inflammations of eyelid"}, {"code": "H019", "desc": "Unspecified inflammation of eyelid"}, {"code": "H02001", "desc": "Unspecified entropion of right upper eyelid"}, {"code": "H02002", "desc": "Unspecified entropion of right lower eyelid"}, {"code": "H02003", "desc": "Unspecified entropion of right eye, unspecified eyelid"}, {"code": "H02004", "desc": "Unspecified entropion of left upper eyelid"}, {"code": "H02005", "desc": "Unspecified entropion of left lower eyelid"}, {"code": "H02006", "desc": "Unspecified entropion of left eye, unspecified eyelid"}, {"code": "H02009", "desc": "Unspecified entropion of unspecified eye, unspecified eyelid"}, {"code": "H02011", "desc": "Cicatricial entropion of right upper eyelid"}, {"code": "H02012", "desc": "Cicatricial entropion of right lower eyelid"}, {"code": "H02013", "desc": "Cicatricial entropion of right eye, unspecified eyelid"}, {"code": "H02014", "desc": "Cicatricial entropion of left upper eyelid"}, {"code": "H02015", "desc": "Cicatricial entropion of left lower eyelid"}, {"code": "H02016", "desc": "Cicatricial entropion of left eye, unspecified eyelid"}, {"code": "H02019", "desc": "Cicatricial entropion of unspecified eye, unspecified eyelid"}, {"code": "H02021", "desc": "Mechanical entropion of right upper eyelid"}, {"code": "H02022", "desc": "Mechanical entropion of right lower eyelid"}, {"code": "H02023", "desc": "Mechanical entropion of right eye, unspecified eyelid"}, {"code": "H02024", "desc": "Mechanical entropion of left upper eyelid"}, {"code": "H02025", "desc": "Mechanical entropion of left lower eyelid"}, {"code": "H02026", "desc": "Mechanical entropion of left eye, unspecified eyelid"}, {"code": "H02029", "desc": "Mechanical entropion of unspecified eye, unspecified eyelid"}, {"code": "H02031", "desc": "Senile entropion of right upper eyelid"}, {"code": "H02032", "desc": "Senile entropion of right lower eyelid"}, {"code": "H02033", "desc": "Senile entropion of right eye, unspecified eyelid"}, {"code": "H02034", "desc": "Senile entropion of left upper eyelid"}, {"code": "H02035", "desc": "Senile entropion of left lower eyelid"}, {"code": "H02036", "desc": "Senile entropion of left eye, unspecified eyelid"}, {"code": "H02039", "desc": "Senile entropion of unspecified eye, unspecified eyelid"}, {"code": "H02041", "desc": "Spastic entropion of right upper eyelid"}, {"code": "H02042", "desc": "Spastic entropion of right lower eyelid"}, {"code": "H02043", "desc": "Spastic entropion of right eye, unspecified eyelid"}, {"code": "H02044", "desc": "Spastic entropion of left upper eyelid"}, {"code": "H02045", "desc": "Spastic entropion of left lower eyelid"}, {"code": "H02046", "desc": "Spastic entropion of left eye, unspecified eyelid"}, {"code": "H02049", "desc": "Spastic entropion of unspecified eye, unspecified eyelid"}, {"code": "H02051", "desc": "Trichiasis without entropion right upper eyelid"}, {"code": "H02052", "desc": "Trichiasis without entropion right lower eyelid"}, {"code": "H02053", "desc": "Trichiasis without entropion right eye, unspecified eyelid"}, {"code": "H02054", "desc": "Trichiasis without entropion left upper eyelid"}, {"code": "H02055", "desc": "Trichiasis without entropion left lower eyelid"}, {"code": "H02056", "desc": "Trichiasis without entropion left eye, unspecified eyelid"}, {"code": "H02059", "desc": "Trichiasis without entropion unspecified eye, unspecified eyelid"}, {"code": "H02101", "desc": "Unspecified ectropion of right upper eyelid"}, {"code": "H02102", "desc": "Unspecified ectropion of right lower eyelid"}, {"code": "H02103", "desc": "Unspecified ectropion of right eye, unspecified eyelid"}, {"code": "H02104", "desc": "Unspecified ectropion of left upper eyelid"}, {"code": "H02105", "desc": "Unspecified ectropion of left lower eyelid"}, {"code": "H02106", "desc": "Unspecified ectropion of left eye, unspecified eyelid"}, {"code": "H02109", "desc": "Unspecified ectropion of unspecified eye, unspecified eyelid"}, {"code": "H02111", "desc": "Cicatricial ectropion of right upper eyelid"}, {"code": "H02112", "desc": "Cicatricial ectropion of right lower eyelid"}, {"code": "H02113", "desc": "Cicatricial ectropion of right eye, unspecified eyelid"}, {"code": "H02114", "desc": "Cicatricial ectropion of left upper eyelid"}, {"code": "H02115", "desc": "Cicatricial ectropion of left lower eyelid"}, {"code": "H02116", "desc": "Cicatricial ectropion of left eye, unspecified eyelid"}, {"code": "H02119", "desc": "Cicatricial ectropion of unspecified eye, unspecified eyelid"}, {"code": "H02121", "desc": "Mechanical ectropion of right upper eyelid"}, {"code": "H02122", "desc": "Mechanical ectropion of right lower eyelid"}, {"code": "H02123", "desc": "Mechanical ectropion of right eye, unspecified eyelid"}, {"code": "H02124", "desc": "Mechanical ectropion of left upper eyelid"}, {"code": "H02125", "desc": "Mechanical ectropion of left lower eyelid"}, {"code": "H02126", "desc": "Mechanical ectropion of left eye, unspecified eyelid"}, {"code": "H02129", "desc": "Mechanical ectropion of unspecified eye, unspecified eyelid"}, {"code": "H02131", "desc": "Senile ectropion of right upper eyelid"}, {"code": "H02132", "desc": "Senile ectropion of right lower eyelid"}, {"code": "H02133", "desc": "Senile ectropion of right eye, unspecified eyelid"}, {"code": "H02134", "desc": "Senile ectropion of left upper eyelid"}, {"code": "H02135", "desc": "Senile ectropion of left lower eyelid"}, {"code": "H02136", "desc": "Senile ectropion of left eye, unspecified eyelid"}, {"code": "H02139", "desc": "Senile ectropion of unspecified eye, unspecified eyelid"}, {"code": "H02141", "desc": "Spastic ectropion of right upper eyelid"}, {"code": "H02142", "desc": "Spastic ectropion of right lower eyelid"}, {"code": "H02143", "desc": "Spastic ectropion of right eye, unspecified eyelid"}, {"code": "H02144", "desc": "Spastic ectropion of left upper eyelid"}, {"code": "H02145", "desc": "Spastic ectropion of left lower eyelid"}, {"code": "H02146", "desc": "Spastic ectropion of left eye, unspecified eyelid"}, {"code": "H02149", "desc": "Spastic ectropion of unspecified eye, unspecified eyelid"}, {"code": "H02201", "desc": "Unspecified lagophthalmos right upper eyelid"}, {"code": "H02202", "desc": "Unspecified lagophthalmos right lower eyelid"}, {"code": "H02203", "desc": "Unspecified lagophthalmos right eye, unspecified eyelid"}, {"code": "H02204", "desc": "Unspecified lagophthalmos left upper eyelid"}, {"code": "H02205", "desc": "Unspecified lagophthalmos left lower eyelid"}, {"code": "H02206", "desc": "Unspecified lagophthalmos left eye, unspecified eyelid"}, {"code": "H02209", "desc": "Unspecified lagophthalmos unspecified eye, unspecified eyelid"}, {"code": "H02211", "desc": "Cicatricial lagophthalmos right upper eyelid"}, {"code": "H02212", "desc": "Cicatricial lagophthalmos right lower eyelid"}, {"code": "H02213", "desc": "Cicatricial lagophthalmos right eye, unspecified eyelid"}, {"code": "H02214", "desc": "Cicatricial lagophthalmos left upper eyelid"}, {"code": "H02215", "desc": "Cicatricial lagophthalmos left lower eyelid"}, {"code": "H02216", "desc": "Cicatricial lagophthalmos left eye, unspecified eyelid"}, {"code": "H02219", "desc": "Cicatricial lagophthalmos unspecified eye, unspecified eyelid"}, {"code": "H02221", "desc": "Mechanical lagophthalmos right upper eyelid"}, {"code": "H02222", "desc": "Mechanical lagophthalmos right lower eyelid"}, {"code": "H02223", "desc": "Mechanical lagophthalmos right eye, unspecified eyelid"}, {"code": "H02224", "desc": "Mechanical lagophthalmos left upper eyelid"}, {"code": "H02225", "desc": "Mechanical lagophthalmos left lower eyelid"}, {"code": "H02226", "desc": "Mechanical lagophthalmos left eye, unspecified eyelid"}, {"code": "H02229", "desc": "Mechanical lagophthalmos unspecified eye, unspecified eyelid"}, {"code": "H02231", "desc": "Paralytic lagophthalmos right upper eyelid"}, {"code": "H02232", "desc": "Paralytic lagophthalmos right lower eyelid"}, {"code": "H02233", "desc": "Paralytic lagophthalmos right eye, unspecified eyelid"}, {"code": "H02234", "desc": "Paralytic lagophthalmos left upper eyelid"}, {"code": "H02235", "desc": "Paralytic lagophthalmos left lower eyelid"}, {"code": "H02236", "desc": "Paralytic lagophthalmos left eye, unspecified eyelid"}, {"code": "H02239", "desc": "Paralytic lagophthalmos unspecified eye, unspecified eyelid"}, {"code": "H0230", "desc": "Blepharochalasis unspecified eye, unspecified eyelid"}, {"code": "H0231", "desc": "Blepharochalasis right upper eyelid"}, {"code": "H0232", "desc": "Blepharochalasis right lower eyelid"}, {"code": "H0233", "desc": "Blepharochalasis right eye, unspecified eyelid"}, {"code": "H0234", "desc": "Blepharochalasis left upper eyelid"}, {"code": "H0235", "desc": "Blepharochalasis left lower eyelid"}, {"code": "H0236", "desc": "Blepharochalasis left eye, unspecified eyelid"}, {"code": "H02401", "desc": "Unspecified ptosis of right eyelid"}, {"code": "H02402", "desc": "Unspecified ptosis of left eyelid"}, {"code": "H02403", "desc": "Unspecified ptosis of bilateral eyelids"}, {"code": "H02409", "desc": "Unspecified ptosis of unspecified eyelid"}, {"code": "H02411", "desc": "Mechanical ptosis of right eyelid"}, {"code": "H02412", "desc": "Mechanical ptosis of left eyelid"}, {"code": "H02413", "desc": "Mechanical ptosis of bilateral eyelids"}, {"code": "H02419", "desc": "Mechanical ptosis of unspecified eyelid"}, {"code": "H02421", "desc": "Myogenic ptosis of right eyelid"}, {"code": "H02422", "desc": "Myogenic ptosis of left eyelid"}, {"code": "H02423", "desc": "Myogenic ptosis of bilateral eyelids"}, {"code": "H02429", "desc": "Myogenic ptosis of unspecified eyelid"}, {"code": "H02431", "desc": "Paralytic ptosis of right eyelid"}, {"code": "H02432", "desc": "Paralytic ptosis of left eyelid"}, {"code": "H02433", "desc": "Paralytic ptosis of bilateral eyelids"}, {"code": "H02439", "desc": "Paralytic ptosis unspecified eyelid"}, {"code": "H02511", "desc": "Abnormal innervation syndrome right upper eyelid"}, {"code": "H02512", "desc": "Abnormal innervation syndrome right lower eyelid"}, {"code": "H02513", "desc": "Abnormal innervation syndrome right eye, unspecified eyelid"}, {"code": "H02514", "desc": "Abnormal innervation syndrome left upper eyelid"}, {"code": "H02515", "desc": "Abnormal innervation syndrome left lower eyelid"}, {"code": "H02516", "desc": "Abnormal innervation syndrome left eye, unspecified eyelid"}, {"code": "H02519", "desc": "Abnormal innervation syndrome unspecified eye, unspecified eyelid"}, {"code": "H02521", "desc": "Blepharophimosis right upper eyelid"}, {"code": "H02522", "desc": "Blepharophimosis right lower eyelid"}, {"code": "H02523", "desc": "Blepharophimosis right eye, unspecified eyelid"}, {"code": "H02524", "desc": "Blepharophimosis left upper eyelid"}, {"code": "H02525", "desc": "Blepharophimosis left lower eyelid"}, {"code": "H02526", "desc": "Blepharophimosis left eye, unspecified eyelid"}, {"code": "H02529", "desc": "Blepharophimosis unspecified eye, unspecified lid"}, {"code": "H02531", "desc": "Eyelid retraction right upper eyelid"}, {"code": "H02532", "desc": "Eyelid retraction right lower eyelid"}, {"code": "H02533", "desc": "Eyelid retraction right eye, unspecified eyelid"}, {"code": "H02534", "desc": "Eyelid retraction left upper eyelid"}, {"code": "H02535", "desc": "Eyelid retraction left lower eyelid"}, {"code": "H02536", "desc": "Eyelid retraction left eye, unspecified eyelid"}, {"code": "H02539", "desc": "Eyelid retraction unspecified eye, unspecified lid"}, {"code": "H0259", "desc": "Other disorders affecting eyelid function"}, {"code": "H0260", "desc": "Xanthelasma of unspecified eye, unspecified eyelid"}, {"code": "H0261", "desc": "Xanthelasma of right upper eyelid"}, {"code": "H0262", "desc": "Xanthelasma of right lower eyelid"}, {"code": "H0263", "desc": "Xanthelasma of right eye, unspecified eyelid"}, {"code": "H0264", "desc": "Xanthelasma of left upper eyelid"}, {"code": "H0265", "desc": "Xanthelasma of left lower eyelid"}, {"code": "H0266", "desc": "Xanthelasma of left eye, unspecified eyelid"}, {"code": "H0270", "desc": "Unspecified degenerative disorders of eyelid and periocular area"}, {"code": "H02711", "desc": "Chloasma of right upper eyelid and periocular area"}, {"code": "H02712", "desc": "Chloasma of right lower eyelid and periocular area"}, {"code": "H02713", "desc": "Chloasma of right eye, unspecified eyelid and periocular area"}, {"code": "H02714", "desc": "Chloasma of left upper eyelid and periocular area"}, {"code": "H02715", "desc": "Chloasma of left lower eyelid and periocular area"}, {"code": "H02716", "desc": "Chloasma of left eye, unspecified eyelid and periocular area"}, {"code": "H02719", "desc": "Chloasma of unspecified eye, unspecified eyelid and periocular area"}, {"code": "H02721", "desc": "Madarosis of right upper eyelid and periocular area"}, {"code": "H02722", "desc": "Madarosis of right lower eyelid and periocular area"}, {"code": "H02723", "desc": "Madarosis of right eye, unspecified eyelid and periocular area"}, {"code": "H02724", "desc": "Madarosis of left upper eyelid and periocular area"}, {"code": "H02725", "desc": "Madarosis of left lower eyelid and periocular area"}, {"code": "H02726", "desc": "Madarosis of left eye, unspecified eyelid and periocular area"}, {"code": "H02729", "desc": "Madarosis of unspecified eye, unspecified eyelid and periocular area"}, {"code": "H02731", "desc": "Vitiligo of right upper eyelid and periocular area"}, {"code": "H02732", "desc": "Vitiligo of right lower eyelid and periocular area"}, {"code": "H02733", "desc": "Vitiligo of right eye, unspecified eyelid and periocular area"}, {"code": "H02734", "desc": "Vitiligo of left upper eyelid and periocular area"}, {"code": "H02735", "desc": "Vitiligo of left lower eyelid and periocular area"}, {"code": "H02736", "desc": "Vitiligo of left eye, unspecified eyelid and periocular area"}, {"code": "H02739", "desc": "Vitiligo of unspecified eye, unspecified eyelid and periocular area"}, {"code": "H0279", "desc": "Other degenerative disorders of eyelid and periocular area"}, {"code": "H02811", "desc": "Retained foreign body in right upper eyelid"}, {"code": "H02812", "desc": "Retained foreign body in right lower eyelid"}, {"code": "H02813", "desc": "Retained foreign body in right eye, unspecified eyelid"}, {"code": "H02814", "desc": "Retained foreign body in left upper eyelid"}, {"code": "H02815", "desc": "Retained foreign body in left lower eyelid"}, {"code": "H02816", "desc": "Retained foreign body in left eye, unspecified eyelid"}, {"code": "H02819", "desc": "Retained foreign body in unspecified eye, unspecified eyelid"}, {"code": "H02821", "desc": "Cysts of right upper eyelid"}, {"code": "H02822", "desc": "Cysts of right lower eyelid"}, {"code": "H02823", "desc": "Cysts of right eye, unspecified eyelid"}, {"code": "H02824", "desc": "Cysts of left upper eyelid"}, {"code": "H02825", "desc": "Cysts of left lower eyelid"}, {"code": "H02826", "desc": "Cysts of left eye, unspecified eyelid"}, {"code": "H02829", "desc": "Cysts of unspecified eye, unspecified eyelid"}, {"code": "H02831", "desc": "Dermatochalasis of right upper eyelid"}, {"code": "H02832", "desc": "Dermatochalasis of right lower eyelid"}, {"code": "H02833", "desc": "Dermatochalasis of right eye, unspecified eyelid"}, {"code": "H02834", "desc": "Dermatochalasis of left upper eyelid"}, {"code": "H02835", "desc": "Dermatochalasis of left lower eyelid"}, {"code": "H02836", "desc": "Dermatochalasis of left eye, unspecified eyelid"}, {"code": "H02839", "desc": "Dermatochalasis of unspecified eye, unspecified eyelid"}, {"code": "H02841", "desc": "Edema of right upper eyelid"}, {"code": "H02842", "desc": "Edema of right lower eyelid"}, {"code": "H02843", "desc": "Edema of right eye, unspecified eyelid"}, {"code": "H02844", "desc": "Edema of left upper eyelid"}, {"code": "H02845", "desc": "Edema of left lower eyelid"}, {"code": "H02846", "desc": "Edema of left eye, unspecified eyelid"}, {"code": "H02849", "desc": "Edema of unspecified eye, unspecified eyelid"}, {"code": "H02851", "desc": "Elephantiasis of right upper eyelid"}, {"code": "H02852", "desc": "Elephantiasis of right lower eyelid"}, {"code": "H02853", "desc": "Elephantiasis of right eye, unspecified eyelid"}, {"code": "H02854", "desc": "Elephantiasis of left upper eyelid"}, {"code": "H02855", "desc": "Elephantiasis of left lower eyelid"}, {"code": "H02856", "desc": "Elephantiasis of left eye, unspecified eyelid"}, {"code": "H02859", "desc": "Elephantiasis of unspecified eye, unspecified eyelid"}, {"code": "H02861", "desc": "Hypertrichosis of right upper eyelid"}, {"code": "H02862", "desc": "Hypertrichosis of right lower eyelid"}, {"code": "H02863", "desc": "Hypertrichosis of right eye, unspecified eyelid"}, {"code": "H02864", "desc": "Hypertrichosis of left upper eyelid"}, {"code": "H02865", "desc": "Hypertrichosis of left lower eyelid"}, {"code": "H02866", "desc": "Hypertrichosis of left eye, unspecified eyelid"}, {"code": "H02869", "desc": "Hypertrichosis of unspecified eye, unspecified eyelid"}, {"code": "H02871", "desc": "Vascular anomalies of right upper eyelid"}, {"code": "H02872", "desc": "Vascular anomalies of right lower eyelid"}, {"code": "H02873", "desc": "Vascular anomalies of right eye, unspecified eyelid"}, {"code": "H02874", "desc": "Vascular anomalies of left upper eyelid"}, {"code": "H02875", "desc": "Vascular anomalies of left lower eyelid"}, {"code": "H02876", "desc": "Vascular anomalies of left eye, unspecified eyelid"}, {"code": "H02879", "desc": "Vascular anomalies of unspecified eye, unspecified eyelid"}, {"code": "H0289", "desc": "Other specified disorders of eyelid"}, {"code": "H029", "desc": "Unspecified disorder of eyelid"}, {"code": "H04001", "desc": "Unspecified dacryoadenitis, right lacrimal gland"}, {"code": "H04002", "desc": "Unspecified dacryoadenitis, left lacrimal gland"}, {"code": "H04003", "desc": "Unspecified dacryoadenitis, bilateral lacrimal glands"}, {"code": "H04009", "desc": "Unspecified dacryoadenitis, unspecified lacrimal gland"}, {"code": "H04011", "desc": "Acute dacryoadenitis, right lacrimal gland"}, {"code": "H04012", "desc": "Acute dacryoadenitis, left lacrimal gland"}, {"code": "H04013", "desc": "Acute dacryoadenitis, bilateral lacrimal glands"}, {"code": "H04019", "desc": "Acute dacryoadenitis, unspecified lacrimal gland"}, {"code": "H04021", "desc": "Chronic dacryoadenitis, right lacrimal gland"}, {"code": "H04022", "desc": "Chronic dacryoadenitis, left lacrimal gland"}, {"code": "H04023", "desc": "Chronic dacryoadenitis, bilateral lacrimal gland"}, {"code": "H04029", "desc": "Chronic dacryoadenitis, unspecified lacrimal gland"}, {"code": "H04031", "desc": "Chronic enlargement of right lacrimal gland"}, {"code": "H04032", "desc": "Chronic enlargement of left lacrimal gland"}, {"code": "H04033", "desc": "Chronic enlargement of bilateral lacrimal glands"}, {"code": "H04039", "desc": "Chronic enlargement of unspecified lacrimal gland"}, {"code": "H04111", "desc": "Dacryops of right lacrimal gland"}, {"code": "H04112", "desc": "Dacryops of left lacrimal gland"}, {"code": "H04113", "desc": "Dacryops of bilateral lacrimal glands"}, {"code": "H04119", "desc": "Dacryops of unspecified lacrimal gland"}, {"code": "H04121", "desc": "Dry eye syndrome of right lacrimal gland"}, {"code": "H04122", "desc": "Dry eye syndrome of left lacrimal gland"}, {"code": "H04123", "desc": "Dry eye syndrome of bilateral lacrimal glands"}, {"code": "H04129", "desc": "Dry eye syndrome of unspecified lacrimal gland"}, {"code": "H04131", "desc": "Lacrimal cyst, right lacrimal gland"}, {"code": "H04132", "desc": "Lacrimal cyst, left lacrimal gland"}, {"code": "H04133", "desc": "Lacrimal cyst, bilateral lacrimal glands"}, {"code": "H04139", "desc": "Lacrimal cyst, unspecified lacrimal gland"}, {"code": "H04141", "desc": "Primary lacrimal gland atrophy, right lacrimal gland"}, {"code": "H04142", "desc": "Primary lacrimal gland atrophy, left lacrimal gland"}, {"code": "H04143", "desc": "Primary lacrimal gland atrophy, bilateral lacrimal glands"}, {"code": "H04149", "desc": "Primary lacrimal gland atrophy, unspecified lacrimal gland"}, {"code": "H04151", "desc": "Secondary lacrimal gland atrophy, right lacrimal gland"}, {"code": "H04152", "desc": "Secondary lacrimal gland atrophy, left lacrimal gland"}, {"code": "H04153", "desc": "Secondary lacrimal gland atrophy, bilateral lacrimal glands"}, {"code": "H04159", "desc": "Secondary lacrimal gland atrophy, unspecified lacrimal gland"}, {"code": "H04161", "desc": "Lacrimal gland dislocation, right lacrimal gland"}, {"code": "H04162", "desc": "Lacrimal gland dislocation, left lacrimal gland"}, {"code": "H04163", "desc": "Lacrimal gland dislocation, bilateral lacrimal glands"}, {"code": "H04169", "desc": "Lacrimal gland dislocation, unspecified lacrimal gland"}, {"code": "H0419", "desc": "Other specified disorders of lacrimal gland"}, {"code": "H04201", "desc": "Unspecified epiphora, right lacrimal gland"}, {"code": "H04202", "desc": "Unspecified epiphora, left lacrimal gland"}, {"code": "H04203", "desc": "Unspecified epiphora, bilateral lacrimal glands"}, {"code": "H04209", "desc": "Unspecified epiphora, unspecified lacrimal gland"}, {"code": "H04211", "desc": "Epiphora due to excess lacrimation, right lacrimal gland"}, {"code": "H04212", "desc": "Epiphora due to excess lacrimation, left lacrimal gland"}, {"code": "H04213", "desc": "Epiphora due to excess lacrimation, bilateral lacrimal glands"}, {"code": "H04219", "desc": "Epiphora due to excess lacrimation, unspecified lacrimal gland"}, {"code": "H04221", "desc": "Epiphora due to insufficient drainage, right lacrimal gland"}, {"code": "H04222", "desc": "Epiphora due to insufficient drainage, left lacrimal gland"}, {"code": "H04223", "desc": "Epiphora due to insufficient drainage, bilateral lacrimal glands"}, {"code": "H04229", "desc": "Epiphora due to insufficient drainage, unspecified lacrimal gland"}, {"code": "H04301", "desc": "Unspecified dacryocystitis of right lacrimal passage"}, {"code": "H04302", "desc": "Unspecified dacryocystitis of left lacrimal passage"}, {"code": "H04303", "desc": "Unspecified dacryocystitis of bilateral lacrimal passages"}, {"code": "H04309", "desc": "Unspecified dacryocystitis of unspecified lacrimal passage"}, {"code": "H04311", "desc": "Phlegmonous dacryocystitis of right lacrimal passage"}, {"code": "H04312", "desc": "Phlegmonous dacryocystitis of left lacrimal passage"}, {"code": "H04313", "desc": "Phlegmonous dacryocystitis of bilateral lacrimal passages"}, {"code": "H04319", "desc": "Phlegmonous dacryocystitis of unspecified lacrimal passage"}, {"code": "H04321", "desc": "Acute dacryocystitis of right lacrimal passage"}, {"code": "H04322", "desc": "Acute dacryocystitis of left lacrimal passage"}, {"code": "H04323", "desc": "Acute dacryocystitis of bilateral lacrimal passages"}, {"code": "H04329", "desc": "Acute dacryocystitis of unspecified lacrimal passage"}, {"code": "H04331", "desc": "Acute lacrimal canaliculitis of right lacrimal passage"}, {"code": "H04332", "desc": "Acute lacrimal canaliculitis of left lacrimal passage"}, {"code": "H04333", "desc": "Acute lacrimal canaliculitis of bilateral lacrimal passages"}, {"code": "H04339", "desc": "Acute lacrimal canaliculitis of unspecified lacrimal passage"}, {"code": "H04411", "desc": "Chronic dacryocystitis of right lacrimal passage"}, {"code": "H04412", "desc": "Chronic dacryocystitis of left lacrimal passage"}, {"code": "H04413", "desc": "Chronic dacryocystitis of bilateral lacrimal passages"}, {"code": "H04419", "desc": "Chronic dacryocystitis of unspecified lacrimal passage"}, {"code": "H04421", "desc": "Chronic lacrimal canaliculitis of right lacrimal passage"}, {"code": "H04422", "desc": "Chronic lacrimal canaliculitis of left lacrimal passage"}, {"code": "H04423", "desc": "Chronic lacrimal canaliculitis of bilateral lacrimal passages"}, {"code": "H04429", "desc": "Chronic lacrimal canaliculitis of unspecified lacrimal passage"}, {"code": "H04431", "desc": "Chronic lacrimal mucocele of right lacrimal passage"}, {"code": "H04432", "desc": "Chronic lacrimal mucocele of left lacrimal passage"}, {"code": "H04433", "desc": "Chronic lacrimal mucocele of bilateral lacrimal passages"}, {"code": "H04439", "desc": "Chronic lacrimal mucocele of unspecified lacrimal passage"}, {"code": "H04511", "desc": "Dacryolith of right lacrimal passage"}, {"code": "H04512", "desc": "Dacryolith of left lacrimal passage"}, {"code": "H04513", "desc": "Dacryolith of bilateral lacrimal passages"}, {"code": "H04519", "desc": "Dacryolith of unspecified lacrimal passage"}, {"code": "H04521", "desc": "Eversion of right lacrimal punctum"}, {"code": "H04522", "desc": "Eversion of left lacrimal punctum"}, {"code": "H04523", "desc": "Eversion of bilateral lacrimal punctum"}, {"code": "H04529", "desc": "Eversion of unspecified lacrimal punctum"}, {"code": "H04531", "desc": "Neonatal obstruction of right nasolacrimal duct"}, {"code": "H04532", "desc": "Neonatal obstruction of left nasolacrimal duct"}, {"code": "H04533", "desc": "Neonatal obstruction of bilateral nasolacrimal duct"}, {"code": "H04539", "desc": "Neonatal obstruction of unspecified nasolacrimal duct"}, {"code": "H04541", "desc": "Stenosis of right lacrimal canaliculi"}, {"code": "H04542", "desc": "Stenosis of left lacrimal canaliculi"}, {"code": "H04543", "desc": "Stenosis of bilateral lacrimal canaliculi"}, {"code": "H04549", "desc": "Stenosis of unspecified lacrimal canaliculi"}, {"code": "H04551", "desc": "Acquired stenosis of right nasolacrimal duct"}, {"code": "H04552", "desc": "Acquired stenosis of left nasolacrimal duct"}, {"code": "H04553", "desc": "Acquired stenosis of bilateral nasolacrimal duct"}, {"code": "H04559", "desc": "Acquired stenosis of unspecified nasolacrimal duct"}, {"code": "H04561", "desc": "Stenosis of right lacrimal punctum"}, {"code": "H04562", "desc": "Stenosis of left lacrimal punctum"}, {"code": "H04563", "desc": "Stenosis of bilateral lacrimal punctum"}, {"code": "H04569", "desc": "Stenosis of unspecified lacrimal punctum"}, {"code": "H04571", "desc": "Stenosis of right lacrimal sac"}, {"code": "H04572", "desc": "Stenosis of left lacrimal sac"}, {"code": "H04573", "desc": "Stenosis of bilateral lacrimal sac"}, {"code": "H04579", "desc": "Stenosis of unspecified lacrimal sac"}, {"code": "H04611", "desc": "Lacrimal fistula right lacrimal passage"}, {"code": "H04612", "desc": "Lacrimal fistula left lacrimal passage"}, {"code": "H04613", "desc": "Lacrimal fistula bilateral lacrimal passages"}, {"code": "H04619", "desc": "Lacrimal fistula unspecified lacrimal passage"}, {"code": "H0469", "desc": "Other changes of lacrimal passages"}, {"code": "H04811", "desc": "Granuloma of right lacrimal passage"}, {"code": "H04812", "desc": "Granuloma of left lacrimal passage"}, {"code": "H04813", "desc": "Granuloma of bilateral lacrimal passages"}, {"code": "H04819", "desc": "Granuloma of unspecified lacrimal passage"}, {"code": "H0489", "desc": "Other disorders of lacrimal system"}, {"code": "H049", "desc": "Disorder of lacrimal system, unspecified"}, {"code": "H0500", "desc": "Unspecified acute inflammation of orbit"}, {"code": "H05011", "desc": "Cellulitis of right orbit"}, {"code": "H05012", "desc": "Cellulitis of left orbit"}, {"code": "H05013", "desc": "Cellulitis of bilateral orbits"}, {"code": "H05019", "desc": "Cellulitis of unspecified orbit"}, {"code": "H05021", "desc": "Osteomyelitis of right orbit"}, {"code": "H05022", "desc": "Osteomyelitis of left orbit"}, {"code": "H05023", "desc": "Osteomyelitis of bilateral orbits"}, {"code": "H05029", "desc": "Osteomyelitis of unspecified orbit"}, {"code": "H05031", "desc": "Periostitis of right orbit"}, {"code": "H05032", "desc": "Periostitis of left orbit"}, {"code": "H05033", "desc": "Periostitis of bilateral orbits"}, {"code": "H05039", "desc": "Periostitis of unspecified orbit"}, {"code": "H05041", "desc": "Tenonitis of right orbit"}, {"code": "H05042", "desc": "Tenonitis of left orbit"}, {"code": "H05043", "desc": "Tenonitis of bilateral orbits"}, {"code": "H05049", "desc": "Tenonitis of unspecified orbit"}, {"code": "H0510", "desc": "Unspecified chronic inflammatory disorders of orbit"}, {"code": "H05111", "desc": "Granuloma of right orbit"}, {"code": "H05112", "desc": "Granuloma of left orbit"}, {"code": "H05113", "desc": "Granuloma of bilateral orbits"}, {"code": "H05119", "desc": "Granuloma of unspecified orbit"}, {"code": "H05121", "desc": "Orbital myositis, right orbit"}, {"code": "H05122", "desc": "Orbital myositis, left orbit"}, {"code": "H05123", "desc": "Orbital myositis, bilateral"}, {"code": "H05129", "desc": "Orbital myositis, unspecified orbit"}, {"code": "H0520", "desc": "Unspecified exophthalmos"}, {"code": "H05211", "desc": "Displacement (lateral) of globe, right eye"}, {"code": "H05212", "desc": "Displacement (lateral) of globe, left eye"}, {"code": "H05213", "desc": "Displacement (lateral) of globe, bilateral"}, {"code": "H05219", "desc": "Displacement (lateral) of globe, unspecified eye"}, {"code": "H05221", "desc": "Edema of right orbit"}, {"code": "H05222", "desc": "Edema of left orbit"}, {"code": "H05223", "desc": "Edema of bilateral orbit"}, {"code": "H05229", "desc": "Edema of unspecified orbit"}, {"code": "H05231", "desc": "Hemorrhage of right orbit"}, {"code": "H05232", "desc": "Hemorrhage of left orbit"}, {"code": "H05233", "desc": "Hemorrhage of bilateral orbit"}, {"code": "H05239", "desc": "Hemorrhage of unspecified orbit"}, {"code": "H05241", "desc": "Constant exophthalmos, right eye"}, {"code": "H05242", "desc": "Constant exophthalmos, left eye"}, {"code": "H05243", "desc": "Constant exophthalmos, bilateral"}, {"code": "H05249", "desc": "Constant exophthalmos, unspecified eye"}, {"code": "H05251", "desc": "Intermittent exophthalmos, right eye"}, {"code": "H05252", "desc": "Intermittent exophthalmos, left eye"}, {"code": "H05253", "desc": "Intermittent exophthalmos, bilateral"}, {"code": "H05259", "desc": "Intermittent exophthalmos, unspecified eye"}, {"code": "H05261", "desc": "Pulsating exophthalmos, right eye"}, {"code": "H05262", "desc": "Pulsating exophthalmos, left eye"}, {"code": "H05263", "desc": "Pulsating exophthalmos, bilateral"}, {"code": "H05269", "desc": "Pulsating exophthalmos, unspecified eye"}, {"code": "H0530", "desc": "Unspecified deformity of orbit"}, {"code": "H05311", "desc": "Atrophy of right orbit"}, {"code": "H05312", "desc": "Atrophy of left orbit"}, {"code": "H05313", "desc": "Atrophy of bilateral orbit"}, {"code": "H05319", "desc": "Atrophy of unspecified orbit"}, {"code": "H05321", "desc": "Deformity of right orbit due to bone disease"}, {"code": "H05322", "desc": "Deformity of left orbit due to bone disease"}, {"code": "H05323", "desc": "Deformity of bilateral orbits due to bone disease"}, {"code": "H05329", "desc": "Deformity of unspecified orbit due to bone disease"}, {"code": "H05331", "desc": "Deformity of right orbit due to trauma or surgery"}, {"code": "H05332", "desc": "Deformity of left orbit due to trauma or surgery"}, {"code": "H05333", "desc": "Deformity of bilateral orbits due to trauma or surgery"}, {"code": "H05339", "desc": "Deformity of unspecified orbit due to trauma or surgery"}, {"code": "H05341", "desc": "Enlargement of right orbit"}, {"code": "H05342", "desc": "Enlargement of left orbit"}, {"code": "H05343", "desc": "Enlargement of bilateral orbits"}, {"code": "H05349", "desc": "Enlargement of unspecified orbit"}, {"code": "H05351", "desc": "Exostosis of right orbit"}, {"code": "H05352", "desc": "Exostosis of left orbit"}, {"code": "H05353", "desc": "Exostosis of bilateral orbits"}, {"code": "H05359", "desc": "Exostosis of unspecified orbit"}, {"code": "H05401", "desc": "Unspecified enophthalmos, right eye"}, {"code": "H05402", "desc": "Unspecified enophthalmos, left eye"}, {"code": "H05403", "desc": "Unspecified enophthalmos, bilateral"}, {"code": "H05409", "desc": "Unspecified enophthalmos, unspecified eye"}, {"code": "H05411", "desc": "Enophthalmos due to atrophy of orbital tissue, right eye"}, {"code": "H05412", "desc": "Enophthalmos due to atrophy of orbital tissue, left eye"}, {"code": "H05413", "desc": "Enophthalmos due to atrophy of orbital tissue, bilateral"}, {"code": "H05419", "desc": "Enophthalmos due to atrophy of orbital tissue, unspecified eye"}, {"code": "H05421", "desc": "Enophthalmos due to trauma or surgery, right eye"}, {"code": "H05422", "desc": "Enophthalmos due to trauma or surgery, left eye"}, {"code": "H05423", "desc": "Enophthalmos due to trauma or surgery, bilateral"}, {"code": "H05429", "desc": "Enophthalmos due to trauma or surgery, unspecified eye"}, {"code": "H0550", "desc": "Retained (old) foreign body following penetrating wound of unspecified orbit"}, {"code": "H0551", "desc": "Retained (old) foreign body following penetrating wound of right orbit"}, {"code": "H0552", "desc": "Retained (old) foreign body following penetrating wound of left orbit"}, {"code": "H0553", "desc": "Retained (old) foreign body following penetrating wound of bilateral orbits"}, {"code": "H05811", "desc": "Cyst of right orbit"}, {"code": "H05812", "desc": "Cyst of left orbit"}, {"code": "H05813", "desc": "Cyst of bilateral orbits"}, {"code": "H05819", "desc": "Cyst of unspecified orbit"}, {"code": "H05821", "desc": "Myopathy of extraocular muscles, right orbit"}, {"code": "H05822", "desc": "Myopathy of extraocular muscles, left orbit"}, {"code": "H05823", "desc": "Myopathy of extraocular muscles, bilateral"}, {"code": "H05829", "desc": "Myopathy of extraocular muscles, unspecified orbit"}, {"code": "H0589", "desc": "Other disorders of orbit"}, {"code": "H059", "desc": "Unspecified disorder of orbit"}, {"code": "H10011", "desc": "Acute follicular conjunctivitis, right eye"}, {"code": "H10012", "desc": "Acute follicular conjunctivitis, left eye"}, {"code": "H10013", "desc": "Acute follicular conjunctivitis, bilateral"}, {"code": "H10019", "desc": "Acute follicular conjunctivitis, unspecified eye"}, {"code": "H10021", "desc": "Other mucopurulent conjunctivitis, right eye"}, {"code": "H10022", "desc": "Other mucopurulent conjunctivitis, left eye"}, {"code": "H10023", "desc": "Other mucopurulent conjunctivitis, bilateral"}, {"code": "H10029", "desc": "Other mucopurulent conjunctivitis, unspecified eye"}, {"code": "H1010", "desc": "Acute atopic conjunctivitis, unspecified eye"}, {"code": "H1011", "desc": "Acute atopic conjunctivitis, right eye"}, {"code": "H1012", "desc": "Acute atopic conjunctivitis, left eye"}, {"code": "H1013", "desc": "Acute atopic conjunctivitis, bilateral"}, {"code": "H10211", "desc": "Acute toxic conjunctivitis, right eye"}, {"code": "H10212", "desc": "Acute toxic conjunctivitis, left eye"}, {"code": "H10213", "desc": "Acute toxic conjunctivitis, bilateral"}, {"code": "H10219", "desc": "Acute toxic conjunctivitis, unspecified eye"}, {"code": "H10221", "desc": "Pseudomembranous conjunctivitis, right eye"}, {"code": "H10222", "desc": "Pseudomembranous conjunctivitis, left eye"}, {"code": "H10223", "desc": "Pseudomembranous conjunctivitis, bilateral"}, {"code": "H10229", "desc": "Pseudomembranous conjunctivitis, unspecified eye"}, {"code": "H10231", "desc": "Serous conjunctivitis, except viral, right eye"}, {"code": "H10232", "desc": "Serous conjunctivitis, except viral, left eye"}, {"code": "H10233", "desc": "Serous conjunctivitis, except viral, bilateral"}, {"code": "H10239", "desc": "Serous conjunctivitis, except viral, unspecified eye"}, {"code": "H1030", "desc": "Unspecified acute conjunctivitis, unspecified eye"}, {"code": "H1031", "desc": "Unspecified acute conjunctivitis, right eye"}, {"code": "H1032", "desc": "Unspecified acute conjunctivitis, left eye"}, {"code": "H1033", "desc": "Unspecified acute conjunctivitis, bilateral"}, {"code": "H10401", "desc": "Unspecified chronic conjunctivitis, right eye"}, {"code": "H10402", "desc": "Unspecified chronic conjunctivitis, left eye"}, {"code": "H10403", "desc": "Unspecified chronic conjunctivitis, bilateral"}, {"code": "H10409", "desc": "Unspecified chronic conjunctivitis, unspecified eye"}, {"code": "H10411", "desc": "Chronic giant papillary conjunctivitis, right eye"}, {"code": "H10412", "desc": "Chronic giant papillary conjunctivitis, left eye"}, {"code": "H10413", "desc": "Chronic giant papillary conjunctivitis, bilateral"}, {"code": "H10419", "desc": "Chronic giant papillary conjunctivitis, unspecified eye"}, {"code": "H10421", "desc": "Simple chronic conjunctivitis, right eye"}, {"code": "H10422", "desc": "Simple chronic conjunctivitis, left eye"}, {"code": "H10423", "desc": "Simple chronic conjunctivitis, bilateral"}, {"code": "H10429", "desc": "Simple chronic conjunctivitis, unspecified eye"}, {"code": "H10431", "desc": "Chronic follicular conjunctivitis, right eye"}, {"code": "H10432", "desc": "Chronic follicular conjunctivitis, left eye"}, {"code": "H10433", "desc": "Chronic follicular conjunctivitis, bilateral"}, {"code": "H10439", "desc": "Chronic follicular conjunctivitis, unspecified eye"}, {"code": "H1044", "desc": "Vernal conjunctivitis"}, {"code": "H1045", "desc": "Other chronic allergic conjunctivitis"}, {"code": "H10501", "desc": "Unspecified blepharoconjunctivitis, right eye"}, {"code": "H10502", "desc": "Unspecified blepharoconjunctivitis, left eye"}, {"code": "H10503", "desc": "Unspecified blepharoconjunctivitis, bilateral"}, {"code": "H10509", "desc": "Unspecified blepharoconjunctivitis, unspecified eye"}, {"code": "H10511", "desc": "Ligneous conjunctivitis, right eye"}, {"code": "H10512", "desc": "Ligneous conjunctivitis, left eye"}, {"code": "H10513", "desc": "Ligneous conjunctivitis, bilateral"}, {"code": "H10519", "desc": "Ligneous conjunctivitis, unspecified eye"}, {"code": "H10521", "desc": "Angular blepharoconjunctivitis, right eye"}, {"code": "H10522", "desc": "Angular blepharoconjunctivitis, left eye"}, {"code": "H10523", "desc": "Angular blepharoconjunctivitis, bilateral"}, {"code": "H10529", "desc": "Angular blepharoconjunctivitis, unspecified eye"}, {"code": "H10531", "desc": "Contact blepharoconjunctivitis, right eye"}, {"code": "H10532", "desc": "Contact blepharoconjunctivitis, left eye"}, {"code": "H10533", "desc": "Contact blepharoconjunctivitis, bilateral"}, {"code": "H10539", "desc": "Contact blepharoconjunctivitis, unspecified eye"}, {"code": "H10811", "desc": "Pingueculitis, right eye"}, {"code": "H10812", "desc": "Pingueculitis, left eye"}, {"code": "H10813", "desc": "Pingueculitis, bilateral"}, {"code": "H10819", "desc": "Pingueculitis, unspecified eye"}, {"code": "H1089", "desc": "Other conjunctivitis"}, {"code": "H109", "desc": "Unspecified conjunctivitis"}, {"code": "H11001", "desc": "Unspecified pterygium of right eye"}, {"code": "H11002", "desc": "Unspecified pterygium of left eye"}, {"code": "H11003", "desc": "Unspecified pterygium of eye, bilateral"}, {"code": "H11009", "desc": "Unspecified pterygium of unspecified eye"}, {"code": "H11011", "desc": "Amyloid pterygium of right eye"}, {"code": "H11012", "desc": "Amyloid pterygium of left eye"}, {"code": "H11013", "desc": "Amyloid pterygium of eye, bilateral"}, {"code": "H11019", "desc": "Amyloid pterygium of unspecified eye"}, {"code": "H11021", "desc": "Central pterygium of right eye"}, {"code": "H11022", "desc": "Central pterygium of left eye"}, {"code": "H11023", "desc": "Central pterygium of eye, bilateral"}, {"code": "H11029", "desc": "Central pterygium of unspecified eye"}, {"code": "H11031", "desc": "Double pterygium of right eye"}, {"code": "H11032", "desc": "Double pterygium of left eye"}, {"code": "H11033", "desc": "Double pterygium of eye, bilateral"}, {"code": "H11039", "desc": "Double pterygium of unspecified eye"}, {"code": "H11041", "desc": "Peripheral pterygium, stationary, right eye"}, {"code": "H11042", "desc": "Peripheral pterygium, stationary, left eye"}, {"code": "H11043", "desc": "Peripheral pterygium, stationary, bilateral"}, {"code": "H11049", "desc": "Peripheral pterygium, stationary, unspecified eye"}, {"code": "H11051", "desc": "Peripheral pterygium, progressive, right eye"}, {"code": "H11052", "desc": "Peripheral pterygium, progressive, left eye"}, {"code": "H11053", "desc": "Peripheral pterygium, progressive, bilateral"}, {"code": "H11059", "desc": "Peripheral pterygium, progressive, unspecified eye"}, {"code": "H11061", "desc": "Recurrent pterygium of right eye"}, {"code": "H11062", "desc": "Recurrent pterygium of left eye"}, {"code": "H11063", "desc": "Recurrent pterygium of eye, bilateral"}, {"code": "H11069", "desc": "Recurrent pterygium of unspecified eye"}, {"code": "H1110", "desc": "Unspecified conjunctival degenerations"}, {"code": "H11111", "desc": "Conjunctival deposits, right eye"}, {"code": "H11112", "desc": "Conjunctival deposits, left eye"}, {"code": "H11113", "desc": "Conjunctival deposits, bilateral"}, {"code": "H11119", "desc": "Conjunctival deposits, unspecified eye"}, {"code": "H11121", "desc": "Conjunctival concretions, right eye"}, {"code": "H11122", "desc": "Conjunctival concretions, left eye"}, {"code": "H11123", "desc": "Conjunctival concretions, bilateral"}, {"code": "H11129", "desc": "Conjunctival concretions, unspecified eye"}, {"code": "H11131", "desc": "Conjunctival pigmentations, right eye"}, {"code": "H11132", "desc": "Conjunctival pigmentations, left eye"}, {"code": "H11133", "desc": "Conjunctival pigmentations, bilateral"}, {"code": "H11139", "desc": "Conjunctival pigmentations, unspecified eye"}, {"code": "H11141", "desc": "Conjunctival xerosis, unspecified, right eye"}, {"code": "H11142", "desc": "Conjunctival xerosis, unspecified, left eye"}, {"code": "H11143", "desc": "Conjunctival xerosis, unspecified, bilateral"}, {"code": "H11149", "desc": "Conjunctival xerosis, unspecified, unspecified eye"}, {"code": "H11151", "desc": "Pinguecula, right eye"}, {"code": "H11152", "desc": "Pinguecula, left eye"}, {"code": "H11153", "desc": "Pinguecula, bilateral"}, {"code": "H11159", "desc": "Pinguecula, unspecified eye"}, {"code": "H11211", "desc": "Conjunctival adhesions and strands (localized), right eye"}, {"code": "H11212", "desc": "Conjunctival adhesions and strands (localized), left eye"}, {"code": "H11213", "desc": "Conjunctival adhesions and strands (localized), bilateral"}, {"code": "H11219", "desc": "Conjunctival adhesions and strands (localized), unspecified eye"}, {"code": "H11221", "desc": "Conjunctival granuloma, right eye"}, {"code": "H11222", "desc": "Conjunctival granuloma, left eye"}, {"code": "H11223", "desc": "Conjunctival granuloma, bilateral"}, {"code": "H11229", "desc": "Conjunctival granuloma, unspecified"}, {"code": "H11231", "desc": "Symblepharon, right eye"}, {"code": "H11232", "desc": "Symblepharon, left eye"}, {"code": "H11233", "desc": "Symblepharon, bilateral"}, {"code": "H11239", "desc": "Symblepharon, unspecified eye"}, {"code": "H11241", "desc": "Scarring of conjunctiva, right eye"}, {"code": "H11242", "desc": "Scarring of conjunctiva, left eye"}, {"code": "H11243", "desc": "Scarring of conjunctiva, bilateral"}, {"code": "H11249", "desc": "Scarring of conjunctiva, unspecified eye"}, {"code": "H1130", "desc": "Conjunctival hemorrhage, unspecified eye"}, {"code": "H1131", "desc": "Conjunctival hemorrhage, right eye"}, {"code": "H1132", "desc": "Conjunctival hemorrhage, left eye"}, {"code": "H1133", "desc": "Conjunctival hemorrhage, bilateral"}, {"code": "H11411", "desc": "Vascular abnormalities of conjunctiva, right eye"}, {"code": "H11412", "desc": "Vascular abnormalities of conjunctiva, left eye"}, {"code": "H11413", "desc": "Vascular abnormalities of conjunctiva, bilateral"}, {"code": "H11419", "desc": "Vascular abnormalities of conjunctiva, unspecified eye"}, {"code": "H11421", "desc": "Conjunctival edema, right eye"}, {"code": "H11422", "desc": "Conjunctival edema, left eye"}, {"code": "H11423", "desc": "Conjunctival edema, bilateral"}, {"code": "H11429", "desc": "Conjunctival edema, unspecified eye"}, {"code": "H11431", "desc": "Conjunctival hyperemia, right eye"}, {"code": "H11432", "desc": "Conjunctival hyperemia, left eye"}, {"code": "H11433", "desc": "Conjunctival hyperemia, bilateral"}, {"code": "H11439", "desc": "Conjunctival hyperemia, unspecified eye"}, {"code": "H11441", "desc": "Conjunctival cysts, right eye"}, {"code": "H11442", "desc": "Conjunctival cysts, left eye"}, {"code": "H11443", "desc": "Conjunctival cysts, bilateral"}, {"code": "H11449", "desc": "Conjunctival cysts, unspecified eye"}, {"code": "H11811", "desc": "Pseudopterygium of conjunctiva, right eye"}, {"code": "H11812", "desc": "Pseudopterygium of conjunctiva, left eye"}, {"code": "H11813", "desc": "Pseudopterygium of conjunctiva, bilateral"}, {"code": "H11819", "desc": "Pseudopterygium of conjunctiva, unspecified eye"}, {"code": "H11821", "desc": "Conjunctivochalasis, right eye"}, {"code": "H11822", "desc": "Conjunctivochalasis, left eye"}, {"code": "H11823", "desc": "Conjunctivochalasis, bilateral"}, {"code": "H11829", "desc": "Conjunctivochalasis, unspecified eye"}, {"code": "H1189", "desc": "Other specified disorders of conjunctiva"}, {"code": "H119", "desc": "Unspecified disorder of conjunctiva"}, {"code": "H15001", "desc": "Unspecified scleritis, right eye"}, {"code": "H15002", "desc": "Unspecified scleritis, left eye"}, {"code": "H15003", "desc": "Unspecified scleritis, bilateral"}, {"code": "H15009", "desc": "Unspecified scleritis, unspecified eye"}, {"code": "H15011", "desc": "Anterior scleritis, right eye"}, {"code": "H15012", "desc": "Anterior scleritis, left eye"}, {"code": "H15013", "desc": "Anterior scleritis, bilateral"}, {"code": "H15019", "desc": "Anterior scleritis, unspecified eye"}, {"code": "H15021", "desc": "Brawny scleritis, right eye"}, {"code": "H15022", "desc": "Brawny scleritis, left eye"}, {"code": "H15023", "desc": "Brawny scleritis, bilateral"}, {"code": "H15029", "desc": "Brawny scleritis, unspecified eye"}, {"code": "H15031", "desc": "Posterior scleritis, right eye"}, {"code": "H15032", "desc": "Posterior scleritis, left eye"}, {"code": "H15033", "desc": "Posterior scleritis, bilateral"}, {"code": "H15039", "desc": "Posterior scleritis, unspecified eye"}, {"code": "H15041", "desc": "Scleritis with corneal involvement, right eye"}, {"code": "H15042", "desc": "Scleritis with corneal involvement, left eye"}, {"code": "H15043", "desc": "Scleritis with corneal involvement, bilateral"}, {"code": "H15049", "desc": "Scleritis with corneal involvement, unspecified eye"}, {"code": "H15051", "desc": "Scleromalacia perforans, right eye"}, {"code": "H15052", "desc": "Scleromalacia perforans, left eye"}, {"code": "H15053", "desc": "Scleromalacia perforans, bilateral"}, {"code": "H15059", "desc": "Scleromalacia perforans, unspecified eye"}, {"code": "H15091", "desc": "Other scleritis, right eye"}, {"code": "H15092", "desc": "Other scleritis, left eye"}, {"code": "H15093", "desc": "Other scleritis, bilateral"}, {"code": "H15099", "desc": "Other scleritis, unspecified eye"}, {"code": "H15101", "desc": "Unspecified episcleritis, right eye"}, {"code": "H15102", "desc": "Unspecified episcleritis, left eye"}, {"code": "H15103", "desc": "Unspecified episcleritis, bilateral"}, {"code": "H15109", "desc": "Unspecified episcleritis, unspecified eye"}, {"code": "H15111", "desc": "Episcleritis periodica fugax, right eye"}, {"code": "H15112", "desc": "Episcleritis periodica fugax, left eye"}, {"code": "H15113", "desc": "Episcleritis periodica fugax, bilateral"}, {"code": "H15119", "desc": "Episcleritis periodica fugax, unspecified eye"}, {"code": "H15121", "desc": "Nodular episcleritis, right eye"}, {"code": "H15122", "desc": "Nodular episcleritis, left eye"}, {"code": "H15123", "desc": "Nodular episcleritis, bilateral"}, {"code": "H15129", "desc": "Nodular episcleritis, unspecified eye"}, {"code": "H15811", "desc": "Equatorial staphyloma, right eye"}, {"code": "H15812", "desc": "Equatorial staphyloma, left eye"}, {"code": "H15813", "desc": "Equatorial staphyloma, bilateral"}, {"code": "H15819", "desc": "Equatorial staphyloma, unspecified eye"}, {"code": "H15821", "desc": "Localized anterior staphyloma, right eye"}, {"code": "H15822", "desc": "Localized anterior staphyloma, left eye"}, {"code": "H15823", "desc": "Localized anterior staphyloma, bilateral"}, {"code": "H15829", "desc": "Localized anterior staphyloma, unspecified eye"}, {"code": "H15831", "desc": "Staphyloma posticum, right eye"}, {"code": "H15832", "desc": "Staphyloma posticum, left eye"}, {"code": "H15833", "desc": "Staphyloma posticum, bilateral"}, {"code": "H15839", "desc": "Staphyloma posticum, unspecified eye"}, {"code": "H15841", "desc": "Scleral ectasia, right eye"}, {"code": "H15842", "desc": "Scleral ectasia, left eye"}, {"code": "H15843", "desc": "Scleral ectasia, bilateral"}, {"code": "H15849", "desc": "Scleral ectasia, unspecified eye"}, {"code": "H15851", "desc": "Ring staphyloma, right eye"}, {"code": "H15852", "desc": "Ring staphyloma, left eye"}, {"code": "H15853", "desc": "Ring staphyloma, bilateral"}, {"code": "H15859", "desc": "Ring staphyloma, unspecified eye"}, {"code": "H1589", "desc": "Other disorders of sclera"}, {"code": "H159", "desc": "Unspecified disorder of sclera"}, {"code": "H16001", "desc": "Unspecified corneal ulcer, right eye"}, {"code": "H16002", "desc": "Unspecified corneal ulcer, left eye"}, {"code": "H16003", "desc": "Unspecified corneal ulcer, bilateral"}, {"code": "H16009", "desc": "Unspecified corneal ulcer, unspecified eye"}, {"code": "H16011", "desc": "Central corneal ulcer, right eye"}, {"code": "H16012", "desc": "Central corneal ulcer, left eye"}, {"code": "H16013", "desc": "Central corneal ulcer, bilateral"}, {"code": "H16019", "desc": "Central corneal ulcer, unspecified eye"}, {"code": "H16021", "desc": "Ring corneal ulcer, right eye"}, {"code": "H16022", "desc": "Ring corneal ulcer, left eye"}, {"code": "H16023", "desc": "Ring corneal ulcer, bilateral"}, {"code": "H16029", "desc": "Ring corneal ulcer, unspecified eye"}, {"code": "H16031", "desc": "Corneal ulcer with hypopyon, right eye"}, {"code": "H16032", "desc": "Corneal ulcer with hypopyon, left eye"}, {"code": "H16033", "desc": "Corneal ulcer with hypopyon, bilateral"}, {"code": "H16039", "desc": "Corneal ulcer with hypopyon, unspecified eye"}, {"code": "H16041", "desc": "Marginal corneal ulcer, right eye"}, {"code": "H16042", "desc": "Marginal corneal ulcer, left eye"}, {"code": "H16043", "desc": "Marginal corneal ulcer, bilateral"}, {"code": "H16049", "desc": "Marginal corneal ulcer, unspecified eye"}, {"code": "H16051", "desc": "Mooren's corneal ulcer, right eye"}, {"code": "H16052", "desc": "Mooren's corneal ulcer, left eye"}, {"code": "H16053", "desc": "Mooren's corneal ulcer, bilateral"}, {"code": "H16059", "desc": "Mooren's corneal ulcer, unspecified eye"}, {"code": "H16061", "desc": "Mycotic corneal ulcer, right eye"}, {"code": "H16062", "desc": "Mycotic corneal ulcer, left eye"}, {"code": "H16063", "desc": "Mycotic corneal ulcer, bilateral"}, {"code": "H16069", "desc": "Mycotic corneal ulcer, unspecified eye"}, {"code": "H16071", "desc": "Perforated corneal ulcer, right eye"}, {"code": "H16072", "desc": "Perforated corneal ulcer, left eye"}, {"code": "H16073", "desc": "Perforated corneal ulcer, bilateral"}, {"code": "H16079", "desc": "Perforated corneal ulcer, unspecified eye"}, {"code": "H16101", "desc": "Unspecified superficial keratitis, right eye"}, {"code": "H16102", "desc": "Unspecified superficial keratitis, left eye"}, {"code": "H16103", "desc": "Unspecified superficial keratitis, bilateral"}, {"code": "H16109", "desc": "Unspecified superficial keratitis, unspecified eye"}, {"code": "H16111", "desc": "Macular keratitis, right eye"}, {"code": "H16112", "desc": "Macular keratitis, left eye"}, {"code": "H16113", "desc": "Macular keratitis, bilateral"}, {"code": "H16119", "desc": "Macular keratitis, unspecified eye"}, {"code": "H16121", "desc": "Filamentary keratitis, right eye"}, {"code": "H16122", "desc": "Filamentary keratitis, left eye"}, {"code": "H16123", "desc": "Filamentary keratitis, bilateral"}, {"code": "H16129", "desc": "Filamentary keratitis, unspecified eye"}, {"code": "H16131", "desc": "Photokeratitis, right eye"}, {"code": "H16132", "desc": "Photokeratitis, left eye"}, {"code": "H16133", "desc": "Photokeratitis, bilateral"}, {"code": "H16139", "desc": "Photokeratitis, unspecified eye"}, {"code": "H16141", "desc": "Punctate keratitis, right eye"}, {"code": "H16142", "desc": "Punctate keratitis, left eye"}, {"code": "H16143", "desc": "Punctate keratitis, bilateral"}, {"code": "H16149", "desc": "Punctate keratitis, unspecified eye"}, {"code": "H16201", "desc": "Unspecified keratoconjunctivitis, right eye"}, {"code": "H16202", "desc": "Unspecified keratoconjunctivitis, left eye"}, {"code": "H16203", "desc": "Unspecified keratoconjunctivitis, bilateral"}, {"code": "H16209", "desc": "Unspecified keratoconjunctivitis, unspecified eye"}, {"code": "H16211", "desc": "Exposure keratoconjunctivitis, right eye"}, {"code": "H16212", "desc": "Exposure keratoconjunctivitis, left eye"}, {"code": "H16213", "desc": "Exposure keratoconjunctivitis, bilateral"}, {"code": "H16219", "desc": "Exposure keratoconjunctivitis, unspecified eye"}, {"code": "H16221", "desc": "Keratoconjunctivitis sicca, not specified as Sjogren's, right eye"}, {"code": "H16222", "desc": "Keratoconjunctivitis sicca, not specified as Sjogren's, left eye"}, {"code": "H16223", "desc": "Keratoconjunctivitis sicca, not specified as Sjogren's, bilateral"}, {"code": "H16229", "desc": "Keratoconjunctivitis sicca, not specified as Sjogren's, unspecified eye"}, {"code": "H16231", "desc": "Neurotrophic keratoconjunctivitis, right eye"}, {"code": "H16232", "desc": "Neurotrophic keratoconjunctivitis, left eye"}, {"code": "H16233", "desc": "Neurotrophic keratoconjunctivitis, bilateral"}, {"code": "H16239", "desc": "Neurotrophic keratoconjunctivitis, unspecified eye"}, {"code": "H16241", "desc": "Ophthalmia nodosa, right eye"}, {"code": "H16242", "desc": "Ophthalmia nodosa, left eye"}, {"code": "H16243", "desc": "Ophthalmia nodosa, bilateral"}, {"code": "H16249", "desc": "Ophthalmia nodosa, unspecified eye"}, {"code": "H16251", "desc": "Phlyctenular keratoconjunctivitis, right eye"}, {"code": "H16252", "desc": "Phlyctenular keratoconjunctivitis, left eye"}, {"code": "H16253", "desc": "Phlyctenular keratoconjunctivitis, bilateral"}, {"code": "H16259", "desc": "Phlyctenular keratoconjunctivitis, unspecified eye"}, {"code": "H16261", "desc": "Vernal keratoconjunctivitis, with limbar and corneal involvement, right eye"}, {"code": "H16262", "desc": "Vernal keratoconjunctivitis, with limbar and corneal involvement, left eye"}, {"code": "H16263", "desc": "Vernal keratoconjunctivitis, with limbar and corneal involvement, bilateral"}, {"code": "H16269", "desc": "Vernal keratoconjunctivitis, with limbar and corneal involvement, unspecified eye"}, {"code": "H16291", "desc": "Other keratoconjunctivitis, right eye"}, {"code": "H16292", "desc": "Other keratoconjunctivitis, left eye"}, {"code": "H16293", "desc": "Other keratoconjunctivitis, bilateral"}, {"code": "H16299", "desc": "Other keratoconjunctivitis, unspecified eye"}, {"code": "H16301", "desc": "Unspecified interstitial keratitis, right eye"}, {"code": "H16302", "desc": "Unspecified interstitial keratitis, left eye"}, {"code": "H16303", "desc": "Unspecified interstitial keratitis, bilateral"}, {"code": "H16309", "desc": "Unspecified interstitial keratitis, unspecified eye"}, {"code": "H16311", "desc": "Corneal abscess, right eye"}, {"code": "H16312", "desc": "Corneal abscess, left eye"}, {"code": "H16313", "desc": "Corneal abscess, bilateral"}, {"code": "H16319", "desc": "Corneal abscess, unspecified eye"}, {"code": "H16321", "desc": "Diffuse interstitial keratitis, right eye"}, {"code": "H16322", "desc": "Diffuse interstitial keratitis, left eye"}, {"code": "H16323", "desc": "Diffuse interstitial keratitis, bilateral"}, {"code": "H16329", "desc": "Diffuse interstitial keratitis, unspecified eye"}, {"code": "H16331", "desc": "Sclerosing keratitis, right eye"}, {"code": "H16332", "desc": "Sclerosing keratitis, left eye"}, {"code": "H16333", "desc": "Sclerosing keratitis, bilateral"}, {"code": "H16339", "desc": "Sclerosing keratitis, unspecified eye"}, {"code": "H16391", "desc": "Other interstitial and deep keratitis, right eye"}, {"code": "H16392", "desc": "Other interstitial and deep keratitis, left eye"}, {"code": "H16393", "desc": "Other interstitial and deep keratitis, bilateral"}, {"code": "H16399", "desc": "Other interstitial and deep keratitis, unspecified eye"}, {"code": "H16401", "desc": "Unspecified corneal neovascularization, right eye"}, {"code": "H16402", "desc": "Unspecified corneal neovascularization, left eye"}, {"code": "H16403", "desc": "Unspecified corneal neovascularization, bilateral"}, {"code": "H16409", "desc": "Unspecified corneal neovascularization, unspecified eye"}, {"code": "H16411", "desc": "Ghost vessels (corneal), right eye"}, {"code": "H16412", "desc": "Ghost vessels (corneal), left eye"}, {"code": "H16413", "desc": "Ghost vessels (corneal), bilateral"}, {"code": "H16419", "desc": "Ghost vessels (corneal), unspecified eye"}, {"code": "H16421", "desc": "Pannus (corneal), right eye"}, {"code": "H16422", "desc": "Pannus (corneal), left eye"}, {"code": "H16423", "desc": "Pannus (corneal), bilateral"}, {"code": "H16429", "desc": "Pannus (corneal), unspecified eye"}, {"code": "H16431", "desc": "Localized vascularization of cornea, right eye"}, {"code": "H16432", "desc": "Localized vascularization of cornea, left eye"}, {"code": "H16433", "desc": "Localized vascularization of cornea, bilateral"}, {"code": "H16439", "desc": "Localized vascularization of cornea, unspecified eye"}, {"code": "H16441", "desc": "Deep vascularization of cornea, right eye"}, {"code": "H16442", "desc": "Deep vascularization of cornea, left eye"}, {"code": "H16443", "desc": "Deep vascularization of cornea, bilateral"}, {"code": "H16449", "desc": "Deep vascularization of cornea, unspecified eye"}, {"code": "H168", "desc": "Other keratitis"}, {"code": "H169", "desc": "Unspecified keratitis"}, {"code": "H1700", "desc": "Adherent leukoma, unspecified eye"}, {"code": "H1701", "desc": "Adherent leukoma, right eye"}, {"code": "H1702", "desc": "Adherent leukoma, left eye"}, {"code": "H1703", "desc": "Adherent leukoma, bilateral"}, {"code": "H1710", "desc": "Central corneal opacity, unspecified eye"}, {"code": "H1711", "desc": "Central corneal opacity, right eye"}, {"code": "H1712", "desc": "Central corneal opacity, left eye"}, {"code": "H1713", "desc": "Central corneal opacity, bilateral"}, {"code": "H17811", "desc": "Minor opacity of cornea, right eye"}, {"code": "H17812", "desc": "Minor opacity of cornea, left eye"}, {"code": "H17813", "desc": "Minor opacity of cornea, bilateral"}, {"code": "H17819", "desc": "Minor opacity of cornea, unspecified eye"}, {"code": "H17821", "desc": "Peripheral opacity of cornea, right eye"}, {"code": "H17822", "desc": "Peripheral opacity of cornea, left eye"}, {"code": "H17823", "desc": "Peripheral opacity of cornea, bilateral"}, {"code": "H17829", "desc": "Peripheral opacity of cornea, unspecified eye"}, {"code": "H1789", "desc": "Other corneal scars and opacities"}, {"code": "H179", "desc": "Unspecified corneal scar and opacity"}, {"code": "H18001", "desc": "Unspecified corneal deposit, right eye"}, {"code": "H18002", "desc": "Unspecified corneal deposit, left eye"}, {"code": "H18003", "desc": "Unspecified corneal deposit, bilateral"}, {"code": "H18009", "desc": "Unspecified corneal deposit, unspecified eye"}, {"code": "H18011", "desc": "Anterior corneal pigmentations, right eye"}, {"code": "H18012", "desc": "Anterior corneal pigmentations, left eye"}, {"code": "H18013", "desc": "Anterior corneal pigmentations, bilateral"}, {"code": "H18019", "desc": "Anterior corneal pigmentations, unspecified eye"}, {"code": "H18021", "desc": "Argentous corneal deposits, right eye"}, {"code": "H18022", "desc": "Argentous corneal deposits, left eye"}, {"code": "H18023", "desc": "Argentous corneal deposits, bilateral"}, {"code": "H18029", "desc": "Argentous corneal deposits, unspecified eye"}, {"code": "H18031", "desc": "Corneal deposits in metabolic disorders, right eye"}, {"code": "H18032", "desc": "Corneal deposits in metabolic disorders, left eye"}, {"code": "H18033", "desc": "Corneal deposits in metabolic disorders, bilateral"}, {"code": "H18039", "desc": "Corneal deposits in metabolic disorders, unspecified eye"}, {"code": "H18041", "desc": "Kayser-Fleischer ring, right eye"}, {"code": "H18042", "desc": "Kayser-Fleischer ring, left eye"}, {"code": "H18043", "desc": "Kayser-Fleischer ring, bilateral"}, {"code": "H18049", "desc": "Kayser-Fleischer ring, unspecified eye"}, {"code": "H18051", "desc": "Posterior corneal pigmentations, right eye"}, {"code": "H18052", "desc": "Posterior corneal pigmentations, left eye"}, {"code": "H18053", "desc": "Posterior corneal pigmentations, bilateral"}, {"code": "H18059", "desc": "Posterior corneal pigmentations, unspecified eye"}, {"code": "H18061", "desc": "Stromal corneal pigmentations, right eye"}, {"code": "H18062", "desc": "Stromal corneal pigmentations, left eye"}, {"code": "H18063", "desc": "Stromal corneal pigmentations, bilateral"}, {"code": "H18069", "desc": "Stromal corneal pigmentations, unspecified eye"}, {"code": "H1810", "desc": "Bullous keratopathy, unspecified eye"}, {"code": "H1811", "desc": "Bullous keratopathy, right eye"}, {"code": "H1812", "desc": "Bullous keratopathy, left eye"}, {"code": "H1813", "desc": "Bullous keratopathy, bilateral"}, {"code": "H1820", "desc": "Unspecified corneal edema"}, {"code": "H18211", "desc": "Corneal edema secondary to contact lens, right eye"}, {"code": "H18212", "desc": "Corneal edema secondary to contact lens, left eye"}, {"code": "H18213", "desc": "Corneal edema secondary to contact lens, bilateral"}, {"code": "H18219", "desc": "Corneal edema secondary to contact lens, unspecified eye"}, {"code": "H18221", "desc": "Idiopathic corneal edema, right eye"}, {"code": "H18222", "desc": "Idiopathic corneal edema, left eye"}, {"code": "H18223", "desc": "Idiopathic corneal edema, bilateral"}, {"code": "H18229", "desc": "Idiopathic corneal edema, unspecified eye"}, {"code": "H18231", "desc": "Secondary corneal edema, right eye"}, {"code": "H18232", "desc": "Secondary corneal edema, left eye"}, {"code": "H18233", "desc": "Secondary corneal edema, bilateral"}, {"code": "H18239", "desc": "Secondary corneal edema, unspecified eye"}, {"code": "H1830", "desc": "Unspecified corneal membrane change"}, {"code": "H18311", "desc": "Folds and rupture in Bowman's membrane, right eye"}, {"code": "H18312", "desc": "Folds and rupture in Bowman's membrane, left eye"}, {"code": "H18313", "desc": "Folds and rupture in Bowman's membrane, bilateral"}, {"code": "H18319", "desc": "Folds and rupture in Bowman's membrane, unspecified eye"}, {"code": "H18321", "desc": "Folds in Descemet's membrane, right eye"}, {"code": "H18322", "desc": "Folds in Descemet's membrane, left eye"}, {"code": "H18323", "desc": "Folds in Descemet's membrane, bilateral"}, {"code": "H18329", "desc": "Folds in Descemet's membrane, unspecified eye"}, {"code": "H18331", "desc": "Rupture in Descemet's membrane, right eye"}, {"code": "H18332", "desc": "Rupture in Descemet's membrane, left eye"}, {"code": "H18333", "desc": "Rupture in Descemet's membrane, bilateral"}, {"code": "H18339", "desc": "Rupture in Descemet's membrane, unspecified eye"}, {"code": "H1840", "desc": "Unspecified corneal degeneration"}, {"code": "H18411", "desc": "Arcus senilis, right eye"}, {"code": "H18412", "desc": "Arcus senilis, left eye"}, {"code": "H18413", "desc": "Arcus senilis, bilateral"}, {"code": "H18419", "desc": "Arcus senilis, unspecified eye"}, {"code": "H18421", "desc": "Band keratopathy, right eye"}, {"code": "H18422", "desc": "Band keratopathy, left eye"}, {"code": "H18423", "desc": "Band keratopathy, bilateral"}, {"code": "H18429", "desc": "Band keratopathy, unspecified eye"}, {"code": "H1843", "desc": "Other calcerous corneal degeneration"}, {"code": "H18441", "desc": "Keratomalacia, right eye"}, {"code": "H18442", "desc": "Keratomalacia, left eye"}, {"code": "H18443", "desc": "Keratomalacia, bilateral"}, {"code": "H18449", "desc": "Keratomalacia, unspecified eye"}, {"code": "H18451", "desc": "Nodular corneal degeneration, right eye"}, {"code": "H18452", "desc": "Nodular corneal degeneration, left eye"}, {"code": "H18453", "desc": "Nodular corneal degeneration, bilateral"}, {"code": "H18459", "desc": "Nodular corneal degeneration, unspecified eye"}, {"code": "H18461", "desc": "Peripheral corneal degeneration, right eye"}, {"code": "H18462", "desc": "Peripheral corneal degeneration, left eye"}, {"code": "H18463", "desc": "Peripheral corneal degeneration, bilateral"}, {"code": "H18469", "desc": "Peripheral corneal degeneration, unspecified eye"}, {"code": "H1849", "desc": "Other corneal degeneration"}, {"code": "H1850", "desc": "Unspecified hereditary corneal dystrophies"}, {"code": "H1851", "desc": "Endothelial corneal dystrophy"}, {"code": "H1852", "desc": "Epithelial (juvenile) corneal dystrophy"}, {"code": "H1853", "desc": "Granular corneal dystrophy"}, {"code": "H1854", "desc": "Lattice corneal dystrophy"}, {"code": "H1855", "desc": "Macular corneal dystrophy"}, {"code": "H1859", "desc": "Other hereditary corneal dystrophies"}, {"code": "H18601", "desc": "Keratoconus, unspecified, right eye"}, {"code": "H18602", "desc": "Keratoconus, unspecified, left eye"}, {"code": "H18603", "desc": "Keratoconus, unspecified, bilateral"}, {"code": "H18609", "desc": "Keratoconus, unspecified, unspecified eye"}, {"code": "H18611", "desc": "Keratoconus, stable, right eye"}, {"code": "H18612", "desc": "Keratoconus, stable, left eye"}, {"code": "H18613", "desc": "Keratoconus, stable, bilateral"}, {"code": "H18619", "desc": "Keratoconus, stable, unspecified eye"}, {"code": "H18621", "desc": "Keratoconus, unstable, right eye"}, {"code": "H18622", "desc": "Keratoconus, unstable, left eye"}, {"code": "H18623", "desc": "Keratoconus, unstable, bilateral"}, {"code": "H18629", "desc": "Keratoconus, unstable, unspecified eye"}, {"code": "H1870", "desc": "Unspecified corneal deformity"}, {"code": "H18711", "desc": "Corneal ectasia, right eye"}, {"code": "H18712", "desc": "Corneal ectasia, left eye"}, {"code": "H18713", "desc": "Corneal ectasia, bilateral"}, {"code": "H18719", "desc": "Corneal ectasia, unspecified eye"}, {"code": "H18721", "desc": "Corneal staphyloma, right eye"}, {"code": "H18722", "desc": "Corneal staphyloma, left eye"}, {"code": "H18723", "desc": "Corneal staphyloma, bilateral"}, {"code": "H18729", "desc": "Corneal staphyloma, unspecified eye"}, {"code": "H18731", "desc": "Descemetocele, right eye"}, {"code": "H18732", "desc": "Descemetocele, left eye"}, {"code": "H18733", "desc": "Descemetocele, bilateral"}, {"code": "H18739", "desc": "Descemetocele, unspecified eye"}, {"code": "H18791", "desc": "Other corneal deformities, right eye"}, {"code": "H18792", "desc": "Other corneal deformities, left eye"}, {"code": "H18793", "desc": "Other corneal deformities, bilateral"}, {"code": "H18799", "desc": "Other corneal deformities, unspecified eye"}, {"code": "H18811", "desc": "Anesthesia and hypoesthesia of cornea, right eye"}, {"code": "H18812", "desc": "Anesthesia and hypoesthesia of cornea, left eye"}, {"code": "H18813", "desc": "Anesthesia and hypoesthesia of cornea, bilateral"}, {"code": "H18819", "desc": "Anesthesia and hypoesthesia of cornea, unspecified eye"}, {"code": "H18821", "desc": "Corneal disorder due to contact lens, right eye"}, {"code": "H18822", "desc": "Corneal disorder due to contact lens, left eye"}, {"code": "H18823", "desc": "Corneal disorder due to contact lens, bilateral"}, {"code": "H18829", "desc": "Corneal disorder due to contact lens, unspecified eye"}, {"code": "H18831", "desc": "Recurrent erosion of cornea, right eye"}, {"code": "H18832", "desc": "Recurrent erosion of cornea, left eye"}, {"code": "H18833", "desc": "Recurrent erosion of cornea, bilateral"}, {"code": "H18839", "desc": "Recurrent erosion of cornea, unspecified eye"}, {"code": "H18891", "desc": "Other specified disorders of cornea, right eye"}, {"code": "H18892", "desc": "Other specified disorders of cornea, left eye"}, {"code": "H18893", "desc": "Other specified disorders of cornea, bilateral"}, {"code": "H18899", "desc": "Other specified disorders of cornea, unspecified eye"}, {"code": "H189", "desc": "Unspecified disorder of cornea"}, {"code": "H2000", "desc": "Unspecified acute and subacute iridocyclitis"}, {"code": "H20011", "desc": "Primary iridocyclitis, right eye"}, {"code": "H20012", "desc": "Primary iridocyclitis, left eye"}, {"code": "H20013", "desc": "Primary iridocyclitis, bilateral"}, {"code": "H20019", "desc": "Primary iridocyclitis, unspecified eye"}, {"code": "H20021", "desc": "Recurrent acute iridocyclitis, right eye"}, {"code": "H20022", "desc": "Recurrent acute iridocyclitis, left eye"}, {"code": "H20023", "desc": "Recurrent acute iridocyclitis, bilateral"}, {"code": "H20029", "desc": "Recurrent acute iridocyclitis, unspecified eye"}, {"code": "H20031", "desc": "Secondary infectious iridocyclitis, right eye"}, {"code": "H20032", "desc": "Secondary infectious iridocyclitis, left eye"}, {"code": "H20033", "desc": "Secondary infectious iridocyclitis, bilateral"}, {"code": "H20039", "desc": "Secondary infectious iridocyclitis, unspecified eye"}, {"code": "H20041", "desc": "Secondary noninfectious iridocyclitis, right eye"}, {"code": "H20042", "desc": "Secondary noninfectious iridocyclitis, left eye"}, {"code": "H20043", "desc": "Secondary noninfectious iridocyclitis, bilateral"}, {"code": "H20049", "desc": "Secondary noninfectious iridocyclitis, unspecified eye"}, {"code": "H20051", "desc": "Hypopyon, right eye"}, {"code": "H20052", "desc": "Hypopyon, left eye"}, {"code": "H20053", "desc": "Hypopyon, bilateral"}, {"code": "H20059", "desc": "Hypopyon, unspecified eye"}, {"code": "H2010", "desc": "Chronic iridocyclitis, unspecified eye"}, {"code": "H2011", "desc": "Chronic iridocyclitis, right eye"}, {"code": "H2012", "desc": "Chronic iridocyclitis, left eye"}, {"code": "H2013", "desc": "Chronic iridocyclitis, bilateral"}, {"code": "H2020", "desc": "Lens-induced iridocyclitis, unspecified eye"}, {"code": "H2021", "desc": "Lens-induced iridocyclitis, right eye"}, {"code": "H2022", "desc": "Lens-induced iridocyclitis, left eye"}, {"code": "H2023", "desc": "Lens-induced iridocyclitis, bilateral"}, {"code": "H20811", "desc": "Fuchs' heterochromic cyclitis, right eye"}, {"code": "H20812", "desc": "Fuchs' heterochromic cyclitis, left eye"}, {"code": "H20813", "desc": "Fuchs' heterochromic cyclitis, bilateral"}, {"code": "H20819", "desc": "Fuchs' heterochromic cyclitis, unspecified eye"}, {"code": "H20821", "desc": "Vogt-Koyanagi syndrome, right eye"}, {"code": "H20822", "desc": "Vogt-Koyanagi syndrome, left eye"}, {"code": "H20823", "desc": "Vogt-Koyanagi syndrome, bilateral"}, {"code": "H20829", "desc": "Vogt-Koyanagi syndrome, unspecified eye"}, {"code": "H209", "desc": "Unspecified iridocyclitis"}, {"code": "H2100", "desc": "Hyphema, unspecified eye"}, {"code": "H2101", "desc": "Hyphema, right eye"}, {"code": "H2102", "desc": "Hyphema, left eye"}, {"code": "H2103", "desc": "Hyphema, bilateral"}, {"code": "H211X1", "desc": "Other vascular disorders of iris and ciliary body, right eye"}, {"code": "H211X2", "desc": "Other vascular disorders of iris and ciliary body, left eye"}, {"code": "H211X3", "desc": "Other vascular disorders of iris and ciliary body, bilateral"}, {"code": "H211X9", "desc": "Other vascular disorders of iris and ciliary body, unspecified eye"}, {"code": "H21211", "desc": "Degeneration of chamber angle, right eye"}, {"code": "H21212", "desc": "Degeneration of chamber angle, left eye"}, {"code": "H21213", "desc": "Degeneration of chamber angle, bilateral"}, {"code": "H21219", "desc": "Degeneration of chamber angle, unspecified eye"}, {"code": "H21221", "desc": "Degeneration of ciliary body, right eye"}, {"code": "H21222", "desc": "Degeneration of ciliary body, left eye"}, {"code": "H21223", "desc": "Degeneration of ciliary body, bilateral"}, {"code": "H21229", "desc": "Degeneration of ciliary body, unspecified eye"}, {"code": "H21231", "desc": "Degeneration of iris (pigmentary), right eye"}, {"code": "H21232", "desc": "Degeneration of iris (pigmentary), left eye"}, {"code": "H21233", "desc": "Degeneration of iris (pigmentary), bilateral"}, {"code": "H21239", "desc": "Degeneration of iris (pigmentary), unspecified eye"}, {"code": "H21241", "desc": "Degeneration of pupillary margin, right eye"}, {"code": "H21242", "desc": "Degeneration of pupillary margin, left eye"}, {"code": "H21243", "desc": "Degeneration of pupillary margin, bilateral"}, {"code": "H21249", "desc": "Degeneration of pupillary margin, unspecified eye"}, {"code": "H21251", "desc": "Iridoschisis, right eye"}, {"code": "H21252", "desc": "Iridoschisis, left eye"}, {"code": "H21253", "desc": "Iridoschisis, bilateral"}, {"code": "H21259", "desc": "Iridoschisis, unspecified eye"}, {"code": "H21261", "desc": "Iris atrophy (essential) (progressive), right eye"}, {"code": "H21262", "desc": "Iris atrophy (essential) (progressive), left eye"}, {"code": "H21263", "desc": "Iris atrophy (essential) (progressive), bilateral"}, {"code": "H21269", "desc": "Iris atrophy (essential) (progressive), unspecified eye"}, {"code": "H21271", "desc": "Miotic pupillary cyst, right eye"}, {"code": "H21272", "desc": "Miotic pupillary cyst, left eye"}, {"code": "H21273", "desc": "Miotic pupillary cyst, bilateral"}, {"code": "H21279", "desc": "Miotic pupillary cyst, unspecified eye"}, {"code": "H2129", "desc": "Other iris atrophy"}, {"code": "H21301", "desc": "Idiopathic cysts of iris, ciliary body or anterior chamber, right eye"}, {"code": "H21302", "desc": "Idiopathic cysts of iris, ciliary body or anterior chamber, left eye"}, {"code": "H21303", "desc": "Idiopathic cysts of iris, ciliary body or anterior chamber, bilateral"}, {"code": "H21309", "desc": "Idiopathic cysts of iris, ciliary body or anterior chamber, unspecified eye"}, {"code": "H21311", "desc": "Exudative cysts of iris or anterior chamber, right eye"}, {"code": "H21312", "desc": "Exudative cysts of iris or anterior chamber, left eye"}, {"code": "H21313", "desc": "Exudative cysts of iris or anterior chamber, bilateral"}, {"code": "H21319", "desc": "Exudative cysts of iris or anterior chamber, unspecified eye"}, {"code": "H21321", "desc": "Implantation cysts of iris, ciliary body or anterior chamber, right eye"}, {"code": "H21322", "desc": "Implantation cysts of iris, ciliary body or anterior chamber, left eye"}, {"code": "H21323", "desc": "Implantation cysts of iris, ciliary body or anterior chamber, bilateral"}, {"code": "H21329", "desc": "Implantation cysts of iris, ciliary body or anterior chamber, unspecified eye"}, {"code": "H21331", "desc": "Parasitic cyst of iris, ciliary body or anterior chamber, right eye"}, {"code": "H21332", "desc": "Parasitic cyst of iris, ciliary body or anterior chamber, left eye"}, {"code": "H21333", "desc": "Parasitic cyst of iris, ciliary body or anterior chamber, bilateral"}, {"code": "H21339", "desc": "Parasitic cyst of iris, ciliary body or anterior chamber, unspecified eye"}, {"code": "H21341", "desc": "Primary cyst of pars plana, right eye"}, {"code": "H21342", "desc": "Primary cyst of pars plana, left eye"}, {"code": "H21343", "desc": "Primary cyst of pars plana, bilateral"}, {"code": "H21349", "desc": "Primary cyst of pars plana, unspecified eye"}, {"code": "H21351", "desc": "Exudative cyst of pars plana, right eye"}, {"code": "H21352", "desc": "Exudative cyst of pars plana, left eye"}, {"code": "H21353", "desc": "Exudative cyst of pars plana, bilateral"}, {"code": "H21359", "desc": "Exudative cyst of pars plana, unspecified eye"}, {"code": "H2140", "desc": "Pupillary membranes, unspecified eye"}, {"code": "H2141", "desc": "Pupillary membranes, right eye"}, {"code": "H2142", "desc": "Pupillary membranes, left eye"}, {"code": "H2143", "desc": "Pupillary membranes, bilateral"}, {"code": "H21501", "desc": "Unspecified adhesions of iris, right eye"}, {"code": "H21502", "desc": "Unspecified adhesions of iris, left eye"}, {"code": "H21503", "desc": "Unspecified adhesions of iris, bilateral"}, {"code": "H21509", "desc": "Unspecified adhesions of iris and ciliary body, unspecified eye"}, {"code": "H21511", "desc": "Anterior synechiae (iris), right eye"}, {"code": "H21512", "desc": "Anterior synechiae (iris), left eye"}, {"code": "H21513", "desc": "Anterior synechiae (iris), bilateral"}, {"code": "H21519", "desc": "Anterior synechiae (iris), unspecified eye"}, {"code": "H21521", "desc": "Goniosynechiae, right eye"}, {"code": "H21522", "desc": "Goniosynechiae, left eye"}, {"code": "H21523", "desc": "Goniosynechiae, bilateral"}, {"code": "H21529", "desc": "Goniosynechiae, unspecified eye"}, {"code": "H21531", "desc": "Iridodialysis, right eye"}, {"code": "H21532", "desc": "Iridodialysis, left eye"}, {"code": "H21533", "desc": "Iridodialysis, bilateral"}, {"code": "H21539", "desc": "Iridodialysis, unspecified eye"}, {"code": "H21541", "desc": "Posterior synechiae (iris), right eye"}, {"code": "H21542", "desc": "Posterior synechiae (iris), left eye"}, {"code": "H21543", "desc": "Posterior synechiae (iris), bilateral"}, {"code": "H21549", "desc": "Posterior synechiae (iris), unspecified eye"}, {"code": "H21551", "desc": "Recession of chamber angle, right eye"}, {"code": "H21552", "desc": "Recession of chamber angle, left eye"}, {"code": "H21553", "desc": "Recession of chamber angle, bilateral"}, {"code": "H21559", "desc": "Recession of chamber angle, unspecified eye"}, {"code": "H21561", "desc": "Pupillary abnormality, right eye"}, {"code": "H21562", "desc": "Pupillary abnormality, left eye"}, {"code": "H21563", "desc": "Pupillary abnormality, bilateral"}, {"code": "H21569", "desc": "Pupillary abnormality, unspecified eye"}, {"code": "H2181", "desc": "Floppy iris syndrome"}, {"code": "H2182", "desc": "Plateau iris syndrome (post-iridectomy) (postprocedural)"}, {"code": "H2189", "desc": "Other specified disorders of iris and ciliary body"}, {"code": "H219", "desc": "Unspecified disorder of iris and ciliary body"}, {"code": "H22", "desc": "Disorders of iris and ciliary body in diseases classified elsewhere"}, {"code": "H25011", "desc": "Cortical age-related cataract, right eye"}, {"code": "H25012", "desc": "Cortical age-related cataract, left eye"}, {"code": "H25013", "desc": "Cortical age-related cataract, bilateral"}, {"code": "H25019", "desc": "Cortical age-related cataract, unspecified eye"}, {"code": "H25031", "desc": "Anterior subcapsular polar age-related cataract, right eye"}, {"code": "H25032", "desc": "Anterior subcapsular polar age-related cataract, left eye"}, {"code": "H25033", "desc": "Anterior subcapsular polar age-related cataract, bilateral"}, {"code": "H25039", "desc": "Anterior subcapsular polar age-related cataract, unspecified eye"}, {"code": "H25041", "desc": "Posterior subcapsular polar age-related cataract, right eye"}, {"code": "H25042", "desc": "Posterior subcapsular polar age-related cataract, left eye"}, {"code": "H25043", "desc": "Posterior subcapsular polar age-related cataract, bilateral"}, {"code": "H25049", "desc": "Posterior subcapsular polar age-related cataract, unspecified eye"}, {"code": "H25091", "desc": "Other age-related incipient cataract, right eye"}, {"code": "H25092", "desc": "Other age-related incipient cataract, left eye"}, {"code": "H25093", "desc": "Other age-related incipient cataract, bilateral"}, {"code": "H25099", "desc": "Other age-related incipient cataract, unspecified eye"}, {"code": "H2510", "desc": "Age-related nuclear cataract, unspecified eye"}, {"code": "H2511", "desc": "Age-related nuclear cataract, right eye"}, {"code": "H2512", "desc": "Age-related nuclear cataract, left eye"}, {"code": "H2513", "desc": "Age-related nuclear cataract, bilateral"}, {"code": "H2520", "desc": "Age-related cataract, morgagnian type, unspecified eye"}, {"code": "H2521", "desc": "Age-related cataract, morgagnian type, right eye"}, {"code": "H2522", "desc": "Age-related cataract, morgagnian type, left eye"}, {"code": "H2523", "desc": "Age-related cataract, morgagnian type, bilateral"}, {"code": "H25811", "desc": "Combined forms of age-related cataract, right eye"}, {"code": "H25812", "desc": "Combined forms of age-related cataract, left eye"}, {"code": "H25813", "desc": "Combined forms of age-related cataract, bilateral"}, {"code": "H25819", "desc": "Combined forms of age-related cataract, unspecified eye"}, {"code": "H2589", "desc": "Other age-related cataract"}, {"code": "H259", "desc": "Unspecified age-related cataract"}, {"code": "H26001", "desc": "Unspecified infantile and juvenile cataract, right eye"}, {"code": "H26002", "desc": "Unspecified infantile and juvenile cataract, left eye"}, {"code": "H26003", "desc": "Unspecified infantile and juvenile cataract, bilateral"}, {"code": "H26009", "desc": "Unspecified infantile and juvenile cataract, unspecified eye"}, {"code": "H26011", "desc": "Infantile and juvenile cortical, lamellar, or zonular cataract, right eye"}, {"code": "H26012", "desc": "Infantile and juvenile cortical, lamellar, or zonular cataract, left eye"}, {"code": "H26013", "desc": "Infantile and juvenile cortical, lamellar, or zonular cataract, bilateral"}, {"code": "H26019", "desc": "Infantile and juvenile cortical, lamellar, or zonular cataract, unspecified eye"}, {"code": "H26031", "desc": "Infantile and juvenile nuclear cataract, right eye"}, {"code": "H26032", "desc": "Infantile and juvenile nuclear cataract, left eye"}, {"code": "H26033", "desc": "Infantile and juvenile nuclear cataract, bilateral"}, {"code": "H26039", "desc": "Infantile and juvenile nuclear cataract, unspecified eye"}, {"code": "H26041", "desc": "Anterior subcapsular polar infantile and juvenile cataract, right eye"}, {"code": "H26042", "desc": "Anterior subcapsular polar infantile and juvenile cataract, left eye"}, {"code": "H26043", "desc": "Anterior subcapsular polar infantile and juvenile cataract, bilateral"}, {"code": "H26049", "desc": "Anterior subcapsular polar infantile and juvenile cataract, unspecified eye"}, {"code": "H26051", "desc": "Posterior subcapsular polar infantile and juvenile cataract, right eye"}, {"code": "H26052", "desc": "Posterior subcapsular polar infantile and juvenile cataract, left eye"}, {"code": "H26053", "desc": "Posterior subcapsular polar infantile and juvenile cataract, bilateral"}, {"code": "H26059", "desc": "Posterior subcapsular polar infantile and juvenile cataract, unspecified eye"}, {"code": "H26061", "desc": "Combined forms of infantile and juvenile cataract, right eye"}, {"code": "H26062", "desc": "Combined forms of infantile and juvenile cataract, left eye"}, {"code": "H26063", "desc": "Combined forms of infantile and juvenile cataract, bilateral"}, {"code": "H26069", "desc": "Combined forms of infantile and juvenile cataract, unspecified eye"}, {"code": "H2609", "desc": "Other infantile and juvenile cataract"}, {"code": "H26101", "desc": "Unspecified traumatic cataract, right eye"}, {"code": "H26102", "desc": "Unspecified traumatic cataract, left eye"}, {"code": "H26103", "desc": "Unspecified traumatic cataract, bilateral"}, {"code": "H26109", "desc": "Unspecified traumatic cataract, unspecified eye"}, {"code": "H26111", "desc": "Localized traumatic opacities, right eye"}, {"code": "H26112", "desc": "Localized traumatic opacities, left eye"}, {"code": "H26113", "desc": "Localized traumatic opacities, bilateral"}, {"code": "H26119", "desc": "Localized traumatic opacities, unspecified eye"}, {"code": "H26121", "desc": "Partially resolved traumatic cataract, right eye"}, {"code": "H26122", "desc": "Partially resolved traumatic cataract, left eye"}, {"code": "H26123", "desc": "Partially resolved traumatic cataract, bilateral"}, {"code": "H26129", "desc": "Partially resolved traumatic cataract, unspecified eye"}, {"code": "H26131", "desc": "Total traumatic cataract, right eye"}, {"code": "H26132", "desc": "Total traumatic cataract, left eye"}, {"code": "H26133", "desc": "Total traumatic cataract, bilateral"}, {"code": "H26139", "desc": "Total traumatic cataract, unspecified eye"}, {"code": "H2620", "desc": "Unspecified complicated cataract"}, {"code": "H26211", "desc": "Cataract with neovascularization, right eye"}, {"code": "H26212", "desc": "Cataract with neovascularization, left eye"}, {"code": "H26213", "desc": "Cataract with neovascularization, bilateral"}, {"code": "H26219", "desc": "Cataract with neovascularization, unspecified eye"}, {"code": "H26221", "desc": "Cataract secondary to ocular disorders (degenerative) (inflammatory), right eye"}, {"code": "H26222", "desc": "Cataract secondary to ocular disorders (degenerative) (inflammatory), left eye"}, {"code": "H26223", "desc": "Cataract secondary to ocular disorders (degenerative) (inflammatory), bilateral"}, {"code": "H26229", "desc": "Cataract secondary to ocular disorders (degenerative) (inflammatory), unspecified eye"}, {"code": "H26231", "desc": "Glaucomatous flecks (subcapsular), right eye"}, {"code": "H26232", "desc": "Glaucomatous flecks (subcapsular), left eye"}, {"code": "H26233", "desc": "Glaucomatous flecks (subcapsular), bilateral"}, {"code": "H26239", "desc": "Glaucomatous flecks (subcapsular), unspecified eye"}, {"code": "H2630", "desc": "Drug-induced cataract, unspecified eye"}, {"code": "H2631", "desc": "Drug-induced cataract, right eye"}, {"code": "H2632", "desc": "Drug-induced cataract, left eye"}, {"code": "H2633", "desc": "Drug-induced cataract, bilateral"}, {"code": "H2640", "desc": "Unspecified secondary cataract"}, {"code": "H26411", "desc": "Soemmering's ring, right eye"}, {"code": "H26412", "desc": "Soemmering's ring, left eye"}, {"code": "H26413", "desc": "Soemmering's ring, bilateral"}, {"code": "H26419", "desc": "Soemmering's ring, unspecified eye"}, {"code": "H26491", "desc": "Other secondary cataract, right eye"}, {"code": "H26492", "desc": "Other secondary cataract, left eye"}, {"code": "H26493", "desc": "Other secondary cataract, bilateral"}, {"code": "H26499", "desc": "Other secondary cataract, unspecified eye"}, {"code": "H268", "desc": "Other specified cataract"}, {"code": "H269", "desc": "Unspecified cataract"}, {"code": "H2700", "desc": "Aphakia, unspecified eye"}, {"code": "H2701", "desc": "Aphakia, right eye"}, {"code": "H2702", "desc": "Aphakia, left eye"}, {"code": "H2703", "desc": "Aphakia, bilateral"}, {"code": "H2710", "desc": "Unspecified dislocation of lens"}, {"code": "H27111", "desc": "Subluxation of lens, right eye"}, {"code": "H27112", "desc": "Subluxation of lens, left eye"}, {"code": "H27113", "desc": "Subluxation of lens, bilateral"}, {"code": "H27119", "desc": "Subluxation of lens, unspecified eye"}, {"code": "H27121", "desc": "Anterior dislocation of lens, right eye"}, {"code": "H27122", "desc": "Anterior dislocation of lens, left eye"}, {"code": "H27123", "desc": "Anterior dislocation of lens, bilateral"}, {"code": "H27129", "desc": "Anterior dislocation of lens, unspecified eye"}, {"code": "H27131", "desc": "Posterior dislocation of lens, right eye"}, {"code": "H27132", "desc": "Posterior dislocation of lens, left eye"}, {"code": "H27133", "desc": "Posterior dislocation of lens, bilateral"}, {"code": "H27139", "desc": "Posterior dislocation of lens, unspecified eye"}, {"code": "H278", "desc": "Other specified disorders of lens"}, {"code": "H279", "desc": "Unspecified disorder of lens"}, {"code": "H28", "desc": "Cataract in diseases classified elsewhere"}, {"code": "H30001", "desc": "Unspecified focal chorioretinal inflammation, right eye"}, {"code": "H30002", "desc": "Unspecified focal chorioretinal inflammation, left eye"}, {"code": "H30003", "desc": "Unspecified focal chorioretinal inflammation, bilateral"}, {"code": "H30009", "desc": "Unspecified focal chorioretinal inflammation, unspecified eye"}, {"code": "H30011", "desc": "Focal chorioretinal inflammation, juxtapapillary, right eye"}, {"code": "H30012", "desc": "Focal chorioretinal inflammation, juxtapapillary, left eye"}, {"code": "H30013", "desc": "Focal chorioretinal inflammation, juxtapapillary, bilateral"}, {"code": "H30019", "desc": "Focal chorioretinal inflammation, juxtapapillary, unspecified eye"}, {"code": "H30021", "desc": "Focal chorioretinal inflammation of posterior pole, right eye"}, {"code": "H30022", "desc": "Focal chorioretinal inflammation of posterior pole, left eye"}, {"code": "H30023", "desc": "Focal chorioretinal inflammation of posterior pole, bilateral"}, {"code": "H30029", "desc": "Focal chorioretinal inflammation of posterior pole, unspecified eye"}, {"code": "H30031", "desc": "Focal chorioretinal inflammation, peripheral, right eye"}, {"code": "H30032", "desc": "Focal chorioretinal inflammation, peripheral, left eye"}, {"code": "H30033", "desc": "Focal chorioretinal inflammation, peripheral, bilateral"}, {"code": "H30039", "desc": "Focal chorioretinal inflammation, peripheral, unspecified eye"}, {"code": "H30041", "desc": "Focal chorioretinal inflammation, macular or paramacular, right eye"}, {"code": "H30042", "desc": "Focal chorioretinal inflammation, macular or paramacular, left eye"}, {"code": "H30043", "desc": "Focal chorioretinal inflammation, macular or paramacular, bilateral"}, {"code": "H30049", "desc": "Focal chorioretinal inflammation, macular or paramacular, unspecified eye"}, {"code": "H30101", "desc": "Unspecified disseminated chorioretinal inflammation, right eye"}, {"code": "H30102", "desc": "Unspecified disseminated chorioretinal inflammation, left eye"}, {"code": "H30103", "desc": "Unspecified disseminated chorioretinal inflammation, bilateral"}, {"code": "H30109", "desc": "Unspecified disseminated chorioretinal inflammation, unspecified eye"}, {"code": "H30111", "desc": "Disseminated chorioretinal inflammation of posterior pole, right eye"}, {"code": "H30112", "desc": "Disseminated chorioretinal inflammation of posterior pole, left eye"}, {"code": "H30113", "desc": "Disseminated chorioretinal inflammation of posterior pole, bilateral"}, {"code": "H30119", "desc": "Disseminated chorioretinal inflammation of posterior pole, unspecified eye"}, {"code": "H30121", "desc": "Disseminated chorioretinal inflammation, peripheral right eye"}, {"code": "H30122", "desc": "Disseminated chorioretinal inflammation, peripheral, left eye"}, {"code": "H30123", "desc": "Disseminated chorioretinal inflammation, peripheral, bilateral"}, {"code": "H30129", "desc": "Disseminated chorioretinal inflammation, peripheral, unspecified eye"}, {"code": "H30131", "desc": "Disseminated chorioretinal inflammation, generalized, right eye"}, {"code": "H30132", "desc": "Disseminated chorioretinal inflammation, generalized, left eye"}, {"code": "H30133", "desc": "Disseminated chorioretinal inflammation, generalized, bilateral"}, {"code": "H30139", "desc": "Disseminated chorioretinal inflammation, generalized, unspecified eye"}, {"code": "H30141", "desc": "Acute posterior multifocal placoid pigment epitheliopathy, right eye"}, {"code": "H30142", "desc": "Acute posterior multifocal placoid pigment epitheliopathy, left eye"}, {"code": "H30143", "desc": "Acute posterior multifocal placoid pigment epitheliopathy, bilateral"}, {"code": "H30149", "desc": "Acute posterior multifocal placoid pigment epitheliopathy, unspecified eye"}, {"code": "H3020", "desc": "Posterior cyclitis, unspecified eye"}, {"code": "H3021", "desc": "Posterior cyclitis, right eye"}, {"code": "H3022", "desc": "Posterior cyclitis, left eye"}, {"code": "H3023", "desc": "Posterior cyclitis, bilateral"}, {"code": "H30811", "desc": "Harada's disease, right eye"}, {"code": "H30812", "desc": "Harada's disease, left eye"}, {"code": "H30813", "desc": "Harada's disease, bilateral"}, {"code": "H30819", "desc": "Harada's disease, unspecified eye"}, {"code": "H30891", "desc": "Other chorioretinal inflammations, right eye"}, {"code": "H30892", "desc": "Other chorioretinal inflammations, left eye"}, {"code": "H30893", "desc": "Other chorioretinal inflammations, bilateral"}, {"code": "H30899", "desc": "Other chorioretinal inflammations, unspecified eye"}, {"code": "H3090", "desc": "Unspecified chorioretinal inflammation, unspecified eye"}, {"code": "H3091", "desc": "Unspecified chorioretinal inflammation, right eye"}, {"code": "H3092", "desc": "Unspecified chorioretinal inflammation, left eye"}, {"code": "H3093", "desc": "Unspecified chorioretinal inflammation, bilateral"}, {"code": "H31001", "desc": "Unspecified chorioretinal scars, right eye"}, {"code": "H31002", "desc": "Unspecified chorioretinal scars, left eye"}, {"code": "H31003", "desc": "Unspecified chorioretinal scars, bilateral"}, {"code": "H31009", "desc": "Unspecified chorioretinal scars, unspecified eye"}, {"code": "H31011", "desc": "Macula scars of posterior pole (postinflammatory) (post-traumatic), right eye"}, {"code": "H31012", "desc": "Macula scars of posterior pole (postinflammatory) (post-traumatic), left eye"}, {"code": "H31013", "desc": "Macula scars of posterior pole (postinflammatory) (post-traumatic), bilateral"}, {"code": "H31019", "desc": "Macula scars of posterior pole (postinflammatory) (post-traumatic), unspecified eye"}, {"code": "H31021", "desc": "Solar retinopathy, right eye"}, {"code": "H31022", "desc": "Solar retinopathy, left eye"}, {"code": "H31023", "desc": "Solar retinopathy, bilateral"}, {"code": "H31029", "desc": "Solar retinopathy, unspecified eye"}, {"code": "H31091", "desc": "Other chorioretinal scars, right eye"}, {"code": "H31092", "desc": "Other chorioretinal scars, left eye"}, {"code": "H31093", "desc": "Other chorioretinal scars, bilateral"}, {"code": "H31099", "desc": "Other chorioretinal scars, unspecified eye"}, {"code": "H31101", "desc": "Choroidal degeneration, unspecified, right eye"}, {"code": "H31102", "desc": "Choroidal degeneration, unspecified, left eye"}, {"code": "H31103", "desc": "Choroidal degeneration, unspecified, bilateral"}, {"code": "H31109", "desc": "Choroidal degeneration, unspecified, unspecified eye"}, {"code": "H31111", "desc": "Age-related choroidal atrophy, right eye"}, {"code": "H31112", "desc": "Age-related choroidal atrophy, left eye"}, {"code": "H31113", "desc": "Age-related choroidal atrophy, bilateral"}, {"code": "H31119", "desc": "Age-related choroidal atrophy, unspecified eye"}, {"code": "H31121", "desc": "Diffuse secondary atrophy of choroid, right eye"}, {"code": "H31122", "desc": "Diffuse secondary atrophy of choroid, left eye"}, {"code": "H31123", "desc": "Diffuse secondary atrophy of choroid, bilateral"}, {"code": "H31129", "desc": "Diffuse secondary atrophy of choroid, unspecified eye"}, {"code": "H3120", "desc": "Hereditary choroidal dystrophy, unspecified"}, {"code": "H3121", "desc": "Choroideremia"}, {"code": "H3122", "desc": "Choroidal dystrophy (central areolar) (generalized) (peripapillary)"}, {"code": "H3123", "desc": "Gyrate atrophy, choroid"}, {"code": "H3129", "desc": "Other hereditary choroidal dystrophy"}, {"code": "H31301", "desc": "Unspecified choroidal hemorrhage, right eye"}, {"code": "H31302", "desc": "Unspecified choroidal hemorrhage, left eye"}, {"code": "H31303", "desc": "Unspecified choroidal hemorrhage, bilateral"}, {"code": "H31309", "desc": "Unspecified choroidal hemorrhage, unspecified eye"}, {"code": "H31311", "desc": "Expulsive choroidal hemorrhage, right eye"}, {"code": "H31312", "desc": "Expulsive choroidal hemorrhage, left eye"}, {"code": "H31313", "desc": "Expulsive choroidal hemorrhage, bilateral"}, {"code": "H31319", "desc": "Expulsive choroidal hemorrhage, unspecified eye"}, {"code": "H31321", "desc": "Choroidal rupture, right eye"}, {"code": "H31322", "desc": "Choroidal rupture, left eye"}, {"code": "H31323", "desc": "Choroidal rupture, bilateral"}, {"code": "H31329", "desc": "Choroidal rupture, unspecified eye"}, {"code": "H31401", "desc": "Unspecified choroidal detachment, right eye"}, {"code": "H31402", "desc": "Unspecified choroidal detachment, left eye"}, {"code": "H31403", "desc": "Unspecified choroidal detachment, bilateral"}, {"code": "H31409", "desc": "Unspecified choroidal detachment, unspecified eye"}, {"code": "H31411", "desc": "Hemorrhagic choroidal detachment, right eye"}, {"code": "H31412", "desc": "Hemorrhagic choroidal detachment, left eye"}, {"code": "H31413", "desc": "Hemorrhagic choroidal detachment, bilateral"}, {"code": "H31419", "desc": "Hemorrhagic choroidal detachment, unspecified eye"}, {"code": "H31421", "desc": "Serous choroidal detachment, right eye"}, {"code": "H31422", "desc": "Serous choroidal detachment, left eye"}, {"code": "H31423", "desc": "Serous choroidal detachment, bilateral"}, {"code": "H31429", "desc": "Serous choroidal detachment, unspecified eye"}, {"code": "H318", "desc": "Other specified disorders of choroid"}, {"code": "H319", "desc": "Unspecified disorder of choroid"}, {"code": "H32", "desc": "Chorioretinal disorders in diseases classified elsewhere"}, {"code": "H33001", "desc": "Unspecified retinal detachment with retinal break, right eye"}, {"code": "H33002", "desc": "Unspecified retinal detachment with retinal break, left eye"}, {"code": "H33003", "desc": "Unspecified retinal detachment with retinal break, bilateral"}, {"code": "H33009", "desc": "Unspecified retinal detachment with retinal break, unspecified eye"}, {"code": "H33011", "desc": "Retinal detachment with single break, right eye"}, {"code": "H33012", "desc": "Retinal detachment with single break, left eye"}, {"code": "H33013", "desc": "Retinal detachment with single break, bilateral"}, {"code": "H33019", "desc": "Retinal detachment with single break, unspecified eye"}, {"code": "H33021", "desc": "Retinal detachment with multiple breaks, right eye"}, {"code": "H33022", "desc": "Retinal detachment with multiple breaks, left eye"}, {"code": "H33023", "desc": "Retinal detachment with multiple breaks, bilateral"}, {"code": "H33029", "desc": "Retinal detachment with multiple breaks, unspecified eye"}, {"code": "H33031", "desc": "Retinal detachment with giant retinal tear, right eye"}, {"code": "H33032", "desc": "Retinal detachment with giant retinal tear, left eye"}, {"code": "H33033", "desc": "Retinal detachment with giant retinal tear, bilateral"}, {"code": "H33039", "desc": "Retinal detachment with giant retinal tear, unspecified eye"}, {"code": "H33041", "desc": "Retinal detachment with retinal dialysis, right eye"}, {"code": "H33042", "desc": "Retinal detachment with retinal dialysis, left eye"}, {"code": "H33043", "desc": "Retinal detachment with retinal dialysis, bilateral"}, {"code": "H33049", "desc": "Retinal detachment with retinal dialysis, unspecified eye"}, {"code": "H33051", "desc": "Total retinal detachment, right eye"}, {"code": "H33052", "desc": "Total retinal detachment, left eye"}, {"code": "H33053", "desc": "Total retinal detachment, bilateral"}, {"code": "H33059", "desc": "Total retinal detachment, unspecified eye"}, {"code": "H33101", "desc": "Unspecified retinoschisis, right eye"}, {"code": "H33102", "desc": "Unspecified retinoschisis, left eye"}, {"code": "H33103", "desc": "Unspecified retinoschisis, bilateral"}, {"code": "H33109", "desc": "Unspecified retinoschisis, unspecified eye"}, {"code": "H33111", "desc": "Cyst of ora serrata, right eye"}, {"code": "H33112", "desc": "Cyst of ora serrata, left eye"}, {"code": "H33113", "desc": "Cyst of ora serrata, bilateral"}, {"code": "H33119", "desc": "Cyst of ora serrata, unspecified eye"}, {"code": "H33121", "desc": "Parasitic cyst of retina, right eye"}, {"code": "H33122", "desc": "Parasitic cyst of retina, left eye"}, {"code": "H33123", "desc": "Parasitic cyst of retina, bilateral"}, {"code": "H33129", "desc": "Parasitic cyst of retina, unspecified eye"}, {"code": "H33191", "desc": "Other retinoschisis and retinal cysts, right eye"}, {"code": "H33192", "desc": "Other retinoschisis and retinal cysts, left eye"}, {"code": "H33193", "desc": "Other retinoschisis and retinal cysts, bilateral"}, {"code": "H33199", "desc": "Other retinoschisis and retinal cysts, unspecified eye"}, {"code": "H3320", "desc": "Serous retinal detachment, unspecified eye"}, {"code": "H3321", "desc": "Serous retinal detachment, right eye"}, {"code": "H3322", "desc": "Serous retinal detachment, left eye"}, {"code": "H3323", "desc": "Serous retinal detachment, bilateral"}, {"code": "H33301", "desc": "Unspecified retinal break, right eye"}, {"code": "H33302", "desc": "Unspecified retinal break, left eye"}, {"code": "H33303", "desc": "Unspecified retinal break, bilateral"}, {"code": "H33309", "desc": "Unspecified retinal break, unspecified eye"}, {"code": "H33311", "desc": "Horseshoe tear of retina without detachment, right eye"}, {"code": "H33312", "desc": "Horseshoe tear of retina without detachment, left eye"}, {"code": "H33313", "desc": "Horseshoe tear of retina without detachment, bilateral"}, {"code": "H33319", "desc": "Horseshoe tear of retina without detachment, unspecified eye"}, {"code": "H33321", "desc": "Round hole, right eye"}, {"code": "H33322", "desc": "Round hole, left eye"}, {"code": "H33323", "desc": "Round hole, bilateral"}, {"code": "H33329", "desc": "Round hole, unspecified eye"}, {"code": "H33331", "desc": "Multiple defects of retina without detachment, right eye"}, {"code": "H33332", "desc": "Multiple defects of retina without detachment, left eye"}, {"code": "H33333", "desc": "Multiple defects of retina without detachment, bilateral"}, {"code": "H33339", "desc": "Multiple defects of retina without detachment, unspecified eye"}, {"code": "H3340", "desc": "Traction detachment of retina, unspecified eye"}, {"code": "H3341", "desc": "Traction detachment of retina, right eye"}, {"code": "H3342", "desc": "Traction detachment of retina, left eye"}, {"code": "H3343", "desc": "Traction detachment of retina, bilateral"}, {"code": "H338", "desc": "Other retinal detachments"}, {"code": "H3400", "desc": "Transient retinal artery occlusion, unspecified eye"}, {"code": "H3401", "desc": "Transient retinal artery occlusion, right eye"}, {"code": "H3402", "desc": "Transient retinal artery occlusion, left eye"}, {"code": "H3403", "desc": "Transient retinal artery occlusion, bilateral"}, {"code": "H3410", "desc": "Central retinal artery occlusion, unspecified eye"}, {"code": "H3411", "desc": "Central retinal artery occlusion, right eye"}, {"code": "H3412", "desc": "Central retinal artery occlusion, left eye"}, {"code": "H3413", "desc": "Central retinal artery occlusion, bilateral"}, {"code": "H34211", "desc": "Partial retinal artery occlusion, right eye"}, {"code": "H34212", "desc": "Partial retinal artery occlusion, left eye"}, {"code": "H34213", "desc": "Partial retinal artery occlusion, bilateral"}, {"code": "H34219", "desc": "Partial retinal artery occlusion, unspecified eye"}, {"code": "H34231", "desc": "Retinal artery branch occlusion, right eye"}, {"code": "H34232", "desc": "Retinal artery branch occlusion, left eye"}, {"code": "H34233", "desc": "Retinal artery branch occlusion, bilateral"}, {"code": "H34239", "desc": "Retinal artery branch occlusion, unspecified eye"}, {"code": "H348110", "desc": "Central retinal vein occlusion, right eye, with macular edema"}, {"code": "H348111", "desc": "Central retinal vein occlusion, right eye, with retinal neovascularization"}, {"code": "H348112", "desc": "Central retinal vein occlusion, right eye, stable"}, {"code": "H348120", "desc": "Central retinal vein occlusion, left eye, with macular edema"}, {"code": "H348121", "desc": "Central retinal vein occlusion, left eye, with retinal neovascularization"}, {"code": "H348122", "desc": "Central retinal vein occlusion, left eye, stable"}, {"code": "H348130", "desc": "Central retinal vein occlusion, bilateral, with macular edema"}, {"code": "H348131", "desc": "Central retinal vein occlusion, bilateral, with retinal neovascularization"}, {"code": "H348132", "desc": "Central retinal vein occlusion, bilateral, stable"}, {"code": "H348190", "desc": "Central retinal vein occlusion, unspecified eye, with macular edema"}, {"code": "H348191", "desc": "Central retinal vein occlusion, unspecified eye, with retinal neovascularization"}, {"code": "H348192", "desc": "Central retinal vein occlusion, unspecified eye, stable"}, {"code": "H34821", "desc": "Venous engorgement, right eye"}, {"code": "H34822", "desc": "Venous engorgement, left eye"}, {"code": "H34823", "desc": "Venous engorgement, bilateral"}, {"code": "H34829", "desc": "Venous engorgement, unspecified eye"}, {"code": "H348310", "desc": "Tributary (branch) retinal vein occlusion, right eye, with macular edema"}, {"code": "H348311", "desc": "Tributary (branch) retinal vein occlusion, right eye, with retinal neovascularization"}, {"code": "H348312", "desc": "Tributary (branch) retinal vein occlusion, right eye, stable"}, {"code": "H348320", "desc": "Tributary (branch) retinal vein occlusion, left eye, with macular edema"}, {"code": "H348321", "desc": "Tributary (branch) retinal vein occlusion, left eye, with retinal neovascularization"}, {"code": "H348322", "desc": "Tributary (branch) retinal vein occlusion, left eye, stable"}, {"code": "H348330", "desc": "Tributary (branch) retinal vein occlusion, bilateral, with macular edema"}, {"code": "H348331", "desc": "Tributary (branch) retinal vein occlusion, bilateral, with retinal neovascularization"}, {"code": "H348332", "desc": "Tributary (branch) retinal vein occlusion, bilateral, stable"}, {"code": "H348390", "desc": "Tributary (branch) retinal vein occlusion, unspecified eye, with macular edema"}, {"code": "H348391", "desc": "Tributary (branch) retinal vein occlusion, unspecified eye, with retinal neovascularization"}, {"code": "H348392", "desc": "Tributary (branch) retinal vein occlusion, unspecified eye, stable"}, {"code": "H349", "desc": "Unspecified retinal vascular occlusion"}, {"code": "H3500", "desc": "Unspecified background retinopathy"}, {"code": "H35011", "desc": "Changes in retinal vascular appearance, right eye"}, {"code": "H35012", "desc": "Changes in retinal vascular appearance, left eye"}, {"code": "H35013", "desc": "Changes in retinal vascular appearance, bilateral"}, {"code": "H35019", "desc": "Changes in retinal vascular appearance, unspecified eye"}, {"code": "H35021", "desc": "Exudative retinopathy, right eye"}, {"code": "H35022", "desc": "Exudative retinopathy, left eye"}, {"code": "H35023", "desc": "Exudative retinopathy, bilateral"}, {"code": "H35029", "desc": "Exudative retinopathy, unspecified eye"}, {"code": "H35031", "desc": "Hypertensive retinopathy, right eye"}, {"code": "H35032", "desc": "Hypertensive retinopathy, left eye"}, {"code": "H35033", "desc": "Hypertensive retinopathy, bilateral"}, {"code": "H35039", "desc": "Hypertensive retinopathy, unspecified eye"}, {"code": "H35041", "desc": "Retinal micro-aneurysms, unspecified, right eye"}, {"code": "H35042", "desc": "Retinal micro-aneurysms, unspecified, left eye"}, {"code": "H35043", "desc": "Retinal micro-aneurysms, unspecified, bilateral"}, {"code": "H35049", "desc": "Retinal micro-aneurysms, unspecified, unspecified eye"}, {"code": "H35051", "desc": "Retinal neovascularization, unspecified, right eye"}, {"code": "H35052", "desc": "Retinal neovascularization, unspecified, left eye"}, {"code": "H35053", "desc": "Retinal neovascularization, unspecified, bilateral"}, {"code": "H35059", "desc": "Retinal neovascularization, unspecified, unspecified eye"}, {"code": "H35061", "desc": "Retinal vasculitis, right eye"}, {"code": "H35062", "desc": "Retinal vasculitis, left eye"}, {"code": "H35063", "desc": "Retinal vasculitis, bilateral"}, {"code": "H35069", "desc": "Retinal vasculitis, unspecified eye"}, {"code": "H35071", "desc": "Retinal telangiectasis, right eye"}, {"code": "H35072", "desc": "Retinal telangiectasis, left eye"}, {"code": "H35073", "desc": "Retinal telangiectasis, bilateral"}, {"code": "H35079", "desc": "Retinal telangiectasis, unspecified eye"}, {"code": "H3509", "desc": "Other intraretinal microvascular abnormalities"}, {"code": "H35101", "desc": "Retinopathy of prematurity, unspecified, right eye"}, {"code": "H35102", "desc": "Retinopathy of prematurity, unspecified, left eye"}, {"code": "H35103", "desc": "Retinopathy of prematurity, unspecified, bilateral"}, {"code": "H35109", "desc": "Retinopathy of prematurity, unspecified, unspecified eye"}, {"code": "H35111", "desc": "Retinopathy of prematurity, stage 0, right eye"}, {"code": "H35112", "desc": "Retinopathy of prematurity, stage 0, left eye"}, {"code": "H35113", "desc": "Retinopathy of prematurity, stage 0, bilateral"}, {"code": "H35119", "desc": "Retinopathy of prematurity, stage 0, unspecified eye"}, {"code": "H35121", "desc": "Retinopathy of prematurity, stage 1, right eye"}, {"code": "H35122", "desc": "Retinopathy of prematurity, stage 1, left eye"}, {"code": "H35123", "desc": "Retinopathy of prematurity, stage 1, bilateral"}, {"code": "H35129", "desc": "Retinopathy of prematurity, stage 1, unspecified eye"}, {"code": "H35131", "desc": "Retinopathy of prematurity, stage 2, right eye"}, {"code": "H35132", "desc": "Retinopathy of prematurity, stage 2, left eye"}, {"code": "H35133", "desc": "Retinopathy of prematurity, stage 2, bilateral"}, {"code": "H35139", "desc": "Retinopathy of prematurity, stage 2, unspecified eye"}, {"code": "H35141", "desc": "Retinopathy of prematurity, stage 3, right eye"}, {"code": "H35142", "desc": "Retinopathy of prematurity, stage 3, left eye"}, {"code": "H35143", "desc": "Retinopathy of prematurity, stage 3, bilateral"}, {"code": "H35149", "desc": "Retinopathy of prematurity, stage 3, unspecified eye"}, {"code": "H35151", "desc": "Retinopathy of prematurity, stage 4, right eye"}, {"code": "H35152", "desc": "Retinopathy of prematurity, stage 4, left eye"}, {"code": "H35153", "desc": "Retinopathy of prematurity, stage 4, bilateral"}, {"code": "H35159", "desc": "Retinopathy of prematurity, stage 4, unspecified eye"}, {"code": "H35161", "desc": "Retinopathy of prematurity, stage 5, right eye"}, {"code": "H35162", "desc": "Retinopathy of prematurity, stage 5, left eye"}, {"code": "H35163", "desc": "Retinopathy of prematurity, stage 5, bilateral"}, {"code": "H35169", "desc": "Retinopathy of prematurity, stage 5, unspecified eye"}, {"code": "H35171", "desc": "Retrolental fibroplasia, right eye"}, {"code": "H35172", "desc": "Retrolental fibroplasia, left eye"}, {"code": "H35173", "desc": "Retrolental fibroplasia, bilateral"}, {"code": "H35179", "desc": "Retrolental fibroplasia, unspecified eye"}, {"code": "H3520", "desc": "Other non-diabetic proliferative retinopathy, unspecified eye"}, {"code": "H3521", "desc": "Other non-diabetic proliferative retinopathy, right eye"}, {"code": "H3522", "desc": "Other non-diabetic proliferative retinopathy, left eye"}, {"code": "H3523", "desc": "Other non-diabetic proliferative retinopathy, bilateral"}, {"code": "H3530", "desc": "Unspecified macular degeneration"}, {"code": "H353110", "desc": "Nonexudative age-related macular degeneration, right eye, stage unspecified"}, {"code": "H353111", "desc": "Nonexudative age-related macular degeneration, right eye, early dry stage"}, {"code": "H353112", "desc": "Nonexudative age-related macular degeneration, right eye, intermediate dry stage"}, {"code": "H353113", "desc": "Nonexudative age-related macular degeneration, right eye, advanced atrophic without subfoveal involvement"}, {"code": "H353114", "desc": "Nonexudative age-related macular degeneration, right eye, advanced atrophic with subfoveal involvement"}, {"code": "H353120", "desc": "Nonexudative age-related macular degeneration, left eye, stage unspecified"}, {"code": "H353121", "desc": "Nonexudative age-related macular degeneration, left eye, early dry stage"}, {"code": "H353122", "desc": "Nonexudative age-related macular degeneration, left eye, intermediate dry stage"}, {"code": "H353123", "desc": "Nonexudative age-related macular degeneration, left eye, advanced atrophic without subfoveal involvement"}, {"code": "H353124", "desc": "Nonexudative age-related macular degeneration, left eye, advanced atrophic with subfoveal involvement"}, {"code": "H353130", "desc": "Nonexudative age-related macular degeneration, bilateral, stage unspecified"}, {"code": "H353131", "desc": "Nonexudative age-related macular degeneration, bilateral, early dry stage"}, {"code": "H353132", "desc": "Nonexudative age-related macular degeneration, bilateral, intermediate dry stage"}, {"code": "H353133", "desc": "Nonexudative age-related macular degeneration, bilateral, advanced atrophic without subfoveal involvement"}, {"code": "H353134", "desc": "Nonexudative age-related macular degeneration, bilateral, advanced atrophic with subfoveal involvement"}, {"code": "H353190", "desc": "Nonexudative age-related macular degeneration, unspecified eye, stage unspecified"}, {"code": "H353191", "desc": "Nonexudative age-related macular degeneration, unspecified eye, early dry stage"}, {"code": "H353192", "desc": "Nonexudative age-related macular degeneration, unspecified eye, intermediate dry stage"}, {"code": "H353193", "desc": "Nonexudative age-related macular degeneration, unspecified eye, advanced atrophic without subfoveal involvement"}, {"code": "H353194", "desc": "Nonexudative age-related macular degeneration, unspecified eye, advanced atrophic with subfoveal involvement"}, {"code": "H353210", "desc": "Exudative age-related macular degeneration, right eye, stage unspecified"}, {"code": "H353211", "desc": "Exudative age-related macular degeneration, right eye, with active choroidal neovascularization"}, {"code": "H353212", "desc": "Exudative age-related macular degeneration, right eye, with inactive choroidal neovascularization"}, {"code": "H353213", "desc": "Exudative age-related macular degeneration, right eye, with inactive scar"}, {"code": "H353220", "desc": "Exudative age-related macular degeneration, left eye, stage unspecified"}, {"code": "H353221", "desc": "Exudative age-related macular degeneration, left eye, with active choroidal neovascularization"}, {"code": "H353222", "desc": "Exudative age-related macular degeneration, left eye, with inactive choroidal neovascularization"}, {"code": "H353223", "desc": "Exudative age-related macular degeneration, left eye, with inactive scar"}, {"code": "H353230", "desc": "Exudative age-related macular degeneration, bilateral, stage unspecified"}, {"code": "H353231", "desc": "Exudative age-related macular degeneration, bilateral, with active choroidal neovascularization"}, {"code": "H353232", "desc": "Exudative age-related macular degeneration, bilateral, with inactive choroidal neovascularization"}, {"code": "H353233", "desc": "Exudative age-related macular degeneration, bilateral, with inactive scar"}, {"code": "H353290", "desc": "Exudative age-related macular degeneration, unspecified eye, stage unspecified"}, {"code": "H353291", "desc": "Exudative age-related macular degeneration, unspecified eye, with active choroidal neovascularization"}, {"code": "H353292", "desc": "Exudative age-related macular degeneration, unspecified eye, with inactive choroidal neovascularization"}, {"code": "H353293", "desc": "Exudative age-related macular degeneration, unspecified eye, with inactive scar"}, {"code": "H3533", "desc": "Angioid streaks of macula"}, {"code": "H35341", "desc": "Macular cyst, hole, or pseudohole, right eye"}, {"code": "H35342", "desc": "Macular cyst, hole, or pseudohole, left eye"}, {"code": "H35343", "desc": "Macular cyst, hole, or pseudohole, bilateral"}, {"code": "H35349", "desc": "Macular cyst, hole, or pseudohole, unspecified eye"}, {"code": "H35351", "desc": "Cystoid macular degeneration, right eye"}, {"code": "H35352", "desc": "Cystoid macular degeneration, left eye"}, {"code": "H35353", "desc": "Cystoid macular degeneration, bilateral"}, {"code": "H35359", "desc": "Cystoid macular degeneration, unspecified eye"}, {"code": "H35361", "desc": "Drusen (degenerative) of macula, right eye"}, {"code": "H35362", "desc": "Drusen (degenerative) of macula, left eye"}, {"code": "H35363", "desc": "Drusen (degenerative) of macula, bilateral"}, {"code": "H35369", "desc": "Drusen (degenerative) of macula, unspecified eye"}, {"code": "H35371", "desc": "Puckering of macula, right eye"}, {"code": "H35372", "desc": "Puckering of macula, left eye"}, {"code": "H35373", "desc": "Puckering of macula, bilateral"}, {"code": "H35379", "desc": "Puckering of macula, unspecified eye"}, {"code": "H35381", "desc": "Toxic maculopathy, right eye"}, {"code": "H35382", "desc": "Toxic maculopathy, left eye"}, {"code": "H35383", "desc": "Toxic maculopathy, bilateral"}, {"code": "H35389", "desc": "Toxic maculopathy, unspecified eye"}, {"code": "H3540", "desc": "Unspecified peripheral retinal degeneration"}, {"code": "H35411", "desc": "Lattice degeneration of retina, right eye"}, {"code": "H35412", "desc": "Lattice degeneration of retina, left eye"}, {"code": "H35413", "desc": "Lattice degeneration of retina, bilateral"}, {"code": "H35419", "desc": "Lattice degeneration of retina, unspecified eye"}, {"code": "H35421", "desc": "Microcystoid degeneration of retina, right eye"}, {"code": "H35422", "desc": "Microcystoid degeneration of retina, left eye"}, {"code": "H35423", "desc": "Microcystoid degeneration of retina, bilateral"}, {"code": "H35429", "desc": "Microcystoid degeneration of retina, unspecified eye"}, {"code": "H35431", "desc": "Paving stone degeneration of retina, right eye"}, {"code": "H35432", "desc": "Paving stone degeneration of retina, left eye"}, {"code": "H35433", "desc": "Paving stone degeneration of retina, bilateral"}, {"code": "H35439", "desc": "Paving stone degeneration of retina, unspecified eye"}, {"code": "H35441", "desc": "Age-related reticular degeneration of retina, right eye"}, {"code": "H35442", "desc": "Age-related reticular degeneration of retina, left eye"}, {"code": "H35443", "desc": "Age-related reticular degeneration of retina, bilateral"}, {"code": "H35449", "desc": "Age-related reticular degeneration of retina, unspecified eye"}, {"code": "H35451", "desc": "Secondary pigmentary degeneration, right eye"}, {"code": "H35452", "desc": "Secondary pigmentary degeneration, left eye"}, {"code": "H35453", "desc": "Secondary pigmentary degeneration, bilateral"}, {"code": "H35459", "desc": "Secondary pigmentary degeneration, unspecified eye"}, {"code": "H35461", "desc": "Secondary vitreoretinal degeneration, right eye"}, {"code": "H35462", "desc": "Secondary vitreoretinal degeneration, left eye"}, {"code": "H35463", "desc": "Secondary vitreoretinal degeneration, bilateral"}, {"code": "H35469", "desc": "Secondary vitreoretinal degeneration, unspecified eye"}, {"code": "H3550", "desc": "Unspecified hereditary retinal dystrophy"}, {"code": "H3551", "desc": "Vitreoretinal dystrophy"}, {"code": "H3552", "desc": "Pigmentary retinal dystrophy"}, {"code": "H3553", "desc": "Other dystrophies primarily involving the sensory retina"}, {"code": "H3554", "desc": "Dystrophies primarily involving the retinal pigment epithelium"}, {"code": "H3560", "desc": "Retinal hemorrhage, unspecified eye"}, {"code": "H3561", "desc": "Retinal hemorrhage, right eye"}, {"code": "H3562", "desc": "Retinal hemorrhage, left eye"}, {"code": "H3563", "desc": "Retinal hemorrhage, bilateral"}, {"code": "H3570", "desc": "Unspecified separation of retinal layers"}, {"code": "H35711", "desc": "Central serous chorioretinopathy, right eye"}, {"code": "H35712", "desc": "Central serous chorioretinopathy, left eye"}, {"code": "H35713", "desc": "Central serous chorioretinopathy, bilateral"}, {"code": "H35719", "desc": "Central serous chorioretinopathy, unspecified eye"}, {"code": "H35721", "desc": "Serous detachment of retinal pigment epithelium, right eye"}, {"code": "H35722", "desc": "Serous detachment of retinal pigment epithelium, left eye"}, {"code": "H35723", "desc": "Serous detachment of retinal pigment epithelium, bilateral"}, {"code": "H35729", "desc": "Serous detachment of retinal pigment epithelium, unspecified eye"}, {"code": "H35731", "desc": "Hemorrhagic detachment of retinal pigment epithelium, right eye"}, {"code": "H35732", "desc": "Hemorrhagic detachment of retinal pigment epithelium, left eye"}, {"code": "H35733", "desc": "Hemorrhagic detachment of retinal pigment epithelium, bilateral"}, {"code": "H35739", "desc": "Hemorrhagic detachment of retinal pigment epithelium, unspecified eye"}, {"code": "H3581", "desc": "Retinal edema"}, {"code": "H3582", "desc": "Retinal ischemia"}, {"code": "H3589", "desc": "Other specified retinal disorders"}, {"code": "H359", "desc": "Unspecified retinal disorder"}, {"code": "H36", "desc": "Retinal disorders in diseases classified elsewhere"}, {"code": "H40001", "desc": "Preglaucoma, unspecified, right eye"}, {"code": "H40002", "desc": "Preglaucoma, unspecified, left eye"}, {"code": "H40003", "desc": "Preglaucoma, unspecified, bilateral"}, {"code": "H40009", "desc": "Preglaucoma, unspecified, unspecified eye"}, {"code": "H40011", "desc": "Open angle with borderline findings, low risk, right eye"}, {"code": "H40012", "desc": "Open angle with borderline findings, low risk, left eye"}, {"code": "H40013", "desc": "Open angle with borderline findings, low risk, bilateral"}, {"code": "H40019", "desc": "Open angle with borderline findings, low risk, unspecified eye"}, {"code": "H40021", "desc": "Open angle with borderline findings, high risk, right eye"}, {"code": "H40022", "desc": "Open angle with borderline findings, high risk, left eye"}, {"code": "H40023", "desc": "Open angle with borderline findings, high risk, bilateral"}, {"code": "H40029", "desc": "Open angle with borderline findings, high risk, unspecified eye"}, {"code": "H40031", "desc": "Anatomical narrow angle, right eye"}, {"code": "H40032", "desc": "Anatomical narrow angle, left eye"}, {"code": "H40033", "desc": "Anatomical narrow angle, bilateral"}, {"code": "H40039", "desc": "Anatomical narrow angle, unspecified eye"}, {"code": "H40041", "desc": "Steroid responder, right eye"}, {"code": "H40042", "desc": "Steroid responder, left eye"}, {"code": "H40043", "desc": "Steroid responder, bilateral"}, {"code": "H40049", "desc": "Steroid responder, unspecified eye"}, {"code": "H40051", "desc": "Ocular hypertension, right eye"}, {"code": "H40052", "desc": "Ocular hypertension, left eye"}, {"code": "H40053", "desc": "Ocular hypertension, bilateral"}, {"code": "H40059", "desc": "Ocular hypertension, unspecified eye"}, {"code": "H40061", "desc": "Primary angle closure without glaucoma damage, right eye"}, {"code": "H40062", "desc": "Primary angle closure without glaucoma damage, left eye"}, {"code": "H40063", "desc": "Primary angle closure without glaucoma damage, bilateral"}, {"code": "H40069", "desc": "Primary angle closure without glaucoma damage, unspecified eye"}, {"code": "H4010X0", "desc": "Unspecified open-angle glaucoma, stage unspecified"}, {"code": "H4010X1", "desc": "Unspecified open-angle glaucoma, mild stage"}, {"code": "H4010X2", "desc": "Unspecified open-angle glaucoma, moderate stage"}, {"code": "H4010X3", "desc": "Unspecified open-angle glaucoma, severe stage"}, {"code": "H4010X4", "desc": "Unspecified open-angle glaucoma, indeterminate stage"}, {"code": "H401110", "desc": "Primary open-angle glaucoma, right eye, stage unspecified"}, {"code": "H401111", "desc": "Primary open-angle glaucoma, right eye, mild stage"}, {"code": "H401112", "desc": "Primary open-angle glaucoma, right eye, moderate stage"}, {"code": "H401113", "desc": "Primary open-angle glaucoma, right eye, severe stage"}, {"code": "H401114", "desc": "Primary open-angle glaucoma, right eye, indeterminate stage"}, {"code": "H401120", "desc": "Primary open-angle glaucoma, left eye, stage unspecified"}, {"code": "H401121", "desc": "Primary open-angle glaucoma, left eye, mild stage"}, {"code": "H401122", "desc": "Primary open-angle glaucoma, left eye, moderate stage"}, {"code": "H401123", "desc": "Primary open-angle glaucoma, left eye, severe stage"}, {"code": "H401124", "desc": "Primary open-angle glaucoma, left eye, indeterminate stage"}, {"code": "H401130", "desc": "Primary open-angle glaucoma, bilateral, stage unspecified"}, {"code": "H401131", "desc": "Primary open-angle glaucoma, bilateral, mild stage"}, {"code": "H401132", "desc": "Primary open-angle glaucoma, bilateral, moderate stage"}, {"code": "H401133", "desc": "Primary open-angle glaucoma, bilateral, severe stage"}, {"code": "H401134", "desc": "Primary open-angle glaucoma, bilateral, indeterminate stage"}, {"code": "H401190", "desc": "Primary open-angle glaucoma, unspecified eye, stage unspecified"}, {"code": "H401191", "desc": "Primary open-angle glaucoma, unspecified eye, mild stage"}, {"code": "H401192", "desc": "Primary open-angle glaucoma, unspecified eye, moderate stage"}, {"code": "H401193", "desc": "Primary open-angle glaucoma, unspecified eye, severe stage"}, {"code": "H401194", "desc": "Primary open-angle glaucoma, unspecified eye, indeterminate stage"}, {"code": "H401210", "desc": "Low-tension glaucoma, right eye, stage unspecified"}, {"code": "H401211", "desc": "Low-tension glaucoma, right eye, mild stage"}, {"code": "H401212", "desc": "Low-tension glaucoma, right eye, moderate stage"}, {"code": "H401213", "desc": "Low-tension glaucoma, right eye, severe stage"}, {"code": "H401214", "desc": "Low-tension glaucoma, right eye, indeterminate stage"}, {"code": "H401220", "desc": "Low-tension glaucoma, left eye, stage unspecified"}, {"code": "H401221", "desc": "Low-tension glaucoma, left eye, mild stage"}, {"code": "H401222", "desc": "Low-tension glaucoma, left eye, moderate stage"}, {"code": "H401223", "desc": "Low-tension glaucoma, left eye, severe stage"}, {"code": "H401224", "desc": "Low-tension glaucoma, left eye, indeterminate stage"}, {"code": "H401230", "desc": "Low-tension glaucoma, bilateral, stage unspecified"}, {"code": "H401231", "desc": "Low-tension glaucoma, bilateral, mild stage"}, {"code": "H401232", "desc": "Low-tension glaucoma, bilateral, moderate stage"}, {"code": "H401233", "desc": "Low-tension glaucoma, bilateral, severe stage"}, {"code": "H401234", "desc": "Low-tension glaucoma, bilateral, indeterminate stage"}, {"code": "H401290", "desc": "Low-tension glaucoma, unspecified eye, stage unspecified"}, {"code": "H401291", "desc": "Low-tension glaucoma, unspecified eye, mild stage"}, {"code": "H401292", "desc": "Low-tension glaucoma, unspecified eye, moderate stage"}, {"code": "H401293", "desc": "Low-tension glaucoma, unspecified eye, severe stage"}, {"code": "H401294", "desc": "Low-tension glaucoma, unspecified eye, indeterminate stage"}, {"code": "H401310", "desc": "Pigmentary glaucoma, right eye, stage unspecified"}, {"code": "H401311", "desc": "Pigmentary glaucoma, right eye, mild stage"}, {"code": "H401312", "desc": "Pigmentary glaucoma, right eye, moderate stage"}, {"code": "H401313", "desc": "Pigmentary glaucoma, right eye, severe stage"}, {"code": "H401314", "desc": "Pigmentary glaucoma, right eye, indeterminate stage"}, {"code": "H401320", "desc": "Pigmentary glaucoma, left eye, stage unspecified"}, {"code": "H401321", "desc": "Pigmentary glaucoma, left eye, mild stage"}, {"code": "H401322", "desc": "Pigmentary glaucoma, left eye, moderate stage"}, {"code": "H401323", "desc": "Pigmentary glaucoma, left eye, severe stage"}, {"code": "H401324", "desc": "Pigmentary glaucoma, left eye, indeterminate stage"}, {"code": "H401330", "desc": "Pigmentary glaucoma, bilateral, stage unspecified"}, {"code": "H401331", "desc": "Pigmentary glaucoma, bilateral, mild stage"}, {"code": "H401332", "desc": "Pigmentary glaucoma, bilateral, moderate stage"}, {"code": "H401333", "desc": "Pigmentary glaucoma, bilateral, severe stage"}, {"code": "H401334", "desc": "Pigmentary glaucoma, bilateral, indeterminate stage"}, {"code": "H401390", "desc": "Pigmentary glaucoma, unspecified eye, stage unspecified"}, {"code": "H401391", "desc": "Pigmentary glaucoma, unspecified eye, mild stage"}, {"code": "H401392", "desc": "Pigmentary glaucoma, unspecified eye, moderate stage"}, {"code": "H401393", "desc": "Pigmentary glaucoma, unspecified eye, severe stage"}, {"code": "H401394", "desc": "Pigmentary glaucoma, unspecified eye, indeterminate stage"}, {"code": "H401410", "desc": "Capsular glaucoma with pseudoexfoliation of lens, right eye, stage unspecified"}, {"code": "H401411", "desc": "Capsular glaucoma with pseudoexfoliation of lens, right eye, mild stage"}, {"code": "H401412", "desc": "Capsular glaucoma with pseudoexfoliation of lens, right eye, moderate stage"}, {"code": "H401413", "desc": "Capsular glaucoma with pseudoexfoliation of lens, right eye, severe stage"}, {"code": "H401414", "desc": "Capsular glaucoma with pseudoexfoliation of lens, right eye, indeterminate stage"}, {"code": "H401420", "desc": "Capsular glaucoma with pseudoexfoliation of lens, left eye, stage unspecified"}, {"code": "H401421", "desc": "Capsular glaucoma with pseudoexfoliation of lens, left eye, mild stage"}, {"code": "H401422", "desc": "Capsular glaucoma with pseudoexfoliation of lens, left eye, moderate stage"}, {"code": "H401423", "desc": "Capsular glaucoma with pseudoexfoliation of lens, left eye, severe stage"}, {"code": "H401424", "desc": "Capsular glaucoma with pseudoexfoliation of lens, left eye, indeterminate stage"}, {"code": "H401430", "desc": "Capsular glaucoma with pseudoexfoliation of lens, bilateral, stage unspecified"}, {"code": "H401431", "desc": "Capsular glaucoma with pseudoexfoliation of lens, bilateral, mild stage"}, {"code": "H401432", "desc": "Capsular glaucoma with pseudoexfoliation of lens, bilateral, moderate stage"}, {"code": "H401433", "desc": "Capsular glaucoma with pseudoexfoliation of lens, bilateral, severe stage"}, {"code": "H401434", "desc": "Capsular glaucoma with pseudoexfoliation of lens, bilateral, indeterminate stage"}, {"code": "H401490", "desc": "Capsular glaucoma with pseudoexfoliation of lens, unspecified eye, stage unspecified"}, {"code": "H401491", "desc": "Capsular glaucoma with pseudoexfoliation of lens, unspecified eye, mild stage"}, {"code": "H401492", "desc": "Capsular glaucoma with pseudoexfoliation of lens, unspecified eye, moderate stage"}, {"code": "H401493", "desc": "Capsular glaucoma with pseudoexfoliation of lens, unspecified eye, severe stage"}, {"code": "H401494", "desc": "Capsular glaucoma with pseudoexfoliation of lens, unspecified eye, indeterminate stage"}, {"code": "H40151", "desc": "Residual stage of open-angle glaucoma, right eye"}, {"code": "H40152", "desc": "Residual stage of open-angle glaucoma, left eye"}, {"code": "H40153", "desc": "Residual stage of open-angle glaucoma, bilateral"}, {"code": "H40159", "desc": "Residual stage of open-angle glaucoma, unspecified eye"}, {"code": "H4020X0", "desc": "Unspecified primary angle-closure glaucoma, stage unspecified"}, {"code": "H4020X1", "desc": "Unspecified primary angle-closure glaucoma, mild stage"}, {"code": "H4020X2", "desc": "Unspecified primary angle-closure glaucoma, moderate stage"}, {"code": "H4020X3", "desc": "Unspecified primary angle-closure glaucoma, severe stage"}, {"code": "H4020X4", "desc": "Unspecified primary angle-closure glaucoma, indeterminate stage"}, {"code": "H40211", "desc": "Acute angle-closure glaucoma, right eye"}, {"code": "H40212", "desc": "Acute angle-closure glaucoma, left eye"}, {"code": "H40213", "desc": "Acute angle-closure glaucoma, bilateral"}, {"code": "H40219", "desc": "Acute angle-closure glaucoma, unspecified eye"}, {"code": "H402210", "desc": "Chronic angle-closure glaucoma, right eye, stage unspecified"}, {"code": "H402211", "desc": "Chronic angle-closure glaucoma, right eye, mild stage"}, {"code": "H402212", "desc": "Chronic angle-closure glaucoma, right eye, moderate stage"}, {"code": "H402213", "desc": "Chronic angle-closure glaucoma, right eye, severe stage"}, {"code": "H402214", "desc": "Chronic angle-closure glaucoma, right eye, indeterminate stage"}, {"code": "H402220", "desc": "Chronic angle-closure glaucoma, left eye, stage unspecified"}, {"code": "H402221", "desc": "Chronic angle-closure glaucoma, left eye, mild stage"}, {"code": "H402222", "desc": "Chronic angle-closure glaucoma, left eye, moderate stage"}, {"code": "H402223", "desc": "Chronic angle-closure glaucoma, left eye, severe stage"}, {"code": "H402224", "desc": "Chronic angle-closure glaucoma, left eye, indeterminate stage"}, {"code": "H402230", "desc": "Chronic angle-closure glaucoma, bilateral, stage unspecified"}, {"code": "H402231", "desc": "Chronic angle-closure glaucoma, bilateral, mild stage"}, {"code": "H402232", "desc": "Chronic angle-closure glaucoma, bilateral, moderate stage"}, {"code": "H402233", "desc": "Chronic angle-closure glaucoma, bilateral, severe stage"}, {"code": "H402234", "desc": "Chronic angle-closure glaucoma, bilateral, indeterminate stage"}, {"code": "H402290", "desc": "Chronic angle-closure glaucoma, unspecified eye, stage unspecified"}, {"code": "H402291", "desc": "Chronic angle-closure glaucoma, unspecified eye, mild stage"}, {"code": "H402292", "desc": "Chronic angle-closure glaucoma, unspecified eye, moderate stage"}, {"code": "H402293", "desc": "Chronic angle-closure glaucoma, unspecified eye, severe stage"}, {"code": "H402294", "desc": "Chronic angle-closure glaucoma, unspecified eye, indeterminate stage"}, {"code": "H40231", "desc": "Intermittent angle-closure glaucoma, right eye"}, {"code": "H40232", "desc": "Intermittent angle-closure glaucoma, left eye"}, {"code": "H40233", "desc": "Intermittent angle-closure glaucoma, bilateral"}, {"code": "H40239", "desc": "Intermittent angle-closure glaucoma, unspecified eye"}, {"code": "H40241", "desc": "Residual stage of angle-closure glaucoma, right eye"}, {"code": "H40242", "desc": "Residual stage of angle-closure glaucoma, left eye"}, {"code": "H40243", "desc": "Residual stage of angle-closure glaucoma, bilateral"}, {"code": "H40249", "desc": "Residual stage of angle-closure glaucoma, unspecified eye"}, {"code": "H4030X0", "desc": "Glaucoma secondary to eye trauma, unspecified eye, stage unspecified"}, {"code": "H4030X1", "desc": "Glaucoma secondary to eye trauma, unspecified eye, mild stage"}, {"code": "H4030X2", "desc": "Glaucoma secondary to eye trauma, unspecified eye, moderate stage"}, {"code": "H4030X3", "desc": "Glaucoma secondary to eye trauma, unspecified eye, severe stage"}, {"code": "H4030X4", "desc": "Glaucoma secondary to eye trauma, unspecified eye, indeterminate stage"}, {"code": "H4031X0", "desc": "Glaucoma secondary to eye trauma, right eye, stage unspecified"}, {"code": "H4031X1", "desc": "Glaucoma secondary to eye trauma, right eye, mild stage"}, {"code": "H4031X2", "desc": "Glaucoma secondary to eye trauma, right eye, moderate stage"}, {"code": "H4031X3", "desc": "Glaucoma secondary to eye trauma, right eye, severe stage"}, {"code": "H4031X4", "desc": "Glaucoma secondary to eye trauma, right eye, indeterminate stage"}, {"code": "H4032X0", "desc": "Glaucoma secondary to eye trauma, left eye, stage unspecified"}, {"code": "H4032X1", "desc": "Glaucoma secondary to eye trauma, left eye, mild stage"}, {"code": "H4032X2", "desc": "Glaucoma secondary to eye trauma, left eye, moderate stage"}, {"code": "H4032X3", "desc": "Glaucoma secondary to eye trauma, left eye, severe stage"}, {"code": "H4032X4", "desc": "Glaucoma secondary to eye trauma, left eye, indeterminate stage"}, {"code": "H4033X0", "desc": "Glaucoma secondary to eye trauma, bilateral, stage unspecified"}, {"code": "H4033X1", "desc": "Glaucoma secondary to eye trauma, bilateral, mild stage"}, {"code": "H4033X2", "desc": "Glaucoma secondary to eye trauma, bilateral, moderate stage"}, {"code": "H4033X3", "desc": "Glaucoma secondary to eye trauma, bilateral, severe stage"}, {"code": "H4033X4", "desc": "Glaucoma secondary to eye trauma, bilateral, indeterminate stage"}, {"code": "H4040X0", "desc": "Glaucoma secondary to eye inflammation, unspecified eye, stage unspecified"}, {"code": "H4040X1", "desc": "Glaucoma secondary to eye inflammation, unspecified eye, mild stage"}, {"code": "H4040X2", "desc": "Glaucoma secondary to eye inflammation, unspecified eye, moderate stage"}, {"code": "H4040X3", "desc": "Glaucoma secondary to eye inflammation, unspecified eye, severe stage"}, {"code": "H4040X4", "desc": "Glaucoma secondary to eye inflammation, unspecified eye, indeterminate stage"}, {"code": "H4041X0", "desc": "Glaucoma secondary to eye inflammation, right eye, stage unspecified"}, {"code": "H4041X1", "desc": "Glaucoma secondary to eye inflammation, right eye, mild stage"}, {"code": "H4041X2", "desc": "Glaucoma secondary to eye inflammation, right eye, moderate stage"}, {"code": "H4041X3", "desc": "Glaucoma secondary to eye inflammation, right eye, severe stage"}, {"code": "H4041X4", "desc": "Glaucoma secondary to eye inflammation, right eye, indeterminate stage"}, {"code": "H4042X0", "desc": "Glaucoma secondary to eye inflammation, left eye, stage unspecified"}, {"code": "H4042X1", "desc": "Glaucoma secondary to eye inflammation, left eye, mild stage"}, {"code": "H4042X2", "desc": "Glaucoma secondary to eye inflammation, left eye, moderate stage"}, {"code": "H4042X3", "desc": "Glaucoma secondary to eye inflammation, left eye, severe stage"}, {"code": "H4042X4", "desc": "Glaucoma secondary to eye inflammation, left eye, indeterminate stage"}, {"code": "H4043X0", "desc": "Glaucoma secondary to eye inflammation, bilateral, stage unspecified"}, {"code": "H4043X1", "desc": "Glaucoma secondary to eye inflammation, bilateral, mild stage"}, {"code": "H4043X2", "desc": "Glaucoma secondary to eye inflammation, bilateral, moderate stage"}, {"code": "H4043X3", "desc": "Glaucoma secondary to eye inflammation, bilateral, severe stage"}, {"code": "H4043X4", "desc": "Glaucoma secondary to eye inflammation, bilateral, indeterminate stage"}, {"code": "H4050X0", "desc": "Glaucoma secondary to other eye disorders, unspecified eye, stage unspecified"}, {"code": "H4050X1", "desc": "Glaucoma secondary to other eye disorders, unspecified eye, mild stage"}, {"code": "H4050X2", "desc": "Glaucoma secondary to other eye disorders, unspecified eye, moderate stage"}, {"code": "H4050X3", "desc": "Glaucoma secondary to other eye disorders, unspecified eye, severe stage"}, {"code": "H4050X4", "desc": "Glaucoma secondary to other eye disorders, unspecified eye, indeterminate stage"}, {"code": "H4051X0", "desc": "Glaucoma secondary to other eye disorders, right eye, stage unspecified"}, {"code": "H4051X1", "desc": "Glaucoma secondary to other eye disorders, right eye, mild stage"}, {"code": "H4051X2", "desc": "Glaucoma secondary to other eye disorders, right eye, moderate stage"}, {"code": "H4051X3", "desc": "Glaucoma secondary to other eye disorders, right eye, severe stage"}, {"code": "H4051X4", "desc": "Glaucoma secondary to other eye disorders, right eye, indeterminate stage"}, {"code": "H4052X0", "desc": "Glaucoma secondary to other eye disorders, left eye, stage unspecified"}, {"code": "H4052X1", "desc": "Glaucoma secondary to other eye disorders, left eye, mild stage"}, {"code": "H4052X2", "desc": "Glaucoma secondary to other eye disorders, left eye, moderate stage"}, {"code": "H4052X3", "desc": "Glaucoma secondary to other eye disorders, left eye, severe stage"}, {"code": "H4052X4", "desc": "Glaucoma secondary to other eye disorders, left eye, indeterminate stage"}, {"code": "H4053X0", "desc": "Glaucoma secondary to other eye disorders, bilateral, stage unspecified"}, {"code": "H4053X1", "desc": "Glaucoma secondary to other eye disorders, bilateral, mild stage"}, {"code": "H4053X2", "desc": "Glaucoma secondary to other eye disorders, bilateral, moderate stage"}, {"code": "H4053X3", "desc": "Glaucoma secondary to other eye disorders, bilateral, severe stage"}, {"code": "H4053X4", "desc": "Glaucoma secondary to other eye disorders, bilateral, indeterminate stage"}, {"code": "H4060X0", "desc": "Glaucoma secondary to drugs, unspecified eye, stage unspecified"}, {"code": "H4060X1", "desc": "Glaucoma secondary to drugs, unspecified eye, mild stage"}, {"code": "H4060X2", "desc": "Glaucoma secondary to drugs, unspecified eye, moderate stage"}, {"code": "H4060X3", "desc": "Glaucoma secondary to drugs, unspecified eye, severe stage"}, {"code": "H4060X4", "desc": "Glaucoma secondary to drugs, unspecified eye, indeterminate stage"}, {"code": "H4061X0", "desc": "Glaucoma secondary to drugs, right eye, stage unspecified"}, {"code": "H4061X1", "desc": "Glaucoma secondary to drugs, right eye, mild stage"}, {"code": "H4061X2", "desc": "Glaucoma secondary to drugs, right eye, moderate stage"}, {"code": "H4061X3", "desc": "Glaucoma secondary to drugs, right eye, severe stage"}, {"code": "H4061X4", "desc": "Glaucoma secondary to drugs, right eye, indeterminate stage"}, {"code": "H4062X0", "desc": "Glaucoma secondary to drugs, left eye, stage unspecified"}, {"code": "H4062X1", "desc": "Glaucoma secondary to drugs, left eye, mild stage"}, {"code": "H4062X2", "desc": "Glaucoma secondary to drugs, left eye, moderate stage"}, {"code": "H4062X3", "desc": "Glaucoma secondary to drugs, left eye, severe stage"}, {"code": "H4062X4", "desc": "Glaucoma secondary to drugs, left eye, indeterminate stage"}, {"code": "H4063X0", "desc": "Glaucoma secondary to drugs, bilateral, stage unspecified"}, {"code": "H4063X1", "desc": "Glaucoma secondary to drugs, bilateral, mild stage"}, {"code": "H4063X2", "desc": "Glaucoma secondary to drugs, bilateral, moderate stage"}, {"code": "H4063X3", "desc": "Glaucoma secondary to drugs, bilateral, severe stage"}, {"code": "H4063X4", "desc": "Glaucoma secondary to drugs, bilateral, indeterminate stage"}, {"code": "H40811", "desc": "Glaucoma with increased episcleral venous pressure, right eye"}, {"code": "H40812", "desc": "Glaucoma with increased episcleral venous pressure, left eye"}, {"code": "H40813", "desc": "Glaucoma with increased episcleral venous pressure, bilateral"}, {"code": "H40819", "desc": "Glaucoma with increased episcleral venous pressure, unspecified eye"}, {"code": "H40821", "desc": "Hypersecretion glaucoma, right eye"}, {"code": "H40822", "desc": "Hypersecretion glaucoma, left eye"}, {"code": "H40823", "desc": "Hypersecretion glaucoma, bilateral"}, {"code": "H40829", "desc": "Hypersecretion glaucoma, unspecified eye"}, {"code": "H40831", "desc": "Aqueous misdirection, right eye"}, {"code": "H40832", "desc": "Aqueous misdirection, left eye"}, {"code": "H40833", "desc": "Aqueous misdirection, bilateral"}, {"code": "H40839", "desc": "Aqueous misdirection, unspecified eye"}, {"code": "H4089", "desc": "Other specified glaucoma"}, {"code": "H409", "desc": "Unspecified glaucoma"}, {"code": "H42", "desc": "Glaucoma in diseases classified elsewhere"}, {"code": "H4300", "desc": "Vitreous prolapse, unspecified eye"}, {"code": "H4301", "desc": "Vitreous prolapse, right eye"}, {"code": "H4302", "desc": "Vitreous prolapse, left eye"}, {"code": "H4303", "desc": "Vitreous prolapse, bilateral"}, {"code": "H4310", "desc": "Vitreous hemorrhage, unspecified eye"}, {"code": "H4311", "desc": "Vitreous hemorrhage, right eye"}, {"code": "H4312", "desc": "Vitreous hemorrhage, left eye"}, {"code": "H4313", "desc": "Vitreous hemorrhage, bilateral"}, {"code": "H4320", "desc": "Crystalline deposits in vitreous body, unspecified eye"}, {"code": "H4321", "desc": "Crystalline deposits in vitreous body, right eye"}, {"code": "H4322", "desc": "Crystalline deposits in vitreous body, left eye"}, {"code": "H4323", "desc": "Crystalline deposits in vitreous body, bilateral"}, {"code": "H43311", "desc": "Vitreous membranes and strands, right eye"}, {"code": "H43312", "desc": "Vitreous membranes and strands, left eye"}, {"code": "H43313", "desc": "Vitreous membranes and strands, bilateral"}, {"code": "H43319", "desc": "Vitreous membranes and strands, unspecified eye"}, {"code": "H43391", "desc": "Other vitreous opacities, right eye"}, {"code": "H43392", "desc": "Other vitreous opacities, left eye"}, {"code": "H43393", "desc": "Other vitreous opacities, bilateral"}, {"code": "H43399", "desc": "Other vitreous opacities, unspecified eye"}, {"code": "H43811", "desc": "Vitreous degeneration, right eye"}, {"code": "H43812", "desc": "Vitreous degeneration, left eye"}, {"code": "H43813", "desc": "Vitreous degeneration, bilateral"}, {"code": "H43819", "desc": "Vitreous degeneration, unspecified eye"}, {"code": "H43821", "desc": "Vitreomacular adhesion, right eye"}, {"code": "H43822", "desc": "Vitreomacular adhesion, left eye"}, {"code": "H43823", "desc": "Vitreomacular adhesion, bilateral"}, {"code": "H43829", "desc": "Vitreomacular adhesion, unspecified eye"}, {"code": "H4389", "desc": "Other disorders of vitreous body"}, {"code": "H439", "desc": "Unspecified disorder of vitreous body"}, {"code": "H44001", "desc": "Unspecified purulent endophthalmitis, right eye"}, {"code": "H44002", "desc": "Unspecified purulent endophthalmitis, left eye"}, {"code": "H44003", "desc": "Unspecified purulent endophthalmitis, bilateral"}, {"code": "H44009", "desc": "Unspecified purulent endophthalmitis, unspecified eye"}, {"code": "H44011", "desc": "Panophthalmitis (acute), right eye"}, {"code": "H44012", "desc": "Panophthalmitis (acute), left eye"}, {"code": "H44013", "desc": "Panophthalmitis (acute), bilateral"}, {"code": "H44019", "desc": "Panophthalmitis (acute), unspecified eye"}, {"code": "H44021", "desc": "Vitreous abscess (chronic), right eye"}, {"code": "H44022", "desc": "Vitreous abscess (chronic), left eye"}, {"code": "H44023", "desc": "Vitreous abscess (chronic), bilateral"}, {"code": "H44029", "desc": "Vitreous abscess (chronic), unspecified eye"}, {"code": "H44111", "desc": "Panuveitis, right eye"}, {"code": "H44112", "desc": "Panuveitis, left eye"}, {"code": "H44113", "desc": "Panuveitis, bilateral"}, {"code": "H44119", "desc": "Panuveitis, unspecified eye"}, {"code": "H44121", "desc": "Parasitic endophthalmitis, unspecified, right eye"}, {"code": "H44122", "desc": "Parasitic endophthalmitis, unspecified, left eye"}, {"code": "H44123", "desc": "Parasitic endophthalmitis, unspecified, bilateral"}, {"code": "H44129", "desc": "Parasitic endophthalmitis, unspecified, unspecified eye"}, {"code": "H44131", "desc": "Sympathetic uveitis, right eye"}, {"code": "H44132", "desc": "Sympathetic uveitis, left eye"}, {"code": "H44133", "desc": "Sympathetic uveitis, bilateral"}, {"code": "H44139", "desc": "Sympathetic uveitis, unspecified eye"}, {"code": "H4419", "desc": "Other endophthalmitis"}, {"code": "H4420", "desc": "Degenerative myopia, unspecified eye"}, {"code": "H4421", "desc": "Degenerative myopia, right eye"}, {"code": "H4422", "desc": "Degenerative myopia, left eye"}, {"code": "H4423", "desc": "Degenerative myopia, bilateral"}, {"code": "H442A1", "desc": "Degenerative myopia with choroidal neovascularization, right eye"}, {"code": "H442A2", "desc": "Degenerative myopia with choroidal neovascularization, left eye"}, {"code": "H442A3", "desc": "Degenerative myopia with choroidal neovascularization, bilateral eye"}, {"code": "H442A9", "desc": "Degenerative myopia with choroidal neovascularization, unspecified eye"}, {"code": "H442B1", "desc": "Degenerative myopia with macular hole, right eye"}, {"code": "H442B2", "desc": "Degenerative myopia with macular hole, left eye"}, {"code": "H442B3", "desc": "Degenerative myopia with macular hole, bilateral eye"}, {"code": "H442B9", "desc": "Degenerative myopia with macular hole, unspecified eye"}, {"code": "H442C1", "desc": "Degenerative myopia with retinal detachment, right eye"}, {"code": "H442C2", "desc": "Degenerative myopia with retinal detachment, left eye"}, {"code": "H442C3", "desc": "Degenerative myopia with retinal detachment, bilateral eye"}, {"code": "H442C9", "desc": "Degenerative myopia with retinal detachment, unspecified eye"}, {"code": "H442D1", "desc": "Degenerative myopia with foveoschisis, right eye"}, {"code": "H442D2", "desc": "Degenerative myopia with foveoschisis, left eye"}, {"code": "H442D3", "desc": "Degenerative myopia with foveoschisis, bilateral eye"}, {"code": "H442D9", "desc": "Degenerative myopia with foveoschisis, unspecified eye"}, {"code": "H442E1", "desc": "Degenerative myopia with other maculopathy, right eye"}, {"code": "H442E2", "desc": "Degenerative myopia with other maculopathy, left eye"}, {"code": "H442E3", "desc": "Degenerative myopia with other maculopathy, bilateral eye"}, {"code": "H442E9", "desc": "Degenerative myopia with other maculopathy, unspecified eye"}, {"code": "H4430", "desc": "Unspecified degenerative disorder of globe"}, {"code": "H44311", "desc": "Chalcosis, right eye"}, {"code": "H44312", "desc": "Chalcosis, left eye"}, {"code": "H44313", "desc": "Chalcosis, bilateral"}, {"code": "H44319", "desc": "Chalcosis, unspecified eye"}, {"code": "H44321", "desc": "Siderosis of eye, right eye"}, {"code": "H44322", "desc": "Siderosis of eye, left eye"}, {"code": "H44323", "desc": "Siderosis of eye, bilateral"}, {"code": "H44329", "desc": "Siderosis of eye, unspecified eye"}, {"code": "H44391", "desc": "Other degenerative disorders of globe, right eye"}, {"code": "H44392", "desc": "Other degenerative disorders of globe, left eye"}, {"code": "H44393", "desc": "Other degenerative disorders of globe, bilateral"}, {"code": "H44399", "desc": "Other degenerative disorders of globe, unspecified eye"}, {"code": "H4440", "desc": "Unspecified hypotony of eye"}, {"code": "H44411", "desc": "Flat anterior chamber hypotony of right eye"}, {"code": "H44412", "desc": "Flat anterior chamber hypotony of left eye"}, {"code": "H44413", "desc": "Flat anterior chamber hypotony of eye, bilateral"}, {"code": "H44419", "desc": "Flat anterior chamber hypotony of unspecified eye"}, {"code": "H44421", "desc": "Hypotony of right eye due to ocular fistula"}, {"code": "H44422", "desc": "Hypotony of left eye due to ocular fistula"}, {"code": "H44423", "desc": "Hypotony of eye due to ocular fistula, bilateral"}, {"code": "H44429", "desc": "Hypotony of unspecified eye due to ocular fistula"}, {"code": "H44431", "desc": "Hypotony of eye due to other ocular disorders, right eye"}, {"code": "H44432", "desc": "Hypotony of eye due to other ocular disorders, left eye"}, {"code": "H44433", "desc": "Hypotony of eye due to other ocular disorders, bilateral"}, {"code": "H44439", "desc": "Hypotony of eye due to other ocular disorders, unspecified eye"}, {"code": "H44441", "desc": "Primary hypotony of right eye"}, {"code": "H44442", "desc": "Primary hypotony of left eye"}, {"code": "H44443", "desc": "Primary hypotony of eye, bilateral"}, {"code": "H44449", "desc": "Primary hypotony of unspecified eye"}, {"code": "H4450", "desc": "Unspecified degenerated conditions of globe"}, {"code": "H44511", "desc": "Absolute glaucoma, right eye"}, {"code": "H44512", "desc": "Absolute glaucoma, left eye"}, {"code": "H44513", "desc": "Absolute glaucoma, bilateral"}, {"code": "H44519", "desc": "Absolute glaucoma, unspecified eye"}, {"code": "H44521", "desc": "Atrophy of globe, right eye"}, {"code": "H44522", "desc": "Atrophy of globe, left eye"}, {"code": "H44523", "desc": "Atrophy of globe, bilateral"}, {"code": "H44529", "desc": "Atrophy of globe, unspecified eye"}, {"code": "H44531", "desc": "Leucocoria, right eye"}, {"code": "H44532", "desc": "Leucocoria, left eye"}, {"code": "H44533", "desc": "Leucocoria, bilateral"}, {"code": "H44539", "desc": "Leucocoria, unspecified eye"}, {"code": "H44601", "desc": "Unspecified retained (old) intraocular foreign body, magnetic, right eye"}, {"code": "H44602", "desc": "Unspecified retained (old) intraocular foreign body, magnetic, left eye"}, {"code": "H44603", "desc": "Unspecified retained (old) intraocular foreign body, magnetic, bilateral"}, {"code": "H44609", "desc": "Unspecified retained (old) intraocular foreign body, magnetic, unspecified eye"}, {"code": "H44611", "desc": "Retained (old) magnetic foreign body in anterior chamber, right eye"}, {"code": "H44612", "desc": "Retained (old) magnetic foreign body in anterior chamber, left eye"}, {"code": "H44613", "desc": "Retained (old) magnetic foreign body in anterior chamber, bilateral"}, {"code": "H44619", "desc": "Retained (old) magnetic foreign body in anterior chamber, unspecified eye"}, {"code": "H44621", "desc": "Retained (old) magnetic foreign body in iris or ciliary body, right eye"}, {"code": "H44622", "desc": "Retained (old) magnetic foreign body in iris or ciliary body, left eye"}, {"code": "H44623", "desc": "Retained (old) magnetic foreign body in iris or ciliary body, bilateral"}, {"code": "H44629", "desc": "Retained (old) magnetic foreign body in iris or ciliary body, unspecified eye"}, {"code": "H44631", "desc": "Retained (old) magnetic foreign body in lens, right eye"}, {"code": "H44632", "desc": "Retained (old) magnetic foreign body in lens, left eye"}, {"code": "H44633", "desc": "Retained (old) magnetic foreign body in lens, bilateral"}, {"code": "H44639", "desc": "Retained (old) magnetic foreign body in lens, unspecified eye"}, {"code": "H44641", "desc": "Retained (old) magnetic foreign body in posterior wall of globe, right eye"}, {"code": "H44642", "desc": "Retained (old) magnetic foreign body in posterior wall of globe, left eye"}, {"code": "H44643", "desc": "Retained (old) magnetic foreign body in posterior wall of globe, bilateral"}, {"code": "H44649", "desc": "Retained (old) magnetic foreign body in posterior wall of globe, unspecified eye"}, {"code": "H44651", "desc": "Retained (old) magnetic foreign body in vitreous body, right eye"}, {"code": "H44652", "desc": "Retained (old) magnetic foreign body in vitreous body, left eye"}, {"code": "H44653", "desc": "Retained (old) magnetic foreign body in vitreous body, bilateral"}, {"code": "H44659", "desc": "Retained (old) magnetic foreign body in vitreous body, unspecified eye"}, {"code": "H44691", "desc": "Retained (old) intraocular foreign body, magnetic, in other or multiple sites, right eye"}, {"code": "H44692", "desc": "Retained (old) intraocular foreign body, magnetic, in other or multiple sites, left eye"}, {"code": "H44693", "desc": "Retained (old) intraocular foreign body, magnetic, in other or multiple sites, bilateral"}, {"code": "H44699", "desc": "Retained (old) intraocular foreign body, magnetic, in other or multiple sites, unspecified eye"}, {"code": "H44701", "desc": "Unspecified retained (old) intraocular foreign body, nonmagnetic, right eye"}, {"code": "H44702", "desc": "Unspecified retained (old) intraocular foreign body, nonmagnetic, left eye"}, {"code": "H44703", "desc": "Unspecified retained (old) intraocular foreign body, nonmagnetic, bilateral"}, {"code": "H44709", "desc": "Unspecified retained (old) intraocular foreign body, nonmagnetic, unspecified eye"}, {"code": "H44711", "desc": "Retained (nonmagnetic) (old) foreign body in anterior chamber, right eye"}, {"code": "H44712", "desc": "Retained (nonmagnetic) (old) foreign body in anterior chamber, left eye"}, {"code": "H44713", "desc": "Retained (nonmagnetic) (old) foreign body in anterior chamber, bilateral"}, {"code": "H44719", "desc": "Retained (nonmagnetic) (old) foreign body in anterior chamber, unspecified eye"}, {"code": "H44721", "desc": "Retained (nonmagnetic) (old) foreign body in iris or ciliary body, right eye"}, {"code": "H44722", "desc": "Retained (nonmagnetic) (old) foreign body in iris or ciliary body, left eye"}, {"code": "H44723", "desc": "Retained (nonmagnetic) (old) foreign body in iris or ciliary body, bilateral"}, {"code": "H44729", "desc": "Retained (nonmagnetic) (old) foreign body in iris or ciliary body, unspecified eye"}, {"code": "H44731", "desc": "Retained (nonmagnetic) (old) foreign body in lens, right eye"}, {"code": "H44732", "desc": "Retained (nonmagnetic) (old) foreign body in lens, left eye"}, {"code": "H44733", "desc": "Retained (nonmagnetic) (old) foreign body in lens, bilateral"}, {"code": "H44739", "desc": "Retained (nonmagnetic) (old) foreign body in lens, unspecified eye"}, {"code": "H44741", "desc": "Retained (nonmagnetic) (old) foreign body in posterior wall of globe, right eye"}, {"code": "H44742", "desc": "Retained (nonmagnetic) (old) foreign body in posterior wall of globe, left eye"}, {"code": "H44743", "desc": "Retained (nonmagnetic) (old) foreign body in posterior wall of globe, bilateral"}, {"code": "H44749", "desc": "Retained (nonmagnetic) (old) foreign body in posterior wall of globe, unspecified eye"}, {"code": "H44751", "desc": "Retained (nonmagnetic) (old) foreign body in vitreous body, right eye"}, {"code": "H44752", "desc": "Retained (nonmagnetic) (old) foreign body in vitreous body, left eye"}, {"code": "H44753", "desc": "Retained (nonmagnetic) (old) foreign body in vitreous body, bilateral"}, {"code": "H44759", "desc": "Retained (nonmagnetic) (old) foreign body in vitreous body, unspecified eye"}, {"code": "H44791", "desc": "Retained (old) intraocular foreign body, nonmagnetic, in other or multiple sites, right eye"}, {"code": "H44792", "desc": "Retained (old) intraocular foreign body, nonmagnetic, in other or multiple sites, left eye"}, {"code": "H44793", "desc": "Retained (old) intraocular foreign body, nonmagnetic, in other or multiple sites, bilateral"}, {"code": "H44799", "desc": "Retained (old) intraocular foreign body, nonmagnetic, in other or multiple sites, unspecified eye"}, {"code": "H44811", "desc": "Hemophthalmos, right eye"}, {"code": "H44812", "desc": "Hemophthalmos, left eye"}, {"code": "H44813", "desc": "Hemophthalmos, bilateral"}, {"code": "H44819", "desc": "Hemophthalmos, unspecified eye"}, {"code": "H44821", "desc": "Luxation of globe, right eye"}, {"code": "H44822", "desc": "Luxation of globe, left eye"}, {"code": "H44823", "desc": "Luxation of globe, bilateral"}, {"code": "H44829", "desc": "Luxation of globe, unspecified eye"}, {"code": "H4489", "desc": "Other disorders of globe"}, {"code": "H449", "desc": "Unspecified disorder of globe"}, {"code": "H4600", "desc": "Optic papillitis, unspecified eye"}, {"code": "H4601", "desc": "Optic papillitis, right eye"}, {"code": "H4602", "desc": "Optic papillitis, left eye"}, {"code": "H4603", "desc": "Optic papillitis, bilateral"}, {"code": "H4610", "desc": "Retrobulbar neuritis, unspecified eye"}, {"code": "H4611", "desc": "Retrobulbar neuritis, right eye"}, {"code": "H4612", "desc": "Retrobulbar neuritis, left eye"}, {"code": "H4613", "desc": "Retrobulbar neuritis, bilateral"}, {"code": "H462", "desc": "Nutritional optic neuropathy"}, {"code": "H463", "desc": "Toxic optic neuropathy"}, {"code": "H468", "desc": "Other optic neuritis"}, {"code": "H469", "desc": "Unspecified optic neuritis"}, {"code": "H47011", "desc": "Ischemic optic neuropathy, right eye"}, {"code": "H47012", "desc": "Ischemic optic neuropathy, left eye"}, {"code": "H47013", "desc": "Ischemic optic neuropathy, bilateral"}, {"code": "H47019", "desc": "Ischemic optic neuropathy, unspecified eye"}, {"code": "H47021", "desc": "Hemorrhage in optic nerve sheath, right eye"}, {"code": "H47022", "desc": "Hemorrhage in optic nerve sheath, left eye"}, {"code": "H47023", "desc": "Hemorrhage in optic nerve sheath, bilateral"}, {"code": "H47029", "desc": "Hemorrhage in optic nerve sheath, unspecified eye"}, {"code": "H47031", "desc": "Optic nerve hypoplasia, right eye"}, {"code": "H47032", "desc": "Optic nerve hypoplasia, left eye"}, {"code": "H47033", "desc": "Optic nerve hypoplasia, bilateral"}, {"code": "H47039", "desc": "Optic nerve hypoplasia, unspecified eye"}, {"code": "H47091", "desc": "Other disorders of optic nerve, not elsewhere classified, right eye"}, {"code": "H47092", "desc": "Other disorders of optic nerve, not elsewhere classified, left eye"}, {"code": "H47093", "desc": "Other disorders of optic nerve, not elsewhere classified, bilateral"}, {"code": "H47099", "desc": "Other disorders of optic nerve, not elsewhere classified, unspecified eye"}, {"code": "H4710", "desc": "Unspecified papilledema"}, {"code": "H4711", "desc": "Papilledema associated with increased intracranial pressure"}, {"code": "H4712", "desc": "Papilledema associated with decreased ocular pressure"}, {"code": "H4713", "desc": "Papilledema associated with retinal disorder"}, {"code": "H47141", "desc": "Foster-Kennedy syndrome, right eye"}, {"code": "H47142", "desc": "Foster-Kennedy syndrome, left eye"}, {"code": "H47143", "desc": "Foster-Kennedy syndrome, bilateral"}, {"code": "H47149", "desc": "Foster-Kennedy syndrome, unspecified eye"}, {"code": "H4720", "desc": "Unspecified optic atrophy"}, {"code": "H47211", "desc": "Primary optic atrophy, right eye"}, {"code": "H47212", "desc": "Primary optic atrophy, left eye"}, {"code": "H47213", "desc": "Primary optic atrophy, bilateral"}, {"code": "H47219", "desc": "Primary optic atrophy, unspecified eye"}, {"code": "H4722", "desc": "Hereditary optic atrophy"}, {"code": "H47231", "desc": "Glaucomatous optic atrophy, right eye"}, {"code": "H47232", "desc": "Glaucomatous optic atrophy, left eye"}, {"code": "H47233", "desc": "Glaucomatous optic atrophy, bilateral"}, {"code": "H47239", "desc": "Glaucomatous optic atrophy, unspecified eye"}, {"code": "H47291", "desc": "Other optic atrophy, right eye"}, {"code": "H47292", "desc": "Other optic atrophy, left eye"}, {"code": "H47293", "desc": "Other optic atrophy, bilateral"}, {"code": "H47299", "desc": "Other optic atrophy, unspecified eye"}, {"code": "H47311", "desc": "Coloboma of optic disc, right eye"}, {"code": "H47312", "desc": "Coloboma of optic disc, left eye"}, {"code": "H47313", "desc": "Coloboma of optic disc, bilateral"}, {"code": "H47319", "desc": "Coloboma of optic disc, unspecified eye"}, {"code": "H47321", "desc": "Drusen of optic disc, right eye"}, {"code": "H47322", "desc": "Drusen of optic disc, left eye"}, {"code": "H47323", "desc": "Drusen of optic disc, bilateral"}, {"code": "H47329", "desc": "Drusen of optic disc, unspecified eye"}, {"code": "H47331", "desc": "Pseudopapilledema of optic disc, right eye"}, {"code": "H47332", "desc": "Pseudopapilledema of optic disc, left eye"}, {"code": "H47333", "desc": "Pseudopapilledema of optic disc, bilateral"}, {"code": "H47339", "desc": "Pseudopapilledema of optic disc, unspecified eye"}, {"code": "H47391", "desc": "Other disorders of optic disc, right eye"}, {"code": "H47392", "desc": "Other disorders of optic disc, left eye"}, {"code": "H47393", "desc": "Other disorders of optic disc, bilateral"}, {"code": "H47399", "desc": "Other disorders of optic disc, unspecified eye"}, {"code": "H4741", "desc": "Disorders of optic chiasm in (due to) inflammatory disorders"}, {"code": "H4742", "desc": "Disorders of optic chiasm in (due to) neoplasm"}, {"code": "H4743", "desc": "Disorders of optic chiasm in (due to) vascular disorders"}, {"code": "H4749", "desc": "Disorders of optic chiasm in (due to) other disorders"}, {"code": "H47511", "desc": "Disorders of visual pathways in (due to) inflammatory disorders, right side"}, {"code": "H47512", "desc": "Disorders of visual pathways in (due to) inflammatory disorders, left side"}, {"code": "H47519", "desc": "Disorders of visual pathways in (due to) inflammatory disorders, unspecified side"}, {"code": "H47521", "desc": "Disorders of visual pathways in (due to) neoplasm, right side"}, {"code": "H47522", "desc": "Disorders of visual pathways in (due to) neoplasm, left side"}, {"code": "H47529", "desc": "Disorders of visual pathways in (due to) neoplasm, unspecified side"}, {"code": "H47531", "desc": "Disorders of visual pathways in (due to) vascular disorders, right side"}, {"code": "H47532", "desc": "Disorders of visual pathways in (due to) vascular disorders, left side"}, {"code": "H47539", "desc": "Disorders of visual pathways in (due to) vascular disorders, unspecified side"}, {"code": "H47611", "desc": "Cortical blindness, right side of brain"}, {"code": "H47612", "desc": "Cortical blindness, left side of brain"}, {"code": "H47619", "desc": "Cortical blindness, unspecified side of brain"}, {"code": "H47621", "desc": "Disorders of visual cortex in (due to) inflammatory disorders, right side of brain"}, {"code": "H47622", "desc": "Disorders of visual cortex in (due to) inflammatory disorders, left side of brain"}, {"code": "H47629", "desc": "Disorders of visual cortex in (due to) inflammatory disorders, unspecified side of brain"}, {"code": "H47631", "desc": "Disorders of visual cortex in (due to) neoplasm, right side of brain"}, {"code": "H47632", "desc": "Disorders of visual cortex in (due to) neoplasm, left side of brain"}, {"code": "H47639", "desc": "Disorders of visual cortex in (due to) neoplasm, unspecified side of brain"}, {"code": "H47641", "desc": "Disorders of visual cortex in (due to) vascular disorders, right side of brain"}, {"code": "H47642", "desc": "Disorders of visual cortex in (due to) vascular disorders, left side of brain"}, {"code": "H47649", "desc": "Disorders of visual cortex in (due to) vascular disorders, unspecified side of brain"}, {"code": "H479", "desc": "Unspecified disorder of visual pathways"}, {"code": "H4900", "desc": "Third [oculomotor] nerve palsy, unspecified eye"}, {"code": "H4901", "desc": "Third [oculomotor] nerve palsy, right eye"}, {"code": "H4902", "desc": "Third [oculomotor] nerve palsy, left eye"}, {"code": "H4903", "desc": "Third [oculomotor] nerve palsy, bilateral"}, {"code": "H4910", "desc": "Fourth [trochlear] nerve palsy, unspecified eye"}, {"code": "H4911", "desc": "Fourth [trochlear] nerve palsy, right eye"}, {"code": "H4912", "desc": "Fourth [trochlear] nerve palsy, left eye"}, {"code": "H4913", "desc": "Fourth [trochlear] nerve palsy, bilateral"}, {"code": "H4920", "desc": "Sixth [abducent] nerve palsy, unspecified eye"}, {"code": "H4921", "desc": "Sixth [abducent] nerve palsy, right eye"}, {"code": "H4922", "desc": "Sixth [abducent] nerve palsy, left eye"}, {"code": "H4923", "desc": "Sixth [abducent] nerve palsy, bilateral"}, {"code": "H4930", "desc": "Total (external) ophthalmoplegia, unspecified eye"}, {"code": "H4931", "desc": "Total (external) ophthalmoplegia, right eye"}, {"code": "H4932", "desc": "Total (external) ophthalmoplegia, left eye"}, {"code": "H4933", "desc": "Total (external) ophthalmoplegia, bilateral"}, {"code": "H4940", "desc": "Progressive external ophthalmoplegia, unspecified eye"}, {"code": "H4941", "desc": "Progressive external ophthalmoplegia, right eye"}, {"code": "H4942", "desc": "Progressive external ophthalmoplegia, left eye"}, {"code": "H4943", "desc": "Progressive external ophthalmoplegia, bilateral"}, {"code": "H49811", "desc": "Kearns-Sayre syndrome, right eye"}, {"code": "H49812", "desc": "Kearns-Sayre syndrome, left eye"}, {"code": "H49813", "desc": "Kearns-Sayre syndrome, bilateral"}, {"code": "H49819", "desc": "Kearns-Sayre syndrome, unspecified eye"}, {"code": "H49881", "desc": "Other paralytic strabismus, right eye"}, {"code": "H49882", "desc": "Other paralytic strabismus, left eye"}, {"code": "H49883", "desc": "Other paralytic strabismus, bilateral"}, {"code": "H49889", "desc": "Other paralytic strabismus, unspecified eye"}, {"code": "H499", "desc": "Unspecified paralytic strabismus"}, {"code": "H5000", "desc": "Unspecified esotropia"}, {"code": "H50011", "desc": "Monocular esotropia, right eye"}, {"code": "H50012", "desc": "Monocular esotropia, left eye"}, {"code": "H50021", "desc": "Monocular esotropia with A pattern, right eye"}, {"code": "H50022", "desc": "Monocular esotropia with A pattern, left eye"}, {"code": "H50031", "desc": "Monocular esotropia with V pattern, right eye"}, {"code": "H50032", "desc": "Monocular esotropia with V pattern, left eye"}, {"code": "H50041", "desc": "Monocular esotropia with other noncomitancies, right eye"}, {"code": "H50042", "desc": "Monocular esotropia with other noncomitancies, left eye"}, {"code": "H5005", "desc": "Alternating esotropia"}, {"code": "H5006", "desc": "Alternating esotropia with A pattern"}, {"code": "H5007", "desc": "Alternating esotropia with V pattern"}, {"code": "H5008", "desc": "Alternating esotropia with other noncomitancies"}, {"code": "H5010", "desc": "Unspecified exotropia"}, {"code": "H50111", "desc": "Monocular exotropia, right eye"}, {"code": "H50112", "desc": "Monocular exotropia, left eye"}, {"code": "H50121", "desc": "Monocular exotropia with A pattern, right eye"}, {"code": "H50122", "desc": "Monocular exotropia with A pattern, left eye"}, {"code": "H50131", "desc": "Monocular exotropia with V pattern, right eye"}, {"code": "H50132", "desc": "Monocular exotropia with V pattern, left eye"}, {"code": "H50141", "desc": "Monocular exotropia with other noncomitancies, right eye"}, {"code": "H50142", "desc": "Monocular exotropia with other noncomitancies, left eye"}, {"code": "H5015", "desc": "Alternating exotropia"}, {"code": "H5016", "desc": "Alternating exotropia with A pattern"}, {"code": "H5017", "desc": "Alternating exotropia with V pattern"}, {"code": "H5018", "desc": "Alternating exotropia with other noncomitancies"}, {"code": "H5021", "desc": "Vertical strabismus, right eye"}, {"code": "H5022", "desc": "Vertical strabismus, left eye"}, {"code": "H5030", "desc": "Unspecified intermittent heterotropia"}, {"code": "H50311", "desc": "Intermittent monocular esotropia, right eye"}, {"code": "H50312", "desc": "Intermittent monocular esotropia, left eye"}, {"code": "H5032", "desc": "Intermittent alternating esotropia"}, {"code": "H50331", "desc": "Intermittent monocular exotropia, right eye"}, {"code": "H50332", "desc": "Intermittent monocular exotropia, left eye"}, {"code": "H5034", "desc": "Intermittent alternating exotropia"}, {"code": "H5040", "desc": "Unspecified heterotropia"}, {"code": "H50411", "desc": "Cyclotropia, right eye"}, {"code": "H50412", "desc": "Cyclotropia, left eye"}, {"code": "H5042", "desc": "Monofixation syndrome"}, {"code": "H5043", "desc": "Accommodative component in esotropia"}, {"code": "H5050", "desc": "Unspecified heterophoria"}, {"code": "H5051", "desc": "Esophoria"}, {"code": "H5052", "desc": "Exophoria"}, {"code": "H5053", "desc": "Vertical heterophoria"}, {"code": "H5054", "desc": "Cyclophoria"}, {"code": "H5055", "desc": "Alternating heterophoria"}, {"code": "H5060", "desc": "Mechanical strabismus, unspecified"}, {"code": "H50611", "desc": "Brown's sheath syndrome, right eye"}, {"code": "H50612", "desc": "Brown's sheath syndrome, left eye"}, {"code": "H5069", "desc": "Other mechanical strabismus"}, {"code": "H50811", "desc": "Duane's syndrome, right eye"}, {"code": "H50812", "desc": "Duane's syndrome, left eye"}, {"code": "H5089", "desc": "Other specified strabismus"}, {"code": "H509", "desc": "Unspecified strabismus"}, {"code": "H510", "desc": "Palsy (spasm) of conjugate gaze"}, {"code": "H5111", "desc": "Convergence insufficiency"}, {"code": "H5112", "desc": "Convergence excess"}, {"code": "H5120", "desc": "Internuclear ophthalmoplegia, unspecified eye"}, {"code": "H5121", "desc": "Internuclear ophthalmoplegia, right eye"}, {"code": "H5122", "desc": "Internuclear ophthalmoplegia, left eye"}, {"code": "H5123", "desc": "Internuclear ophthalmoplegia, bilateral"}, {"code": "H518", "desc": "Other specified disorders of binocular movement"}, {"code": "H519", "desc": "Unspecified disorder of binocular movement"}, {"code": "H5200", "desc": "Hypermetropia, unspecified eye"}, {"code": "H5201", "desc": "Hypermetropia, right eye"}, {"code": "H5202", "desc": "Hypermetropia, left eye"}, {"code": "H5203", "desc": "Hypermetropia, bilateral"}, {"code": "H5210", "desc": "Myopia, unspecified eye"}, {"code": "H5211", "desc": "Myopia, right eye"}, {"code": "H5212", "desc": "Myopia, left eye"}, {"code": "H5213", "desc": "Myopia, bilateral"}, {"code": "H52201", "desc": "Unspecified astigmatism, right eye"}, {"code": "H52202", "desc": "Unspecified astigmatism, left eye"}, {"code": "H52203", "desc": "Unspecified astigmatism, bilateral"}, {"code": "H52209", "desc": "Unspecified astigmatism, unspecified eye"}, {"code": "H52211", "desc": "Irregular astigmatism, right eye"}, {"code": "H52212", "desc": "Irregular astigmatism, left eye"}, {"code": "H52213", "desc": "Irregular astigmatism, bilateral"}, {"code": "H52219", "desc": "Irregular astigmatism, unspecified eye"}, {"code": "H52221", "desc": "Regular astigmatism, right eye"}, {"code": "H52222", "desc": "Regular astigmatism, left eye"}, {"code": "H52223", "desc": "Regular astigmatism, bilateral"}, {"code": "H52229", "desc": "Regular astigmatism, unspecified eye"}, {"code": "H5231", "desc": "Anisometropia"}, {"code": "H5232", "desc": "Aniseikonia"}, {"code": "H524", "desc": "Presbyopia"}, {"code": "H52511", "desc": "Internal ophthalmoplegia (complete) (total), right eye"}, {"code": "H52512", "desc": "Internal ophthalmoplegia (complete) (total), left eye"}, {"code": "H52513", "desc": "Internal ophthalmoplegia (complete) (total), bilateral"}, {"code": "H52519", "desc": "Internal ophthalmoplegia (complete) (total), unspecified eye"}, {"code": "H52521", "desc": "Paresis of accommodation, right eye"}, {"code": "H52522", "desc": "Paresis of accommodation, left eye"}, {"code": "H52523", "desc": "Paresis of accommodation, bilateral"}, {"code": "H52529", "desc": "Paresis of accommodation, unspecified eye"}, {"code": "H52531", "desc": "Spasm of accommodation, right eye"}, {"code": "H52532", "desc": "Spasm of accommodation, left eye"}, {"code": "H52533", "desc": "Spasm of accommodation, bilateral"}, {"code": "H52539", "desc": "Spasm of accommodation, unspecified eye"}, {"code": "H526", "desc": "Other disorders of refraction"}, {"code": "H527", "desc": "Unspecified disorder of refraction"}, {"code": "H53001", "desc": "Unspecified amblyopia, right eye"}, {"code": "H53002", "desc": "Unspecified amblyopia, left eye"}, {"code": "H53003", "desc": "Unspecified amblyopia, bilateral"}, {"code": "H53009", "desc": "Unspecified amblyopia, unspecified eye"}, {"code": "H53011", "desc": "Deprivation amblyopia, right eye"}, {"code": "H53012", "desc": "Deprivation amblyopia, left eye"}, {"code": "H53013", "desc": "Deprivation amblyopia, bilateral"}, {"code": "H53019", "desc": "Deprivation amblyopia, unspecified eye"}, {"code": "H53021", "desc": "Refractive amblyopia, right eye"}, {"code": "H53022", "desc": "Refractive amblyopia, left eye"}, {"code": "H53023", "desc": "Refractive amblyopia, bilateral"}, {"code": "H53029", "desc": "Refractive amblyopia, unspecified eye"}, {"code": "H53031", "desc": "Strabismic amblyopia, right eye"}, {"code": "H53032", "desc": "Strabismic amblyopia, left eye"}, {"code": "H53033", "desc": "Strabismic amblyopia, bilateral"}, {"code": "H53039", "desc": "Strabismic amblyopia, unspecified eye"}, {"code": "H53041", "desc": "Amblyopia suspect, right eye"}, {"code": "H53042", "desc": "Amblyopia suspect, left eye"}, {"code": "H53043", "desc": "Amblyopia suspect, bilateral"}, {"code": "H53049", "desc": "Amblyopia suspect, unspecified eye"}, {"code": "H5310", "desc": "Unspecified subjective visual disturbances"}, {"code": "H5311", "desc": "Day blindness"}, {"code": "H53121", "desc": "Transient visual loss, right eye"}, {"code": "H53122", "desc": "Transient visual loss, left eye"}, {"code": "H53123", "desc": "Transient visual loss, bilateral"}, {"code": "H53129", "desc": "Transient visual loss, unspecified eye"}, {"code": "H53131", "desc": "Sudden visual loss, right eye"}, {"code": "H53132", "desc": "Sudden visual loss, left eye"}, {"code": "H53133", "desc": "Sudden visual loss, bilateral"}, {"code": "H53139", "desc": "Sudden visual loss, unspecified eye"}, {"code": "H53141", "desc": "Visual discomfort, right eye"}, {"code": "H53142", "desc": "Visual discomfort, left eye"}, {"code": "H53143", "desc": "Visual discomfort, bilateral"}, {"code": "H53149", "desc": "Visual discomfort, unspecified"}, {"code": "H5315", "desc": "Visual distortions of shape and size"}, {"code": "H5316", "desc": "Psychophysical visual disturbances"}, {"code": "H5319", "desc": "Other subjective visual disturbances"}, {"code": "H532", "desc": "Diplopia"}, {"code": "H5330", "desc": "Unspecified disorder of binocular vision"}, {"code": "H5331", "desc": "Abnormal retinal correspondence"}, {"code": "H5332", "desc": "Fusion with defective stereopsis"}, {"code": "H5333", "desc": "Simultaneous visual perception without fusion"}, {"code": "H5334", "desc": "Suppression of binocular vision"}, {"code": "H5340", "desc": "Unspecified visual field defects"}, {"code": "H53411", "desc": "Scotoma involving central area, right eye"}, {"code": "H53412", "desc": "Scotoma involving central area, left eye"}, {"code": "H53413", "desc": "Scotoma involving central area, bilateral"}, {"code": "H53419", "desc": "Scotoma involving central area, unspecified eye"}, {"code": "H53421", "desc": "Scotoma of blind spot area, right eye"}, {"code": "H53422", "desc": "Scotoma of blind spot area, left eye"}, {"code": "H53423", "desc": "Scotoma of blind spot area, bilateral"}, {"code": "H53429", "desc": "Scotoma of blind spot area, unspecified eye"}, {"code": "H53431", "desc": "Sector or arcuate defects, right eye"}, {"code": "H53432", "desc": "Sector or arcuate defects, left eye"}, {"code": "H53433", "desc": "Sector or arcuate defects, bilateral"}, {"code": "H53439", "desc": "Sector or arcuate defects, unspecified eye"}, {"code": "H53451", "desc": "Other localized visual field defect, right eye"}, {"code": "H53452", "desc": "Other localized visual field defect, left eye"}, {"code": "H53453", "desc": "Other localized visual field defect, bilateral"}, {"code": "H53459", "desc": "Other localized visual field defect, unspecified eye"}, {"code": "H53461", "desc": "Homonymous bilateral field defects, right side"}, {"code": "H53462", "desc": "Homonymous bilateral field defects, left side"}, {"code": "H53469", "desc": "Homonymous bilateral field defects, unspecified side"}, {"code": "H5347", "desc": "Heteronymous bilateral field defects"}, {"code": "H53481", "desc": "Generalized contraction of visual field, right eye"}, {"code": "H53482", "desc": "Generalized contraction of visual field, left eye"}, {"code": "H53483", "desc": "Generalized contraction of visual field, bilateral"}, {"code": "H53489", "desc": "Generalized contraction of visual field, unspecified eye"}, {"code": "H5350", "desc": "Unspecified color vision deficiencies"}, {"code": "H5351", "desc": "Achromatopsia"}, {"code": "H5352", "desc": "Acquired color vision deficiency"}, {"code": "H5353", "desc": "Deuteranomaly"}, {"code": "H5354", "desc": "Protanomaly"}, {"code": "H5355", "desc": "Tritanomaly"}, {"code": "H5359", "desc": "Other color vision deficiencies"}, {"code": "H5360", "desc": "Unspecified night blindness"}, {"code": "H5361", "desc": "Abnormal dark adaptation curve"}, {"code": "H5362", "desc": "Acquired night blindness"}, {"code": "H5363", "desc": "Congenital night blindness"}, {"code": "H5369", "desc": "Other night blindness"}, {"code": "H5371", "desc": "Glare sensitivity"}, {"code": "H5372", "desc": "Impaired contrast sensitivity"}, {"code": "H538", "desc": "Other visual disturbances"}, {"code": "H539", "desc": "Unspecified visual disturbance"}, {"code": "H540X33", "desc": "Blindness right eye category 3, blindness left eye category 3"}, {"code": "H540X34", "desc": "Blindness right eye category 3, blindness left eye category 4"}, {"code": "H540X35", "desc": "Blindness right eye category 3, blindness left eye category 5"}, {"code": "H540X43", "desc": "Blindness right eye category 4, blindness left eye category 3"}, {"code": "H540X44", "desc": "Blindness right eye category 4, blindness left eye category 4"}, {"code": "H540X45", "desc": "Blindness right eye category 4, blindness left eye category 5"}, {"code": "H540X53", "desc": "Blindness right eye category 5, blindness left eye category 3"}, {"code": "H540X54", "desc": "Blindness right eye category 5, blindness left eye category 4"}, {"code": "H540X55", "desc": "Blindness right eye category 5, blindness left eye category 5"}, {"code": "H5410", "desc": "Blindness, one eye, low vision other eye, unspecified eyes"}, {"code": "H541131", "desc": "Blindness right eye category 3, low vision left eye category 1"}, {"code": "H541132", "desc": "Blindness right eye category 3, low vision left eye category 2"}, {"code": "H541141", "desc": "Blindness right eye category 4, low vision left eye category 1"}, {"code": "H541142", "desc": "Blindness right eye category 4, low vision left eye category 2"}, {"code": "H541151", "desc": "Blindness right eye category 5, low vision left eye category 1"}, {"code": "H541152", "desc": "Blindness right eye category 5, low vision left eye category 2"}, {"code": "H541213", "desc": "Low vision right eye category 1, blindness left eye category 3"}, {"code": "H541214", "desc": "Low vision right eye category 1, blindness left eye category 4"}, {"code": "H541215", "desc": "Low vision right eye category 1, blindness left eye category 5"}, {"code": "H541223", "desc": "Low vision right eye category 2, blindness left eye category 3"}, {"code": "H541224", "desc": "Low vision right eye category 2, blindness left eye category 4"}, {"code": "H541225", "desc": "Low vision right eye category 2, blindness left eye category 5"}, {"code": "H542X11", "desc": "Low vision right eye category 1, low vision left eye category 1"}, {"code": "H542X12", "desc": "Low vision right eye category 1, low vision left eye category 2"}, {"code": "H542X21", "desc": "Low vision right eye category 2, low vision left eye category 1"}, {"code": "H542X22", "desc": "Low vision right eye category 2, low vision left eye category 2"}, {"code": "H543", "desc": "Unqualified visual loss, both eyes"}, {"code": "H5440", "desc": "Blindness, one eye, unspecified eye"}, {"code": "H54413A", "desc": "Blindness right eye category 3, normal vision left eye"}, {"code": "H54414A", "desc": "Blindness right eye category 4, normal vision left eye"}, {"code": "H54415A", "desc": "Blindness right eye category 5, normal vision left eye"}, {"code": "H5442A3", "desc": "Blindness left eye category 3, normal vision right eye"}, {"code": "H5442A4", "desc": "Blindness left eye category 4, normal vision right eye"}, {"code": "H5442A5", "desc": "Blindness left eye category 5, normal vision right eye"}, {"code": "H5450", "desc": "Low vision, one eye, unspecified eye"}, {"code": "H54511A", "desc": "Low vision right eye category 1, normal vision left eye"}, {"code": "H54512A", "desc": "Low vision right eye category 2, normal vision left eye"}, {"code": "H5452A1", "desc": "Low vision left eye category 1, normal vision right eye"}, {"code": "H5452A2", "desc": "Low vision left eye category 2, normal vision right eye"}, {"code": "H5460", "desc": "Unqualified visual loss, one eye, unspecified"}, {"code": "H5461", "desc": "Unqualified visual loss, right eye, normal vision left eye"}, {"code": "H5462", "desc": "Unqualified visual loss, left eye, normal vision right eye"}, {"code": "H547", "desc": "Unspecified visual loss"}, {"code": "H548", "desc": "Legal blindness, as defined in USA"}, {"code": "H5500", "desc": "Unspecified nystagmus"}, {"code": "H5501", "desc": "Congenital nystagmus"}, {"code": "H5502", "desc": "Latent nystagmus"}, {"code": "H5503", "desc": "Visual deprivation nystagmus"}, {"code": "H5504", "desc": "Dissociated nystagmus"}, {"code": "H5509", "desc": "Other forms of nystagmus"}, {"code": "H5581", "desc": "Saccadic eye movements"}, {"code": "H5589", "desc": "Other irregular eye movements"}, {"code": "H5700", "desc": "Unspecified anomaly of pupillary function"}, {"code": "H5701", "desc": "Argyll Robertson pupil, atypical"}, {"code": "H5702", "desc": "Anisocoria"}, {"code": "H5703", "desc": "Miosis"}, {"code": "H5704", "desc": "Mydriasis"}, {"code": "H57051", "desc": "Tonic pupil, right eye"}, {"code": "H57052", "desc": "Tonic pupil, left eye"}, {"code": "H57053", "desc": "Tonic pupil, bilateral"}, {"code": "H57059", "desc": "Tonic pupil, unspecified eye"}, {"code": "H5709", "desc": "Other anomalies of pupillary function"}, {"code": "H5710", "desc": "Ocular pain, unspecified eye"}, {"code": "H5711", "desc": "Ocular pain, right eye"}, {"code": "H5712", "desc": "Ocular pain, left eye"}, {"code": "H5713", "desc": "Ocular pain, bilateral"}, {"code": "H578", "desc": "Other specified disorders of eye and adnexa"}, {"code": "H579", "desc": "Unspecified disorder of eye and adnexa"}, {"code": "H59011", "desc": "Keratopathy (bullous aphakic) following cataract surgery, right eye"}, {"code": "H59012", "desc": "Keratopathy (bullous aphakic) following cataract surgery, left eye"}, {"code": "H59013", "desc": "Keratopathy (bullous aphakic) following cataract surgery, bilateral"}, {"code": "H59019", "desc": "Keratopathy (bullous aphakic) following cataract surgery, unspecified eye"}, {"code": "H59021", "desc": "Cataract (lens) fragments in eye following cataract surgery, right eye"}, {"code": "H59022", "desc": "Cataract (lens) fragments in eye following cataract surgery, left eye"}, {"code": "H59023", "desc": "Cataract (lens) fragments in eye following cataract surgery, bilateral"}, {"code": "H59029", "desc": "Cataract (lens) fragments in eye following cataract surgery, unspecified eye"}, {"code": "H59031", "desc": "Cystoid macular edema following cataract surgery, right eye"}, {"code": "H59032", "desc": "Cystoid macular edema following cataract surgery, left eye"}, {"code": "H59033", "desc": "Cystoid macular edema following cataract surgery, bilateral"}, {"code": "H59039", "desc": "Cystoid macular edema following cataract surgery, unspecified eye"}, {"code": "H59091", "desc": "Other disorders of the right eye following cataract surgery"}, {"code": "H59092", "desc": "Other disorders of the left eye following cataract surgery"}, {"code": "H59093", "desc": "Other disorders of the eye following cataract surgery, bilateral"}, {"code": "H59099", "desc": "Other disorders of unspecified eye following cataract surgery"}, {"code": "H59111", "desc": "Intraoperative hemorrhage and hematoma of right eye and adnexa complicating an ophthalmic procedure"}, {"code": "H59112", "desc": "Intraoperative hemorrhage and hematoma of left eye and adnexa complicating an ophthalmic procedure"}, {"code": "H59113", "desc": "Intraoperative hemorrhage and hematoma of eye and adnexa complicating an ophthalmic procedure, bilateral"}, {"code": "H59119", "desc": "Intraoperative hemorrhage and hematoma of unspecified eye and adnexa complicating an ophthalmic procedure"}, {"code": "H59121", "desc": "Intraoperative hemorrhage and hematoma of right eye and adnexa complicating other procedure"}, {"code": "H59122", "desc": "Intraoperative hemorrhage and hematoma of left eye and adnexa complicating other procedure"}, {"code": "H59123", "desc": "Intraoperative hemorrhage and hematoma of eye and adnexa complicating other procedure, bilateral"}, {"code": "H59129", "desc": "Intraoperative hemorrhage and hematoma of unspecified eye and adnexa complicating other procedure"}, {"code": "H59211", "desc": "Accidental puncture and laceration of right eye and adnexa during an ophthalmic procedure"}, {"code": "H59212", "desc": "Accidental puncture and laceration of left eye and adnexa during an ophthalmic procedure"}, {"code": "H59213", "desc": "Accidental puncture and laceration of eye and adnexa during an ophthalmic procedure, bilateral"}, {"code": "H59219", "desc": "Accidental puncture and laceration of unspecified eye and adnexa during an ophthalmic procedure"}, {"code": "H59221", "desc": "Accidental puncture and laceration of right eye and adnexa during other procedure"}, {"code": "H59222", "desc": "Accidental puncture and laceration of left eye and adnexa during other procedure"}, {"code": "H59223", "desc": "Accidental puncture and laceration of eye and adnexa during other procedure, bilateral"}, {"code": "H59229", "desc": "Accidental puncture and laceration of unspecified eye and adnexa during other procedure"}, {"code": "H59311", "desc": "Postprocedural hemorrhage of right eye and adnexa following an ophthalmic procedure"}, {"code": "H59312", "desc": "Postprocedural hemorrhage of left eye and adnexa following an ophthalmic procedure"}, {"code": "H59313", "desc": "Postprocedural hemorrhage of eye and adnexa following an ophthalmic procedure, bilateral"}, {"code": "H59319", "desc": "Postprocedural hemorrhage of unspecified eye and adnexa following an ophthalmic procedure"}, {"code": "H59321", "desc": "Postprocedural hemorrhage of right eye and adnexa following other procedure"}, {"code": "H59322", "desc": "Postprocedural hemorrhage of left eye and adnexa following other procedure"}, {"code": "H59323", "desc": "Postprocedural hemorrhage of eye and adnexa following other procedure, bilateral"}, {"code": "H59329", "desc": "Postprocedural hemorrhage of unspecified eye and adnexa following other procedure"}, {"code": "H59331", "desc": "Postprocedural hematoma of right eye and adnexa following an ophthalmic procedure"}, {"code": "H59332", "desc": "Postprocedural hematoma of left eye and adnexa following an ophthalmic procedure"}, {"code": "H59333", "desc": "Postprocedural hematoma of eye and adnexa following an ophthalmic procedure, bilateral"}, {"code": "H59339", "desc": "Postprocedural hematoma of unspecified eye and adnexa following an ophthalmic procedure"}, {"code": "H59341", "desc": "Postprocedural hematoma of right eye and adnexa following other procedure"}, {"code": "H59342", "desc": "Postprocedural hematoma of left eye and adnexa following other procedure"}, {"code": "H59343", "desc": "Postprocedural hematoma of eye and adnexa following other procedure, bilateral"}, {"code": "H59349", "desc": "Postprocedural hematoma of unspecified eye and adnexa following other procedure"}, {"code": "H59351", "desc": "Postprocedural seroma of right eye and adnexa following an ophthalmic procedure"}, {"code": "H59352", "desc": "Postprocedural seroma of left eye and adnexa following an ophthalmic procedure"}, {"code": "H59353", "desc": "Postprocedural seroma of eye and adnexa following an ophthalmic procedure, bilateral"}, {"code": "H59359", "desc": "Postprocedural seroma of unspecified eye and adnexa following an ophthalmic procedure"}, {"code": "H59361", "desc": "Postprocedural seroma of right eye and adnexa following other procedure"}, {"code": "H59362", "desc": "Postprocedural seroma of left eye and adnexa following other procedure"}, {"code": "H59363", "desc": "Postprocedural seroma of eye and adnexa following other procedure, bilateral"}, {"code": "H59369", "desc": "Postprocedural seroma of unspecified eye and adnexa following other procedure"}, {"code": "H5940", "desc": "Inflammation (infection) of postprocedural bleb, unspecified"}, {"code": "H5941", "desc": "Inflammation (infection) of postprocedural bleb, stage 1"}, {"code": "H5942", "desc": "Inflammation (infection) of postprocedural bleb, stage 2"}, {"code": "H5943", "desc": "Inflammation (infection) of postprocedural bleb, stage 3"}, {"code": "H59811", "desc": "Chorioretinal scars after surgery for detachment, right eye"}, {"code": "H59812", "desc": "Chorioretinal scars after surgery for detachment, left eye"}, {"code": "H59813", "desc": "Chorioretinal scars after surgery for detachment, bilateral"}, {"code": "H59819", "desc": "Chorioretinal scars after surgery for detachment, unspecified eye"}, {"code": "H5988", "desc": "Other intraoperative complications of eye and adnexa, not elsewhere classified"}, {"code": "H5989", "desc": "Other postprocedural complications and disorders of eye and adnexa, not elsewhere classified"}, {"code": "H6000", "desc": "Abscess of external ear, unspecified ear"}, {"code": "H6001", "desc": "Abscess of right external ear"}, {"code": "H6002", "desc": "Abscess of left external ear"}, {"code": "H6003", "desc": "Abscess of external ear, bilateral"}, {"code": "H6010", "desc": "Cellulitis of external ear, unspecified ear"}, {"code": "H6011", "desc": "Cellulitis of right external ear"}, {"code": "H6012", "desc": "Cellulitis of left external ear"}, {"code": "H6013", "desc": "Cellulitis of external ear, bilateral"}, {"code": "H6020", "desc": "Malignant otitis externa, unspecified ear"}, {"code": "H6021", "desc": "Malignant otitis externa, right ear"}, {"code": "H6022", "desc": "Malignant otitis externa, left ear"}, {"code": "H6023", "desc": "Malignant otitis externa, bilateral"}, {"code": "H60311", "desc": "Diffuse otitis externa, right ear"}, {"code": "H60312", "desc": "Diffuse otitis externa, left ear"}, {"code": "H60313", "desc": "Diffuse otitis externa, bilateral"}, {"code": "H60319", "desc": "Diffuse otitis externa, unspecified ear"}, {"code": "H60321", "desc": "Hemorrhagic otitis externa, right ear"}, {"code": "H60322", "desc": "Hemorrhagic otitis externa, left ear"}, {"code": "H60323", "desc": "Hemorrhagic otitis externa, bilateral"}, {"code": "H60329", "desc": "Hemorrhagic otitis externa, unspecified ear"}, {"code": "H60331", "desc": "Swimmer's ear, right ear"}, {"code": "H60332", "desc": "Swimmer's ear, left ear"}, {"code": "H60333", "desc": "Swimmer's ear, bilateral"}, {"code": "H60339", "desc": "Swimmer's ear, unspecified ear"}, {"code": "H60391", "desc": "Other infective otitis externa, right ear"}, {"code": "H60392", "desc": "Other infective otitis externa, left ear"}, {"code": "H60393", "desc": "Other infective otitis externa, bilateral"}, {"code": "H60399", "desc": "Other infective otitis externa, unspecified ear"}, {"code": "H6040", "desc": "Cholesteatoma of external ear, unspecified ear"}, {"code": "H6041", "desc": "Cholesteatoma of right external ear"}, {"code": "H6042", "desc": "Cholesteatoma of left external ear"}, {"code": "H6043", "desc": "Cholesteatoma of external ear, bilateral"}, {"code": "H60501", "desc": "Unspecified acute noninfective otitis externa, right ear"}, {"code": "H60502", "desc": "Unspecified acute noninfective otitis externa, left ear"}, {"code": "H60503", "desc": "Unspecified acute noninfective otitis externa, bilateral"}, {"code": "H60509", "desc": "Unspecified acute noninfective otitis externa, unspecified ear"}, {"code": "H60511", "desc": "Acute actinic otitis externa, right ear"}, {"code": "H60512", "desc": "Acute actinic otitis externa, left ear"}, {"code": "H60513", "desc": "Acute actinic otitis externa, bilateral"}, {"code": "H60519", "desc": "Acute actinic otitis externa, unspecified ear"}, {"code": "H60521", "desc": "Acute chemical otitis externa, right ear"}, {"code": "H60522", "desc": "Acute chemical otitis externa, left ear"}, {"code": "H60523", "desc": "Acute chemical otitis externa, bilateral"}, {"code": "H60529", "desc": "Acute chemical otitis externa, unspecified ear"}, {"code": "H60531", "desc": "Acute contact otitis externa, right ear"}, {"code": "H60532", "desc": "Acute contact otitis externa, left ear"}, {"code": "H60533", "desc": "Acute contact otitis externa, bilateral"}, {"code": "H60539", "desc": "Acute contact otitis externa, unspecified ear"}, {"code": "H60541", "desc": "Acute eczematoid otitis externa, right ear"}, {"code": "H60542", "desc": "Acute eczematoid otitis externa, left ear"}, {"code": "H60543", "desc": "Acute eczematoid otitis externa, bilateral"}, {"code": "H60549", "desc": "Acute eczematoid otitis externa, unspecified ear"}, {"code": "H60551", "desc": "Acute reactive otitis externa, right ear"}, {"code": "H60552", "desc": "Acute reactive otitis externa, left ear"}, {"code": "H60553", "desc": "Acute reactive otitis externa, bilateral"}, {"code": "H60559", "desc": "Acute reactive otitis externa, unspecified ear"}, {"code": "H60591", "desc": "Other noninfective acute otitis externa, right ear"}, {"code": "H60592", "desc": "Other noninfective acute otitis externa, left ear"}, {"code": "H60593", "desc": "Other noninfective acute otitis externa, bilateral"}, {"code": "H60599", "desc": "Other noninfective acute otitis externa, unspecified ear"}, {"code": "H6060", "desc": "Unspecified chronic otitis externa, unspecified ear"}, {"code": "H6061", "desc": "Unspecified chronic otitis externa, right ear"}, {"code": "H6062", "desc": "Unspecified chronic otitis externa, left ear"}, {"code": "H6063", "desc": "Unspecified chronic otitis externa, bilateral"}, {"code": "H608X1", "desc": "Other otitis externa, right ear"}, {"code": "H608X2", "desc": "Other otitis externa, left ear"}, {"code": "H608X3", "desc": "Other otitis externa, bilateral"}, {"code": "H608X9", "desc": "Other otitis externa, unspecified ear"}, {"code": "H6090", "desc": "Unspecified otitis externa, unspecified ear"}, {"code": "H6091", "desc": "Unspecified otitis externa, right ear"}, {"code": "H6092", "desc": "Unspecified otitis externa, left ear"}, {"code": "H6093", "desc": "Unspecified otitis externa, bilateral"}, {"code": "H61001", "desc": "Unspecified perichondritis of right external ear"}, {"code": "H61002", "desc": "Unspecified perichondritis of left external ear"}, {"code": "H61003", "desc": "Unspecified perichondritis of external ear, bilateral"}, {"code": "H61009", "desc": "Unspecified perichondritis of external ear, unspecified ear"}, {"code": "H61011", "desc": "Acute perichondritis of right external ear"}, {"code": "H61012", "desc": "Acute perichondritis of left external ear"}, {"code": "H61013", "desc": "Acute perichondritis of external ear, bilateral"}, {"code": "H61019", "desc": "Acute perichondritis of external ear, unspecified ear"}, {"code": "H61021", "desc": "Chronic perichondritis of right external ear"}, {"code": "H61022", "desc": "Chronic perichondritis of left external ear"}, {"code": "H61023", "desc": "Chronic perichondritis of external ear, bilateral"}, {"code": "H61029", "desc": "Chronic perichondritis of external ear, unspecified ear"}, {"code": "H61031", "desc": "Chondritis of right external ear"}, {"code": "H61032", "desc": "Chondritis of left external ear"}, {"code": "H61033", "desc": "Chondritis of external ear, bilateral"}, {"code": "H61039", "desc": "Chondritis of external ear, unspecified ear"}, {"code": "H61101", "desc": "Unspecified noninfective disorders of pinna, right ear"}, {"code": "H61102", "desc": "Unspecified noninfective disorders of pinna, left ear"}, {"code": "H61103", "desc": "Unspecified noninfective disorders of pinna, bilateral"}, {"code": "H61109", "desc": "Unspecified noninfective disorders of pinna, unspecified ear"}, {"code": "H61111", "desc": "Acquired deformity of pinna, right ear"}, {"code": "H61112", "desc": "Acquired deformity of pinna, left ear"}, {"code": "H61113", "desc": "Acquired deformity of pinna, bilateral"}, {"code": "H61119", "desc": "Acquired deformity of pinna, unspecified ear"}, {"code": "H61121", "desc": "Hematoma of pinna, right ear"}, {"code": "H61122", "desc": "Hematoma of pinna, left ear"}, {"code": "H61123", "desc": "Hematoma of pinna, bilateral"}, {"code": "H61129", "desc": "Hematoma of pinna, unspecified ear"}, {"code": "H61191", "desc": "Noninfective disorders of pinna, right ear"}, {"code": "H61192", "desc": "Noninfective disorders of pinna, left ear"}, {"code": "H61193", "desc": "Noninfective disorders of pinna, bilateral"}, {"code": "H61199", "desc": "Noninfective disorders of pinna, unspecified ear"}, {"code": "H6120", "desc": "Impacted cerumen, unspecified ear"}, {"code": "H6121", "desc": "Impacted cerumen, right ear"}, {"code": "H6122", "desc": "Impacted cerumen, left ear"}, {"code": "H6123", "desc": "Impacted cerumen, bilateral"}, {"code": "H61301", "desc": "Acquired stenosis of right external ear canal, unspecified"}, {"code": "H61302", "desc": "Acquired stenosis of left external ear canal, unspecified"}, {"code": "H61303", "desc": "Acquired stenosis of external ear canal, unspecified, bilateral"}, {"code": "H61309", "desc": "Acquired stenosis of external ear canal, unspecified, unspecified ear"}, {"code": "H61311", "desc": "Acquired stenosis of right external ear canal secondary to trauma"}, {"code": "H61312", "desc": "Acquired stenosis of left external ear canal secondary to trauma"}, {"code": "H61313", "desc": "Acquired stenosis of external ear canal secondary to trauma, bilateral"}, {"code": "H61319", "desc": "Acquired stenosis of external ear canal secondary to trauma, unspecified ear"}, {"code": "H61321", "desc": "Acquired stenosis of right external ear canal secondary to inflammation and infection"}, {"code": "H61322", "desc": "Acquired stenosis of left external ear canal secondary to inflammation and infection"}, {"code": "H61323", "desc": "Acquired stenosis of external ear canal secondary to inflammation and infection, bilateral"}, {"code": "H61329", "desc": "Acquired stenosis of external ear canal secondary to inflammation and infection, unspecified ear"}, {"code": "H61391", "desc": "Other acquired stenosis of right external ear canal"}, {"code": "H61392", "desc": "Other acquired stenosis of left external ear canal"}, {"code": "H61393", "desc": "Other acquired stenosis of external ear canal, bilateral"}, {"code": "H61399", "desc": "Other acquired stenosis of external ear canal, unspecified ear"}, {"code": "H61811", "desc": "Exostosis of right external canal"}, {"code": "H61812", "desc": "Exostosis of left external canal"}, {"code": "H61813", "desc": "Exostosis of external canal, bilateral"}, {"code": "H61819", "desc": "Exostosis of external canal, unspecified ear"}, {"code": "H61891", "desc": "Other specified disorders of right external ear"}, {"code": "H61892", "desc": "Other specified disorders of left external ear"}, {"code": "H61893", "desc": "Other specified disorders of external ear, bilateral"}, {"code": "H61899", "desc": "Other specified disorders of external ear, unspecified ear"}, {"code": "H6190", "desc": "Disorder of external ear, unspecified, unspecified ear"}, {"code": "H6191", "desc": "Disorder of right external ear, unspecified"}, {"code": "H6192", "desc": "Disorder of left external ear, unspecified"}, {"code": "H6193", "desc": "Disorder of external ear, unspecified, bilateral"}, {"code": "H6240", "desc": "Otitis externa in other diseases classified elsewhere, unspecified ear"}, {"code": "H6241", "desc": "Otitis externa in other diseases classified elsewhere, right ear"}, {"code": "H6242", "desc": "Otitis externa in other diseases classified elsewhere, left ear"}, {"code": "H6243", "desc": "Otitis externa in other diseases classified elsewhere, bilateral"}, {"code": "H628X1", "desc": "Other disorders of right external ear in diseases classified elsewhere"}, {"code": "H628X2", "desc": "Other disorders of left external ear in diseases classified elsewhere"}, {"code": "H628X3", "desc": "Other disorders of external ear in diseases classified elsewhere, bilateral"}, {"code": "H628X9", "desc": "Other disorders of external ear in diseases classified elsewhere, unspecified ear"}, {"code": "H6500", "desc": "Acute serous otitis media, unspecified ear"}, {"code": "H6501", "desc": "Acute serous otitis media, right ear"}, {"code": "H6502", "desc": "Acute serous otitis media, left ear"}, {"code": "H6503", "desc": "Acute serous otitis media, bilateral"}, {"code": "H6504", "desc": "Acute serous otitis media, recurrent, right ear"}, {"code": "H6505", "desc": "Acute serous otitis media, recurrent, left ear"}, {"code": "H6506", "desc": "Acute serous otitis media, recurrent, bilateral"}, {"code": "H6507", "desc": "Acute serous otitis media, recurrent, unspecified ear"}, {"code": "H65111", "desc": "Acute and subacute allergic otitis media (mucoid) (sanguinous) (serous), right ear"}, {"code": "H65112", "desc": "Acute and subacute allergic otitis media (mucoid) (sanguinous) (serous), left ear"}, {"code": "H65113", "desc": "Acute and subacute allergic otitis media (mucoid) (sanguinous) (serous), bilateral"}, {"code": "H65114", "desc": "Acute and subacute allergic otitis media (mucoid) (sanguinous) (serous), recurrent, right ear"}, {"code": "H65115", "desc": "Acute and subacute allergic otitis media (mucoid) (sanguinous) (serous), recurrent, left ear"}, {"code": "H65116", "desc": "Acute and subacute allergic otitis media (mucoid) (sanguinous) (serous), recurrent, bilateral"}, {"code": "H65117", "desc": "Acute and subacute allergic otitis media (mucoid) (sanguinous) (serous), recurrent, unspecified ear"}, {"code": "H65119", "desc": "Acute and subacute allergic otitis media (mucoid) (sanguinous) (serous), unspecified ear"}, {"code": "H65191", "desc": "Other acute nonsuppurative otitis media, right ear"}, {"code": "H65192", "desc": "Other acute nonsuppurative otitis media, left ear"}, {"code": "H65193", "desc": "Other acute nonsuppurative otitis media, bilateral"}, {"code": "H65194", "desc": "Other acute nonsuppurative otitis media, recurrent, right ear"}, {"code": "H65195", "desc": "Other acute nonsuppurative otitis media, recurrent, left ear"}, {"code": "H65196", "desc": "Other acute nonsuppurative otitis media, recurrent, bilateral"}, {"code": "H65197", "desc": "Other acute nonsuppurative otitis media recurrent, unspecified ear"}, {"code": "H65199", "desc": "Other acute nonsuppurative otitis media, unspecified ear"}, {"code": "H6520", "desc": "Chronic serous otitis media, unspecified ear"}, {"code": "H6521", "desc": "Chronic serous otitis media, right ear"}, {"code": "H6522", "desc": "Chronic serous otitis media, left ear"}, {"code": "H6523", "desc": "Chronic serous otitis media, bilateral"}, {"code": "H6530", "desc": "Chronic mucoid otitis media, unspecified ear"}, {"code": "H6531", "desc": "Chronic mucoid otitis media, right ear"}, {"code": "H6532", "desc": "Chronic mucoid otitis media, left ear"}, {"code": "H6533", "desc": "Chronic mucoid otitis media, bilateral"}, {"code": "H65411", "desc": "Chronic allergic otitis media, right ear"}, {"code": "H65412", "desc": "Chronic allergic otitis media, left ear"}, {"code": "H65413", "desc": "Chronic allergic otitis media, bilateral"}, {"code": "H65419", "desc": "Chronic allergic otitis media, unspecified ear"}, {"code": "H65491", "desc": "Other chronic nonsuppurative otitis media, right ear"}, {"code": "H65492", "desc": "Other chronic nonsuppurative otitis media, left ear"}, {"code": "H65493", "desc": "Other chronic nonsuppurative otitis media, bilateral"}, {"code": "H65499", "desc": "Other chronic nonsuppurative otitis media, unspecified ear"}, {"code": "H6590", "desc": "Unspecified nonsuppurative otitis media, unspecified ear"}, {"code": "H6591", "desc": "Unspecified nonsuppurative otitis media, right ear"}, {"code": "H6592", "desc": "Unspecified nonsuppurative otitis media, left ear"}, {"code": "H6593", "desc": "Unspecified nonsuppurative otitis media, bilateral"}, {"code": "H66001", "desc": "Acute suppurative otitis media without spontaneous rupture of ear drum, right ear"}, {"code": "H66002", "desc": "Acute suppurative otitis media without spontaneous rupture of ear drum, left ear"}, {"code": "H66003", "desc": "Acute suppurative otitis media without spontaneous rupture of ear drum, bilateral"}, {"code": "H66004", "desc": "Acute suppurative otitis media without spontaneous rupture of ear drum, recurrent, right ear"}, {"code": "H66005", "desc": "Acute suppurative otitis media without spontaneous rupture of ear drum, recurrent, left ear"}, {"code": "H66006", "desc": "Acute suppurative otitis media without spontaneous rupture of ear drum, recurrent, bilateral"}, {"code": "H66007", "desc": "Acute suppurative otitis media without spontaneous rupture of ear drum, recurrent, unspecified ear"}, {"code": "H66009", "desc": "Acute suppurative otitis media without spontaneous rupture of ear drum, unspecified ear"}, {"code": "H66011", "desc": "Acute suppurative otitis media with spontaneous rupture of ear drum, right ear"}, {"code": "H66012", "desc": "Acute suppurative otitis media with spontaneous rupture of ear drum, left ear"}, {"code": "H66013", "desc": "Acute suppurative otitis media with spontaneous rupture of ear drum, bilateral"}, {"code": "H66014", "desc": "Acute suppurative otitis media with spontaneous rupture of ear drum, recurrent, right ear"}, {"code": "H66015", "desc": "Acute suppurative otitis media with spontaneous rupture of ear drum, recurrent, left ear"}, {"code": "H66016", "desc": "Acute suppurative otitis media with spontaneous rupture of ear drum, recurrent, bilateral"}, {"code": "H66017", "desc": "Acute suppurative otitis media with spontaneous rupture of ear drum, recurrent, unspecified ear"}, {"code": "H66019", "desc": "Acute suppurative otitis media with spontaneous rupture of ear drum, unspecified ear"}, {"code": "H6610", "desc": "Chronic tubotympanic suppurative otitis media, unspecified"}, {"code": "H6611", "desc": "Chronic tubotympanic suppurative otitis media, right ear"}, {"code": "H6612", "desc": "Chronic tubotympanic suppurative otitis media, left ear"}, {"code": "H6613", "desc": "Chronic tubotympanic suppurative otitis media, bilateral"}, {"code": "H6620", "desc": "Chronic atticoantral suppurative otitis media, unspecified ear"}, {"code": "H6621", "desc": "Chronic atticoantral suppurative otitis media, right ear"}, {"code": "H6622", "desc": "Chronic atticoantral suppurative otitis media, left ear"}, {"code": "H6623", "desc": "Chronic atticoantral suppurative otitis media, bilateral"}, {"code": "H663X1", "desc": "Other chronic suppurative otitis media, right ear"}, {"code": "H663X2", "desc": "Other chronic suppurative otitis media, left ear"}, {"code": "H663X3", "desc": "Other chronic suppurative otitis media, bilateral"}, {"code": "H663X9", "desc": "Other chronic suppurative otitis media, unspecified ear"}, {"code": "H6640", "desc": "Suppurative otitis media, unspecified, unspecified ear"}, {"code": "H6641", "desc": "Suppurative otitis media, unspecified, right ear"}, {"code": "H6642", "desc": "Suppurative otitis media, unspecified, left ear"}, {"code": "H6643", "desc": "Suppurative otitis media, unspecified, bilateral"}, {"code": "H6690", "desc": "Otitis media, unspecified, unspecified ear"}, {"code": "H6691", "desc": "Otitis media, unspecified, right ear"}, {"code": "H6692", "desc": "Otitis media, unspecified, left ear"}, {"code": "H6693", "desc": "Otitis media, unspecified, bilateral"}, {"code": "H671", "desc": "Otitis media in diseases classified elsewhere, right ear"}, {"code": "H672", "desc": "Otitis media in diseases classified elsewhere, left ear"}, {"code": "H673", "desc": "Otitis media in diseases classified elsewhere, bilateral"}, {"code": "H679", "desc": "Otitis media in diseases classified elsewhere, unspecified ear"}, {"code": "H68001", "desc": "Unspecified Eustachian salpingitis, right ear"}, {"code": "H68002", "desc": "Unspecified Eustachian salpingitis, left ear"}, {"code": "H68003", "desc": "Unspecified Eustachian salpingitis, bilateral"}, {"code": "H68009", "desc": "Unspecified Eustachian salpingitis, unspecified ear"}, {"code": "H68011", "desc": "Acute Eustachian salpingitis, right ear"}, {"code": "H68012", "desc": "Acute Eustachian salpingitis, left ear"}, {"code": "H68013", "desc": "Acute Eustachian salpingitis, bilateral"}, {"code": "H68019", "desc": "Acute Eustachian salpingitis, unspecified ear"}, {"code": "H68021", "desc": "Chronic Eustachian salpingitis, right ear"}, {"code": "H68022", "desc": "Chronic Eustachian salpingitis, left ear"}, {"code": "H68023", "desc": "Chronic Eustachian salpingitis, bilateral"}, {"code": "H68029", "desc": "Chronic Eustachian salpingitis, unspecified ear"}, {"code": "H68101", "desc": "Unspecified obstruction of Eustachian tube, right ear"}, {"code": "H68102", "desc": "Unspecified obstruction of Eustachian tube, left ear"}, {"code": "H68103", "desc": "Unspecified obstruction of Eustachian tube, bilateral"}, {"code": "H68109", "desc": "Unspecified obstruction of Eustachian tube, unspecified ear"}, {"code": "H68111", "desc": "Osseous obstruction of Eustachian tube, right ear"}, {"code": "H68112", "desc": "Osseous obstruction of Eustachian tube, left ear"}, {"code": "H68113", "desc": "Osseous obstruction of Eustachian tube, bilateral"}, {"code": "H68119", "desc": "Osseous obstruction of Eustachian tube, unspecified ear"}, {"code": "H68121", "desc": "Intrinsic cartilagenous obstruction of Eustachian tube, right ear"}, {"code": "H68122", "desc": "Intrinsic cartilagenous obstruction of Eustachian tube, left ear"}, {"code": "H68123", "desc": "Intrinsic cartilagenous obstruction of Eustachian tube, bilateral"}, {"code": "H68129", "desc": "Intrinsic cartilagenous obstruction of Eustachian tube, unspecified ear"}, {"code": "H68131", "desc": "Extrinsic cartilagenous obstruction of Eustachian tube, right ear"}, {"code": "H68132", "desc": "Extrinsic cartilagenous obstruction of Eustachian tube, left ear"}, {"code": "H68133", "desc": "Extrinsic cartilagenous obstruction of Eustachian tube, bilateral"}, {"code": "H68139", "desc": "Extrinsic cartilagenous obstruction of Eustachian tube, unspecified ear"}, {"code": "H6900", "desc": "Patulous Eustachian tube, unspecified ear"}, {"code": "H6901", "desc": "Patulous Eustachian tube, right ear"}, {"code": "H6902", "desc": "Patulous Eustachian tube, left ear"}, {"code": "H6903", "desc": "Patulous Eustachian tube, bilateral"}, {"code": "H6980", "desc": "Other specified disorders of Eustachian tube, unspecified ear"}, {"code": "H6981", "desc": "Other specified disorders of Eustachian tube, right ear"}, {"code": "H6982", "desc": "Other specified disorders of Eustachian tube, left ear"}, {"code": "H6983", "desc": "Other specified disorders of Eustachian tube, bilateral"}, {"code": "H6990", "desc": "Unspecified Eustachian tube disorder, unspecified ear"}, {"code": "H6991", "desc": "Unspecified Eustachian tube disorder, right ear"}, {"code": "H6992", "desc": "Unspecified Eustachian tube disorder, left ear"}, {"code": "H6993", "desc": "Unspecified Eustachian tube disorder, bilateral"}, {"code": "H70001", "desc": "Acute mastoiditis without complications, right ear"}, {"code": "H70002", "desc": "Acute mastoiditis without complications, left ear"}, {"code": "H70003", "desc": "Acute mastoiditis without complications, bilateral"}, {"code": "H70009", "desc": "Acute mastoiditis without complications, unspecified ear"}, {"code": "H70011", "desc": "Subperiosteal abscess of mastoid, right ear"}, {"code": "H70012", "desc": "Subperiosteal abscess of mastoid, left ear"}, {"code": "H70013", "desc": "Subperiosteal abscess of mastoid, bilateral"}, {"code": "H70019", "desc": "Subperiosteal abscess of mastoid, unspecified ear"}, {"code": "H70091", "desc": "Acute mastoiditis with other complications, right ear"}, {"code": "H70092", "desc": "Acute mastoiditis with other complications, left ear"}, {"code": "H70093", "desc": "Acute mastoiditis with other complications, bilateral"}, {"code": "H70099", "desc": "Acute mastoiditis with other complications, unspecified ear"}, {"code": "H7010", "desc": "Chronic mastoiditis, unspecified ear"}, {"code": "H7011", "desc": "Chronic mastoiditis, right ear"}, {"code": "H7012", "desc": "Chronic mastoiditis, left ear"}, {"code": "H7013", "desc": "Chronic mastoiditis, bilateral"}, {"code": "H70201", "desc": "Unspecified petrositis, right ear"}, {"code": "H70202", "desc": "Unspecified petrositis, left ear"}, {"code": "H70203", "desc": "Unspecified petrositis, bilateral"}, {"code": "H70209", "desc": "Unspecified petrositis, unspecified ear"}, {"code": "H70211", "desc": "Acute petrositis, right ear"}, {"code": "H70212", "desc": "Acute petrositis, left ear"}, {"code": "H70213", "desc": "Acute petrositis, bilateral"}, {"code": "H70219", "desc": "Acute petrositis, unspecified ear"}, {"code": "H70221", "desc": "Chronic petrositis, right ear"}, {"code": "H70222", "desc": "Chronic petrositis, left ear"}, {"code": "H70223", "desc": "Chronic petrositis, bilateral"}, {"code": "H70229", "desc": "Chronic petrositis, unspecified ear"}, {"code": "H70811", "desc": "Postauricular fistula, right ear"}, {"code": "H70812", "desc": "Postauricular fistula, left ear"}, {"code": "H70813", "desc": "Postauricular fistula, bilateral"}, {"code": "H70819", "desc": "Postauricular fistula, unspecified ear"}, {"code": "H70891", "desc": "Other mastoiditis and related conditions, right ear"}, {"code": "H70892", "desc": "Other mastoiditis and related conditions, left ear"}, {"code": "H70893", "desc": "Other mastoiditis and related conditions, bilateral"}, {"code": "H70899", "desc": "Other mastoiditis and related conditions, unspecified ear"}, {"code": "H7090", "desc": "Unspecified mastoiditis, unspecified ear"}, {"code": "H7091", "desc": "Unspecified mastoiditis, right ear"}, {"code": "H7092", "desc": "Unspecified mastoiditis, left ear"}, {"code": "H7093", "desc": "Unspecified mastoiditis, bilateral"}, {"code": "H7100", "desc": "Cholesteatoma of attic, unspecified ear"}, {"code": "H7101", "desc": "Cholesteatoma of attic, right ear"}, {"code": "H7102", "desc": "Cholesteatoma of attic, left ear"}, {"code": "H7103", "desc": "Cholesteatoma of attic, bilateral"}, {"code": "H7110", "desc": "Cholesteatoma of tympanum, unspecified ear"}, {"code": "H7111", "desc": "Cholesteatoma of tympanum, right ear"}, {"code": "H7112", "desc": "Cholesteatoma of tympanum, left ear"}, {"code": "H7113", "desc": "Cholesteatoma of tympanum, bilateral"}, {"code": "H7120", "desc": "Cholesteatoma of mastoid, unspecified ear"}, {"code": "H7121", "desc": "Cholesteatoma of mastoid, right ear"}, {"code": "H7122", "desc": "Cholesteatoma of mastoid, left ear"}, {"code": "H7123", "desc": "Cholesteatoma of mastoid, bilateral"}, {"code": "H7130", "desc": "Diffuse cholesteatosis, unspecified ear"}, {"code": "H7131", "desc": "Diffuse cholesteatosis, right ear"}, {"code": "H7132", "desc": "Diffuse cholesteatosis, left ear"}, {"code": "H7133", "desc": "Diffuse cholesteatosis, bilateral"}, {"code": "H7190", "desc": "Unspecified cholesteatoma, unspecified ear"}, {"code": "H7191", "desc": "Unspecified cholesteatoma, right ear"}, {"code": "H7192", "desc": "Unspecified cholesteatoma, left ear"}, {"code": "H7193", "desc": "Unspecified cholesteatoma, bilateral"}, {"code": "H7200", "desc": "Central perforation of tympanic membrane, unspecified ear"}, {"code": "H7201", "desc": "Central perforation of tympanic membrane, right ear"}, {"code": "H7202", "desc": "Central perforation of tympanic membrane, left ear"}, {"code": "H7203", "desc": "Central perforation of tympanic membrane, bilateral"}, {"code": "H7210", "desc": "Attic perforation of tympanic membrane, unspecified ear"}, {"code": "H7211", "desc": "Attic perforation of tympanic membrane, right ear"}, {"code": "H7212", "desc": "Attic perforation of tympanic membrane, left ear"}, {"code": "H7213", "desc": "Attic perforation of tympanic membrane, bilateral"}, {"code": "H722X1", "desc": "Other marginal perforations of tympanic membrane, right ear"}, {"code": "H722X2", "desc": "Other marginal perforations of tympanic membrane, left ear"}, {"code": "H722X3", "desc": "Other marginal perforations of tympanic membrane, bilateral"}, {"code": "H722X9", "desc": "Other marginal perforations of tympanic membrane, unspecified ear"}, {"code": "H72811", "desc": "Multiple perforations of tympanic membrane, right ear"}, {"code": "H72812", "desc": "Multiple perforations of tympanic membrane, left ear"}, {"code": "H72813", "desc": "Multiple perforations of tympanic membrane, bilateral"}, {"code": "H72819", "desc": "Multiple perforations of tympanic membrane, unspecified ear"}, {"code": "H72821", "desc": "Total perforations of tympanic membrane, right ear"}, {"code": "H72822", "desc": "Total perforations of tympanic membrane, left ear"}, {"code": "H72823", "desc": "Total perforations of tympanic membrane, bilateral"}, {"code": "H72829", "desc": "Total perforations of tympanic membrane, unspecified ear"}, {"code": "H7290", "desc": "Unspecified perforation of tympanic membrane, unspecified ear"}, {"code": "H7291", "desc": "Unspecified perforation of tympanic membrane, right ear"}, {"code": "H7292", "desc": "Unspecified perforation of tympanic membrane, left ear"}, {"code": "H7293", "desc": "Unspecified perforation of tympanic membrane, bilateral"}, {"code": "H73001", "desc": "Acute myringitis, right ear"}, {"code": "H73002", "desc": "Acute myringitis, left ear"}, {"code": "H73003", "desc": "Acute myringitis, bilateral"}, {"code": "H73009", "desc": "Acute myringitis, unspecified ear"}, {"code": "H73011", "desc": "Bullous myringitis, right ear"}, {"code": "H73012", "desc": "Bullous myringitis, left ear"}, {"code": "H73013", "desc": "Bullous myringitis, bilateral"}, {"code": "H73019", "desc": "Bullous myringitis, unspecified ear"}, {"code": "H73091", "desc": "Other acute myringitis, right ear"}, {"code": "H73092", "desc": "Other acute myringitis, left ear"}, {"code": "H73093", "desc": "Other acute myringitis, bilateral"}, {"code": "H73099", "desc": "Other acute myringitis, unspecified ear"}, {"code": "H7310", "desc": "Chronic myringitis, unspecified ear"}, {"code": "H7311", "desc": "Chronic myringitis, right ear"}, {"code": "H7312", "desc": "Chronic myringitis, left ear"}, {"code": "H7313", "desc": "Chronic myringitis, bilateral"}, {"code": "H7320", "desc": "Unspecified myringitis, unspecified ear"}, {"code": "H7321", "desc": "Unspecified myringitis, right ear"}, {"code": "H7322", "desc": "Unspecified myringitis, left ear"}, {"code": "H7323", "desc": "Unspecified myringitis, bilateral"}, {"code": "H73811", "desc": "Atrophic flaccid tympanic membrane, right ear"}, {"code": "H73812", "desc": "Atrophic flaccid tympanic membrane, left ear"}, {"code": "H73813", "desc": "Atrophic flaccid tympanic membrane, bilateral"}, {"code": "H73819", "desc": "Atrophic flaccid tympanic membrane, unspecified ear"}, {"code": "H73821", "desc": "Atrophic nonflaccid tympanic membrane, right ear"}, {"code": "H73822", "desc": "Atrophic nonflaccid tympanic membrane, left ear"}, {"code": "H73823", "desc": "Atrophic nonflaccid tympanic membrane, bilateral"}, {"code": "H73829", "desc": "Atrophic nonflaccid tympanic membrane, unspecified ear"}, {"code": "H73891", "desc": "Other specified disorders of tympanic membrane, right ear"}, {"code": "H73892", "desc": "Other specified disorders of tympanic membrane, left ear"}, {"code": "H73893", "desc": "Other specified disorders of tympanic membrane, bilateral"}, {"code": "H73899", "desc": "Other specified disorders of tympanic membrane, unspecified ear"}, {"code": "H7390", "desc": "Unspecified disorder of tympanic membrane, unspecified ear"}, {"code": "H7391", "desc": "Unspecified disorder of tympanic membrane, right ear"}, {"code": "H7392", "desc": "Unspecified disorder of tympanic membrane, left ear"}, {"code": "H7393", "desc": "Unspecified disorder of tympanic membrane, bilateral"}, {"code": "H7401", "desc": "Tympanosclerosis, right ear"}, {"code": "H7402", "desc": "Tympanosclerosis, left ear"}, {"code": "H7403", "desc": "Tympanosclerosis, bilateral"}, {"code": "H7409", "desc": "Tympanosclerosis, unspecified ear"}, {"code": "H7411", "desc": "Adhesive right middle ear disease"}, {"code": "H7412", "desc": "Adhesive left middle ear disease"}, {"code": "H7413", "desc": "Adhesive middle ear disease, bilateral"}, {"code": "H7419", "desc": "Adhesive middle ear disease, unspecified ear"}, {"code": "H7420", "desc": "Discontinuity and dislocation of ear ossicles, unspecified ear"}, {"code": "H7421", "desc": "Discontinuity and dislocation of right ear ossicles"}, {"code": "H7422", "desc": "Discontinuity and dislocation of left ear ossicles"}, {"code": "H7423", "desc": "Discontinuity and dislocation of ear ossicles, bilateral"}, {"code": "H74311", "desc": "Ankylosis of ear ossicles, right ear"}, {"code": "H74312", "desc": "Ankylosis of ear ossicles, left ear"}, {"code": "H74313", "desc": "Ankylosis of ear ossicles, bilateral"}, {"code": "H74319", "desc": "Ankylosis of ear ossicles, unspecified ear"}, {"code": "H74321", "desc": "Partial loss of ear ossicles, right ear"}, {"code": "H74322", "desc": "Partial loss of ear ossicles, left ear"}, {"code": "H74323", "desc": "Partial loss of ear ossicles, bilateral"}, {"code": "H74329", "desc": "Partial loss of ear ossicles, unspecified ear"}, {"code": "H74391", "desc": "Other acquired abnormalities of right ear ossicles"}, {"code": "H74392", "desc": "Other acquired abnormalities of left ear ossicles"}, {"code": "H74393", "desc": "Other acquired abnormalities of ear ossicles, bilateral"}, {"code": "H74399", "desc": "Other acquired abnormalities of ear ossicles, unspecified ear"}, {"code": "H7440", "desc": "Polyp of middle ear, unspecified ear"}, {"code": "H7441", "desc": "Polyp of right middle ear"}, {"code": "H7442", "desc": "Polyp of left middle ear"}, {"code": "H7443", "desc": "Polyp of middle ear, bilateral"}, {"code": "H748X1", "desc": "Other specified disorders of right middle ear and mastoid"}, {"code": "H748X2", "desc": "Other specified disorders of left middle ear and mastoid"}, {"code": "H748X3", "desc": "Other specified disorders of middle ear and mastoid, bilateral"}, {"code": "H748X9", "desc": "Other specified disorders of middle ear and mastoid, unspecified ear"}, {"code": "H7490", "desc": "Unspecified disorder of middle ear and mastoid, unspecified ear"}, {"code": "H7491", "desc": "Unspecified disorder of right middle ear and mastoid"}, {"code": "H7492", "desc": "Unspecified disorder of left middle ear and mastoid"}, {"code": "H7493", "desc": "Unspecified disorder of middle ear and mastoid, bilateral"}, {"code": "H7500", "desc": "Mastoiditis in infectious and parasitic diseases classified elsewhere, unspecified ear"}, {"code": "H7501", "desc": "Mastoiditis in infectious and parasitic diseases classified elsewhere, right ear"}, {"code": "H7502", "desc": "Mastoiditis in infectious and parasitic diseases classified elsewhere, left ear"}, {"code": "H7503", "desc": "Mastoiditis in infectious and parasitic diseases classified elsewhere, bilateral"}, {"code": "H7580", "desc": "Other specified disorders of middle ear and mastoid in diseases classified elsewhere, unspecified ear"}, {"code": "H7581", "desc": "Other specified disorders of right middle ear and mastoid in diseases classified elsewhere"}, {"code": "H7582", "desc": "Other specified disorders of left middle ear and mastoid in diseases classified elsewhere"}, {"code": "H7583", "desc": "Other specified disorders of middle ear and mastoid in diseases classified elsewhere, bilateral"}, {"code": "H8000", "desc": "Otosclerosis involving oval window, nonobliterative, unspecified ear"}, {"code": "H8001", "desc": "Otosclerosis involving oval window, nonobliterative, right ear"}, {"code": "H8002", "desc": "Otosclerosis involving oval window, nonobliterative, left ear"}, {"code": "H8003", "desc": "Otosclerosis involving oval window, nonobliterative, bilateral"}, {"code": "H8010", "desc": "Otosclerosis involving oval window, obliterative, unspecified ear"}, {"code": "H8011", "desc": "Otosclerosis involving oval window, obliterative, right ear"}, {"code": "H8012", "desc": "Otosclerosis involving oval window, obliterative, left ear"}, {"code": "H8013", "desc": "Otosclerosis involving oval window, obliterative, bilateral"}, {"code": "H8020", "desc": "Cochlear otosclerosis, unspecified ear"}, {"code": "H8021", "desc": "Cochlear otosclerosis, right ear"}, {"code": "H8022", "desc": "Cochlear otosclerosis, left ear"}, {"code": "H8023", "desc": "Cochlear otosclerosis, bilateral"}, {"code": "H8080", "desc": "Other otosclerosis, unspecified ear"}, {"code": "H8081", "desc": "Other otosclerosis, right ear"}, {"code": "H8082", "desc": "Other otosclerosis, left ear"}, {"code": "H8083", "desc": "Other otosclerosis, bilateral"}, {"code": "H8090", "desc": "Unspecified otosclerosis, unspecified ear"}, {"code": "H8091", "desc": "Unspecified otosclerosis, right ear"}, {"code": "H8092", "desc": "Unspecified otosclerosis, left ear"}, {"code": "H8093", "desc": "Unspecified otosclerosis, bilateral"}, {"code": "H8101", "desc": "Meniere's disease, right ear"}, {"code": "H8102", "desc": "Meniere's disease, left ear"}, {"code": "H8103", "desc": "Meniere's disease, bilateral"}, {"code": "H8109", "desc": "Meniere's disease, unspecified ear"}, {"code": "H8110", "desc": "Benign paroxysmal vertigo, unspecified ear"}, {"code": "H8111", "desc": "Benign paroxysmal vertigo, right ear"}, {"code": "H8112", "desc": "Benign paroxysmal vertigo, left ear"}, {"code": "H8113", "desc": "Benign paroxysmal vertigo, bilateral"}, {"code": "H8120", "desc": "Vestibular neuronitis, unspecified ear"}, {"code": "H8121", "desc": "Vestibular neuronitis, right ear"}, {"code": "H8122", "desc": "Vestibular neuronitis, left ear"}, {"code": "H8123", "desc": "Vestibular neuronitis, bilateral"}, {"code": "H81311", "desc": "Aural vertigo, right ear"}, {"code": "H81312", "desc": "Aural vertigo, left ear"}, {"code": "H81313", "desc": "Aural vertigo, bilateral"}, {"code": "H81319", "desc": "Aural vertigo, unspecified ear"}, {"code": "H81391", "desc": "Other peripheral vertigo, right ear"}, {"code": "H81392", "desc": "Other peripheral vertigo, left ear"}, {"code": "H81393", "desc": "Other peripheral vertigo, bilateral"}, {"code": "H81399", "desc": "Other peripheral vertigo, unspecified ear"}, {"code": "H8141", "desc": "Vertigo of central origin, right ear"}, {"code": "H8142", "desc": "Vertigo of central origin, left ear"}, {"code": "H8143", "desc": "Vertigo of central origin, bilateral"}, {"code": "H8149", "desc": "Vertigo of central origin, unspecified ear"}, {"code": "H818X1", "desc": "Other disorders of vestibular function, right ear"}, {"code": "H818X2", "desc": "Other disorders of vestibular function, left ear"}, {"code": "H818X3", "desc": "Other disorders of vestibular function, bilateral"}, {"code": "H818X9", "desc": "Other disorders of vestibular function, unspecified ear"}, {"code": "H8190", "desc": "Unspecified disorder of vestibular function, unspecified ear"}, {"code": "H8191", "desc": "Unspecified disorder of vestibular function, right ear"}, {"code": "H8192", "desc": "Unspecified disorder of vestibular function, left ear"}, {"code": "H8193", "desc": "Unspecified disorder of vestibular function, bilateral"}, {"code": "H821", "desc": "Vertiginous syndromes in diseases classified elsewhere, right ear"}, {"code": "H822", "desc": "Vertiginous syndromes in diseases classified elsewhere, left ear"}, {"code": "H823", "desc": "Vertiginous syndromes in diseases classified elsewhere, bilateral"}, {"code": "H829", "desc": "Vertiginous syndromes in diseases classified elsewhere, unspecified ear"}, {"code": "H8301", "desc": "Labyrinthitis, right ear"}, {"code": "H8302", "desc": "Labyrinthitis, left ear"}, {"code": "H8303", "desc": "Labyrinthitis, bilateral"}, {"code": "H8309", "desc": "Labyrinthitis, unspecified ear"}, {"code": "H8311", "desc": "Labyrinthine fistula, right ear"}, {"code": "H8312", "desc": "Labyrinthine fistula, left ear"}, {"code": "H8313", "desc": "Labyrinthine fistula, bilateral"}, {"code": "H8319", "desc": "Labyrinthine fistula, unspecified ear"}, {"code": "H832X1", "desc": "Labyrinthine dysfunction, right ear"}, {"code": "H832X2", "desc": "Labyrinthine dysfunction, left ear"}, {"code": "H832X3", "desc": "Labyrinthine dysfunction, bilateral"}, {"code": "H832X9", "desc": "Labyrinthine dysfunction, unspecified ear"}, {"code": "H833X1", "desc": "Noise effects on right inner ear"}, {"code": "H833X2", "desc": "Noise effects on left inner ear"}, {"code": "H833X3", "desc": "Noise effects on inner ear, bilateral"}, {"code": "H833X9", "desc": "Noise effects on inner ear, unspecified ear"}, {"code": "H838X1", "desc": "Other specified diseases of right inner ear"}, {"code": "H838X2", "desc": "Other specified diseases of left inner ear"}, {"code": "H838X3", "desc": "Other specified diseases of inner ear, bilateral"}, {"code": "H838X9", "desc": "Other specified diseases of inner ear, unspecified ear"}, {"code": "H8390", "desc": "Unspecified disease of inner ear, unspecified ear"}, {"code": "H8391", "desc": "Unspecified disease of right inner ear"}, {"code": "H8392", "desc": "Unspecified disease of left inner ear"}, {"code": "H8393", "desc": "Unspecified disease of inner ear, bilateral"}, {"code": "H900", "desc": "Conductive hearing loss, bilateral"}, {"code": "H9011", "desc": "Conductive hearing loss, unilateral, right ear, with unrestricted hearing on the contralateral side"}, {"code": "H9012", "desc": "Conductive hearing loss, unilateral, left ear, with unrestricted hearing on the contralateral side"}, {"code": "H902", "desc": "Conductive hearing loss, unspecified"}, {"code": "H903", "desc": "Sensorineural hearing loss, bilateral"}, {"code": "H9041", "desc": "Sensorineural hearing loss, unilateral, right ear, with unrestricted hearing on the contralateral side"}, {"code": "H9042", "desc": "Sensorineural hearing loss, unilateral, left ear, with unrestricted hearing on the contralateral side"}, {"code": "H905", "desc": "Unspecified sensorineural hearing loss"}, {"code": "H906", "desc": "Mixed conductive and sensorineural hearing loss, bilateral"}, {"code": "H9071", "desc": "Mixed conductive and sensorineural hearing loss, unilateral, right ear, with unrestricted hearing on the contralateral side"}, {"code": "H9072", "desc": "Mixed conductive and sensorineural hearing loss, unilateral, left ear, with unrestricted hearing on the contralateral side"}, {"code": "H908", "desc": "Mixed conductive and sensorineural hearing loss, unspecified"}, {"code": "H90A11", "desc": "Conductive hearing loss, unilateral, right ear with restricted hearing on the contralateral side"}, {"code": "H90A12", "desc": "Conductive hearing loss, unilateral, left ear with restricted hearing on the contralateral side"}, {"code": "H90A21", "desc": "Sensorineural hearing loss, unilateral, right ear, with restricted hearing on the contralateral side"}, {"code": "H90A22", "desc": "Sensorineural hearing loss, unilateral, left ear, with restricted hearing on the contralateral side"}, {"code": "H90A31", "desc": "Mixed conductive and sensorineural hearing loss, unilateral, right ear with restricted hearing on the contralateral side"}, {"code": "H90A32", "desc": "Mixed conductive and sensorineural hearing loss, unilateral, left ear with restricted hearing on the contralateral side"}, {"code": "H9101", "desc": "Ototoxic hearing loss, right ear"}, {"code": "H9102", "desc": "Ototoxic hearing loss, left ear"}, {"code": "H9103", "desc": "Ototoxic hearing loss, bilateral"}, {"code": "H9109", "desc": "Ototoxic hearing loss, unspecified ear"}, {"code": "H9110", "desc": "Presbycusis, unspecified ear"}, {"code": "H9111", "desc": "Presbycusis, right ear"}, {"code": "H9112", "desc": "Presbycusis, left ear"}, {"code": "H9113", "desc": "Presbycusis, bilateral"}, {"code": "H9120", "desc": "Sudden idiopathic hearing loss, unspecified ear"}, {"code": "H9121", "desc": "Sudden idiopathic hearing loss, right ear"}, {"code": "H9122", "desc": "Sudden idiopathic hearing loss, left ear"}, {"code": "H9123", "desc": "Sudden idiopathic hearing loss, bilateral"}, {"code": "H913", "desc": "Deaf nonspeaking, not elsewhere classified"}, {"code": "H918X1", "desc": "Other specified hearing loss, right ear"}, {"code": "H918X2", "desc": "Other specified hearing loss, left ear"}, {"code": "H918X3", "desc": "Other specified hearing loss, bilateral"}, {"code": "H918X9", "desc": "Other specified hearing loss, unspecified ear"}, {"code": "H9190", "desc": "Unspecified hearing loss, unspecified ear"}, {"code": "H9191", "desc": "Unspecified hearing loss, right ear"}, {"code": "H9192", "desc": "Unspecified hearing loss, left ear"}, {"code": "H9193", "desc": "Unspecified hearing loss, bilateral"}, {"code": "H9201", "desc": "Otalgia, right ear"}, {"code": "H9202", "desc": "Otalgia, left ear"}, {"code": "H9203", "desc": "Otalgia, bilateral"}, {"code": "H9209", "desc": "Otalgia, unspecified ear"}, {"code": "H9210", "desc": "Otorrhea, unspecified ear"}, {"code": "H9211", "desc": "Otorrhea, right ear"}, {"code": "H9212", "desc": "Otorrhea, left ear"}, {"code": "H9213", "desc": "Otorrhea, bilateral"}, {"code": "H9220", "desc": "Otorrhagia, unspecified ear"}, {"code": "H9221", "desc": "Otorrhagia, right ear"}, {"code": "H9222", "desc": "Otorrhagia, left ear"}, {"code": "H9223", "desc": "Otorrhagia, bilateral"}, {"code": "H93011", "desc": "Transient ischemic deafness, right ear"}, {"code": "H93012", "desc": "Transient ischemic deafness, left ear"}, {"code": "H93013", "desc": "Transient ischemic deafness, bilateral"}, {"code": "H93019", "desc": "Transient ischemic deafness, unspecified ear"}, {"code": "H93091", "desc": "Unspecified degenerative and vascular disorders of right ear"}, {"code": "H93092", "desc": "Unspecified degenerative and vascular disorders of left ear"}, {"code": "H93093", "desc": "Unspecified degenerative and vascular disorders of ear, bilateral"}, {"code": "H93099", "desc": "Unspecified degenerative and vascular disorders of unspecified ear"}, {"code": "H9311", "desc": "Tinnitus, right ear"}, {"code": "H9312", "desc": "Tinnitus, left ear"}, {"code": "H9313", "desc": "Tinnitus, bilateral"}, {"code": "H9319", "desc": "Tinnitus, unspecified ear"}, {"code": "H93A1", "desc": "Pulsatile tinnitus, right ear"}, {"code": "H93A2", "desc": "Pulsatile tinnitus, left ear"}, {"code": "H93A3", "desc": "Pulsatile tinnitus, bilateral"}, {"code": "H93A9", "desc": "Pulsatile tinnitus, unspecified ear"}, {"code": "H93211", "desc": "Auditory recruitment, right ear"}, {"code": "H93212", "desc": "Auditory recruitment, left ear"}, {"code": "H93213", "desc": "Auditory recruitment, bilateral"}, {"code": "H93219", "desc": "Auditory recruitment, unspecified ear"}, {"code": "H93221", "desc": "Diplacusis, right ear"}, {"code": "H93222", "desc": "Diplacusis, left ear"}, {"code": "H93223", "desc": "Diplacusis, bilateral"}, {"code": "H93229", "desc": "Diplacusis, unspecified ear"}, {"code": "H93231", "desc": "Hyperacusis, right ear"}, {"code": "H93232", "desc": "Hyperacusis, left ear"}, {"code": "H93233", "desc": "Hyperacusis, bilateral"}, {"code": "H93239", "desc": "Hyperacusis, unspecified ear"}, {"code": "H93241", "desc": "Temporary auditory threshold shift, right ear"}, {"code": "H93242", "desc": "Temporary auditory threshold shift, left ear"}, {"code": "H93243", "desc": "Temporary auditory threshold shift, bilateral"}, {"code": "H93249", "desc": "Temporary auditory threshold shift, unspecified ear"}, {"code": "H9325", "desc": "Central auditory processing disorder"}, {"code": "H93291", "desc": "Other abnormal auditory perceptions, right ear"}, {"code": "H93292", "desc": "Other abnormal auditory perceptions, left ear"}, {"code": "H93293", "desc": "Other abnormal auditory perceptions, bilateral"}, {"code": "H93299", "desc": "Other abnormal auditory perceptions, unspecified ear"}, {"code": "H933X1", "desc": "Disorders of right acoustic nerve"}, {"code": "H933X2", "desc": "Disorders of left acoustic nerve"}, {"code": "H933X3", "desc": "Disorders of bilateral acoustic nerves"}, {"code": "H933X9", "desc": "Disorders of unspecified acoustic nerve"}, {"code": "H938X1", "desc": "Other specified disorders of right ear"}, {"code": "H938X2", "desc": "Other specified disorders of left ear"}, {"code": "H938X3", "desc": "Other specified disorders of ear, bilateral"}, {"code": "H938X9", "desc": "Other specified disorders of ear, unspecified ear"}, {"code": "H9390", "desc": "Unspecified disorder of ear, unspecified ear"}, {"code": "H9391", "desc": "Unspecified disorder of right ear"}, {"code": "H9392", "desc": "Unspecified disorder of left ear"}, {"code": "H9393", "desc": "Unspecified disorder of ear, bilateral"}, {"code": "H9400", "desc": "Acoustic neuritis in infectious and parasitic diseases classified elsewhere, unspecified ear"}, {"code": "H9401", "desc": "Acoustic neuritis in infectious and parasitic diseases classified elsewhere, right ear"}, {"code": "H9402", "desc": "Acoustic neuritis in infectious and parasitic diseases classified elsewhere, left ear"}, {"code": "H9403", "desc": "Acoustic neuritis in infectious and parasitic diseases classified elsewhere, bilateral"}, {"code": "H9480", "desc": "Other specified disorders of ear in diseases classified elsewhere, unspecified ear"}, {"code": "H9481", "desc": "Other specified disorders of right ear in diseases classified elsewhere"}, {"code": "H9482", "desc": "Other specified disorders of left ear in diseases classified elsewhere"}, {"code": "H9483", "desc": "Other specified disorders of ear in diseases classified elsewhere, bilateral"}, {"code": "H9500", "desc": "Recurrent cholesteatoma of postmastoidectomy cavity, unspecified ear"}, {"code": "H9501", "desc": "Recurrent cholesteatoma of postmastoidectomy cavity, right ear"}, {"code": "H9502", "desc": "Recurrent cholesteatoma of postmastoidectomy cavity, left ear"}, {"code": "H9503", "desc": "Recurrent cholesteatoma of postmastoidectomy cavity, bilateral ears"}, {"code": "H95111", "desc": "Chronic inflammation of postmastoidectomy cavity, right ear"}, {"code": "H95112", "desc": "Chronic inflammation of postmastoidectomy cavity, left ear"}, {"code": "H95113", "desc": "Chronic inflammation of postmastoidectomy cavity, bilateral ears"}, {"code": "H95119", "desc": "Chronic inflammation of postmastoidectomy cavity, unspecified ear"}, {"code": "H95121", "desc": "Granulation of postmastoidectomy cavity, right ear"}, {"code": "H95122", "desc": "Granulation of postmastoidectomy cavity, left ear"}, {"code": "H95123", "desc": "Granulation of postmastoidectomy cavity, bilateral ears"}, {"code": "H95129", "desc": "Granulation of postmastoidectomy cavity, unspecified ear"}, {"code": "H95131", "desc": "Mucosal cyst of postmastoidectomy cavity, right ear"}, {"code": "H95132", "desc": "Mucosal cyst of postmastoidectomy cavity, left ear"}, {"code": "H95133", "desc": "Mucosal cyst of postmastoidectomy cavity, bilateral ears"}, {"code": "H95139", "desc": "Mucosal cyst of postmastoidectomy cavity, unspecified ear"}, {"code": "H95191", "desc": "Other disorders following mastoidectomy, right ear"}, {"code": "H95192", "desc": "Other disorders following mastoidectomy, left ear"}, {"code": "H95193", "desc": "Other disorders following mastoidectomy, bilateral ears"}, {"code": "H95199", "desc": "Other disorders following mastoidectomy, unspecified ear"}, {"code": "H9521", "desc": "Intraoperative hemorrhage and hematoma of ear and mastoid process complicating a procedure on the ear and mastoid process"}, {"code": "H9522", "desc": "Intraoperative hemorrhage and hematoma of ear and mastoid process complicating other procedure"}, {"code": "H9531", "desc": "Accidental puncture and laceration of the ear and mastoid process during a procedure on the ear and mastoid process"}, {"code": "H9532", "desc": "Accidental puncture and laceration of the ear and mastoid process during other procedure"}, {"code": "H9541", "desc": "Postprocedural hemorrhage of ear and mastoid process following a procedure on the ear and mastoid process"}, {"code": "H9542", "desc": "Postprocedural hemorrhage of ear and mastoid process following other procedure"}, {"code": "H9551", "desc": "Postprocedural hematoma of ear and mastoid process following a procedure on the ear and mastoid process"}, {"code": "H9552", "desc": "Postprocedural hematoma of ear and mastoid process following other procedure"}, {"code": "H9553", "desc": "Postprocedural seroma of ear and mastoid process following a procedure on the ear and mastoid process"}, {"code": "H9554", "desc": "Postprocedural seroma of ear and mastoid process following other procedure"}, {"code": "H95811", "desc": "Postprocedural stenosis of right external ear canal"}, {"code": "H95812", "desc": "Postprocedural stenosis of left external ear canal"}, {"code": "H95813", "desc": "Postprocedural stenosis of external ear canal, bilateral"}, {"code": "H95819", "desc": "Postprocedural stenosis of unspecified external ear canal"}, {"code": "H9588", "desc": "Other intraoperative complications and disorders of the ear and mastoid process, not elsewhere classified"}, {"code": "H9589", "desc": "Other postprocedural complications and disorders of the ear and mastoid process, not elsewhere classified"}, {"code": "I00", "desc": "Rheumatic fever without heart involvement"}, {"code": "I010", "desc": "Acute rheumatic pericarditis"}, {"code": "I011", "desc": "Acute rheumatic endocarditis"}, {"code": "I012", "desc": "Acute rheumatic myocarditis"}, {"code": "I018", "desc": "Other acute rheumatic heart disease"}, {"code": "I019", "desc": "Acute rheumatic heart disease, unspecified"}, {"code": "I020", "desc": "Rheumatic chorea with heart involvement"}, {"code": "I029", "desc": "Rheumatic chorea without heart involvement"}, {"code": "I050", "desc": "Rheumatic mitral stenosis"}, {"code": "I051", "desc": "Rheumatic mitral insufficiency"}, {"code": "I052", "desc": "Rheumatic mitral stenosis with insufficiency"}, {"code": "I058", "desc": "Other rheumatic mitral valve diseases"}, {"code": "I059", "desc": "Rheumatic mitral valve disease, unspecified"}, {"code": "I060", "desc": "Rheumatic aortic stenosis"}, {"code": "I061", "desc": "Rheumatic aortic insufficiency"}, {"code": "I062", "desc": "Rheumatic aortic stenosis with insufficiency"}, {"code": "I068", "desc": "Other rheumatic aortic valve diseases"}, {"code": "I069", "desc": "Rheumatic aortic valve disease, unspecified"}, {"code": "I070", "desc": "Rheumatic tricuspid stenosis"}, {"code": "I071", "desc": "Rheumatic tricuspid insufficiency"}, {"code": "I072", "desc": "Rheumatic tricuspid stenosis and insufficiency"}, {"code": "I078", "desc": "Other rheumatic tricuspid valve diseases"}, {"code": "I079", "desc": "Rheumatic tricuspid valve disease, unspecified"}, {"code": "I080", "desc": "Rheumatic disorders of both mitral and aortic valves"}, {"code": "I081", "desc": "Rheumatic disorders of both mitral and tricuspid valves"}, {"code": "I082", "desc": "Rheumatic disorders of both aortic and tricuspid valves"}, {"code": "I083", "desc": "Combined rheumatic disorders of mitral, aortic and tricuspid valves"}, {"code": "I088", "desc": "Other rheumatic multiple valve diseases"}, {"code": "I089", "desc": "Rheumatic multiple valve disease, unspecified"}, {"code": "I090", "desc": "Rheumatic myocarditis"}, {"code": "I091", "desc": "Rheumatic diseases of endocardium, valve unspecified"}, {"code": "I092", "desc": "Chronic rheumatic pericarditis"}, {"code": "I0981", "desc": "Rheumatic heart failure"}, {"code": "I0989", "desc": "Other specified rheumatic heart diseases"}, {"code": "I099", "desc": "Rheumatic heart disease, unspecified"}, {"code": "I10", "desc": "Essential (primary) hypertension"}, {"code": "I110", "desc": "Hypertensive heart disease with heart failure"}, {"code": "I119", "desc": "Hypertensive heart disease without heart failure"}, {"code": "I120", "desc": "Hypertensive chronic kidney disease with stage 5 chronic kidney disease or end stage renal disease"}, {"code": "I129", "desc": "Hypertensive chronic kidney disease with stage 1 through stage 4 chronic kidney disease, or unspecified chronic kidney disease"}, {"code": "I130", "desc": "Hypertensive heart and chronic kidney disease with heart failure and stage 1 through stage 4 chronic kidney disease, or unspecified chronic kidney disease"}, {"code": "I1310", "desc": "Hypertensive heart and chronic kidney disease without heart failure, with stage 1 through stage 4 chronic kidney disease, or unspecified chronic kidney disease"}, {"code": "I1311", "desc": "Hypertensive heart and chronic kidney disease without heart failure, with stage 5 chronic kidney disease, or end stage renal disease"}, {"code": "I132", "desc": "Hypertensive heart and chronic kidney disease with heart failure and with stage 5 chronic kidney disease, or end stage renal disease"}, {"code": "I150", "desc": "Renovascular hypertension"}, {"code": "I151", "desc": "Hypertension secondary to other renal disorders"}, {"code": "I152", "desc": "Hypertension secondary to endocrine disorders"}, {"code": "I158", "desc": "Other secondary hypertension"}, {"code": "I159", "desc": "Secondary hypertension, unspecified"}, {"code": "I160", "desc": "Hypertensive urgency"}, {"code": "I161", "desc": "Hypertensive emergency"}, {"code": "I169", "desc": "Hypertensive crisis, unspecified"}, {"code": "I200", "desc": "Unstable angina"}, {"code": "I201", "desc": "Angina pectoris with documented spasm"}, {"code": "I208", "desc": "Other forms of angina pectoris"}, {"code": "I209", "desc": "Angina pectoris, unspecified"}, {"code": "I2101", "desc": "ST elevation (STEMI) myocardial infarction involving left main coronary artery"}, {"code": "I2102", "desc": "ST elevation (STEMI) myocardial infarction involving left anterior descending coronary artery"}, {"code": "I2109", "desc": "ST elevation (STEMI) myocardial infarction involving other coronary artery of anterior wall"}, {"code": "I2111", "desc": "ST elevation (STEMI) myocardial infarction involving right coronary artery"}, {"code": "I2119", "desc": "ST elevation (STEMI) myocardial infarction involving other coronary artery of inferior wall"}, {"code": "I2121", "desc": "ST elevation (STEMI) myocardial infarction involving left circumflex coronary artery"}, {"code": "I2129", "desc": "ST elevation (STEMI) myocardial infarction involving other sites"}, {"code": "I213", "desc": "ST elevation (STEMI) myocardial infarction of unspecified site"}, {"code": "I214", "desc": "Non-ST elevation (NSTEMI) myocardial infarction"}, {"code": "I219", "desc": "Acute myocardial infarction, unspecified"}, {"code": "I21A1", "desc": "Myocardial infarction type 2"}, {"code": "I21A9", "desc": "Other myocardial infarction type"}, {"code": "I220", "desc": "Subsequent ST elevation (STEMI) myocardial infarction of anterior wall"}, {"code": "I221", "desc": "Subsequent ST elevation (STEMI) myocardial infarction of inferior wall"}, {"code": "I222", "desc": "Subsequent non-ST elevation (NSTEMI) myocardial infarction"}, {"code": "I228", "desc": "Subsequent ST elevation (STEMI) myocardial infarction of other sites"}, {"code": "I229", "desc": "Subsequent ST elevation (STEMI) myocardial infarction of unspecified site"}, {"code": "I230", "desc": "Hemopericardium as current complication following acute myocardial infarction"}, {"code": "I231", "desc": "Atrial septal defect as current complication following acute myocardial infarction"}, {"code": "I232", "desc": "Ventricular septal defect as current complication following acute myocardial infarction"}, {"code": "I233", "desc": "Rupture of cardiac wall without hemopericardium as current complication following acute myocardial infarction"}, {"code": "I234", "desc": "Rupture of chordae tendineae as current complication following acute myocardial infarction"}, {"code": "I235", "desc": "Rupture of papillary muscle as current complication following acute myocardial infarction"}, {"code": "I236", "desc": "Thrombosis of atrium, auricular appendage, and ventricle as current complications following acute myocardial infarction"}, {"code": "I237", "desc": "Postinfarction angina"}, {"code": "I238", "desc": "Other current complications following acute myocardial infarction"}, {"code": "I240", "desc": "Acute coronary thrombosis not resulting in myocardial infarction"}, {"code": "I241", "desc": "Dressler's syndrome"}, {"code": "I248", "desc": "Other forms of acute ischemic heart disease"}, {"code": "I249", "desc": "Acute ischemic heart disease, unspecified"}, {"code": "I2510", "desc": "Atherosclerotic heart disease of native coronary artery without angina pectoris"}, {"code": "I25110", "desc": "Atherosclerotic heart disease of native coronary artery with unstable angina pectoris"}, {"code": "I25111", "desc": "Atherosclerotic heart disease of native coronary artery with angina pectoris with documented spasm"}, {"code": "I25118", "desc": "Atherosclerotic heart disease of native coronary artery with other forms of angina pectoris"}, {"code": "I25119", "desc": "Atherosclerotic heart disease of native coronary artery with unspecified angina pectoris"}, {"code": "I252", "desc": "Old myocardial infarction"}, {"code": "I253", "desc": "Aneurysm of heart"}, {"code": "I2541", "desc": "Coronary artery aneurysm"}, {"code": "I2542", "desc": "Coronary artery dissection"}, {"code": "I255", "desc": "Ischemic cardiomyopathy"}, {"code": "I256", "desc": "Silent myocardial ischemia"}, {"code": "I25700", "desc": "Atherosclerosis of coronary artery bypass graft(s), unspecified, with unstable angina pectoris"}, {"code": "I25701", "desc": "Atherosclerosis of coronary artery bypass graft(s), unspecified, with angina pectoris with documented spasm"}, {"code": "I25708", "desc": "Atherosclerosis of coronary artery bypass graft(s), unspecified, with other forms of angina pectoris"}, {"code": "I25709", "desc": "Atherosclerosis of coronary artery bypass graft(s), unspecified, with unspecified angina pectoris"}, {"code": "I25710", "desc": "Atherosclerosis of autologous vein coronary artery bypass graft(s) with unstable angina pectoris"}, {"code": "I25711", "desc": "Atherosclerosis of autologous vein coronary artery bypass graft(s) with angina pectoris with documented spasm"}, {"code": "I25718", "desc": "Atherosclerosis of autologous vein coronary artery bypass graft(s) with other forms of angina pectoris"}, {"code": "I25719", "desc": "Atherosclerosis of autologous vein coronary artery bypass graft(s) with unspecified angina pectoris"}, {"code": "I25720", "desc": "Atherosclerosis of autologous artery coronary artery bypass graft(s) with unstable angina pectoris"}, {"code": "I25721", "desc": "Atherosclerosis of autologous artery coronary artery bypass graft(s) with angina pectoris with documented spasm"}, {"code": "I25728", "desc": "Atherosclerosis of autologous artery coronary artery bypass graft(s) with other forms of angina pectoris"}, {"code": "I25729", "desc": "Atherosclerosis of autologous artery coronary artery bypass graft(s) with unspecified angina pectoris"}, {"code": "I25730", "desc": "Atherosclerosis of nonautologous biological coronary artery bypass graft(s) with unstable angina pectoris"}, {"code": "I25731", "desc": "Atherosclerosis of nonautologous biological coronary artery bypass graft(s) with angina pectoris with documented spasm"}, {"code": "I25738", "desc": "Atherosclerosis of nonautologous biological coronary artery bypass graft(s) with other forms of angina pectoris"}, {"code": "I25739", "desc": "Atherosclerosis of nonautologous biological coronary artery bypass graft(s) with unspecified angina pectoris"}, {"code": "I25750", "desc": "Atherosclerosis of native coronary artery of transplanted heart with unstable angina"}, {"code": "I25751", "desc": "Atherosclerosis of native coronary artery of transplanted heart with angina pectoris with documented spasm"}, {"code": "I25758", "desc": "Atherosclerosis of native coronary artery of transplanted heart with other forms of angina pectoris"}, {"code": "I25759", "desc": "Atherosclerosis of native coronary artery of transplanted heart with unspecified angina pectoris"}, {"code": "I25760", "desc": "Atherosclerosis of bypass graft of coronary artery of transplanted heart with unstable angina"}, {"code": "I25761", "desc": "Atherosclerosis of bypass graft of coronary artery of transplanted heart with angina pectoris with documented spasm"}, {"code": "I25768", "desc": "Atherosclerosis of bypass graft of coronary artery of transplanted heart with other forms of angina pectoris"}, {"code": "I25769", "desc": "Atherosclerosis of bypass graft of coronary artery of transplanted heart with unspecified angina pectoris"}, {"code": "I25790", "desc": "Atherosclerosis of other coronary artery bypass graft(s) with unstable angina pectoris"}, {"code": "I25791", "desc": "Atherosclerosis of other coronary artery bypass graft(s) with angina pectoris with documented spasm"}, {"code": "I25798", "desc": "Atherosclerosis of other coronary artery bypass graft(s) with other forms of angina pectoris"}, {"code": "I25799", "desc": "Atherosclerosis of other coronary artery bypass graft(s) with unspecified angina pectoris"}, {"code": "I25810", "desc": "Atherosclerosis of coronary artery bypass graft(s) without angina pectoris"}, {"code": "I25811", "desc": "Atherosclerosis of native coronary artery of transplanted heart without angina pectoris"}, {"code": "I25812", "desc": "Atherosclerosis of bypass graft of coronary artery of transplanted heart without angina pectoris"}, {"code": "I2582", "desc": "Chronic total occlusion of coronary artery"}, {"code": "I2583", "desc": "Coronary atherosclerosis due to lipid rich plaque"}, {"code": "I2584", "desc": "Coronary atherosclerosis due to calcified coronary lesion"}, {"code": "I2589", "desc": "Other forms of chronic ischemic heart disease"}, {"code": "I259", "desc": "Chronic ischemic heart disease, unspecified"}, {"code": "I2601", "desc": "Septic pulmonary embolism with acute cor pulmonale"}, {"code": "I2602", "desc": "Saddle embolus of pulmonary artery with acute cor pulmonale"}, {"code": "I2609", "desc": "Other pulmonary embolism with acute cor pulmonale"}, {"code": "I2690", "desc": "Septic pulmonary embolism without acute cor pulmonale"}, {"code": "I2692", "desc": "Saddle embolus of pulmonary artery without acute cor pulmonale"}, {"code": "I2699", "desc": "Other pulmonary embolism without acute cor pulmonale"}, {"code": "I270", "desc": "Primary pulmonary hypertension"}, {"code": "I271", "desc": "Kyphoscoliotic heart disease"}, {"code": "I2720", "desc": "Pulmonary hypertension, unspecified"}, {"code": "I2721", "desc": "Secondary pulmonary arterial hypertension"}, {"code": "I2722", "desc": "Pulmonary hypertension due to left heart disease"}, {"code": "I2723", "desc": "Pulmonary hypertension due to lung diseases and hypoxia"}, {"code": "I2724", "desc": "Chronic thromboembolic pulmonary hypertension"}, {"code": "I2729", "desc": "Other secondary pulmonary hypertension"}, {"code": "I2781", "desc": "Cor pulmonale (chronic)"}, {"code": "I2782", "desc": "Chronic pulmonary embolism"}, {"code": "I2783", "desc": "Eisenmenger's syndrome"}, {"code": "I2789", "desc": "Other specified pulmonary heart diseases"}, {"code": "I279", "desc": "Pulmonary heart disease, unspecified"}, {"code": "I280", "desc": "Arteriovenous fistula of pulmonary vessels"}, {"code": "I281", "desc": "Aneurysm of pulmonary artery"}, {"code": "I288", "desc": "Other diseases of pulmonary vessels"}, {"code": "I289", "desc": "Disease of pulmonary vessels, unspecified"}, {"code": "I300", "desc": "Acute nonspecific idiopathic pericarditis"}, {"code": "I301", "desc": "Infective pericarditis"}, {"code": "I308", "desc": "Other forms of acute pericarditis"}, {"code": "I309", "desc": "Acute pericarditis, unspecified"}, {"code": "I310", "desc": "Chronic adhesive pericarditis"}, {"code": "I311", "desc": "Chronic constrictive pericarditis"}, {"code": "I312", "desc": "Hemopericardium, not elsewhere classified"}, {"code": "I313", "desc": "Pericardial effusion (noninflammatory)"}, {"code": "I314", "desc": "Cardiac tamponade"}, {"code": "I318", "desc": "Other specified diseases of pericardium"}, {"code": "I319", "desc": "Disease of pericardium, unspecified"}, {"code": "I32", "desc": "Pericarditis in diseases classified elsewhere"}, {"code": "I330", "desc": "Acute and subacute infective endocarditis"}, {"code": "I339", "desc": "Acute and subacute endocarditis, unspecified"}, {"code": "I340", "desc": "Nonrheumatic mitral (valve) insufficiency"}, {"code": "I341", "desc": "Nonrheumatic mitral (valve) prolapse"}, {"code": "I342", "desc": "Nonrheumatic mitral (valve) stenosis"}, {"code": "I348", "desc": "Other nonrheumatic mitral valve disorders"}, {"code": "I349", "desc": "Nonrheumatic mitral valve disorder, unspecified"}, {"code": "I350", "desc": "Nonrheumatic aortic (valve) stenosis"}, {"code": "I351", "desc": "Nonrheumatic aortic (valve) insufficiency"}, {"code": "I352", "desc": "Nonrheumatic aortic (valve) stenosis with insufficiency"}, {"code": "I358", "desc": "Other nonrheumatic aortic valve disorders"}, {"code": "I359", "desc": "Nonrheumatic aortic valve disorder, unspecified"}, {"code": "I360", "desc": "Nonrheumatic tricuspid (valve) stenosis"}, {"code": "I361", "desc": "Nonrheumatic tricuspid (valve) insufficiency"}, {"code": "I362", "desc": "Nonrheumatic tricuspid (valve) stenosis with insufficiency"}, {"code": "I368", "desc": "Other nonrheumatic tricuspid valve disorders"}, {"code": "I369", "desc": "Nonrheumatic tricuspid valve disorder, unspecified"}, {"code": "I370", "desc": "Nonrheumatic pulmonary valve stenosis"}, {"code": "I371", "desc": "Nonrheumatic pulmonary valve insufficiency"}, {"code": "I372", "desc": "Nonrheumatic pulmonary valve stenosis with insufficiency"}, {"code": "I378", "desc": "Other nonrheumatic pulmonary valve disorders"}, {"code": "I379", "desc": "Nonrheumatic pulmonary valve disorder, unspecified"}, {"code": "I38", "desc": "Endocarditis, valve unspecified"}, {"code": "I39", "desc": "Endocarditis and heart valve disorders in diseases classified elsewhere"}, {"code": "I400", "desc": "Infective myocarditis"}, {"code": "I401", "desc": "Isolated myocarditis"}, {"code": "I408", "desc": "Other acute myocarditis"}, {"code": "I409", "desc": "Acute myocarditis, unspecified"}, {"code": "I41", "desc": "Myocarditis in diseases classified elsewhere"}, {"code": "I420", "desc": "Dilated cardiomyopathy"}, {"code": "I421", "desc": "Obstructive hypertrophic cardiomyopathy"}, {"code": "I422", "desc": "Other hypertrophic cardiomyopathy"}, {"code": "I423", "desc": "Endomyocardial (eosinophilic) disease"}, {"code": "I424", "desc": "Endocardial fibroelastosis"}, {"code": "I425", "desc": "Other restrictive cardiomyopathy"}, {"code": "I426", "desc": "Alcoholic cardiomyopathy"}, {"code": "I427", "desc": "Cardiomyopathy due to drug and external agent"}, {"code": "I428", "desc": "Other cardiomyopathies"}, {"code": "I429", "desc": "Cardiomyopathy, unspecified"}, {"code": "I43", "desc": "Cardiomyopathy in diseases classified elsewhere"}, {"code": "I440", "desc": "Atrioventricular block, first degree"}, {"code": "I441", "desc": "Atrioventricular block, second degree"}, {"code": "I442", "desc": "Atrioventricular block, complete"}, {"code": "I4430", "desc": "Unspecified atrioventricular block"}, {"code": "I4439", "desc": "Other atrioventricular block"}, {"code": "I444", "desc": "Left anterior fascicular block"}, {"code": "I445", "desc": "Left posterior fascicular block"}, {"code": "I4460", "desc": "Unspecified fascicular block"}, {"code": "I4469", "desc": "Other fascicular block"}, {"code": "I447", "desc": "Left bundle-branch block, unspecified"}, {"code": "I450", "desc": "Right fascicular block"}, {"code": "I4510", "desc": "Unspecified right bundle-branch block"}, {"code": "I4519", "desc": "Other right bundle-branch block"}, {"code": "I452", "desc": "Bifascicular block"}, {"code": "I453", "desc": "Trifascicular block"}, {"code": "I454", "desc": "Nonspecific intraventricular block"}, {"code": "I455", "desc": "Other specified heart block"}, {"code": "I456", "desc": "Pre-excitation syndrome"}, {"code": "I4581", "desc": "Long QT syndrome"}, {"code": "I4589", "desc": "Other specified conduction disorders"}, {"code": "I459", "desc": "Conduction disorder, unspecified"}, {"code": "I462", "desc": "Cardiac arrest due to underlying cardiac condition"}, {"code": "I468", "desc": "Cardiac arrest due to other underlying condition"}, {"code": "I469", "desc": "Cardiac arrest, cause unspecified"}, {"code": "I470", "desc": "Re-entry ventricular arrhythmia"}, {"code": "I471", "desc": "Supraventricular tachycardia"}, {"code": "I472", "desc": "Ventricular tachycardia"}, {"code": "I479", "desc": "Paroxysmal tachycardia, unspecified"}, {"code": "I480", "desc": "Paroxysmal atrial fibrillation"}, {"code": "I481", "desc": "Persistent atrial fibrillation"}, {"code": "I482", "desc": "Chronic atrial fibrillation"}, {"code": "I483", "desc": "Typical atrial flutter"}, {"code": "I484", "desc": "Atypical atrial flutter"}, {"code": "I4891", "desc": "Unspecified atrial fibrillation"}, {"code": "I4892", "desc": "Unspecified atrial flutter"}, {"code": "I4901", "desc": "Ventricular fibrillation"}, {"code": "I4902", "desc": "Ventricular flutter"}, {"code": "I491", "desc": "Atrial premature depolarization"}, {"code": "I492", "desc": "Junctional premature depolarization"}, {"code": "I493", "desc": "Ventricular premature depolarization"}, {"code": "I4940", "desc": "Unspecified premature depolarization"}, {"code": "I4949", "desc": "Other premature depolarization"}, {"code": "I495", "desc": "Sick sinus syndrome"}, {"code": "I498", "desc": "Other specified cardiac arrhythmias"}, {"code": "I499", "desc": "Cardiac arrhythmia, unspecified"}, {"code": "I501", "desc": "Left ventricular failure, unspecified"}, {"code": "I5020", "desc": "Unspecified systolic (congestive) heart failure"}, {"code": "I5021", "desc": "Acute systolic (congestive) heart failure"}, {"code": "I5022", "desc": "Chronic systolic (congestive) heart failure"}, {"code": "I5023", "desc": "Acute on chronic systolic (congestive) heart failure"}, {"code": "I5030", "desc": "Unspecified diastolic (congestive) heart failure"}, {"code": "I5031", "desc": "Acute diastolic (congestive) heart failure"}, {"code": "I5032", "desc": "Chronic diastolic (congestive) heart failure"}, {"code": "I5033", "desc": "Acute on chronic diastolic (congestive) heart failure"}, {"code": "I5040", "desc": "Unspecified combined systolic (congestive) and diastolic (congestive) heart failure"}, {"code": "I5041", "desc": "Acute combined systolic (congestive) and diastolic (congestive) heart failure"}, {"code": "I5042", "desc": "Chronic combined systolic (congestive) and diastolic (congestive) heart failure"}, {"code": "I5043", "desc": "Acute on chronic combined systolic (congestive) and diastolic (congestive) heart failure"}, {"code": "I50810", "desc": "Right heart failure, unspecified"}, {"code": "I50811", "desc": "Acute right heart failure"}, {"code": "I50812", "desc": "Chronic right heart failure"}, {"code": "I50813", "desc": "Acute on chronic right heart failure"}, {"code": "I50814", "desc": "Right heart failure due to left heart failure"}, {"code": "I5082", "desc": "Biventricular heart failure"}, {"code": "I5083", "desc": "High output heart failure"}, {"code": "I5084", "desc": "End stage heart failure"}, {"code": "I5089", "desc": "Other heart failure"}, {"code": "I509", "desc": "Heart failure, unspecified"}, {"code": "I510", "desc": "Cardiac septal defect, acquired"}, {"code": "I511", "desc": "Rupture of chordae tendineae, not elsewhere classified"}, {"code": "I512", "desc": "Rupture of papillary muscle, not elsewhere classified"}, {"code": "I513", "desc": "Intracardiac thrombosis, not elsewhere classified"}, {"code": "I514", "desc": "Myocarditis, unspecified"}, {"code": "I515", "desc": "Myocardial degeneration"}, {"code": "I517", "desc": "Cardiomegaly"}, {"code": "I5181", "desc": "Takotsubo syndrome"}, {"code": "I5189", "desc": "Other ill-defined heart diseases"}, {"code": "I519", "desc": "Heart disease, unspecified"}, {"code": "I52", "desc": "Other heart disorders in diseases classified elsewhere"}, {"code": "I6000", "desc": "Nontraumatic subarachnoid hemorrhage from unspecified carotid siphon and bifurcation"}, {"code": "I6001", "desc": "Nontraumatic subarachnoid hemorrhage from right carotid siphon and bifurcation"}, {"code": "I6002", "desc": "Nontraumatic subarachnoid hemorrhage from left carotid siphon and bifurcation"}, {"code": "I6010", "desc": "Nontraumatic subarachnoid hemorrhage from unspecified middle cerebral artery"}, {"code": "I6011", "desc": "Nontraumatic subarachnoid hemorrhage from right middle cerebral artery"}, {"code": "I6012", "desc": "Nontraumatic subarachnoid hemorrhage from left middle cerebral artery"}, {"code": "I602", "desc": "Nontraumatic subarachnoid hemorrhage from anterior communicating artery"}, {"code": "I6030", "desc": "Nontraumatic subarachnoid hemorrhage from unspecified posterior communicating artery"}, {"code": "I6031", "desc": "Nontraumatic subarachnoid hemorrhage from right posterior communicating artery"}, {"code": "I6032", "desc": "Nontraumatic subarachnoid hemorrhage from left posterior communicating artery"}, {"code": "I604", "desc": "Nontraumatic subarachnoid hemorrhage from basilar artery"}, {"code": "I6050", "desc": "Nontraumatic subarachnoid hemorrhage from unspecified vertebral artery"}, {"code": "I6051", "desc": "Nontraumatic subarachnoid hemorrhage from right vertebral artery"}, {"code": "I6052", "desc": "Nontraumatic subarachnoid hemorrhage from left vertebral artery"}, {"code": "I606", "desc": "Nontraumatic subarachnoid hemorrhage from other intracranial arteries"}, {"code": "I607", "desc": "Nontraumatic subarachnoid hemorrhage from unspecified intracranial artery"}, {"code": "I608", "desc": "Other nontraumatic subarachnoid hemorrhage"}, {"code": "I609", "desc": "Nontraumatic subarachnoid hemorrhage, unspecified"}, {"code": "I610", "desc": "Nontraumatic intracerebral hemorrhage in hemisphere, subcortical"}, {"code": "I611", "desc": "Nontraumatic intracerebral hemorrhage in hemisphere, cortical"}, {"code": "I612", "desc": "Nontraumatic intracerebral hemorrhage in hemisphere, unspecified"}, {"code": "I613", "desc": "Nontraumatic intracerebral hemorrhage in brain stem"}, {"code": "I614", "desc": "Nontraumatic intracerebral hemorrhage in cerebellum"}, {"code": "I615", "desc": "Nontraumatic intracerebral hemorrhage, intraventricular"}, {"code": "I616", "desc": "Nontraumatic intracerebral hemorrhage, multiple localized"}, {"code": "I618", "desc": "Other nontraumatic intracerebral hemorrhage"}, {"code": "I619", "desc": "Nontraumatic intracerebral hemorrhage, unspecified"}, {"code": "I6200", "desc": "Nontraumatic subdural hemorrhage, unspecified"}, {"code": "I6201", "desc": "Nontraumatic acute subdural hemorrhage"}, {"code": "I6202", "desc": "Nontraumatic subacute subdural hemorrhage"}, {"code": "I6203", "desc": "Nontraumatic chronic subdural hemorrhage"}, {"code": "I621", "desc": "Nontraumatic extradural hemorrhage"}, {"code": "I629", "desc": "Nontraumatic intracranial hemorrhage, unspecified"}, {"code": "I6300", "desc": "Cerebral infarction due to thrombosis of unspecified precerebral artery"}, {"code": "I63011", "desc": "Cerebral infarction due to thrombosis of right vertebral artery"}, {"code": "I63012", "desc": "Cerebral infarction due to thrombosis of left vertebral artery"}, {"code": "I63013", "desc": "Cerebral infarction due to thrombosis of bilateral vertebral arteries"}, {"code": "I63019", "desc": "Cerebral infarction due to thrombosis of unspecified vertebral artery"}, {"code": "I6302", "desc": "Cerebral infarction due to thrombosis of basilar artery"}, {"code": "I63031", "desc": "Cerebral infarction due to thrombosis of right carotid artery"}, {"code": "I63032", "desc": "Cerebral infarction due to thrombosis of left carotid artery"}, {"code": "I63033", "desc": "Cerebral infarction due to thrombosis of bilateral carotid arteries"}, {"code": "I63039", "desc": "Cerebral infarction due to thrombosis of unspecified carotid artery"}, {"code": "I6309", "desc": "Cerebral infarction due to thrombosis of other precerebral artery"}, {"code": "I6310", "desc": "Cerebral infarction due to embolism of unspecified precerebral artery"}, {"code": "I63111", "desc": "Cerebral infarction due to embolism of right vertebral artery"}, {"code": "I63112", "desc": "Cerebral infarction due to embolism of left vertebral artery"}, {"code": "I63113", "desc": "Cerebral infarction due to embolism of bilateral vertebral arteries"}, {"code": "I63119", "desc": "Cerebral infarction due to embolism of unspecified vertebral artery"}, {"code": "I6312", "desc": "Cerebral infarction due to embolism of basilar artery"}, {"code": "I63131", "desc": "Cerebral infarction due to embolism of right carotid artery"}, {"code": "I63132", "desc": "Cerebral infarction due to embolism of left carotid artery"}, {"code": "I63133", "desc": "Cerebral infarction due to embolism of bilateral carotid arteries"}, {"code": "I63139", "desc": "Cerebral infarction due to embolism of unspecified carotid artery"}, {"code": "I6319", "desc": "Cerebral infarction due to embolism of other precerebral artery"}, {"code": "I6320", "desc": "Cerebral infarction due to unspecified occlusion or stenosis of unspecified precerebral arteries"}, {"code": "I63211", "desc": "Cerebral infarction due to unspecified occlusion or stenosis of right vertebral artery"}, {"code": "I63212", "desc": "Cerebral infarction due to unspecified occlusion or stenosis of left vertebral artery"}, {"code": "I63213", "desc": "Cerebral infarction due to unspecified occlusion or stenosis of bilateral vertebral arteries"}, {"code": "I63219", "desc": "Cerebral infarction due to unspecified occlusion or stenosis of unspecified vertebral arteries"}, {"code": "I6322", "desc": "Cerebral infarction due to unspecified occlusion or stenosis of basilar artery"}, {"code": "I63231", "desc": "Cerebral infarction due to unspecified occlusion or stenosis of right carotid arteries"}, {"code": "I63232", "desc": "Cerebral infarction due to unspecified occlusion or stenosis of left carotid arteries"}, {"code": "I63233", "desc": "Cerebral infarction due to unspecified occlusion or stenosis of bilateral carotid arteries"}, {"code": "I63239", "desc": "Cerebral infarction due to unspecified occlusion or stenosis of unspecified carotid arteries"}, {"code": "I6329", "desc": "Cerebral infarction due to unspecified occlusion or stenosis of other precerebral arteries"}, {"code": "I6330", "desc": "Cerebral infarction due to thrombosis of unspecified cerebral artery"}, {"code": "I63311", "desc": "Cerebral infarction due to thrombosis of right middle cerebral artery"}, {"code": "I63312", "desc": "Cerebral infarction due to thrombosis of left middle cerebral artery"}, {"code": "I63313", "desc": "Cerebral infarction due to thrombosis of bilateral middle cerebral arteries"}, {"code": "I63319", "desc": "Cerebral infarction due to thrombosis of unspecified middle cerebral artery"}, {"code": "I63321", "desc": "Cerebral infarction due to thrombosis of right anterior cerebral artery"}, {"code": "I63322", "desc": "Cerebral infarction due to thrombosis of left anterior cerebral artery"}, {"code": "I63323", "desc": "Cerebral infarction due to thrombosis of bilateral anterior cerebral arteries"}, {"code": "I63329", "desc": "Cerebral infarction due to thrombosis of unspecified anterior cerebral artery"}, {"code": "I63331", "desc": "Cerebral infarction due to thrombosis of right posterior cerebral artery"}, {"code": "I63332", "desc": "Cerebral infarction due to thrombosis of left posterior cerebral artery"}, {"code": "I63333", "desc": "Cerebral infarction to thrombosis of bilateral posterior cerebral arteries"}, {"code": "I63339", "desc": "Cerebral infarction due to thrombosis of unspecified posterior cerebral artery"}, {"code": "I63341", "desc": "Cerebral infarction due to thrombosis of right cerebellar artery"}, {"code": "I63342", "desc": "Cerebral infarction due to thrombosis of left cerebellar artery"}, {"code": "I63343", "desc": "Cerebral infarction to thrombosis of bilateral cerebellar arteries"}, {"code": "I63349", "desc": "Cerebral infarction due to thrombosis of unspecified cerebellar artery"}, {"code": "I6339", "desc": "Cerebral infarction due to thrombosis of other cerebral artery"}, {"code": "I6340", "desc": "Cerebral infarction due to embolism of unspecified cerebral artery"}, {"code": "I63411", "desc": "Cerebral infarction due to embolism of right middle cerebral artery"}, {"code": "I63412", "desc": "Cerebral infarction due to embolism of left middle cerebral artery"}, {"code": "I63413", "desc": "Cerebral infarction due to embolism of bilateral middle cerebral arteries"}, {"code": "I63419", "desc": "Cerebral infarction due to embolism of unspecified middle cerebral artery"}, {"code": "I63421", "desc": "Cerebral infarction due to embolism of right anterior cerebral artery"}, {"code": "I63422", "desc": "Cerebral infarction due to embolism of left anterior cerebral artery"}, {"code": "I63423", "desc": "Cerebral infarction due to embolism of bilateral anterior cerebral arteries"}, {"code": "I63429", "desc": "Cerebral infarction due to embolism of unspecified anterior cerebral artery"}, {"code": "I63431", "desc": "Cerebral infarction due to embolism of right posterior cerebral artery"}, {"code": "I63432", "desc": "Cerebral infarction due to embolism of left posterior cerebral artery"}, {"code": "I63433", "desc": "Cerebral infarction due to embolism of bilateral posterior cerebral arteries"}, {"code": "I63439", "desc": "Cerebral infarction due to embolism of unspecified posterior cerebral artery"}, {"code": "I63441", "desc": "Cerebral infarction due to embolism of right cerebellar artery"}, {"code": "I63442", "desc": "Cerebral infarction due to embolism of left cerebellar artery"}, {"code": "I63443", "desc": "Cerebral infarction due to embolism of bilateral cerebellar arteries"}, {"code": "I63449", "desc": "Cerebral infarction due to embolism of unspecified cerebellar artery"}, {"code": "I6349", "desc": "Cerebral infarction due to embolism of other cerebral artery"}, {"code": "I6350", "desc": "Cerebral infarction due to unspecified occlusion or stenosis of unspecified cerebral artery"}, {"code": "I63511", "desc": "Cerebral infarction due to unspecified occlusion or stenosis of right middle cerebral artery"}, {"code": "I63512", "desc": "Cerebral infarction due to unspecified occlusion or stenosis of left middle cerebral artery"}, {"code": "I63513", "desc": "Cerebral infarction due to unspecified occlusion or stenosis of bilateral middle cerebral arteries"}, {"code": "I63519", "desc": "Cerebral infarction due to unspecified occlusion or stenosis of unspecified middle cerebral artery"}, {"code": "I63521", "desc": "Cerebral infarction due to unspecified occlusion or stenosis of right anterior cerebral artery"}, {"code": "I63522", "desc": "Cerebral infarction due to unspecified occlusion or stenosis of left anterior cerebral artery"}, {"code": "I63523", "desc": "Cerebral infarction due to unspecified occlusion or stenosis of bilateral anterior cerebral arteries"}, {"code": "I63529", "desc": "Cerebral infarction due to unspecified occlusion or stenosis of unspecified anterior cerebral artery"}, {"code": "I63531", "desc": "Cerebral infarction due to unspecified occlusion or stenosis of right posterior cerebral artery"}, {"code": "I63532", "desc": "Cerebral infarction due to unspecified occlusion or stenosis of left posterior cerebral artery"}, {"code": "I63533", "desc": "Cerebral infarction due to unspecified occlusion or stenosis of bilateral posterior cerebral arteries"}, {"code": "I63539", "desc": "Cerebral infarction due to unspecified occlusion or stenosis of unspecified posterior cerebral artery"}, {"code": "I63541", "desc": "Cerebral infarction due to unspecified occlusion or stenosis of right cerebellar artery"}, {"code": "I63542", "desc": "Cerebral infarction due to unspecified occlusion or stenosis of left cerebellar artery"}, {"code": "I63543", "desc": "Cerebral infarction due to unspecified occlusion or stenosis of bilateral cerebellar arteries"}, {"code": "I63549", "desc": "Cerebral infarction due to unspecified occlusion or stenosis of unspecified cerebellar artery"}, {"code": "I6359", "desc": "Cerebral infarction due to unspecified occlusion or stenosis of other cerebral artery"}, {"code": "I636", "desc": "Cerebral infarction due to cerebral venous thrombosis, nonpyogenic"}, {"code": "I638", "desc": "Other cerebral infarction"}, {"code": "I639", "desc": "Cerebral infarction, unspecified"}, {"code": "I6501", "desc": "Occlusion and stenosis of right vertebral artery"}, {"code": "I6502", "desc": "Occlusion and stenosis of left vertebral artery"}, {"code": "I6503", "desc": "Occlusion and stenosis of bilateral vertebral arteries"}, {"code": "I6509", "desc": "Occlusion and stenosis of unspecified vertebral artery"}, {"code": "I651", "desc": "Occlusion and stenosis of basilar artery"}, {"code": "I6521", "desc": "Occlusion and stenosis of right carotid artery"}, {"code": "I6522", "desc": "Occlusion and stenosis of left carotid artery"}, {"code": "I6523", "desc": "Occlusion and stenosis of bilateral carotid arteries"}, {"code": "I6529", "desc": "Occlusion and stenosis of unspecified carotid artery"}, {"code": "I658", "desc": "Occlusion and stenosis of other precerebral arteries"}, {"code": "I659", "desc": "Occlusion and stenosis of unspecified precerebral artery"}, {"code": "I6601", "desc": "Occlusion and stenosis of right middle cerebral artery"}, {"code": "I6602", "desc": "Occlusion and stenosis of left middle cerebral artery"}, {"code": "I6603", "desc": "Occlusion and stenosis of bilateral middle cerebral arteries"}, {"code": "I6609", "desc": "Occlusion and stenosis of unspecified middle cerebral artery"}, {"code": "I6611", "desc": "Occlusion and stenosis of right anterior cerebral artery"}, {"code": "I6612", "desc": "Occlusion and stenosis of left anterior cerebral artery"}, {"code": "I6613", "desc": "Occlusion and stenosis of bilateral anterior cerebral arteries"}, {"code": "I6619", "desc": "Occlusion and stenosis of unspecified anterior cerebral artery"}, {"code": "I6621", "desc": "Occlusion and stenosis of right posterior cerebral artery"}, {"code": "I6622", "desc": "Occlusion and stenosis of left posterior cerebral artery"}, {"code": "I6623", "desc": "Occlusion and stenosis of bilateral posterior cerebral arteries"}, {"code": "I6629", "desc": "Occlusion and stenosis of unspecified posterior cerebral artery"}, {"code": "I663", "desc": "Occlusion and stenosis of cerebellar arteries"}, {"code": "I668", "desc": "Occlusion and stenosis of other cerebral arteries"}, {"code": "I669", "desc": "Occlusion and stenosis of unspecified cerebral artery"}, {"code": "I670", "desc": "Dissection of cerebral arteries, nonruptured"}, {"code": "I671", "desc": "Cerebral aneurysm, nonruptured"}, {"code": "I672", "desc": "Cerebral atherosclerosis"}, {"code": "I673", "desc": "Progressive vascular leukoencephalopathy"}, {"code": "I674", "desc": "Hypertensive encephalopathy"}, {"code": "I675", "desc": "Moyamoya disease"}, {"code": "I676", "desc": "Nonpyogenic thrombosis of intracranial venous system"}, {"code": "I677", "desc": "Cerebral arteritis, not elsewhere classified"}, {"code": "I6781", "desc": "Acute cerebrovascular insufficiency"}, {"code": "I6782", "desc": "Cerebral ischemia"}, {"code": "I6783", "desc": "Posterior reversible encephalopathy syndrome"}, {"code": "I67841", "desc": "Reversible cerebrovascular vasoconstriction syndrome"}, {"code": "I67848", "desc": "Other cerebrovascular vasospasm and vasoconstriction"}, {"code": "I6789", "desc": "Other cerebrovascular disease"}, {"code": "I679", "desc": "Cerebrovascular disease, unspecified"}, {"code": "I680", "desc": "Cerebral amyloid angiopathy"}, {"code": "I682", "desc": "Cerebral arteritis in other diseases classified elsewhere"}, {"code": "I688", "desc": "Other cerebrovascular disorders in diseases classified elsewhere"}, {"code": "I6900", "desc": "Unspecified sequelae of nontraumatic subarachnoid hemorrhage"}, {"code": "I69010", "desc": "Attention and concentration deficit following nontraumatic subarachnoid hemorrhage"}, {"code": "I69011", "desc": "Memory deficit following nontraumatic subarachnoid hemorrhage"}, {"code": "I69012", "desc": "Visuospatial deficit and spatial neglect following nontraumatic subarachnoid hemorrhage"}, {"code": "I69013", "desc": "Psychomotor deficit following nontraumatic subarachnoid hemorrhage"}, {"code": "I69014", "desc": "Frontal lobe and executive function deficit following nontraumatic subarachnoid hemorrhage"}, {"code": "I69015", "desc": "Cognitive social or emotional deficit following nontraumatic subarachnoid hemorrhage"}, {"code": "I69018", "desc": "Other symptoms and signs involving cognitive functions following nontraumatic subarachnoid hemorrhage"}, {"code": "I69019", "desc": "Unspecified symptoms and signs involving cognitive functions following nontraumatic subarachnoid hemorrhage"}, {"code": "I69020", "desc": "Aphasia following nontraumatic subarachnoid hemorrhage"}, {"code": "I69021", "desc": "Dysphasia following nontraumatic subarachnoid hemorrhage"}, {"code": "I69022", "desc": "Dysarthria following nontraumatic subarachnoid hemorrhage"}, {"code": "I69023", "desc": "Fluency disorder following nontraumatic subarachnoid hemorrhage"}, {"code": "I69028", "desc": "Other speech and language deficits following nontraumatic subarachnoid hemorrhage"}, {"code": "I69031", "desc": "Monoplegia of upper limb following nontraumatic subarachnoid hemorrhage affecting right dominant side"}, {"code": "I69032", "desc": "Monoplegia of upper limb following nontraumatic subarachnoid hemorrhage affecting left dominant side"}, {"code": "I69033", "desc": "Monoplegia of upper limb following nontraumatic subarachnoid hemorrhage affecting right non-dominant side"}, {"code": "I69034", "desc": "Monoplegia of upper limb following nontraumatic subarachnoid hemorrhage affecting left non-dominant side"}, {"code": "I69039", "desc": "Monoplegia of upper limb following nontraumatic subarachnoid hemorrhage affecting unspecified side"}, {"code": "I69041", "desc": "Monoplegia of lower limb following nontraumatic subarachnoid hemorrhage affecting right dominant side"}, {"code": "I69042", "desc": "Monoplegia of lower limb following nontraumatic subarachnoid hemorrhage affecting left dominant side"}, {"code": "I69043", "desc": "Monoplegia of lower limb following nontraumatic subarachnoid hemorrhage affecting right non-dominant side"}, {"code": "I69044", "desc": "Monoplegia of lower limb following nontraumatic subarachnoid hemorrhage affecting left non-dominant side"}, {"code": "I69049", "desc": "Monoplegia of lower limb following nontraumatic subarachnoid hemorrhage affecting unspecified side"}, {"code": "I69051", "desc": "Hemiplegia and hemiparesis following nontraumatic subarachnoid hemorrhage affecting right dominant side"}, {"code": "I69052", "desc": "Hemiplegia and hemiparesis following nontraumatic subarachnoid hemorrhage affecting left dominant side"}, {"code": "I69053", "desc": "Hemiplegia and hemiparesis following nontraumatic subarachnoid hemorrhage affecting right non-dominant side"}, {"code": "I69054", "desc": "Hemiplegia and hemiparesis following nontraumatic subarachnoid hemorrhage affecting left non-dominant side"}, {"code": "I69059", "desc": "Hemiplegia and hemiparesis following nontraumatic subarachnoid hemorrhage affecting unspecified side"}, {"code": "I69061", "desc": "Other paralytic syndrome following nontraumatic subarachnoid hemorrhage affecting right dominant side"}, {"code": "I69062", "desc": "Other paralytic syndrome following nontraumatic subarachnoid hemorrhage affecting left dominant side"}, {"code": "I69063", "desc": "Other paralytic syndrome following nontraumatic subarachnoid hemorrhage affecting right non-dominant side"}, {"code": "I69064", "desc": "Other paralytic syndrome following nontraumatic subarachnoid hemorrhage affecting left non-dominant side"}, {"code": "I69065", "desc": "Other paralytic syndrome following nontraumatic subarachnoid hemorrhage, bilateral"}, {"code": "I69069", "desc": "Other paralytic syndrome following nontraumatic subarachnoid hemorrhage affecting unspecified side"}, {"code": "I69090", "desc": "Apraxia following nontraumatic subarachnoid hemorrhage"}, {"code": "I69091", "desc": "Dysphagia following nontraumatic subarachnoid hemorrhage"}, {"code": "I69092", "desc": "Facial weakness following nontraumatic subarachnoid hemorrhage"}, {"code": "I69093", "desc": "Ataxia following nontraumatic subarachnoid hemorrhage"}, {"code": "I69098", "desc": "Other sequelae following nontraumatic subarachnoid hemorrhage"}, {"code": "I6910", "desc": "Unspecified sequelae of nontraumatic intracerebral hemorrhage"}, {"code": "I69110", "desc": "Attention and concentration deficit following nontraumatic intracerebral hemorrhage"}, {"code": "I69111", "desc": "Memory deficit following nontraumatic intracerebral hemorrhage"}, {"code": "I69112", "desc": "Visuospatial deficit and spatial neglect following nontraumatic intracerebral hemorrhage"}, {"code": "I69113", "desc": "Psychomotor deficit following nontraumatic intracerebral hemorrhage"}, {"code": "I69114", "desc": "Frontal lobe and executive function deficit following nontraumatic intracerebral hemorrhage"}, {"code": "I69115", "desc": "Cognitive social or emotional deficit following nontraumatic intracerebral hemorrhage"}, {"code": "I69118", "desc": "Other symptoms and signs involving cognitive functions following nontraumatic intracerebral hemorrhage"}, {"code": "I69119", "desc": "Unspecified symptoms and signs involving cognitive functions following nontraumatic intracerebral hemorrhage"}, {"code": "I69120", "desc": "Aphasia following nontraumatic intracerebral hemorrhage"}, {"code": "I69121", "desc": "Dysphasia following nontraumatic intracerebral hemorrhage"}, {"code": "I69122", "desc": "Dysarthria following nontraumatic intracerebral hemorrhage"}, {"code": "I69123", "desc": "Fluency disorder following nontraumatic intracerebral hemorrhage"}, {"code": "I69128", "desc": "Other speech and language deficits following nontraumatic intracerebral hemorrhage"}, {"code": "I69131", "desc": "Monoplegia of upper limb following nontraumatic intracerebral hemorrhage affecting right dominant side"}, {"code": "I69132", "desc": "Monoplegia of upper limb following nontraumatic intracerebral hemorrhage affecting left dominant side"}, {"code": "I69133", "desc": "Monoplegia of upper limb following nontraumatic intracerebral hemorrhage affecting right non-dominant side"}, {"code": "I69134", "desc": "Monoplegia of upper limb following nontraumatic intracerebral hemorrhage affecting left non-dominant side"}, {"code": "I69139", "desc": "Monoplegia of upper limb following nontraumatic intracerebral hemorrhage affecting unspecified side"}, {"code": "I69141", "desc": "Monoplegia of lower limb following nontraumatic intracerebral hemorrhage affecting right dominant side"}, {"code": "I69142", "desc": "Monoplegia of lower limb following nontraumatic intracerebral hemorrhage affecting left dominant side"}, {"code": "I69143", "desc": "Monoplegia of lower limb following nontraumatic intracerebral hemorrhage affecting right non-dominant side"}, {"code": "I69144", "desc": "Monoplegia of lower limb following nontraumatic intracerebral hemorrhage affecting left non-dominant side"}, {"code": "I69149", "desc": "Monoplegia of lower limb following nontraumatic intracerebral hemorrhage affecting unspecified side"}, {"code": "I69151", "desc": "Hemiplegia and hemiparesis following nontraumatic intracerebral hemorrhage affecting right dominant side"}, {"code": "I69152", "desc": "Hemiplegia and hemiparesis following nontraumatic intracerebral hemorrhage affecting left dominant side"}, {"code": "I69153", "desc": "Hemiplegia and hemiparesis following nontraumatic intracerebral hemorrhage affecting right non-dominant side"}, {"code": "I69154", "desc": "Hemiplegia and hemiparesis following nontraumatic intracerebral hemorrhage affecting left non-dominant side"}, {"code": "I69159", "desc": "Hemiplegia and hemiparesis following nontraumatic intracerebral hemorrhage affecting unspecified side"}, {"code": "I69161", "desc": "Other paralytic syndrome following nontraumatic intracerebral hemorrhage affecting right dominant side"}, {"code": "I69162", "desc": "Other paralytic syndrome following nontraumatic intracerebral hemorrhage affecting left dominant side"}, {"code": "I69163", "desc": "Other paralytic syndrome following nontraumatic intracerebral hemorrhage affecting right non-dominant side"}, {"code": "I69164", "desc": "Other paralytic syndrome following nontraumatic intracerebral hemorrhage affecting left non-dominant side"}, {"code": "I69165", "desc": "Other paralytic syndrome following nontraumatic intracerebral hemorrhage, bilateral"}, {"code": "I69169", "desc": "Other paralytic syndrome following nontraumatic intracerebral hemorrhage affecting unspecified side"}, {"code": "I69190", "desc": "Apraxia following nontraumatic intracerebral hemorrhage"}, {"code": "I69191", "desc": "Dysphagia following nontraumatic intracerebral hemorrhage"}, {"code": "I69192", "desc": "Facial weakness following nontraumatic intracerebral hemorrhage"}, {"code": "I69193", "desc": "Ataxia following nontraumatic intracerebral hemorrhage"}, {"code": "I69198", "desc": "Other sequelae of nontraumatic intracerebral hemorrhage"}, {"code": "I6920", "desc": "Unspecified sequelae of other nontraumatic intracranial hemorrhage"}, {"code": "I69210", "desc": "Attention and concentration deficit following other nontraumatic intracranial hemorrhage"}, {"code": "I69211", "desc": "Memory deficit following other nontraumatic intracranial hemorrhage"}, {"code": "I69212", "desc": "Visuospatial deficit and spatial neglect following other nontraumatic intracranial hemorrhage"}, {"code": "I69213", "desc": "Psychomotor deficit following other nontraumatic intracranial hemorrhage"}, {"code": "I69214", "desc": "Frontal lobe and executive function deficit following other nontraumatic intracranial hemorrhage"}, {"code": "I69215", "desc": "Cognitive social or emotional deficit following other nontraumatic intracranial hemorrhage"}, {"code": "I69218", "desc": "Other symptoms and signs involving cognitive functions following other nontraumatic intracranial hemorrhage"}, {"code": "I69219", "desc": "Unspecified symptoms and signs involving cognitive functions following other nontraumatic intracranial hemorrhage"}, {"code": "I69220", "desc": "Aphasia following other nontraumatic intracranial hemorrhage"}, {"code": "I69221", "desc": "Dysphasia following other nontraumatic intracranial hemorrhage"}, {"code": "I69222", "desc": "Dysarthria following other nontraumatic intracranial hemorrhage"}, {"code": "I69223", "desc": "Fluency disorder following other nontraumatic intracranial hemorrhage"}, {"code": "I69228", "desc": "Other speech and language deficits following other nontraumatic intracranial hemorrhage"}, {"code": "I69231", "desc": "Monoplegia of upper limb following other nontraumatic intracranial hemorrhage affecting right dominant side"}, {"code": "I69232", "desc": "Monoplegia of upper limb following other nontraumatic intracranial hemorrhage affecting left dominant side"}, {"code": "I69233", "desc": "Monoplegia of upper limb following other nontraumatic intracranial hemorrhage affecting right non-dominant side"}, {"code": "I69234", "desc": "Monoplegia of upper limb following other nontraumatic intracranial hemorrhage affecting left non-dominant side"}, {"code": "I69239", "desc": "Monoplegia of upper limb following other nontraumatic intracranial hemorrhage affecting unspecified side"}, {"code": "I69241", "desc": "Monoplegia of lower limb following other nontraumatic intracranial hemorrhage affecting right dominant side"}, {"code": "I69242", "desc": "Monoplegia of lower limb following other nontraumatic intracranial hemorrhage affecting left dominant side"}, {"code": "I69243", "desc": "Monoplegia of lower limb following other nontraumatic intracranial hemorrhage affecting right non-dominant side"}, {"code": "I69244", "desc": "Monoplegia of lower limb following other nontraumatic intracranial hemorrhage affecting left non-dominant side"}, {"code": "I69249", "desc": "Monoplegia of lower limb following other nontraumatic intracranial hemorrhage affecting unspecified side"}, {"code": "I69251", "desc": "Hemiplegia and hemiparesis following other nontraumatic intracranial hemorrhage affecting right dominant side"}, {"code": "I69252", "desc": "Hemiplegia and hemiparesis following other nontraumatic intracranial hemorrhage affecting left dominant side"}, {"code": "I69253", "desc": "Hemiplegia and hemiparesis following other nontraumatic intracranial hemorrhage affecting right non-dominant side"}, {"code": "I69254", "desc": "Hemiplegia and hemiparesis following other nontraumatic intracranial hemorrhage affecting left non-dominant side"}, {"code": "I69259", "desc": "Hemiplegia and hemiparesis following other nontraumatic intracranial hemorrhage affecting unspecified side"}, {"code": "I69261", "desc": "Other paralytic syndrome following other nontraumatic intracranial hemorrhage affecting right dominant side"}, {"code": "I69262", "desc": "Other paralytic syndrome following other nontraumatic intracranial hemorrhage affecting left dominant side"}, {"code": "I69263", "desc": "Other paralytic syndrome following other nontraumatic intracranial hemorrhage affecting right non-dominant side"}, {"code": "I69264", "desc": "Other paralytic syndrome following other nontraumatic intracranial hemorrhage affecting left non-dominant side"}, {"code": "I69265", "desc": "Other paralytic syndrome following other nontraumatic intracranial hemorrhage, bilateral"}, {"code": "I69269", "desc": "Other paralytic syndrome following other nontraumatic intracranial hemorrhage affecting unspecified side"}, {"code": "I69290", "desc": "Apraxia following other nontraumatic intracranial hemorrhage"}, {"code": "I69291", "desc": "Dysphagia following other nontraumatic intracranial hemorrhage"}, {"code": "I69292", "desc": "Facial weakness following other nontraumatic intracranial hemorrhage"}, {"code": "I69293", "desc": "Ataxia following other nontraumatic intracranial hemorrhage"}, {"code": "I69298", "desc": "Other sequelae of other nontraumatic intracranial hemorrhage"}, {"code": "I6930", "desc": "Unspecified sequelae of cerebral infarction"}, {"code": "I69310", "desc": "Attention and concentration deficit following cerebral infarction"}, {"code": "I69311", "desc": "Memory deficit following cerebral infarction"}, {"code": "I69312", "desc": "Visuospatial deficit and spatial neglect following cerebral infarction"}, {"code": "I69313", "desc": "Psychomotor deficit following cerebral infarction"}, {"code": "I69314", "desc": "Frontal lobe and executive function deficit following cerebral infarction"}, {"code": "I69315", "desc": "Cognitive social or emotional deficit following cerebral infarction"}, {"code": "I69318", "desc": "Other symptoms and signs involving cognitive functions following cerebral infarction"}, {"code": "I69319", "desc": "Unspecified symptoms and signs involving cognitive functions following cerebral infarction"}, {"code": "I69320", "desc": "Aphasia following cerebral infarction"}, {"code": "I69321", "desc": "Dysphasia following cerebral infarction"}, {"code": "I69322", "desc": "Dysarthria following cerebral infarction"}, {"code": "I69323", "desc": "Fluency disorder following cerebral infarction"}, {"code": "I69328", "desc": "Other speech and language deficits following cerebral infarction"}, {"code": "I69331", "desc": "Monoplegia of upper limb following cerebral infarction affecting right dominant side"}, {"code": "I69332", "desc": "Monoplegia of upper limb following cerebral infarction affecting left dominant side"}, {"code": "I69333", "desc": "Monoplegia of upper limb following cerebral infarction affecting right non-dominant side"}, {"code": "I69334", "desc": "Monoplegia of upper limb following cerebral infarction affecting left non-dominant side"}, {"code": "I69339", "desc": "Monoplegia of upper limb following cerebral infarction affecting unspecified side"}, {"code": "I69341", "desc": "Monoplegia of lower limb following cerebral infarction affecting right dominant side"}, {"code": "I69342", "desc": "Monoplegia of lower limb following cerebral infarction affecting left dominant side"}, {"code": "I69343", "desc": "Monoplegia of lower limb following cerebral infarction affecting right non-dominant side"}, {"code": "I69344", "desc": "Monoplegia of lower limb following cerebral infarction affecting left non-dominant side"}, {"code": "I69349", "desc": "Monoplegia of lower limb following cerebral infarction affecting unspecified side"}, {"code": "I69351", "desc": "Hemiplegia and hemiparesis following cerebral infarction affecting right dominant side"}, {"code": "I69352", "desc": "Hemiplegia and hemiparesis following cerebral infarction affecting left dominant side"}, {"code": "I69353", "desc": "Hemiplegia and hemiparesis following cerebral infarction affecting right non-dominant side"}, {"code": "I69354", "desc": "Hemiplegia and hemiparesis following cerebral infarction affecting left non-dominant side"}, {"code": "I69359", "desc": "Hemiplegia and hemiparesis following cerebral infarction affecting unspecified side"}, {"code": "I69361", "desc": "Other paralytic syndrome following cerebral infarction affecting right dominant side"}, {"code": "I69362", "desc": "Other paralytic syndrome following cerebral infarction affecting left dominant side"}, {"code": "I69363", "desc": "Other paralytic syndrome following cerebral infarction affecting right non-dominant side"}, {"code": "I69364", "desc": "Other paralytic syndrome following cerebral infarction affecting left non-dominant side"}, {"code": "I69365", "desc": "Other paralytic syndrome following cerebral infarction, bilateral"}, {"code": "I69369", "desc": "Other paralytic syndrome following cerebral infarction affecting unspecified side"}, {"code": "I69390", "desc": "Apraxia following cerebral infarction"}, {"code": "I69391", "desc": "Dysphagia following cerebral infarction"}, {"code": "I69392", "desc": "Facial weakness following cerebral infarction"}, {"code": "I69393", "desc": "Ataxia following cerebral infarction"}, {"code": "I69398", "desc": "Other sequelae of cerebral infarction"}, {"code": "I6980", "desc": "Unspecified sequelae of other cerebrovascular disease"}, {"code": "I69810", "desc": "Attention and concentration deficit following other cerebrovascular disease"}, {"code": "I69811", "desc": "Memory deficit following other cerebrovascular disease"}, {"code": "I69812", "desc": "Visuospatial deficit and spatial neglect following other cerebrovascular disease"}, {"code": "I69813", "desc": "Psychomotor deficit following other cerebrovascular disease"}, {"code": "I69814", "desc": "Frontal lobe and executive function deficit following other cerebrovascular disease"}, {"code": "I69815", "desc": "Cognitive social or emotional deficit following other cerebrovascular disease"}, {"code": "I69818", "desc": "Other symptoms and signs involving cognitive functions following other cerebrovascular disease"}, {"code": "I69819", "desc": "Unspecified symptoms and signs involving cognitive functions following other cerebrovascular disease"}, {"code": "I69820", "desc": "Aphasia following other cerebrovascular disease"}, {"code": "I69821", "desc": "Dysphasia following other cerebrovascular disease"}, {"code": "I69822", "desc": "Dysarthria following other cerebrovascular disease"}, {"code": "I69823", "desc": "Fluency disorder following other cerebrovascular disease"}, {"code": "I69828", "desc": "Other speech and language deficits following other cerebrovascular disease"}, {"code": "I69831", "desc": "Monoplegia of upper limb following other cerebrovascular disease affecting right dominant side"}, {"code": "I69832", "desc": "Monoplegia of upper limb following other cerebrovascular disease affecting left dominant side"}, {"code": "I69833", "desc": "Monoplegia of upper limb following other cerebrovascular disease affecting right non-dominant side"}, {"code": "I69834", "desc": "Monoplegia of upper limb following other cerebrovascular disease affecting left non-dominant side"}, {"code": "I69839", "desc": "Monoplegia of upper limb following other cerebrovascular disease affecting unspecified side"}, {"code": "I69841", "desc": "Monoplegia of lower limb following other cerebrovascular disease affecting right dominant side"}, {"code": "I69842", "desc": "Monoplegia of lower limb following other cerebrovascular disease affecting left dominant side"}, {"code": "I69843", "desc": "Monoplegia of lower limb following other cerebrovascular disease affecting right non-dominant side"}, {"code": "I69844", "desc": "Monoplegia of lower limb following other cerebrovascular disease affecting left non-dominant side"}, {"code": "I69849", "desc": "Monoplegia of lower limb following other cerebrovascular disease affecting unspecified side"}, {"code": "I69851", "desc": "Hemiplegia and hemiparesis following other cerebrovascular disease affecting right dominant side"}, {"code": "I69852", "desc": "Hemiplegia and hemiparesis following other cerebrovascular disease affecting left dominant side"}, {"code": "I69853", "desc": "Hemiplegia and hemiparesis following other cerebrovascular disease affecting right non-dominant side"}, {"code": "I69854", "desc": "Hemiplegia and hemiparesis following other cerebrovascular disease affecting left non-dominant side"}, {"code": "I69859", "desc": "Hemiplegia and hemiparesis following other cerebrovascular disease affecting unspecified side"}, {"code": "I69861", "desc": "Other paralytic syndrome following other cerebrovascular disease affecting right dominant side"}, {"code": "I69862", "desc": "Other paralytic syndrome following other cerebrovascular disease affecting left dominant side"}, {"code": "I69863", "desc": "Other paralytic syndrome following other cerebrovascular disease affecting right non-dominant side"}, {"code": "I69864", "desc": "Other paralytic syndrome following other cerebrovascular disease affecting left non-dominant side"}, {"code": "I69865", "desc": "Other paralytic syndrome following other cerebrovascular disease, bilateral"}, {"code": "I69869", "desc": "Other paralytic syndrome following other cerebrovascular disease affecting unspecified side"}, {"code": "I69890", "desc": "Apraxia following other cerebrovascular disease"}, {"code": "I69891", "desc": "Dysphagia following other cerebrovascular disease"}, {"code": "I69892", "desc": "Facial weakness following other cerebrovascular disease"}, {"code": "I69893", "desc": "Ataxia following other cerebrovascular disease"}, {"code": "I69898", "desc": "Other sequelae of other cerebrovascular disease"}, {"code": "I6990", "desc": "Unspecified sequelae of unspecified cerebrovascular disease"}, {"code": "I69910", "desc": "Attention and concentration deficit following unspecified cerebrovascular disease"}, {"code": "I69911", "desc": "Memory deficit following unspecified cerebrovascular disease"}, {"code": "I69912", "desc": "Visuospatial deficit and spatial neglect following unspecified cerebrovascular disease"}, {"code": "I69913", "desc": "Psychomotor deficit following unspecified cerebrovascular disease"}, {"code": "I69914", "desc": "Frontal lobe and executive function deficit following unspecified cerebrovascular disease"}, {"code": "I69915", "desc": "Cognitive social or emotional deficit following unspecified cerebrovascular disease"}, {"code": "I69918", "desc": "Other symptoms and signs involving cognitive functions following unspecified cerebrovascular disease"}, {"code": "I69919", "desc": "Unspecified symptoms and signs involving cognitive functions following unspecified cerebrovascular disease"}, {"code": "I69920", "desc": "Aphasia following unspecified cerebrovascular disease"}, {"code": "I69921", "desc": "Dysphasia following unspecified cerebrovascular disease"}, {"code": "I69922", "desc": "Dysarthria following unspecified cerebrovascular disease"}, {"code": "I69923", "desc": "Fluency disorder following unspecified cerebrovascular disease"}, {"code": "I69928", "desc": "Other speech and language deficits following unspecified cerebrovascular disease"}, {"code": "I69931", "desc": "Monoplegia of upper limb following unspecified cerebrovascular disease affecting right dominant side"}, {"code": "I69932", "desc": "Monoplegia of upper limb following unspecified cerebrovascular disease affecting left dominant side"}, {"code": "I69933", "desc": "Monoplegia of upper limb following unspecified cerebrovascular disease affecting right non-dominant side"}, {"code": "I69934", "desc": "Monoplegia of upper limb following unspecified cerebrovascular disease affecting left non-dominant side"}, {"code": "I69939", "desc": "Monoplegia of upper limb following unspecified cerebrovascular disease affecting unspecified side"}, {"code": "I69941", "desc": "Monoplegia of lower limb following unspecified cerebrovascular disease affecting right dominant side"}, {"code": "I69942", "desc": "Monoplegia of lower limb following unspecified cerebrovascular disease affecting left dominant side"}, {"code": "I69943", "desc": "Monoplegia of lower limb following unspecified cerebrovascular disease affecting right non-dominant side"}, {"code": "I69944", "desc": "Monoplegia of lower limb following unspecified cerebrovascular disease affecting left non-dominant side"}, {"code": "I69949", "desc": "Monoplegia of lower limb following unspecified cerebrovascular disease affecting unspecified side"}, {"code": "I69951", "desc": "Hemiplegia and hemiparesis following unspecified cerebrovascular disease affecting right dominant side"}, {"code": "I69952", "desc": "Hemiplegia and hemiparesis following unspecified cerebrovascular disease affecting left dominant side"}, {"code": "I69953", "desc": "Hemiplegia and hemiparesis following unspecified cerebrovascular disease affecting right non-dominant side"}, {"code": "I69954", "desc": "Hemiplegia and hemiparesis following unspecified cerebrovascular disease affecting left non-dominant side"}, {"code": "I69959", "desc": "Hemiplegia and hemiparesis following unspecified cerebrovascular disease affecting unspecified side"}, {"code": "I69961", "desc": "Other paralytic syndrome following unspecified cerebrovascular disease affecting right dominant side"}, {"code": "I69962", "desc": "Other paralytic syndrome following unspecified cerebrovascular disease affecting left dominant side"}, {"code": "I69963", "desc": "Other paralytic syndrome following unspecified cerebrovascular disease affecting right non-dominant side"}, {"code": "I69964", "desc": "Other paralytic syndrome following unspecified cerebrovascular disease affecting left non-dominant side"}, {"code": "I69965", "desc": "Other paralytic syndrome following unspecified cerebrovascular disease, bilateral"}, {"code": "I69969", "desc": "Other paralytic syndrome following unspecified cerebrovascular disease affecting unspecified side"}, {"code": "I69990", "desc": "Apraxia following unspecified cerebrovascular disease"}, {"code": "I69991", "desc": "Dysphagia following unspecified cerebrovascular disease"}, {"code": "I69992", "desc": "Facial weakness following unspecified cerebrovascular disease"}, {"code": "I69993", "desc": "Ataxia following unspecified cerebrovascular disease"}, {"code": "I69998", "desc": "Other sequelae following unspecified cerebrovascular disease"}, {"code": "I700", "desc": "Atherosclerosis of aorta"}, {"code": "I701", "desc": "Atherosclerosis of renal artery"}, {"code": "I70201", "desc": "Unspecified atherosclerosis of native arteries of extremities, right leg"}, {"code": "I70202", "desc": "Unspecified atherosclerosis of native arteries of extremities, left leg"}, {"code": "I70203", "desc": "Unspecified atherosclerosis of native arteries of extremities, bilateral legs"}, {"code": "I70208", "desc": "Unspecified atherosclerosis of native arteries of extremities, other extremity"}, {"code": "I70209", "desc": "Unspecified atherosclerosis of native arteries of extremities, unspecified extremity"}, {"code": "I70211", "desc": "Atherosclerosis of native arteries of extremities with intermittent claudication, right leg"}, {"code": "I70212", "desc": "Atherosclerosis of native arteries of extremities with intermittent claudication, left leg"}, {"code": "I70213", "desc": "Atherosclerosis of native arteries of extremities with intermittent claudication, bilateral legs"}, {"code": "I70218", "desc": "Atherosclerosis of native arteries of extremities with intermittent claudication, other extremity"}, {"code": "I70219", "desc": "Atherosclerosis of native arteries of extremities with intermittent claudication, unspecified extremity"}, {"code": "I70221", "desc": "Atherosclerosis of native arteries of extremities with rest pain, right leg"}, {"code": "I70222", "desc": "Atherosclerosis of native arteries of extremities with rest pain, left leg"}, {"code": "I70223", "desc": "Atherosclerosis of native arteries of extremities with rest pain, bilateral legs"}, {"code": "I70228", "desc": "Atherosclerosis of native arteries of extremities with rest pain, other extremity"}, {"code": "I70229", "desc": "Atherosclerosis of native arteries of extremities with rest pain, unspecified extremity"}, {"code": "I70231", "desc": "Atherosclerosis of native arteries of right leg with ulceration of thigh"}, {"code": "I70232", "desc": "Atherosclerosis of native arteries of right leg with ulceration of calf"}, {"code": "I70233", "desc": "Atherosclerosis of native arteries of right leg with ulceration of ankle"}, {"code": "I70234", "desc": "Atherosclerosis of native arteries of right leg with ulceration of heel and midfoot"}, {"code": "I70235", "desc": "Atherosclerosis of native arteries of right leg with ulceration of other part of foot"}, {"code": "I70238", "desc": "Atherosclerosis of native arteries of right leg with ulceration of other part of lower right leg"}, {"code": "I70239", "desc": "Atherosclerosis of native arteries of right leg with ulceration of unspecified site"}, {"code": "I70241", "desc": "Atherosclerosis of native arteries of left leg with ulceration of thigh"}, {"code": "I70242", "desc": "Atherosclerosis of native arteries of left leg with ulceration of calf"}, {"code": "I70243", "desc": "Atherosclerosis of native arteries of left leg with ulceration of ankle"}, {"code": "I70244", "desc": "Atherosclerosis of native arteries of left leg with ulceration of heel and midfoot"}, {"code": "I70245", "desc": "Atherosclerosis of native arteries of left leg with ulceration of other part of foot"}, {"code": "I70248", "desc": "Atherosclerosis of native arteries of left leg with ulceration of other part of lower left leg"}, {"code": "I70249", "desc": "Atherosclerosis of native arteries of left leg with ulceration of unspecified site"}, {"code": "I7025", "desc": "Atherosclerosis of native arteries of other extremities with ulceration"}, {"code": "I70261", "desc": "Atherosclerosis of native arteries of extremities with gangrene, right leg"}, {"code": "I70262", "desc": "Atherosclerosis of native arteries of extremities with gangrene, left leg"}, {"code": "I70263", "desc": "Atherosclerosis of native arteries of extremities with gangrene, bilateral legs"}, {"code": "I70268", "desc": "Atherosclerosis of native arteries of extremities with gangrene, other extremity"}, {"code": "I70269", "desc": "Atherosclerosis of native arteries of extremities with gangrene, unspecified extremity"}, {"code": "I70291", "desc": "Other atherosclerosis of native arteries of extremities, right leg"}, {"code": "I70292", "desc": "Other atherosclerosis of native arteries of extremities, left leg"}, {"code": "I70293", "desc": "Other atherosclerosis of native arteries of extremities, bilateral legs"}, {"code": "I70298", "desc": "Other atherosclerosis of native arteries of extremities, other extremity"}, {"code": "I70299", "desc": "Other atherosclerosis of native arteries of extremities, unspecified extremity"}, {"code": "I70301", "desc": "Unspecified atherosclerosis of unspecified type of bypass graft(s) of the extremities, right leg"}, {"code": "I70302", "desc": "Unspecified atherosclerosis of unspecified type of bypass graft(s) of the extremities, left leg"}, {"code": "I70303", "desc": "Unspecified atherosclerosis of unspecified type of bypass graft(s) of the extremities, bilateral legs"}, {"code": "I70308", "desc": "Unspecified atherosclerosis of unspecified type of bypass graft(s) of the extremities, other extremity"}, {"code": "I70309", "desc": "Unspecified atherosclerosis of unspecified type of bypass graft(s) of the extremities, unspecified extremity"}, {"code": "I70311", "desc": "Atherosclerosis of unspecified type of bypass graft(s) of the extremities with intermittent claudication, right leg"}, {"code": "I70312", "desc": "Atherosclerosis of unspecified type of bypass graft(s) of the extremities with intermittent claudication, left leg"}, {"code": "I70313", "desc": "Atherosclerosis of unspecified type of bypass graft(s) of the extremities with intermittent claudication, bilateral legs"}, {"code": "I70318", "desc": "Atherosclerosis of unspecified type of bypass graft(s) of the extremities with intermittent claudication, other extremity"}, {"code": "I70319", "desc": "Atherosclerosis of unspecified type of bypass graft(s) of the extremities with intermittent claudication, unspecified extremity"}, {"code": "I70321", "desc": "Atherosclerosis of unspecified type of bypass graft(s) of the extremities with rest pain, right leg"}, {"code": "I70322", "desc": "Atherosclerosis of unspecified type of bypass graft(s) of the extremities with rest pain, left leg"}, {"code": "I70323", "desc": "Atherosclerosis of unspecified type of bypass graft(s) of the extremities with rest pain, bilateral legs"}, {"code": "I70328", "desc": "Atherosclerosis of unspecified type of bypass graft(s) of the extremities with rest pain, other extremity"}, {"code": "I70329", "desc": "Atherosclerosis of unspecified type of bypass graft(s) of the extremities with rest pain, unspecified extremity"}, {"code": "I70331", "desc": "Atherosclerosis of unspecified type of bypass graft(s) of the right leg with ulceration of thigh"}, {"code": "I70332", "desc": "Atherosclerosis of unspecified type of bypass graft(s) of the right leg with ulceration of calf"}, {"code": "I70333", "desc": "Atherosclerosis of unspecified type of bypass graft(s) of the right leg with ulceration of ankle"}, {"code": "I70334", "desc": "Atherosclerosis of unspecified type of bypass graft(s) of the right leg with ulceration of heel and midfoot"}, {"code": "I70335", "desc": "Atherosclerosis of unspecified type of bypass graft(s) of the right leg with ulceration of other part of foot"}, {"code": "I70338", "desc": "Atherosclerosis of unspecified type of bypass graft(s) of the right leg with ulceration of other part of lower leg"}, {"code": "I70339", "desc": "Atherosclerosis of unspecified type of bypass graft(s) of the right leg with ulceration of unspecified site"}, {"code": "I70341", "desc": "Atherosclerosis of unspecified type of bypass graft(s) of the left leg with ulceration of thigh"}, {"code": "I70342", "desc": "Atherosclerosis of unspecified type of bypass graft(s) of the left leg with ulceration of calf"}, {"code": "I70343", "desc": "Atherosclerosis of unspecified type of bypass graft(s) of the left leg with ulceration of ankle"}, {"code": "I70344", "desc": "Atherosclerosis of unspecified type of bypass graft(s) of the left leg with ulceration of heel and midfoot"}, {"code": "I70345", "desc": "Atherosclerosis of unspecified type of bypass graft(s) of the left leg with ulceration of other part of foot"}, {"code": "I70348", "desc": "Atherosclerosis of unspecified type of bypass graft(s) of the left leg with ulceration of other part of lower leg"}, {"code": "I70349", "desc": "Atherosclerosis of unspecified type of bypass graft(s) of the left leg with ulceration of unspecified site"}, {"code": "I7035", "desc": "Atherosclerosis of unspecified type of bypass graft(s) of other extremity with ulceration"}, {"code": "I70361", "desc": "Atherosclerosis of unspecified type of bypass graft(s) of the extremities with gangrene, right leg"}, {"code": "I70362", "desc": "Atherosclerosis of unspecified type of bypass graft(s) of the extremities with gangrene, left leg"}, {"code": "I70363", "desc": "Atherosclerosis of unspecified type of bypass graft(s) of the extremities with gangrene, bilateral legs"}, {"code": "I70368", "desc": "Atherosclerosis of unspecified type of bypass graft(s) of the extremities with gangrene, other extremity"}, {"code": "I70369", "desc": "Atherosclerosis of unspecified type of bypass graft(s) of the extremities with gangrene, unspecified extremity"}, {"code": "I70391", "desc": "Other atherosclerosis of unspecified type of bypass graft(s) of the extremities, right leg"}, {"code": "I70392", "desc": "Other atherosclerosis of unspecified type of bypass graft(s) of the extremities, left leg"}, {"code": "I70393", "desc": "Other atherosclerosis of unspecified type of bypass graft(s) of the extremities, bilateral legs"}, {"code": "I70398", "desc": "Other atherosclerosis of unspecified type of bypass graft(s) of the extremities, other extremity"}, {"code": "I70399", "desc": "Other atherosclerosis of unspecified type of bypass graft(s) of the extremities, unspecified extremity"}, {"code": "I70401", "desc": "Unspecified atherosclerosis of autologous vein bypass graft(s) of the extremities, right leg"}, {"code": "I70402", "desc": "Unspecified atherosclerosis of autologous vein bypass graft(s) of the extremities, left leg"}, {"code": "I70403", "desc": "Unspecified atherosclerosis of autologous vein bypass graft(s) of the extremities, bilateral legs"}, {"code": "I70408", "desc": "Unspecified atherosclerosis of autologous vein bypass graft(s) of the extremities, other extremity"}, {"code": "I70409", "desc": "Unspecified atherosclerosis of autologous vein bypass graft(s) of the extremities, unspecified extremity"}, {"code": "I70411", "desc": "Atherosclerosis of autologous vein bypass graft(s) of the extremities with intermittent claudication, right leg"}, {"code": "I70412", "desc": "Atherosclerosis of autologous vein bypass graft(s) of the extremities with intermittent claudication, left leg"}, {"code": "I70413", "desc": "Atherosclerosis of autologous vein bypass graft(s) of the extremities with intermittent claudication, bilateral legs"}, {"code": "I70418", "desc": "Atherosclerosis of autologous vein bypass graft(s) of the extremities with intermittent claudication, other extremity"}, {"code": "I70419", "desc": "Atherosclerosis of autologous vein bypass graft(s) of the extremities with intermittent claudication, unspecified extremity"}, {"code": "I70421", "desc": "Atherosclerosis of autologous vein bypass graft(s) of the extremities with rest pain, right leg"}, {"code": "I70422", "desc": "Atherosclerosis of autologous vein bypass graft(s) of the extremities with rest pain, left leg"}, {"code": "I70423", "desc": "Atherosclerosis of autologous vein bypass graft(s) of the extremities with rest pain, bilateral legs"}, {"code": "I70428", "desc": "Atherosclerosis of autologous vein bypass graft(s) of the extremities with rest pain, other extremity"}, {"code": "I70429", "desc": "Atherosclerosis of autologous vein bypass graft(s) of the extremities with rest pain, unspecified extremity"}, {"code": "I70431", "desc": "Atherosclerosis of autologous vein bypass graft(s) of the right leg with ulceration of thigh"}, {"code": "I70432", "desc": "Atherosclerosis of autologous vein bypass graft(s) of the right leg with ulceration of calf"}, {"code": "I70433", "desc": "Atherosclerosis of autologous vein bypass graft(s) of the right leg with ulceration of ankle"}, {"code": "I70434", "desc": "Atherosclerosis of autologous vein bypass graft(s) of the right leg with ulceration of heel and midfoot"}, {"code": "I70435", "desc": "Atherosclerosis of autologous vein bypass graft(s) of the right leg with ulceration of other part of foot"}, {"code": "I70438", "desc": "Atherosclerosis of autologous vein bypass graft(s) of the right leg with ulceration of other part of lower leg"}, {"code": "I70439", "desc": "Atherosclerosis of autologous vein bypass graft(s) of the right leg with ulceration of unspecified site"}, {"code": "I70441", "desc": "Atherosclerosis of autologous vein bypass graft(s) of the left leg with ulceration of thigh"}, {"code": "I70442", "desc": "Atherosclerosis of autologous vein bypass graft(s) of the left leg with ulceration of calf"}, {"code": "I70443", "desc": "Atherosclerosis of autologous vein bypass graft(s) of the left leg with ulceration of ankle"}, {"code": "I70444", "desc": "Atherosclerosis of autologous vein bypass graft(s) of the left leg with ulceration of heel and midfoot"}, {"code": "I70445", "desc": "Atherosclerosis of autologous vein bypass graft(s) of the left leg with ulceration of other part of foot"}, {"code": "I70448", "desc": "Atherosclerosis of autologous vein bypass graft(s) of the left leg with ulceration of other part of lower leg"}, {"code": "I70449", "desc": "Atherosclerosis of autologous vein bypass graft(s) of the left leg with ulceration of unspecified site"}, {"code": "I7045", "desc": "Atherosclerosis of autologous vein bypass graft(s) of other extremity with ulceration"}, {"code": "I70461", "desc": "Atherosclerosis of autologous vein bypass graft(s) of the extremities with gangrene, right leg"}, {"code": "I70462", "desc": "Atherosclerosis of autologous vein bypass graft(s) of the extremities with gangrene, left leg"}, {"code": "I70463", "desc": "Atherosclerosis of autologous vein bypass graft(s) of the extremities with gangrene, bilateral legs"}, {"code": "I70468", "desc": "Atherosclerosis of autologous vein bypass graft(s) of the extremities with gangrene, other extremity"}, {"code": "I70469", "desc": "Atherosclerosis of autologous vein bypass graft(s) of the extremities with gangrene, unspecified extremity"}, {"code": "I70491", "desc": "Other atherosclerosis of autologous vein bypass graft(s) of the extremities, right leg"}, {"code": "I70492", "desc": "Other atherosclerosis of autologous vein bypass graft(s) of the extremities, left leg"}, {"code": "I70493", "desc": "Other atherosclerosis of autologous vein bypass graft(s) of the extremities, bilateral legs"}, {"code": "I70498", "desc": "Other atherosclerosis of autologous vein bypass graft(s) of the extremities, other extremity"}, {"code": "I70499", "desc": "Other atherosclerosis of autologous vein bypass graft(s) of the extremities, unspecified extremity"}, {"code": "I70501", "desc": "Unspecified atherosclerosis of nonautologous biological bypass graft(s) of the extremities, right leg"}, {"code": "I70502", "desc": "Unspecified atherosclerosis of nonautologous biological bypass graft(s) of the extremities, left leg"}, {"code": "I70503", "desc": "Unspecified atherosclerosis of nonautologous biological bypass graft(s) of the extremities, bilateral legs"}, {"code": "I70508", "desc": "Unspecified atherosclerosis of nonautologous biological bypass graft(s) of the extremities, other extremity"}, {"code": "I70509", "desc": "Unspecified atherosclerosis of nonautologous biological bypass graft(s) of the extremities, unspecified extremity"}, {"code": "I70511", "desc": "Atherosclerosis of nonautologous biological bypass graft(s) of the extremities with intermittent claudication, right leg"}, {"code": "I70512", "desc": "Atherosclerosis of nonautologous biological bypass graft(s) of the extremities with intermittent claudication, left leg"}, {"code": "I70513", "desc": "Atherosclerosis of nonautologous biological bypass graft(s) of the extremities with intermittent claudication, bilateral legs"}, {"code": "I70518", "desc": "Atherosclerosis of nonautologous biological bypass graft(s) of the extremities with intermittent claudication, other extremity"}, {"code": "I70519", "desc": "Atherosclerosis of nonautologous biological bypass graft(s) of the extremities with intermittent claudication, unspecified extremity"}, {"code": "I70521", "desc": "Atherosclerosis of nonautologous biological bypass graft(s) of the extremities with rest pain, right leg"}, {"code": "I70522", "desc": "Atherosclerosis of nonautologous biological bypass graft(s) of the extremities with rest pain, left leg"}, {"code": "I70523", "desc": "Atherosclerosis of nonautologous biological bypass graft(s) of the extremities with rest pain, bilateral legs"}, {"code": "I70528", "desc": "Atherosclerosis of nonautologous biological bypass graft(s) of the extremities with rest pain, other extremity"}, {"code": "I70529", "desc": "Atherosclerosis of nonautologous biological bypass graft(s) of the extremities with rest pain, unspecified extremity"}, {"code": "I70531", "desc": "Atherosclerosis of nonautologous biological bypass graft(s) of the right leg with ulceration of thigh"}, {"code": "I70532", "desc": "Atherosclerosis of nonautologous biological bypass graft(s) of the right leg with ulceration of calf"}, {"code": "I70533", "desc": "Atherosclerosis of nonautologous biological bypass graft(s) of the right leg with ulceration of ankle"}, {"code": "I70534", "desc": "Atherosclerosis of nonautologous biological bypass graft(s) of the right leg with ulceration of heel and midfoot"}, {"code": "I70535", "desc": "Atherosclerosis of nonautologous biological bypass graft(s) of the right leg with ulceration of other part of foot"}, {"code": "I70538", "desc": "Atherosclerosis of nonautologous biological bypass graft(s) of the right leg with ulceration of other part of lower leg"}, {"code": "I70539", "desc": "Atherosclerosis of nonautologous biological bypass graft(s) of the right leg with ulceration of unspecified site"}, {"code": "I70541", "desc": "Atherosclerosis of nonautologous biological bypass graft(s) of the left leg with ulceration of thigh"}, {"code": "I70542", "desc": "Atherosclerosis of nonautologous biological bypass graft(s) of the left leg with ulceration of calf"}, {"code": "I70543", "desc": "Atherosclerosis of nonautologous biological bypass graft(s) of the left leg with ulceration of ankle"}, {"code": "I70544", "desc": "Atherosclerosis of nonautologous biological bypass graft(s) of the left leg with ulceration of heel and midfoot"}, {"code": "I70545", "desc": "Atherosclerosis of nonautologous biological bypass graft(s) of the left leg with ulceration of other part of foot"}, {"code": "I70548", "desc": "Atherosclerosis of nonautologous biological bypass graft(s) of the left leg with ulceration of other part of lower leg"}, {"code": "I70549", "desc": "Atherosclerosis of nonautologous biological bypass graft(s) of the left leg with ulceration of unspecified site"}, {"code": "I7055", "desc": "Atherosclerosis of nonautologous biological bypass graft(s) of other extremity with ulceration"}, {"code": "I70561", "desc": "Atherosclerosis of nonautologous biological bypass graft(s) of the extremities with gangrene, right leg"}, {"code": "I70562", "desc": "Atherosclerosis of nonautologous biological bypass graft(s) of the extremities with gangrene, left leg"}, {"code": "I70563", "desc": "Atherosclerosis of nonautologous biological bypass graft(s) of the extremities with gangrene, bilateral legs"}, {"code": "I70568", "desc": "Atherosclerosis of nonautologous biological bypass graft(s) of the extremities with gangrene, other extremity"}, {"code": "I70569", "desc": "Atherosclerosis of nonautologous biological bypass graft(s) of the extremities with gangrene, unspecified extremity"}, {"code": "I70591", "desc": "Other atherosclerosis of nonautologous biological bypass graft(s) of the extremities, right leg"}, {"code": "I70592", "desc": "Other atherosclerosis of nonautologous biological bypass graft(s) of the extremities, left leg"}, {"code": "I70593", "desc": "Other atherosclerosis of nonautologous biological bypass graft(s) of the extremities, bilateral legs"}, {"code": "I70598", "desc": "Other atherosclerosis of nonautologous biological bypass graft(s) of the extremities, other extremity"}, {"code": "I70599", "desc": "Other atherosclerosis of nonautologous biological bypass graft(s) of the extremities, unspecified extremity"}, {"code": "I70601", "desc": "Unspecified atherosclerosis of nonbiological bypass graft(s) of the extremities, right leg"}, {"code": "I70602", "desc": "Unspecified atherosclerosis of nonbiological bypass graft(s) of the extremities, left leg"}, {"code": "I70603", "desc": "Unspecified atherosclerosis of nonbiological bypass graft(s) of the extremities, bilateral legs"}, {"code": "I70608", "desc": "Unspecified atherosclerosis of nonbiological bypass graft(s) of the extremities, other extremity"}, {"code": "I70609", "desc": "Unspecified atherosclerosis of nonbiological bypass graft(s) of the extremities, unspecified extremity"}, {"code": "I70611", "desc": "Atherosclerosis of nonbiological bypass graft(s) of the extremities with intermittent claudication, right leg"}, {"code": "I70612", "desc": "Atherosclerosis of nonbiological bypass graft(s) of the extremities with intermittent claudication, left leg"}, {"code": "I70613", "desc": "Atherosclerosis of nonbiological bypass graft(s) of the extremities with intermittent claudication, bilateral legs"}, {"code": "I70618", "desc": "Atherosclerosis of nonbiological bypass graft(s) of the extremities with intermittent claudication, other extremity"}, {"code": "I70619", "desc": "Atherosclerosis of nonbiological bypass graft(s) of the extremities with intermittent claudication, unspecified extremity"}, {"code": "I70621", "desc": "Atherosclerosis of nonbiological bypass graft(s) of the extremities with rest pain, right leg"}, {"code": "I70622", "desc": "Atherosclerosis of nonbiological bypass graft(s) of the extremities with rest pain, left leg"}, {"code": "I70623", "desc": "Atherosclerosis of nonbiological bypass graft(s) of the extremities with rest pain, bilateral legs"}, {"code": "I70628", "desc": "Atherosclerosis of nonbiological bypass graft(s) of the extremities with rest pain, other extremity"}, {"code": "I70629", "desc": "Atherosclerosis of nonbiological bypass graft(s) of the extremities with rest pain, unspecified extremity"}, {"code": "I70631", "desc": "Atherosclerosis of nonbiological bypass graft(s) of the right leg with ulceration of thigh"}, {"code": "I70632", "desc": "Atherosclerosis of nonbiological bypass graft(s) of the right leg with ulceration of calf"}, {"code": "I70633", "desc": "Atherosclerosis of nonbiological bypass graft(s) of the right leg with ulceration of ankle"}, {"code": "I70634", "desc": "Atherosclerosis of nonbiological bypass graft(s) of the right leg with ulceration of heel and midfoot"}, {"code": "I70635", "desc": "Atherosclerosis of nonbiological bypass graft(s) of the right leg with ulceration of other part of foot"}, {"code": "I70638", "desc": "Atherosclerosis of nonbiological bypass graft(s) of the right leg with ulceration of other part of lower leg"}, {"code": "I70639", "desc": "Atherosclerosis of nonbiological bypass graft(s) of the right leg with ulceration of unspecified site"}, {"code": "I70641", "desc": "Atherosclerosis of nonbiological bypass graft(s) of the left leg with ulceration of thigh"}, {"code": "I70642", "desc": "Atherosclerosis of nonbiological bypass graft(s) of the left leg with ulceration of calf"}, {"code": "I70643", "desc": "Atherosclerosis of nonbiological bypass graft(s) of the left leg with ulceration of ankle"}, {"code": "I70644", "desc": "Atherosclerosis of nonbiological bypass graft(s) of the left leg with ulceration of heel and midfoot"}, {"code": "I70645", "desc": "Atherosclerosis of nonbiological bypass graft(s) of the left leg with ulceration of other part of foot"}, {"code": "I70648", "desc": "Atherosclerosis of nonbiological bypass graft(s) of the left leg with ulceration of other part of lower leg"}, {"code": "I70649", "desc": "Atherosclerosis of nonbiological bypass graft(s) of the left leg with ulceration of unspecified site"}, {"code": "I7065", "desc": "Atherosclerosis of nonbiological bypass graft(s) of other extremity with ulceration"}, {"code": "I70661", "desc": "Atherosclerosis of nonbiological bypass graft(s) of the extremities with gangrene, right leg"}, {"code": "I70662", "desc": "Atherosclerosis of nonbiological bypass graft(s) of the extremities with gangrene, left leg"}, {"code": "I70663", "desc": "Atherosclerosis of nonbiological bypass graft(s) of the extremities with gangrene, bilateral legs"}, {"code": "I70668", "desc": "Atherosclerosis of nonbiological bypass graft(s) of the extremities with gangrene, other extremity"}, {"code": "I70669", "desc": "Atherosclerosis of nonbiological bypass graft(s) of the extremities with gangrene, unspecified extremity"}, {"code": "I70691", "desc": "Other atherosclerosis of nonbiological bypass graft(s) of the extremities, right leg"}, {"code": "I70692", "desc": "Other atherosclerosis of nonbiological bypass graft(s) of the extremities, left leg"}, {"code": "I70693", "desc": "Other atherosclerosis of nonbiological bypass graft(s) of the extremities, bilateral legs"}, {"code": "I70698", "desc": "Other atherosclerosis of nonbiological bypass graft(s) of the extremities, other extremity"}, {"code": "I70699", "desc": "Other atherosclerosis of nonbiological bypass graft(s) of the extremities, unspecified extremity"}, {"code": "I70701", "desc": "Unspecified atherosclerosis of other type of bypass graft(s) of the extremities, right leg"}, {"code": "I70702", "desc": "Unspecified atherosclerosis of other type of bypass graft(s) of the extremities, left leg"}, {"code": "I70703", "desc": "Unspecified atherosclerosis of other type of bypass graft(s) of the extremities, bilateral legs"}, {"code": "I70708", "desc": "Unspecified atherosclerosis of other type of bypass graft(s) of the extremities, other extremity"}, {"code": "I70709", "desc": "Unspecified atherosclerosis of other type of bypass graft(s) of the extremities, unspecified extremity"}, {"code": "I70711", "desc": "Atherosclerosis of other type of bypass graft(s) of the extremities with intermittent claudication, right leg"}, {"code": "I70712", "desc": "Atherosclerosis of other type of bypass graft(s) of the extremities with intermittent claudication, left leg"}, {"code": "I70713", "desc": "Atherosclerosis of other type of bypass graft(s) of the extremities with intermittent claudication, bilateral legs"}, {"code": "I70718", "desc": "Atherosclerosis of other type of bypass graft(s) of the extremities with intermittent claudication, other extremity"}, {"code": "I70719", "desc": "Atherosclerosis of other type of bypass graft(s) of the extremities with intermittent claudication, unspecified extremity"}, {"code": "I70721", "desc": "Atherosclerosis of other type of bypass graft(s) of the extremities with rest pain, right leg"}, {"code": "I70722", "desc": "Atherosclerosis of other type of bypass graft(s) of the extremities with rest pain, left leg"}, {"code": "I70723", "desc": "Atherosclerosis of other type of bypass graft(s) of the extremities with rest pain, bilateral legs"}, {"code": "I70728", "desc": "Atherosclerosis of other type of bypass graft(s) of the extremities with rest pain, other extremity"}, {"code": "I70729", "desc": "Atherosclerosis of other type of bypass graft(s) of the extremities with rest pain, unspecified extremity"}, {"code": "I70731", "desc": "Atherosclerosis of other type of bypass graft(s) of the right leg with ulceration of thigh"}, {"code": "I70732", "desc": "Atherosclerosis of other type of bypass graft(s) of the right leg with ulceration of calf"}, {"code": "I70733", "desc": "Atherosclerosis of other type of bypass graft(s) of the right leg with ulceration of ankle"}, {"code": "I70734", "desc": "Atherosclerosis of other type of bypass graft(s) of the right leg with ulceration of heel and midfoot"}, {"code": "I70735", "desc": "Atherosclerosis of other type of bypass graft(s) of the right leg with ulceration of other part of foot"}, {"code": "I70738", "desc": "Atherosclerosis of other type of bypass graft(s) of the right leg with ulceration of other part of lower leg"}, {"code": "I70739", "desc": "Atherosclerosis of other type of bypass graft(s) of the right leg with ulceration of unspecified site"}, {"code": "I70741", "desc": "Atherosclerosis of other type of bypass graft(s) of the left leg with ulceration of thigh"}, {"code": "I70742", "desc": "Atherosclerosis of other type of bypass graft(s) of the left leg with ulceration of calf"}, {"code": "I70743", "desc": "Atherosclerosis of other type of bypass graft(s) of the left leg with ulceration of ankle"}, {"code": "I70744", "desc": "Atherosclerosis of other type of bypass graft(s) of the left leg with ulceration of heel and midfoot"}, {"code": "I70745", "desc": "Atherosclerosis of other type of bypass graft(s) of the left leg with ulceration of other part of foot"}, {"code": "I70748", "desc": "Atherosclerosis of other type of bypass graft(s) of the left leg with ulceration of other part of lower leg"}, {"code": "I70749", "desc": "Atherosclerosis of other type of bypass graft(s) of the left leg with ulceration of unspecified site"}, {"code": "I7075", "desc": "Atherosclerosis of other type of bypass graft(s) of other extremity with ulceration"}, {"code": "I70761", "desc": "Atherosclerosis of other type of bypass graft(s) of the extremities with gangrene, right leg"}, {"code": "I70762", "desc": "Atherosclerosis of other type of bypass graft(s) of the extremities with gangrene, left leg"}, {"code": "I70763", "desc": "Atherosclerosis of other type of bypass graft(s) of the extremities with gangrene, bilateral legs"}, {"code": "I70768", "desc": "Atherosclerosis of other type of bypass graft(s) of the extremities with gangrene, other extremity"}, {"code": "I70769", "desc": "Atherosclerosis of other type of bypass graft(s) of the extremities with gangrene, unspecified extremity"}, {"code": "I70791", "desc": "Other atherosclerosis of other type of bypass graft(s) of the extremities, right leg"}, {"code": "I70792", "desc": "Other atherosclerosis of other type of bypass graft(s) of the extremities, left leg"}, {"code": "I70793", "desc": "Other atherosclerosis of other type of bypass graft(s) of the extremities, bilateral legs"}, {"code": "I70798", "desc": "Other atherosclerosis of other type of bypass graft(s) of the extremities, other extremity"}, {"code": "I70799", "desc": "Other atherosclerosis of other type of bypass graft(s) of the extremities, unspecified extremity"}, {"code": "I708", "desc": "Atherosclerosis of other arteries"}, {"code": "I7090", "desc": "Unspecified atherosclerosis"}, {"code": "I7091", "desc": "Generalized atherosclerosis"}, {"code": "I7092", "desc": "Chronic total occlusion of artery of the extremities"}, {"code": "I7100", "desc": "Dissection of unspecified site of aorta"}, {"code": "I7101", "desc": "Dissection of thoracic aorta"}, {"code": "I7102", "desc": "Dissection of abdominal aorta"}, {"code": "I7103", "desc": "Dissection of thoracoabdominal aorta"}, {"code": "I711", "desc": "Thoracic aortic aneurysm, ruptured"}, {"code": "I712", "desc": "Thoracic aortic aneurysm, without rupture"}, {"code": "I713", "desc": "Abdominal aortic aneurysm, ruptured"}, {"code": "I714", "desc": "Abdominal aortic aneurysm, without rupture"}, {"code": "I715", "desc": "Thoracoabdominal aortic aneurysm, ruptured"}, {"code": "I716", "desc": "Thoracoabdominal aortic aneurysm, without rupture"}, {"code": "I718", "desc": "Aortic aneurysm of unspecified site, ruptured"}, {"code": "I719", "desc": "Aortic aneurysm of unspecified site, without rupture"}, {"code": "I720", "desc": "Aneurysm of carotid artery"}, {"code": "I721", "desc": "Aneurysm of artery of upper extremity"}, {"code": "I722", "desc": "Aneurysm of renal artery"}, {"code": "I723", "desc": "Aneurysm of iliac artery"}, {"code": "I724", "desc": "Aneurysm of artery of lower extremity"}, {"code": "I725", "desc": "Aneurysm of other precerebral arteries"}, {"code": "I726", "desc": "Aneurysm of vertebral artery"}, {"code": "I728", "desc": "Aneurysm of other specified arteries"}, {"code": "I729", "desc": "Aneurysm of unspecified site"}, {"code": "I7300", "desc": "Raynaud's syndrome without gangrene"}, {"code": "I7301", "desc": "Raynaud's syndrome with gangrene"}, {"code": "I731", "desc": "Thromboangiitis obliterans [Buerger's disease]"}, {"code": "I7381", "desc": "Erythromelalgia"}, {"code": "I7389", "desc": "Other specified peripheral vascular diseases"}, {"code": "I739", "desc": "Peripheral vascular disease, unspecified"}, {"code": "I7401", "desc": "Saddle embolus of abdominal aorta"}, {"code": "I7409", "desc": "Other arterial embolism and thrombosis of abdominal aorta"}, {"code": "I7410", "desc": "Embolism and thrombosis of unspecified parts of aorta"}, {"code": "I7411", "desc": "Embolism and thrombosis of thoracic aorta"}, {"code": "I7419", "desc": "Embolism and thrombosis of other parts of aorta"}, {"code": "I742", "desc": "Embolism and thrombosis of arteries of the upper extremities"}, {"code": "I743", "desc": "Embolism and thrombosis of arteries of the lower extremities"}, {"code": "I744", "desc": "Embolism and thrombosis of arteries of extremities, unspecified"}, {"code": "I745", "desc": "Embolism and thrombosis of iliac artery"}, {"code": "I748", "desc": "Embolism and thrombosis of other arteries"}, {"code": "I749", "desc": "Embolism and thrombosis of unspecified artery"}, {"code": "I75011", "desc": "Atheroembolism of right upper extremity"}, {"code": "I75012", "desc": "Atheroembolism of left upper extremity"}, {"code": "I75013", "desc": "Atheroembolism of bilateral upper extremities"}, {"code": "I75019", "desc": "Atheroembolism of unspecified upper extremity"}, {"code": "I75021", "desc": "Atheroembolism of right lower extremity"}, {"code": "I75022", "desc": "Atheroembolism of left lower extremity"}, {"code": "I75023", "desc": "Atheroembolism of bilateral lower extremities"}, {"code": "I75029", "desc": "Atheroembolism of unspecified lower extremity"}, {"code": "I7581", "desc": "Atheroembolism of kidney"}, {"code": "I7589", "desc": "Atheroembolism of other site"}, {"code": "I76", "desc": "Septic arterial embolism"}, {"code": "I770", "desc": "Arteriovenous fistula, acquired"}, {"code": "I771", "desc": "Stricture of artery"}, {"code": "I772", "desc": "Rupture of artery"}, {"code": "I773", "desc": "Arterial fibromuscular dysplasia"}, {"code": "I774", "desc": "Celiac artery compression syndrome"}, {"code": "I775", "desc": "Necrosis of artery"}, {"code": "I776", "desc": "Arteritis, unspecified"}, {"code": "I7770", "desc": "Dissection of unspecified artery"}, {"code": "I7771", "desc": "Dissection of carotid artery"}, {"code": "I7772", "desc": "Dissection of iliac artery"}, {"code": "I7773", "desc": "Dissection of renal artery"}, {"code": "I7774", "desc": "Dissection of vertebral artery"}, {"code": "I7775", "desc": "Dissection of other precerebral arteries"}, {"code": "I7776", "desc": "Dissection of artery of upper extremity"}, {"code": "I7777", "desc": "Dissection of artery of lower extremity"}, {"code": "I7779", "desc": "Dissection of other specified artery"}, {"code": "I77810", "desc": "Thoracic aortic ectasia"}, {"code": "I77811", "desc": "Abdominal aortic ectasia"}, {"code": "I77812", "desc": "Thoracoabdominal aortic ectasia"}, {"code": "I77819", "desc": "Aortic ectasia, unspecified site"}, {"code": "I7789", "desc": "Other specified disorders of arteries and arterioles"}, {"code": "I779", "desc": "Disorder of arteries and arterioles, unspecified"}, {"code": "I780", "desc": "Hereditary hemorrhagic telangiectasia"}, {"code": "I781", "desc": "Nevus, non-neoplastic"}, {"code": "I788", "desc": "Other diseases of capillaries"}, {"code": "I789", "desc": "Disease of capillaries, unspecified"}, {"code": "I790", "desc": "Aneurysm of aorta in diseases classified elsewhere"}, {"code": "I791", "desc": "Aortitis in diseases classified elsewhere"}, {"code": "I798", "desc": "Other disorders of arteries, arterioles and capillaries in diseases classified elsewhere"}, {"code": "I8000", "desc": "Phlebitis and thrombophlebitis of superficial vessels of unspecified lower extremity"}, {"code": "I8001", "desc": "Phlebitis and thrombophlebitis of superficial vessels of right lower extremity"}, {"code": "I8002", "desc": "Phlebitis and thrombophlebitis of superficial vessels of left lower extremity"}, {"code": "I8003", "desc": "Phlebitis and thrombophlebitis of superficial vessels of lower extremities, bilateral"}, {"code": "I8010", "desc": "Phlebitis and thrombophlebitis of unspecified femoral vein"}, {"code": "I8011", "desc": "Phlebitis and thrombophlebitis of right femoral vein"}, {"code": "I8012", "desc": "Phlebitis and thrombophlebitis of left femoral vein"}, {"code": "I8013", "desc": "Phlebitis and thrombophlebitis of femoral vein, bilateral"}, {"code": "I80201", "desc": "Phlebitis and thrombophlebitis of unspecified deep vessels of right lower extremity"}, {"code": "I80202", "desc": "Phlebitis and thrombophlebitis of unspecified deep vessels of left lower extremity"}, {"code": "I80203", "desc": "Phlebitis and thrombophlebitis of unspecified deep vessels of lower extremities, bilateral"}, {"code": "I80209", "desc": "Phlebitis and thrombophlebitis of unspecified deep vessels of unspecified lower extremity"}, {"code": "I80211", "desc": "Phlebitis and thrombophlebitis of right iliac vein"}, {"code": "I80212", "desc": "Phlebitis and thrombophlebitis of left iliac vein"}, {"code": "I80213", "desc": "Phlebitis and thrombophlebitis of iliac vein, bilateral"}, {"code": "I80219", "desc": "Phlebitis and thrombophlebitis of unspecified iliac vein"}, {"code": "I80221", "desc": "Phlebitis and thrombophlebitis of right popliteal vein"}, {"code": "I80222", "desc": "Phlebitis and thrombophlebitis of left popliteal vein"}, {"code": "I80223", "desc": "Phlebitis and thrombophlebitis of popliteal vein, bilateral"}, {"code": "I80229", "desc": "Phlebitis and thrombophlebitis of unspecified popliteal vein"}, {"code": "I80231", "desc": "Phlebitis and thrombophlebitis of right tibial vein"}, {"code": "I80232", "desc": "Phlebitis and thrombophlebitis of left tibial vein"}, {"code": "I80233", "desc": "Phlebitis and thrombophlebitis of tibial vein, bilateral"}, {"code": "I80239", "desc": "Phlebitis and thrombophlebitis of unspecified tibial vein"}, {"code": "I80291", "desc": "Phlebitis and thrombophlebitis of other deep vessels of right lower extremity"}, {"code": "I80292", "desc": "Phlebitis and thrombophlebitis of other deep vessels of left lower extremity"}, {"code": "I80293", "desc": "Phlebitis and thrombophlebitis of other deep vessels of lower extremity, bilateral"}, {"code": "I80299", "desc": "Phlebitis and thrombophlebitis of other deep vessels of unspecified lower extremity"}, {"code": "I803", "desc": "Phlebitis and thrombophlebitis of lower extremities, unspecified"}, {"code": "I808", "desc": "Phlebitis and thrombophlebitis of other sites"}, {"code": "I809", "desc": "Phlebitis and thrombophlebitis of unspecified site"}, {"code": "I81", "desc": "Portal vein thrombosis"}, {"code": "I820", "desc": "Budd-Chiari syndrome"}, {"code": "I821", "desc": "Thrombophlebitis migrans"}, {"code": "I82210", "desc": "Acute embolism and thrombosis of superior vena cava"}, {"code": "I82211", "desc": "Chronic embolism and thrombosis of superior vena cava"}, {"code": "I82220", "desc": "Acute embolism and thrombosis of inferior vena cava"}, {"code": "I82221", "desc": "Chronic embolism and thrombosis of inferior vena cava"}, {"code": "I82290", "desc": "Acute embolism and thrombosis of other thoracic veins"}, {"code": "I82291", "desc": "Chronic embolism and thrombosis of other thoracic veins"}, {"code": "I823", "desc": "Embolism and thrombosis of renal vein"}, {"code": "I82401", "desc": "Acute embolism and thrombosis of unspecified deep veins of right lower extremity"}, {"code": "I82402", "desc": "Acute embolism and thrombosis of unspecified deep veins of left lower extremity"}, {"code": "I82403", "desc": "Acute embolism and thrombosis of unspecified deep veins of lower extremity, bilateral"}, {"code": "I82409", "desc": "Acute embolism and thrombosis of unspecified deep veins of unspecified lower extremity"}, {"code": "I82411", "desc": "Acute embolism and thrombosis of right femoral vein"}, {"code": "I82412", "desc": "Acute embolism and thrombosis of left femoral vein"}, {"code": "I82413", "desc": "Acute embolism and thrombosis of femoral vein, bilateral"}, {"code": "I82419", "desc": "Acute embolism and thrombosis of unspecified femoral vein"}, {"code": "I82421", "desc": "Acute embolism and thrombosis of right iliac vein"}, {"code": "I82422", "desc": "Acute embolism and thrombosis of left iliac vein"}, {"code": "I82423", "desc": "Acute embolism and thrombosis of iliac vein, bilateral"}, {"code": "I82429", "desc": "Acute embolism and thrombosis of unspecified iliac vein"}, {"code": "I82431", "desc": "Acute embolism and thrombosis of right popliteal vein"}, {"code": "I82432", "desc": "Acute embolism and thrombosis of left popliteal vein"}, {"code": "I82433", "desc": "Acute embolism and thrombosis of popliteal vein, bilateral"}, {"code": "I82439", "desc": "Acute embolism and thrombosis of unspecified popliteal vein"}, {"code": "I82441", "desc": "Acute embolism and thrombosis of right tibial vein"}, {"code": "I82442", "desc": "Acute embolism and thrombosis of left tibial vein"}, {"code": "I82443", "desc": "Acute embolism and thrombosis of tibial vein, bilateral"}, {"code": "I82449", "desc": "Acute embolism and thrombosis of unspecified tibial vein"}, {"code": "I82491", "desc": "Acute embolism and thrombosis of other specified deep vein of right lower extremity"}, {"code": "I82492", "desc": "Acute embolism and thrombosis of other specified deep vein of left lower extremity"}, {"code": "I82493", "desc": "Acute embolism and thrombosis of other specified deep vein of lower extremity, bilateral"}, {"code": "I82499", "desc": "Acute embolism and thrombosis of other specified deep vein of unspecified lower extremity"}, {"code": "I824Y1", "desc": "Acute embolism and thrombosis of unspecified deep veins of right proximal lower extremity"}, {"code": "I824Y2", "desc": "Acute embolism and thrombosis of unspecified deep veins of left proximal lower extremity"}, {"code": "I824Y3", "desc": "Acute embolism and thrombosis of unspecified deep veins of proximal lower extremity, bilateral"}, {"code": "I824Y9", "desc": "Acute embolism and thrombosis of unspecified deep veins of unspecified proximal lower extremity"}, {"code": "I824Z1", "desc": "Acute embolism and thrombosis of unspecified deep veins of right distal lower extremity"}, {"code": "I824Z2", "desc": "Acute embolism and thrombosis of unspecified deep veins of left distal lower extremity"}, {"code": "I824Z3", "desc": "Acute embolism and thrombosis of unspecified deep veins of distal lower extremity, bilateral"}, {"code": "I824Z9", "desc": "Acute embolism and thrombosis of unspecified deep veins of unspecified distal lower extremity"}, {"code": "I82501", "desc": "Chronic embolism and thrombosis of unspecified deep veins of right lower extremity"}, {"code": "I82502", "desc": "Chronic embolism and thrombosis of unspecified deep veins of left lower extremity"}, {"code": "I82503", "desc": "Chronic embolism and thrombosis of unspecified deep veins of lower extremity, bilateral"}, {"code": "I82509", "desc": "Chronic embolism and thrombosis of unspecified deep veins of unspecified lower extremity"}, {"code": "I82511", "desc": "Chronic embolism and thrombosis of right femoral vein"}, {"code": "I82512", "desc": "Chronic embolism and thrombosis of left femoral vein"}, {"code": "I82513", "desc": "Chronic embolism and thrombosis of femoral vein, bilateral"}, {"code": "I82519", "desc": "Chronic embolism and thrombosis of unspecified femoral vein"}, {"code": "I82521", "desc": "Chronic embolism and thrombosis of right iliac vein"}, {"code": "I82522", "desc": "Chronic embolism and thrombosis of left iliac vein"}, {"code": "I82523", "desc": "Chronic embolism and thrombosis of iliac vein, bilateral"}, {"code": "I82529", "desc": "Chronic embolism and thrombosis of unspecified iliac vein"}, {"code": "I82531", "desc": "Chronic embolism and thrombosis of right popliteal vein"}, {"code": "I82532", "desc": "Chronic embolism and thrombosis of left popliteal vein"}, {"code": "I82533", "desc": "Chronic embolism and thrombosis of popliteal vein, bilateral"}, {"code": "I82539", "desc": "Chronic embolism and thrombosis of unspecified popliteal vein"}, {"code": "I82541", "desc": "Chronic embolism and thrombosis of right tibial vein"}, {"code": "I82542", "desc": "Chronic embolism and thrombosis of left tibial vein"}, {"code": "I82543", "desc": "Chronic embolism and thrombosis of tibial vein, bilateral"}, {"code": "I82549", "desc": "Chronic embolism and thrombosis of unspecified tibial vein"}, {"code": "I82591", "desc": "Chronic embolism and thrombosis of other specified deep vein of right lower extremity"}, {"code": "I82592", "desc": "Chronic embolism and thrombosis of other specified deep vein of left lower extremity"}, {"code": "I82593", "desc": "Chronic embolism and thrombosis of other specified deep vein of lower extremity, bilateral"}, {"code": "I82599", "desc": "Chronic embolism and thrombosis of other specified deep vein of unspecified lower extremity"}, {"code": "I825Y1", "desc": "Chronic embolism and thrombosis of unspecified deep veins of right proximal lower extremity"}, {"code": "I825Y2", "desc": "Chronic embolism and thrombosis of unspecified deep veins of left proximal lower extremity"}, {"code": "I825Y3", "desc": "Chronic embolism and thrombosis of unspecified deep veins of proximal lower extremity, bilateral"}, {"code": "I825Y9", "desc": "Chronic embolism and thrombosis of unspecified deep veins of unspecified proximal lower extremity"}, {"code": "I825Z1", "desc": "Chronic embolism and thrombosis of unspecified deep veins of right distal lower extremity"}, {"code": "I825Z2", "desc": "Chronic embolism and thrombosis of unspecified deep veins of left distal lower extremity"}, {"code": "I825Z3", "desc": "Chronic embolism and thrombosis of unspecified deep veins of distal lower extremity, bilateral"}, {"code": "I825Z9", "desc": "Chronic embolism and thrombosis of unspecified deep veins of unspecified distal lower extremity"}, {"code": "I82601", "desc": "Acute embolism and thrombosis of unspecified veins of right upper extremity"}, {"code": "I82602", "desc": "Acute embolism and thrombosis of unspecified veins of left upper extremity"}, {"code": "I82603", "desc": "Acute embolism and thrombosis of unspecified veins of upper extremity, bilateral"}, {"code": "I82609", "desc": "Acute embolism and thrombosis of unspecified veins of unspecified upper extremity"}, {"code": "I82611", "desc": "Acute embolism and thrombosis of superficial veins of right upper extremity"}, {"code": "I82612", "desc": "Acute embolism and thrombosis of superficial veins of left upper extremity"}, {"code": "I82613", "desc": "Acute embolism and thrombosis of superficial veins of upper extremity, bilateral"}, {"code": "I82619", "desc": "Acute embolism and thrombosis of superficial veins of unspecified upper extremity"}, {"code": "I82621", "desc": "Acute embolism and thrombosis of deep veins of right upper extremity"}, {"code": "I82622", "desc": "Acute embolism and thrombosis of deep veins of left upper extremity"}, {"code": "I82623", "desc": "Acute embolism and thrombosis of deep veins of upper extremity, bilateral"}, {"code": "I82629", "desc": "Acute embolism and thrombosis of deep veins of unspecified upper extremity"}, {"code": "I82701", "desc": "Chronic embolism and thrombosis of unspecified veins of right upper extremity"}, {"code": "I82702", "desc": "Chronic embolism and thrombosis of unspecified veins of left upper extremity"}, {"code": "I82703", "desc": "Chronic embolism and thrombosis of unspecified veins of upper extremity, bilateral"}, {"code": "I82709", "desc": "Chronic embolism and thrombosis of unspecified veins of unspecified upper extremity"}, {"code": "I82711", "desc": "Chronic embolism and thrombosis of superficial veins of right upper extremity"}, {"code": "I82712", "desc": "Chronic embolism and thrombosis of superficial veins of left upper extremity"}, {"code": "I82713", "desc": "Chronic embolism and thrombosis of superficial veins of upper extremity, bilateral"}, {"code": "I82719", "desc": "Chronic embolism and thrombosis of superficial veins of unspecified upper extremity"}, {"code": "I82721", "desc": "Chronic embolism and thrombosis of deep veins of right upper extremity"}, {"code": "I82722", "desc": "Chronic embolism and thrombosis of deep veins of left upper extremity"}, {"code": "I82723", "desc": "Chronic embolism and thrombosis of deep veins of upper extremity, bilateral"}, {"code": "I82729", "desc": "Chronic embolism and thrombosis of deep veins of unspecified upper extremity"}, {"code": "I82A11", "desc": "Acute embolism and thrombosis of right axillary vein"}, {"code": "I82A12", "desc": "Acute embolism and thrombosis of left axillary vein"}, {"code": "I82A13", "desc": "Acute embolism and thrombosis of axillary vein, bilateral"}, {"code": "I82A19", "desc": "Acute embolism and thrombosis of unspecified axillary vein"}, {"code": "I82A21", "desc": "Chronic embolism and thrombosis of right axillary vein"}, {"code": "I82A22", "desc": "Chronic embolism and thrombosis of left axillary vein"}, {"code": "I82A23", "desc": "Chronic embolism and thrombosis of axillary vein, bilateral"}, {"code": "I82A29", "desc": "Chronic embolism and thrombosis of unspecified axillary vein"}, {"code": "I82B11", "desc": "Acute embolism and thrombosis of right subclavian vein"}, {"code": "I82B12", "desc": "Acute embolism and thrombosis of left subclavian vein"}, {"code": "I82B13", "desc": "Acute embolism and thrombosis of subclavian vein, bilateral"}, {"code": "I82B19", "desc": "Acute embolism and thrombosis of unspecified subclavian vein"}, {"code": "I82B21", "desc": "Chronic embolism and thrombosis of right subclavian vein"}, {"code": "I82B22", "desc": "Chronic embolism and thrombosis of left subclavian vein"}, {"code": "I82B23", "desc": "Chronic embolism and thrombosis of subclavian vein, bilateral"}, {"code": "I82B29", "desc": "Chronic embolism and thrombosis of unspecified subclavian vein"}, {"code": "I82C11", "desc": "Acute embolism and thrombosis of right internal jugular vein"}, {"code": "I82C12", "desc": "Acute embolism and thrombosis of left internal jugular vein"}, {"code": "I82C13", "desc": "Acute embolism and thrombosis of internal jugular vein, bilateral"}, {"code": "I82C19", "desc": "Acute embolism and thrombosis of unspecified internal jugular vein"}, {"code": "I82C21", "desc": "Chronic embolism and thrombosis of right internal jugular vein"}, {"code": "I82C22", "desc": "Chronic embolism and thrombosis of left internal jugular vein"}, {"code": "I82C23", "desc": "Chronic embolism and thrombosis of internal jugular vein, bilateral"}, {"code": "I82C29", "desc": "Chronic embolism and thrombosis of unspecified internal jugular vein"}, {"code": "I82811", "desc": "Embolism and thrombosis of superficial veins of right lower extremity"}, {"code": "I82812", "desc": "Embolism and thrombosis of superficial veins of left lower extremity"}, {"code": "I82813", "desc": "Embolism and thrombosis of superficial veins of lower extremities, bilateral"}, {"code": "I82819", "desc": "Embolism and thrombosis of superficial veins of unspecified lower extremity"}, {"code": "I82890", "desc": "Acute embolism and thrombosis of other specified veins"}, {"code": "I82891", "desc": "Chronic embolism and thrombosis of other specified veins"}, {"code": "I8290", "desc": "Acute embolism and thrombosis of unspecified vein"}, {"code": "I8291", "desc": "Chronic embolism and thrombosis of unspecified vein"}, {"code": "I83001", "desc": "Varicose veins of unspecified lower extremity with ulcer of thigh"}, {"code": "I83002", "desc": "Varicose veins of unspecified lower extremity with ulcer of calf"}, {"code": "I83003", "desc": "Varicose veins of unspecified lower extremity with ulcer of ankle"}, {"code": "I83004", "desc": "Varicose veins of unspecified lower extremity with ulcer of heel and midfoot"}, {"code": "I83005", "desc": "Varicose veins of unspecified lower extremity with ulcer other part of foot"}, {"code": "I83008", "desc": "Varicose veins of unspecified lower extremity with ulcer other part of lower leg"}, {"code": "I83009", "desc": "Varicose veins of unspecified lower extremity with ulcer of unspecified site"}, {"code": "I83011", "desc": "Varicose veins of right lower extremity with ulcer of thigh"}, {"code": "I83012", "desc": "Varicose veins of right lower extremity with ulcer of calf"}, {"code": "I83013", "desc": "Varicose veins of right lower extremity with ulcer of ankle"}, {"code": "I83014", "desc": "Varicose veins of right lower extremity with ulcer of heel and midfoot"}, {"code": "I83015", "desc": "Varicose veins of right lower extremity with ulcer other part of foot"}, {"code": "I83018", "desc": "Varicose veins of right lower extremity with ulcer other part of lower leg"}, {"code": "I83019", "desc": "Varicose veins of right lower extremity with ulcer of unspecified site"}, {"code": "I83021", "desc": "Varicose veins of left lower extremity with ulcer of thigh"}, {"code": "I83022", "desc": "Varicose veins of left lower extremity with ulcer of calf"}, {"code": "I83023", "desc": "Varicose veins of left lower extremity with ulcer of ankle"}, {"code": "I83024", "desc": "Varicose veins of left lower extremity with ulcer of heel and midfoot"}, {"code": "I83025", "desc": "Varicose veins of left lower extremity with ulcer other part of foot"}, {"code": "I83028", "desc": "Varicose veins of left lower extremity with ulcer other part of lower leg"}, {"code": "I83029", "desc": "Varicose veins of left lower extremity with ulcer of unspecified site"}, {"code": "I8310", "desc": "Varicose veins of unspecified lower extremity with inflammation"}, {"code": "I8311", "desc": "Varicose veins of right lower extremity with inflammation"}, {"code": "I8312", "desc": "Varicose veins of left lower extremity with inflammation"}, {"code": "I83201", "desc": "Varicose veins of unspecified lower extremity with both ulcer of thigh and inflammation"}, {"code": "I83202", "desc": "Varicose veins of unspecified lower extremity with both ulcer of calf and inflammation"}, {"code": "I83203", "desc": "Varicose veins of unspecified lower extremity with both ulcer of ankle and inflammation"}, {"code": "I83204", "desc": "Varicose veins of unspecified lower extremity with both ulcer of heel and midfoot and inflammation"}, {"code": "I83205", "desc": "Varicose veins of unspecified lower extremity with both ulcer other part of foot and inflammation"}, {"code": "I83208", "desc": "Varicose veins of unspecified lower extremity with both ulcer of other part of lower extremity and inflammation"}, {"code": "I83209", "desc": "Varicose veins of unspecified lower extremity with both ulcer of unspecified site and inflammation"}, {"code": "I83211", "desc": "Varicose veins of right lower extremity with both ulcer of thigh and inflammation"}, {"code": "I83212", "desc": "Varicose veins of right lower extremity with both ulcer of calf and inflammation"}, {"code": "I83213", "desc": "Varicose veins of right lower extremity with both ulcer of ankle and inflammation"}, {"code": "I83214", "desc": "Varicose veins of right lower extremity with both ulcer of heel and midfoot and inflammation"}, {"code": "I83215", "desc": "Varicose veins of right lower extremity with both ulcer other part of foot and inflammation"}, {"code": "I83218", "desc": "Varicose veins of right lower extremity with both ulcer of other part of lower extremity and inflammation"}, {"code": "I83219", "desc": "Varicose veins of right lower extremity with both ulcer of unspecified site and inflammation"}, {"code": "I83221", "desc": "Varicose veins of left lower extremity with both ulcer of thigh and inflammation"}, {"code": "I83222", "desc": "Varicose veins of left lower extremity with both ulcer of calf and inflammation"}, {"code": "I83223", "desc": "Varicose veins of left lower extremity with both ulcer of ankle and inflammation"}, {"code": "I83224", "desc": "Varicose veins of left lower extremity with both ulcer of heel and midfoot and inflammation"}, {"code": "I83225", "desc": "Varicose veins of left lower extremity with both ulcer other part of foot and inflammation"}, {"code": "I83228", "desc": "Varicose veins of left lower extremity with both ulcer of other part of lower extremity and inflammation"}, {"code": "I83229", "desc": "Varicose veins of left lower extremity with both ulcer of unspecified site and inflammation"}, {"code": "I83811", "desc": "Varicose veins of right lower extremity with pain"}, {"code": "I83812", "desc": "Varicose veins of left lower extremity with pain"}, {"code": "I83813", "desc": "Varicose veins of bilateral lower extremities with pain"}, {"code": "I83819", "desc": "Varicose veins of unspecified lower extremity with pain"}, {"code": "I83891", "desc": "Varicose veins of right lower extremity with other complications"}, {"code": "I83892", "desc": "Varicose veins of left lower extremity with other complications"}, {"code": "I83893", "desc": "Varicose veins of bilateral lower extremities with other complications"}, {"code": "I83899", "desc": "Varicose veins of unspecified lower extremity with other complications"}, {"code": "I8390", "desc": "Asymptomatic varicose veins of unspecified lower extremity"}, {"code": "I8391", "desc": "Asymptomatic varicose veins of right lower extremity"}, {"code": "I8392", "desc": "Asymptomatic varicose veins of left lower extremity"}, {"code": "I8393", "desc": "Asymptomatic varicose veins of bilateral lower extremities"}, {"code": "I8500", "desc": "Esophageal varices without bleeding"}, {"code": "I8501", "desc": "Esophageal varices with bleeding"}, {"code": "I8510", "desc": "Secondary esophageal varices without bleeding"}, {"code": "I8511", "desc": "Secondary esophageal varices with bleeding"}, {"code": "I860", "desc": "Sublingual varices"}, {"code": "I861", "desc": "Scrotal varices"}, {"code": "I862", "desc": "Pelvic varices"}, {"code": "I863", "desc": "Vulval varices"}, {"code": "I864", "desc": "Gastric varices"}, {"code": "I868", "desc": "Varicose veins of other specified sites"}, {"code": "I87001", "desc": "Postthrombotic syndrome without complications of right lower extremity"}, {"code": "I87002", "desc": "Postthrombotic syndrome without complications of left lower extremity"}, {"code": "I87003", "desc": "Postthrombotic syndrome without complications of bilateral lower extremity"}, {"code": "I87009", "desc": "Postthrombotic syndrome without complications of unspecified extremity"}, {"code": "I87011", "desc": "Postthrombotic syndrome with ulcer of right lower extremity"}, {"code": "I87012", "desc": "Postthrombotic syndrome with ulcer of left lower extremity"}, {"code": "I87013", "desc": "Postthrombotic syndrome with ulcer of bilateral lower extremity"}, {"code": "I87019", "desc": "Postthrombotic syndrome with ulcer of unspecified lower extremity"}, {"code": "I87021", "desc": "Postthrombotic syndrome with inflammation of right lower extremity"}, {"code": "I87022", "desc": "Postthrombotic syndrome with inflammation of left lower extremity"}, {"code": "I87023", "desc": "Postthrombotic syndrome with inflammation of bilateral lower extremity"}, {"code": "I87029", "desc": "Postthrombotic syndrome with inflammation of unspecified lower extremity"}, {"code": "I87031", "desc": "Postthrombotic syndrome with ulcer and inflammation of right lower extremity"}, {"code": "I87032", "desc": "Postthrombotic syndrome with ulcer and inflammation of left lower extremity"}, {"code": "I87033", "desc": "Postthrombotic syndrome with ulcer and inflammation of bilateral lower extremity"}, {"code": "I87039", "desc": "Postthrombotic syndrome with ulcer and inflammation of unspecified lower extremity"}, {"code": "I87091", "desc": "Postthrombotic syndrome with other complications of right lower extremity"}, {"code": "I87092", "desc": "Postthrombotic syndrome with other complications of left lower extremity"}, {"code": "I87093", "desc": "Postthrombotic syndrome with other complications of bilateral lower extremity"}, {"code": "I87099", "desc": "Postthrombotic syndrome with other complications of unspecified lower extremity"}, {"code": "I871", "desc": "Compression of vein"}, {"code": "I872", "desc": "Venous insufficiency (chronic) (peripheral)"}, {"code": "I87301", "desc": "Chronic venous hypertension (idiopathic) without complications of right lower extremity"}, {"code": "I87302", "desc": "Chronic venous hypertension (idiopathic) without complications of left lower extremity"}, {"code": "I87303", "desc": "Chronic venous hypertension (idiopathic) without complications of bilateral lower extremity"}, {"code": "I87309", "desc": "Chronic venous hypertension (idiopathic) without complications of unspecified lower extremity"}, {"code": "I87311", "desc": "Chronic venous hypertension (idiopathic) with ulcer of right lower extremity"}, {"code": "I87312", "desc": "Chronic venous hypertension (idiopathic) with ulcer of left lower extremity"}, {"code": "I87313", "desc": "Chronic venous hypertension (idiopathic) with ulcer of bilateral lower extremity"}, {"code": "I87319", "desc": "Chronic venous hypertension (idiopathic) with ulcer of unspecified lower extremity"}, {"code": "I87321", "desc": "Chronic venous hypertension (idiopathic) with inflammation of right lower extremity"}, {"code": "I87322", "desc": "Chronic venous hypertension (idiopathic) with inflammation of left lower extremity"}, {"code": "I87323", "desc": "Chronic venous hypertension (idiopathic) with inflammation of bilateral lower extremity"}, {"code": "I87329", "desc": "Chronic venous hypertension (idiopathic) with inflammation of unspecified lower extremity"}, {"code": "I87331", "desc": "Chronic venous hypertension (idiopathic) with ulcer and inflammation of right lower extremity"}, {"code": "I87332", "desc": "Chronic venous hypertension (idiopathic) with ulcer and inflammation of left lower extremity"}, {"code": "I87333", "desc": "Chronic venous hypertension (idiopathic) with ulcer and inflammation of bilateral lower extremity"}, {"code": "I87339", "desc": "Chronic venous hypertension (idiopathic) with ulcer and inflammation of unspecified lower extremity"}, {"code": "I87391", "desc": "Chronic venous hypertension (idiopathic) with other complications of right lower extremity"}, {"code": "I87392", "desc": "Chronic venous hypertension (idiopathic) with other complications of left lower extremity"}, {"code": "I87393", "desc": "Chronic venous hypertension (idiopathic) with other complications of bilateral lower extremity"}, {"code": "I87399", "desc": "Chronic venous hypertension (idiopathic) with other complications of unspecified lower extremity"}, {"code": "I878", "desc": "Other specified disorders of veins"}, {"code": "I879", "desc": "Disorder of vein, unspecified"}, {"code": "I880", "desc": "Nonspecific mesenteric lymphadenitis"}, {"code": "I881", "desc": "Chronic lymphadenitis, except mesenteric"}, {"code": "I888", "desc": "Other nonspecific lymphadenitis"}, {"code": "I889", "desc": "Nonspecific lymphadenitis, unspecified"}, {"code": "I890", "desc": "Lymphedema, not elsewhere classified"}, {"code": "I891", "desc": "Lymphangitis"}, {"code": "I898", "desc": "Other specified noninfective disorders of lymphatic vessels and lymph nodes"}, {"code": "I899", "desc": "Noninfective disorder of lymphatic vessels and lymph nodes, unspecified"}, {"code": "I950", "desc": "Idiopathic hypotension"}, {"code": "I951", "desc": "Orthostatic hypotension"}, {"code": "I952", "desc": "Hypotension due to drugs"}, {"code": "I953", "desc": "Hypotension of hemodialysis"}, {"code": "I9581", "desc": "Postprocedural hypotension"}, {"code": "I9589", "desc": "Other hypotension"}, {"code": "I959", "desc": "Hypotension, unspecified"}, {"code": "I96", "desc": "Gangrene, not elsewhere classified"}, {"code": "I970", "desc": "Postcardiotomy syndrome"}, {"code": "I97110", "desc": "Postprocedural cardiac insufficiency following cardiac surgery"}, {"code": "I97111", "desc": "Postprocedural cardiac insufficiency following other surgery"}, {"code": "I97120", "desc": "Postprocedural cardiac arrest following cardiac surgery"}, {"code": "I97121", "desc": "Postprocedural cardiac arrest following other surgery"}, {"code": "I97130", "desc": "Postprocedural heart failure following cardiac surgery"}, {"code": "I97131", "desc": "Postprocedural heart failure following other surgery"}, {"code": "I97190", "desc": "Other postprocedural cardiac functional disturbances following cardiac surgery"}, {"code": "I97191", "desc": "Other postprocedural cardiac functional disturbances following other surgery"}, {"code": "I972", "desc": "Postmastectomy lymphedema syndrome"}, {"code": "I973", "desc": "Postprocedural hypertension"}, {"code": "I97410", "desc": "Intraoperative hemorrhage and hematoma of a circulatory system organ or structure complicating a cardiac catheterization"}, {"code": "I97411", "desc": "Intraoperative hemorrhage and hematoma of a circulatory system organ or structure complicating a cardiac bypass"}, {"code": "I97418", "desc": "Intraoperative hemorrhage and hematoma of a circulatory system organ or structure complicating other circulatory system procedure"}, {"code": "I9742", "desc": "Intraoperative hemorrhage and hematoma of a circulatory system organ or structure complicating other procedure"}, {"code": "I9751", "desc": "Accidental puncture and laceration of a circulatory system organ or structure during a circulatory system procedure"}, {"code": "I9752", "desc": "Accidental puncture and laceration of a circulatory system organ or structure during other procedure"}, {"code": "I97610", "desc": "Postprocedural hemorrhage of a circulatory system organ or structure following a cardiac catheterization"}, {"code": "I97611", "desc": "Postprocedural hemorrhage of a circulatory system organ or structure following cardiac bypass"}, {"code": "I97618", "desc": "Postprocedural hemorrhage of a circulatory system organ or structure following other circulatory system procedure"}, {"code": "I97620", "desc": "Postprocedural hemorrhage of a circulatory system organ or structure following other procedure"}, {"code": "I97621", "desc": "Postprocedural hematoma of a circulatory system organ or structure following other procedure"}, {"code": "I97622", "desc": "Postprocedural seroma of a circulatory system organ or structure following other procedure"}, {"code": "I97630", "desc": "Postprocedural hematoma of a circulatory system organ or structure following a cardiac catheterization"}, {"code": "I97631", "desc": "Postprocedural hematoma of a circulatory system organ or structure following cardiac bypass"}, {"code": "I97638", "desc": "Postprocedural hematoma of a circulatory system organ or structure following other circulatory system procedure"}, {"code": "I97640", "desc": "Postprocedural seroma of a circulatory system organ or structure following a cardiac catheterization"}, {"code": "I97641", "desc": "Postprocedural seroma of a circulatory system organ or structure following cardiac bypass"}, {"code": "I97648", "desc": "Postprocedural seroma of a circulatory system organ or structure following other circulatory system procedure"}, {"code": "I97710", "desc": "Intraoperative cardiac arrest during cardiac surgery"}, {"code": "I97711", "desc": "Intraoperative cardiac arrest during other surgery"}, {"code": "I97790", "desc": "Other intraoperative cardiac functional disturbances during cardiac surgery"}, {"code": "I97791", "desc": "Other intraoperative cardiac functional disturbances during other surgery"}, {"code": "I97810", "desc": "Intraoperative cerebrovascular infarction during cardiac surgery"}, {"code": "I97811", "desc": "Intraoperative cerebrovascular infarction during other surgery"}, {"code": "I97820", "desc": "Postprocedural cerebrovascular infarction following cardiac surgery"}, {"code": "I97821", "desc": "Postprocedural cerebrovascular infarction following other surgery"}, {"code": "I9788", "desc": "Other intraoperative complications of the circulatory system, not elsewhere classified"}, {"code": "I9789", "desc": "Other postprocedural complications and disorders of the circulatory system, not elsewhere classified"}, {"code": "I998", "desc": "Other disorder of circulatory system"}, {"code": "I999", "desc": "Unspecified disorder of circulatory system"}, {"code": "J00", "desc": "Acute nasopharyngitis [common cold]"}, {"code": "J0100", "desc": "Acute maxillary sinusitis, unspecified"}, {"code": "J0101", "desc": "Acute recurrent maxillary sinusitis"}, {"code": "J0110", "desc": "Acute frontal sinusitis, unspecified"}, {"code": "J0111", "desc": "Acute recurrent frontal sinusitis"}, {"code": "J0120", "desc": "Acute ethmoidal sinusitis, unspecified"}, {"code": "J0121", "desc": "Acute recurrent ethmoidal sinusitis"}, {"code": "J0130", "desc": "Acute sphenoidal sinusitis, unspecified"}, {"code": "J0131", "desc": "Acute recurrent sphenoidal sinusitis"}, {"code": "J0140", "desc": "Acute pansinusitis, unspecified"}, {"code": "J0141", "desc": "Acute recurrent pansinusitis"}, {"code": "J0180", "desc": "Other acute sinusitis"}, {"code": "J0181", "desc": "Other acute recurrent sinusitis"}, {"code": "J0190", "desc": "Acute sinusitis, unspecified"}, {"code": "J0191", "desc": "Acute recurrent sinusitis, unspecified"}, {"code": "J020", "desc": "Streptococcal pharyngitis"}, {"code": "J028", "desc": "Acute pharyngitis due to other specified organisms"}, {"code": "J029", "desc": "Acute pharyngitis, unspecified"}, {"code": "J0300", "desc": "Acute streptococcal tonsillitis, unspecified"}, {"code": "J0301", "desc": "Acute recurrent streptococcal tonsillitis"}, {"code": "J0380", "desc": "Acute tonsillitis due to other specified organisms"}, {"code": "J0381", "desc": "Acute recurrent tonsillitis due to other specified organisms"}, {"code": "J0390", "desc": "Acute tonsillitis, unspecified"}, {"code": "J0391", "desc": "Acute recurrent tonsillitis, unspecified"}, {"code": "J040", "desc": "Acute laryngitis"}, {"code": "J0410", "desc": "Acute tracheitis without obstruction"}, {"code": "J0411", "desc": "Acute tracheitis with obstruction"}, {"code": "J042", "desc": "Acute laryngotracheitis"}, {"code": "J0430", "desc": "Supraglottitis, unspecified, without obstruction"}, {"code": "J0431", "desc": "Supraglottitis, unspecified, with obstruction"}, {"code": "J050", "desc": "Acute obstructive laryngitis [croup]"}, {"code": "J0510", "desc": "Acute epiglottitis without obstruction"}, {"code": "J0511", "desc": "Acute epiglottitis with obstruction"}, {"code": "J060", "desc": "Acute laryngopharyngitis"}, {"code": "J069", "desc": "Acute upper respiratory infection, unspecified"}, {"code": "J09X1", "desc": "Influenza due to identified novel influenza A virus with pneumonia"}, {"code": "J09X2", "desc": "Influenza due to identified novel influenza A virus with other respiratory manifestations"}, {"code": "J09X3", "desc": "Influenza due to identified novel influenza A virus with gastrointestinal manifestations"}, {"code": "J09X9", "desc": "Influenza due to identified novel influenza A virus with other manifestations"}, {"code": "J1000", "desc": "Influenza due to other identified influenza virus with unspecified type of pneumonia"}, {"code": "J1001", "desc": "Influenza due to other identified influenza virus with the same other identified influenza virus pneumonia"}, {"code": "J1008", "desc": "Influenza due to other identified influenza virus with other specified pneumonia"}, {"code": "J101", "desc": "Influenza due to other identified influenza virus with other respiratory manifestations"}, {"code": "J102", "desc": "Influenza due to other identified influenza virus with gastrointestinal manifestations"}, {"code": "J1081", "desc": "Influenza due to other identified influenza virus with encephalopathy"}, {"code": "J1082", "desc": "Influenza due to other identified influenza virus with myocarditis"}, {"code": "J1083", "desc": "Influenza due to other identified influenza virus with otitis media"}, {"code": "J1089", "desc": "Influenza due to other identified influenza virus with other manifestations"}, {"code": "J1100", "desc": "Influenza due to unidentified influenza virus with unspecified type of pneumonia"}, {"code": "J1108", "desc": "Influenza due to unidentified influenza virus with specified pneumonia"}, {"code": "J111", "desc": "Influenza due to unidentified influenza virus with other respiratory manifestations"}, {"code": "J112", "desc": "Influenza due to unidentified influenza virus with gastrointestinal manifestations"}, {"code": "J1181", "desc": "Influenza due to unidentified influenza virus with encephalopathy"}, {"code": "J1182", "desc": "Influenza due to unidentified influenza virus with myocarditis"}, {"code": "J1183", "desc": "Influenza due to unidentified influenza virus with otitis media"}, {"code": "J1189", "desc": "Influenza due to unidentified influenza virus with other manifestations"}, {"code": "J120", "desc": "Adenoviral pneumonia"}, {"code": "J121", "desc": "Respiratory syncytial virus pneumonia"}, {"code": "J122", "desc": "Parainfluenza virus pneumonia"}, {"code": "J123", "desc": "Human metapneumovirus pneumonia"}, {"code": "J1281", "desc": "Pneumonia due to SARS-associated coronavirus"}, {"code": "J1289", "desc": "Other viral pneumonia"}, {"code": "J129", "desc": "Viral pneumonia, unspecified"}, {"code": "J13", "desc": "Pneumonia due to Streptococcus pneumoniae"}, {"code": "J14", "desc": "Pneumonia due to Hemophilus influenzae"}, {"code": "J150", "desc": "Pneumonia due to Klebsiella pneumoniae"}, {"code": "J151", "desc": "Pneumonia due to Pseudomonas"}, {"code": "J1520", "desc": "Pneumonia due to staphylococcus, unspecified"}, {"code": "J15211", "desc": "Pneumonia due to Methicillin susceptible Staphylococcus aureus"}, {"code": "J15212", "desc": "Pneumonia due to Methicillin resistant Staphylococcus aureus"}, {"code": "J1529", "desc": "Pneumonia due to other staphylococcus"}, {"code": "J153", "desc": "Pneumonia due to streptococcus, group B"}, {"code": "J154", "desc": "Pneumonia due to other streptococci"}, {"code": "J155", "desc": "Pneumonia due to Escherichia coli"}, {"code": "J156", "desc": "Pneumonia due to other Gram-negative bacteria"}, {"code": "J157", "desc": "Pneumonia due to Mycoplasma pneumoniae"}, {"code": "J158", "desc": "Pneumonia due to other specified bacteria"}, {"code": "J159", "desc": "Unspecified bacterial pneumonia"}, {"code": "J160", "desc": "Chlamydial pneumonia"}, {"code": "J168", "desc": "Pneumonia due to other specified infectious organisms"}, {"code": "J17", "desc": "Pneumonia in diseases classified elsewhere"}, {"code": "J180", "desc": "Bronchopneumonia, unspecified organism"}, {"code": "J181", "desc": "Lobar pneumonia, unspecified organism"}, {"code": "J182", "desc": "Hypostatic pneumonia, unspecified organism"}, {"code": "J188", "desc": "Other pneumonia, unspecified organism"}, {"code": "J189", "desc": "Pneumonia, unspecified organism"}, {"code": "J200", "desc": "Acute bronchitis due to Mycoplasma pneumoniae"}, {"code": "J201", "desc": "Acute bronchitis due to Hemophilus influenzae"}, {"code": "J202", "desc": "Acute bronchitis due to streptococcus"}, {"code": "J203", "desc": "Acute bronchitis due to coxsackievirus"}, {"code": "J204", "desc": "Acute bronchitis due to parainfluenza virus"}, {"code": "J205", "desc": "Acute bronchitis due to respiratory syncytial virus"}, {"code": "J206", "desc": "Acute bronchitis due to rhinovirus"}, {"code": "J207", "desc": "Acute bronchitis due to echovirus"}, {"code": "J208", "desc": "Acute bronchitis due to other specified organisms"}, {"code": "J209", "desc": "Acute bronchitis, unspecified"}, {"code": "J210", "desc": "Acute bronchiolitis due to respiratory syncytial virus"}, {"code": "J211", "desc": "Acute bronchiolitis due to human metapneumovirus"}, {"code": "J218", "desc": "Acute bronchiolitis due to other specified organisms"}, {"code": "J219", "desc": "Acute bronchiolitis, unspecified"}, {"code": "J22", "desc": "Unspecified acute lower respiratory infection"}, {"code": "J300", "desc": "Vasomotor rhinitis"}, {"code": "J301", "desc": "Allergic rhinitis due to pollen"}, {"code": "J302", "desc": "Other seasonal allergic rhinitis"}, {"code": "J305", "desc": "Allergic rhinitis due to food"}, {"code": "J3081", "desc": "Allergic rhinitis due to animal (cat) (dog) hair and dander"}, {"code": "J3089", "desc": "Other allergic rhinitis"}, {"code": "J309", "desc": "Allergic rhinitis, unspecified"}, {"code": "J310", "desc": "Chronic rhinitis"}, {"code": "J311", "desc": "Chronic nasopharyngitis"}, {"code": "J312", "desc": "Chronic pharyngitis"}, {"code": "J320", "desc": "Chronic maxillary sinusitis"}, {"code": "J321", "desc": "Chronic frontal sinusitis"}, {"code": "J322", "desc": "Chronic ethmoidal sinusitis"}, {"code": "J323", "desc": "Chronic sphenoidal sinusitis"}, {"code": "J324", "desc": "Chronic pansinusitis"}, {"code": "J328", "desc": "Other chronic sinusitis"}, {"code": "J329", "desc": "Chronic sinusitis, unspecified"}, {"code": "J330", "desc": "Polyp of nasal cavity"}, {"code": "J331", "desc": "Polypoid sinus degeneration"}, {"code": "J338", "desc": "Other polyp of sinus"}, {"code": "J339", "desc": "Nasal polyp, unspecified"}, {"code": "J340", "desc": "Abscess, furuncle and carbuncle of nose"}, {"code": "J341", "desc": "Cyst and mucocele of nose and nasal sinus"}, {"code": "J342", "desc": "Deviated nasal septum"}, {"code": "J343", "desc": "Hypertrophy of nasal turbinates"}, {"code": "J3481", "desc": "Nasal mucositis (ulcerative)"}, {"code": "J3489", "desc": "Other specified disorders of nose and nasal sinuses"}, {"code": "J349", "desc": "Unspecified disorder of nose and nasal sinuses"}, {"code": "J3501", "desc": "Chronic tonsillitis"}, {"code": "J3502", "desc": "Chronic adenoiditis"}, {"code": "J3503", "desc": "Chronic tonsillitis and adenoiditis"}, {"code": "J351", "desc": "Hypertrophy of tonsils"}, {"code": "J352", "desc": "Hypertrophy of adenoids"}, {"code": "J353", "desc": "Hypertrophy of tonsils with hypertrophy of adenoids"}, {"code": "J358", "desc": "Other chronic diseases of tonsils and adenoids"}, {"code": "J359", "desc": "Chronic disease of tonsils and adenoids, unspecified"}, {"code": "J36", "desc": "Peritonsillar abscess"}, {"code": "J370", "desc": "Chronic laryngitis"}, {"code": "J371", "desc": "Chronic laryngotracheitis"}, {"code": "J3800", "desc": "Paralysis of vocal cords and larynx, unspecified"}, {"code": "J3801", "desc": "Paralysis of vocal cords and larynx, unilateral"}, {"code": "J3802", "desc": "Paralysis of vocal cords and larynx, bilateral"}, {"code": "J381", "desc": "Polyp of vocal cord and larynx"}, {"code": "J382", "desc": "Nodules of vocal cords"}, {"code": "J383", "desc": "Other diseases of vocal cords"}, {"code": "J384", "desc": "Edema of larynx"}, {"code": "J385", "desc": "Laryngeal spasm"}, {"code": "J386", "desc": "Stenosis of larynx"}, {"code": "J387", "desc": "Other diseases of larynx"}, {"code": "J390", "desc": "Retropharyngeal and parapharyngeal abscess"}, {"code": "J391", "desc": "Other abscess of pharynx"}, {"code": "J392", "desc": "Other diseases of pharynx"}, {"code": "J393", "desc": "Upper respiratory tract hypersensitivity reaction, site unspecified"}, {"code": "J398", "desc": "Other specified diseases of upper respiratory tract"}, {"code": "J399", "desc": "Disease of upper respiratory tract, unspecified"}, {"code": "J40", "desc": "Bronchitis, not specified as acute or chronic"}, {"code": "J410", "desc": "Simple chronic bronchitis"}, {"code": "J411", "desc": "Mucopurulent chronic bronchitis"}, {"code": "J418", "desc": "Mixed simple and mucopurulent chronic bronchitis"}, {"code": "J42", "desc": "Unspecified chronic bronchitis"}, {"code": "J430", "desc": "Unilateral pulmonary emphysema [MacLeod's syndrome]"}, {"code": "J431", "desc": "Panlobular emphysema"}, {"code": "J432", "desc": "Centrilobular emphysema"}, {"code": "J438", "desc": "Other emphysema"}, {"code": "J439", "desc": "Emphysema, unspecified"}, {"code": "J440", "desc": "Chronic obstructive pulmonary disease with acute lower respiratory infection"}, {"code": "J441", "desc": "Chronic obstructive pulmonary disease with (acute) exacerbation"}, {"code": "J449", "desc": "Chronic obstructive pulmonary disease, unspecified"}, {"code": "J4520", "desc": "Mild intermittent asthma, uncomplicated"}, {"code": "J4521", "desc": "Mild intermittent asthma with (acute) exacerbation"}, {"code": "J4522", "desc": "Mild intermittent asthma with status asthmaticus"}, {"code": "J4530", "desc": "Mild persistent asthma, uncomplicated"}, {"code": "J4531", "desc": "Mild persistent asthma with (acute) exacerbation"}, {"code": "J4532", "desc": "Mild persistent asthma with status asthmaticus"}, {"code": "J4540", "desc": "Moderate persistent asthma, uncomplicated"}, {"code": "J4541", "desc": "Moderate persistent asthma with (acute) exacerbation"}, {"code": "J4542", "desc": "Moderate persistent asthma with status asthmaticus"}, {"code": "J4550", "desc": "Severe persistent asthma, uncomplicated"}, {"code": "J4551", "desc": "Severe persistent asthma with (acute) exacerbation"}, {"code": "J4552", "desc": "Severe persistent asthma with status asthmaticus"}, {"code": "J45901", "desc": "Unspecified asthma with (acute) exacerbation"}, {"code": "J45902", "desc": "Unspecified asthma with status asthmaticus"}, {"code": "J45909", "desc": "Unspecified asthma, uncomplicated"}, {"code": "J45990", "desc": "Exercise induced bronchospasm"}, {"code": "J45991", "desc": "Cough variant asthma"}, {"code": "J45998", "desc": "Other asthma"}, {"code": "J470", "desc": "Bronchiectasis with acute lower respiratory infection"}, {"code": "J471", "desc": "Bronchiectasis with (acute) exacerbation"}, {"code": "J479", "desc": "Bronchiectasis, uncomplicated"}, {"code": "J60", "desc": "Coalworker's pneumoconiosis"}, {"code": "J61", "desc": "Pneumoconiosis due to asbestos and other mineral fibers"}, {"code": "J620", "desc": "Pneumoconiosis due to talc dust"}, {"code": "J628", "desc": "Pneumoconiosis due to other dust containing silica"}, {"code": "J630", "desc": "Aluminosis (of lung)"}, {"code": "J631", "desc": "Bauxite fibrosis (of lung)"}, {"code": "J632", "desc": "Berylliosis"}, {"code": "J633", "desc": "Graphite fibrosis (of lung)"}, {"code": "J634", "desc": "Siderosis"}, {"code": "J635", "desc": "Stannosis"}, {"code": "J636", "desc": "Pneumoconiosis due to other specified inorganic dusts"}, {"code": "J64", "desc": "Unspecified pneumoconiosis"}, {"code": "J65", "desc": "Pneumoconiosis associated with tuberculosis"}, {"code": "J660", "desc": "Byssinosis"}, {"code": "J661", "desc": "Flax-dressers' disease"}, {"code": "J662", "desc": "Cannabinosis"}, {"code": "J668", "desc": "Airway disease due to other specific organic dusts"}, {"code": "J670", "desc": "Farmer's lung"}, {"code": "J671", "desc": "Bagassosis"}, {"code": "J672", "desc": "Bird fancier's lung"}, {"code": "J673", "desc": "Suberosis"}, {"code": "J674", "desc": "Maltworker's lung"}, {"code": "J675", "desc": "Mushroom-worker's lung"}, {"code": "J676", "desc": "Maple-bark-stripper's lung"}, {"code": "J677", "desc": "Air conditioner and humidifier lung"}, {"code": "J678", "desc": "Hypersensitivity pneumonitis due to other organic dusts"}, {"code": "J679", "desc": "Hypersensitivity pneumonitis due to unspecified organic dust"}, {"code": "J680", "desc": "Bronchitis and pneumonitis due to chemicals, gases, fumes and vapors"}, {"code": "J681", "desc": "Pulmonary edema due to chemicals, gases, fumes and vapors"}, {"code": "J682", "desc": "Upper respiratory inflammation due to chemicals, gases, fumes and vapors, not elsewhere classified"}, {"code": "J683", "desc": "Other acute and subacute respiratory conditions due to chemicals, gases, fumes and vapors"}, {"code": "J684", "desc": "Chronic respiratory conditions due to chemicals, gases, fumes and vapors"}, {"code": "J688", "desc": "Other respiratory conditions due to chemicals, gases, fumes and vapors"}, {"code": "J689", "desc": "Unspecified respiratory condition due to chemicals, gases, fumes and vapors"}, {"code": "J690", "desc": "Pneumonitis due to inhalation of food and vomit"}, {"code": "J691", "desc": "Pneumonitis due to inhalation of oils and essences"}, {"code": "J698", "desc": "Pneumonitis due to inhalation of other solids and liquids"}, {"code": "J700", "desc": "Acute pulmonary manifestations due to radiation"}, {"code": "J701", "desc": "Chronic and other pulmonary manifestations due to radiation"}, {"code": "J702", "desc": "Acute drug-induced interstitial lung disorders"}, {"code": "J703", "desc": "Chronic drug-induced interstitial lung disorders"}, {"code": "J704", "desc": "Drug-induced interstitial lung disorders, unspecified"}, {"code": "J705", "desc": "Respiratory conditions due to smoke inhalation"}, {"code": "J708", "desc": "Respiratory conditions due to other specified external agents"}, {"code": "J709", "desc": "Respiratory conditions due to unspecified external agent"}, {"code": "J80", "desc": "Acute respiratory distress syndrome"}, {"code": "J810", "desc": "Acute pulmonary edema"}, {"code": "J811", "desc": "Chronic pulmonary edema"}, {"code": "J82", "desc": "Pulmonary eosinophilia, not elsewhere classified"}, {"code": "J8401", "desc": "Alveolar proteinosis"}, {"code": "J8402", "desc": "Pulmonary alveolar microlithiasis"}, {"code": "J8403", "desc": "Idiopathic pulmonary hemosiderosis"}, {"code": "J8409", "desc": "Other alveolar and parieto-alveolar conditions"}, {"code": "J8410", "desc": "Pulmonary fibrosis, unspecified"}, {"code": "J84111", "desc": "Idiopathic interstitial pneumonia, not otherwise specified"}, {"code": "J84112", "desc": "Idiopathic pulmonary fibrosis"}, {"code": "J84113", "desc": "Idiopathic non-specific interstitial pneumonitis"}, {"code": "J84114", "desc": "Acute interstitial pneumonitis"}, {"code": "J84115", "desc": "Respiratory bronchiolitis interstitial lung disease"}, {"code": "J84116", "desc": "Cryptogenic organizing pneumonia"}, {"code": "J84117", "desc": "Desquamative interstitial pneumonia"}, {"code": "J8417", "desc": "Other interstitial pulmonary diseases with fibrosis in diseases classified elsewhere"}, {"code": "J842", "desc": "Lymphoid interstitial pneumonia"}, {"code": "J8481", "desc": "Lymphangioleiomyomatosis"}, {"code": "J8482", "desc": "Adult pulmonary Langerhans cell histiocytosis"}, {"code": "J8483", "desc": "Surfactant mutations of the lung"}, {"code": "J84841", "desc": "Neuroendocrine cell hyperplasia of infancy"}, {"code": "J84842", "desc": "Pulmonary interstitial glycogenosis"}, {"code": "J84843", "desc": "Alveolar capillary dysplasia with vein misalignment"}, {"code": "J84848", "desc": "Other interstitial lung diseases of childhood"}, {"code": "J8489", "desc": "Other specified interstitial pulmonary diseases"}, {"code": "J849", "desc": "Interstitial pulmonary disease, unspecified"}, {"code": "J850", "desc": "Gangrene and necrosis of lung"}, {"code": "J851", "desc": "Abscess of lung with pneumonia"}, {"code": "J852", "desc": "Abscess of lung without pneumonia"}, {"code": "J853", "desc": "Abscess of mediastinum"}, {"code": "J860", "desc": "Pyothorax with fistula"}, {"code": "J869", "desc": "Pyothorax without fistula"}, {"code": "J90", "desc": "Pleural effusion, not elsewhere classified"}, {"code": "J910", "desc": "Malignant pleural effusion"}, {"code": "J918", "desc": "Pleural effusion in other conditions classified elsewhere"}, {"code": "J920", "desc": "Pleural plaque with presence of asbestos"}, {"code": "J929", "desc": "Pleural plaque without asbestos"}, {"code": "J930", "desc": "Spontaneous tension pneumothorax"}, {"code": "J9311", "desc": "Primary spontaneous pneumothorax"}, {"code": "J9312", "desc": "Secondary spontaneous pneumothorax"}, {"code": "J9381", "desc": "Chronic pneumothorax"}, {"code": "J9382", "desc": "Other air leak"}, {"code": "J9383", "desc": "Other pneumothorax"}, {"code": "J939", "desc": "Pneumothorax, unspecified"}, {"code": "J940", "desc": "Chylous effusion"}, {"code": "J941", "desc": "Fibrothorax"}, {"code": "J942", "desc": "Hemothorax"}, {"code": "J948", "desc": "Other specified pleural conditions"}, {"code": "J949", "desc": "Pleural condition, unspecified"}, {"code": "J9500", "desc": "Unspecified tracheostomy complication"}, {"code": "J9501", "desc": "Hemorrhage from tracheostomy stoma"}, {"code": "J9502", "desc": "Infection of tracheostomy stoma"}, {"code": "J9503", "desc": "Malfunction of tracheostomy stoma"}, {"code": "J9504", "desc": "Tracheo-esophageal fistula following tracheostomy"}, {"code": "J9509", "desc": "Other tracheostomy complication"}, {"code": "J951", "desc": "Acute pulmonary insufficiency following thoracic surgery"}, {"code": "J952", "desc": "Acute pulmonary insufficiency following nonthoracic surgery"}, {"code": "J953", "desc": "Chronic pulmonary insufficiency following surgery"}, {"code": "J954", "desc": "Chemical pneumonitis due to anesthesia"}, {"code": "J955", "desc": "Postprocedural subglottic stenosis"}, {"code": "J9561", "desc": "Intraoperative hemorrhage and hematoma of a respiratory system organ or structure complicating a respiratory system procedure"}, {"code": "J9562", "desc": "Intraoperative hemorrhage and hematoma of a respiratory system organ or structure complicating other procedure"}, {"code": "J9571", "desc": "Accidental puncture and laceration of a respiratory system organ or structure during a respiratory system procedure"}, {"code": "J9572", "desc": "Accidental puncture and laceration of a respiratory system organ or structure during other procedure"}, {"code": "J95811", "desc": "Postprocedural pneumothorax"}, {"code": "J95812", "desc": "Postprocedural air leak"}, {"code": "J95821", "desc": "Acute postprocedural respiratory failure"}, {"code": "J95822", "desc": "Acute and chronic postprocedural respiratory failure"}, {"code": "J95830", "desc": "Postprocedural hemorrhage of a respiratory system organ or structure following a respiratory system procedure"}, {"code": "J95831", "desc": "Postprocedural hemorrhage of a respiratory system organ or structure following other procedure"}, {"code": "J9584", "desc": "Transfusion-related acute lung injury (TRALI)"}, {"code": "J95850", "desc": "Mechanical complication of respirator"}, {"code": "J95851", "desc": "Ventilator associated pneumonia"}, {"code": "J95859", "desc": "Other complication of respirator [ventilator]"}, {"code": "J95860", "desc": "Postprocedural hematoma of a respiratory system organ or structure following a respiratory system procedure"}, {"code": "J95861", "desc": "Postprocedural hematoma of a respiratory system organ or structure following other procedure"}, {"code": "J95862", "desc": "Postprocedural seroma of a respiratory system organ or structure following a respiratory system procedure"}, {"code": "J95863", "desc": "Postprocedural seroma of a respiratory system organ or structure following other procedure"}, {"code": "J9588", "desc": "Other intraoperative complications of respiratory system, not elsewhere classified"}, {"code": "J9589", "desc": "Other postprocedural complications and disorders of respiratory system, not elsewhere classified"}, {"code": "J9600", "desc": "Acute respiratory failure, unspecified whether with hypoxia or hypercapnia"}, {"code": "J9601", "desc": "Acute respiratory failure with hypoxia"}, {"code": "J9602", "desc": "Acute respiratory failure with hypercapnia"}, {"code": "J9610", "desc": "Chronic respiratory failure, unspecified whether with hypoxia or hypercapnia"}, {"code": "J9611", "desc": "Chronic respiratory failure with hypoxia"}, {"code": "J9612", "desc": "Chronic respiratory failure with hypercapnia"}, {"code": "J9620", "desc": "Acute and chronic respiratory failure, unspecified whether with hypoxia or hypercapnia"}, {"code": "J9621", "desc": "Acute and chronic respiratory failure with hypoxia"}, {"code": "J9622", "desc": "Acute and chronic respiratory failure with hypercapnia"}, {"code": "J9690", "desc": "Respiratory failure, unspecified, unspecified whether with hypoxia or hypercapnia"}, {"code": "J9691", "desc": "Respiratory failure, unspecified with hypoxia"}, {"code": "J9692", "desc": "Respiratory failure, unspecified with hypercapnia"}, {"code": "J9801", "desc": "Acute bronchospasm"}, {"code": "J9809", "desc": "Other diseases of bronchus, not elsewhere classified"}, {"code": "J9811", "desc": "Atelectasis"}, {"code": "J9819", "desc": "Other pulmonary collapse"}, {"code": "J982", "desc": "Interstitial emphysema"}, {"code": "J983", "desc": "Compensatory emphysema"}, {"code": "J984", "desc": "Other disorders of lung"}, {"code": "J9851", "desc": "Mediastinitis"}, {"code": "J9859", "desc": "Other diseases of mediastinum, not elsewhere classified"}, {"code": "J986", "desc": "Disorders of diaphragm"}, {"code": "J988", "desc": "Other specified respiratory disorders"}, {"code": "J989", "desc": "Respiratory disorder, unspecified"}, {"code": "J99", "desc": "Respiratory disorders in diseases classified elsewhere"}, {"code": "K000", "desc": "Anodontia"}, {"code": "K001", "desc": "Supernumerary teeth"}, {"code": "K002", "desc": "Abnormalities of size and form of teeth"}, {"code": "K003", "desc": "Mottled teeth"}, {"code": "K004", "desc": "Disturbances in tooth formation"}, {"code": "K005", "desc": "Hereditary disturbances in tooth structure, not elsewhere classified"}, {"code": "K006", "desc": "Disturbances in tooth eruption"}, {"code": "K007", "desc": "Teething syndrome"}, {"code": "K008", "desc": "Other disorders of tooth development"}, {"code": "K009", "desc": "Disorder of tooth development, unspecified"}, {"code": "K010", "desc": "Embedded teeth"}, {"code": "K011", "desc": "Impacted teeth"}, {"code": "K023", "desc": "Arrested dental caries"}, {"code": "K0251", "desc": "Dental caries on pit and fissure surface limited to enamel"}, {"code": "K0252", "desc": "Dental caries on pit and fissure surface penetrating into dentin"}, {"code": "K0253", "desc": "Dental caries on pit and fissure surface penetrating into pulp"}, {"code": "K0261", "desc": "Dental caries on smooth surface limited to enamel"}, {"code": "K0262", "desc": "Dental caries on smooth surface penetrating into dentin"}, {"code": "K0263", "desc": "Dental caries on smooth surface penetrating into pulp"}, {"code": "K027", "desc": "Dental root caries"}, {"code": "K029", "desc": "Dental caries, unspecified"}, {"code": "K030", "desc": "Excessive attrition of teeth"}, {"code": "K031", "desc": "Abrasion of teeth"}, {"code": "K032", "desc": "Erosion of teeth"}, {"code": "K033", "desc": "Pathological resorption of teeth"}, {"code": "K034", "desc": "Hypercementosis"}, {"code": "K035", "desc": "Ankylosis of teeth"}, {"code": "K036", "desc": "Deposits [accretions] on teeth"}, {"code": "K037", "desc": "Posteruptive color changes of dental hard tissues"}, {"code": "K0381", "desc": "Cracked tooth"}, {"code": "K0389", "desc": "Other specified diseases of hard tissues of teeth"}, {"code": "K039", "desc": "Disease of hard tissues of teeth, unspecified"}, {"code": "K0401", "desc": "Reversible pulpitis"}, {"code": "K0402", "desc": "Irreversible pulpitis"}, {"code": "K041", "desc": "Necrosis of pulp"}, {"code": "K042", "desc": "Pulp degeneration"}, {"code": "K043", "desc": "Abnormal hard tissue formation in pulp"}, {"code": "K044", "desc": "Acute apical periodontitis of pulpal origin"}, {"code": "K045", "desc": "Chronic apical periodontitis"}, {"code": "K046", "desc": "Periapical abscess with sinus"}, {"code": "K047", "desc": "Periapical abscess without sinus"}, {"code": "K048", "desc": "Radicular cyst"}, {"code": "K0490", "desc": "Unspecified diseases of pulp and periapical tissues"}, {"code": "K0499", "desc": "Other diseases of pulp and periapical tissues"}, {"code": "K0500", "desc": "Acute gingivitis, plaque induced"}, {"code": "K0501", "desc": "Acute gingivitis, non-plaque induced"}, {"code": "K0510", "desc": "Chronic gingivitis, plaque induced"}, {"code": "K0511", "desc": "Chronic gingivitis, non-plaque induced"}, {"code": "K0520", "desc": "Aggressive periodontitis, unspecified"}, {"code": "K05211", "desc": "Aggressive periodontitis, localized, slight"}, {"code": "K05212", "desc": "Aggressive periodontitis, localized, moderate"}, {"code": "K05213", "desc": "Aggressive periodontitis, localized, severe"}, {"code": "K05219", "desc": "Aggressive periodontitis, localized, unspecified severity"}, {"code": "K05221", "desc": "Aggressive periodontitis, generalized, slight"}, {"code": "K05222", "desc": "Aggressive periodontitis, generalized, moderate"}, {"code": "K05223", "desc": "Aggressive periodontitis, generalized, severe"}, {"code": "K05229", "desc": "Aggressive periodontitis, generalized, unspecified severity"}, {"code": "K0530", "desc": "Chronic periodontitis, unspecified"}, {"code": "K05311", "desc": "Chronic periodontitis, localized, slight"}, {"code": "K05312", "desc": "Chronic periodontitis, localized, moderate"}, {"code": "K05313", "desc": "Chronic periodontitis, localized, severe"}, {"code": "K05319", "desc": "Chronic periodontitis, localized, unspecified severity"}, {"code": "K05321", "desc": "Chronic periodontitis, generalized, slight"}, {"code": "K05322", "desc": "Chronic periodontitis, generalized, moderate"}, {"code": "K05323", "desc": "Chronic periodontitis, generalized, severe"}, {"code": "K05329", "desc": "Chronic periodontitis, generalized, unspecified severity"}, {"code": "K054", "desc": "Periodontosis"}, {"code": "K055", "desc": "Other periodontal diseases"}, {"code": "K056", "desc": "Periodontal disease, unspecified"}, {"code": "K06010", "desc": "Localized gingival recession, unspecified"}, {"code": "K06011", "desc": "Localized gingival recession, minimal"}, {"code": "K06012", "desc": "Localized gingival recession, moderate"}, {"code": "K06013", "desc": "Localized gingival recession, severe"}, {"code": "K06020", "desc": "Generalized gingival recession, unspecified"}, {"code": "K06021", "desc": "Generalized gingival recession, minimal"}, {"code": "K06022", "desc": "Generalized gingival recession, moderate"}, {"code": "K06023", "desc": "Generalized gingival recession, severe"}, {"code": "K061", "desc": "Gingival enlargement"}, {"code": "K062", "desc": "Gingival and edentulous alveolar ridge lesions associated with trauma"}, {"code": "K063", "desc": "Horizontal alveolar bone loss"}, {"code": "K068", "desc": "Other specified disorders of gingiva and edentulous alveolar ridge"}, {"code": "K069", "desc": "Disorder of gingiva and edentulous alveolar ridge, unspecified"}, {"code": "K080", "desc": "Exfoliation of teeth due to systemic causes"}, {"code": "K08101", "desc": "Complete loss of teeth, unspecified cause, class I"}, {"code": "K08102", "desc": "Complete loss of teeth, unspecified cause, class II"}, {"code": "K08103", "desc": "Complete loss of teeth, unspecified cause, class III"}, {"code": "K08104", "desc": "Complete loss of teeth, unspecified cause, class IV"}, {"code": "K08109", "desc": "Complete loss of teeth, unspecified cause, unspecified class"}, {"code": "K08111", "desc": "Complete loss of teeth due to trauma, class I"}, {"code": "K08112", "desc": "Complete loss of teeth due to trauma, class II"}, {"code": "K08113", "desc": "Complete loss of teeth due to trauma, class III"}, {"code": "K08114", "desc": "Complete loss of teeth due to trauma, class IV"}, {"code": "K08119", "desc": "Complete loss of teeth due to trauma, unspecified class"}, {"code": "K08121", "desc": "Complete loss of teeth due to periodontal diseases, class I"}, {"code": "K08122", "desc": "Complete loss of teeth due to periodontal diseases, class II"}, {"code": "K08123", "desc": "Complete loss of teeth due to periodontal diseases, class III"}, {"code": "K08124", "desc": "Complete loss of teeth due to periodontal diseases, class IV"}, {"code": "K08129", "desc": "Complete loss of teeth due to periodontal diseases, unspecified class"}, {"code": "K08131", "desc": "Complete loss of teeth due to caries, class I"}, {"code": "K08132", "desc": "Complete loss of teeth due to caries, class II"}, {"code": "K08133", "desc": "Complete loss of teeth due to caries, class III"}, {"code": "K08134", "desc": "Complete loss of teeth due to caries, class IV"}, {"code": "K08139", "desc": "Complete loss of teeth due to caries, unspecified class"}, {"code": "K08191", "desc": "Complete loss of teeth due to other specified cause, class I"}, {"code": "K08192", "desc": "Complete loss of teeth due to other specified cause, class II"}, {"code": "K08193", "desc": "Complete loss of teeth due to other specified cause, class III"}, {"code": "K08194", "desc": "Complete loss of teeth due to other specified cause, class IV"}, {"code": "K08199", "desc": "Complete loss of teeth due to other specified cause, unspecified class"}, {"code": "K0820", "desc": "Unspecified atrophy of edentulous alveolar ridge"}, {"code": "K0821", "desc": "Minimal atrophy of the mandible"}, {"code": "K0822", "desc": "Moderate atrophy of the mandible"}, {"code": "K0823", "desc": "Severe atrophy of the mandible"}, {"code": "K0824", "desc": "Minimal atrophy of maxilla"}, {"code": "K0825", "desc": "Moderate atrophy of the maxilla"}, {"code": "K0826", "desc": "Severe atrophy of the maxilla"}, {"code": "K083", "desc": "Retained dental root"}, {"code": "K08401", "desc": "Partial loss of teeth, unspecified cause, class I"}, {"code": "K08402", "desc": "Partial loss of teeth, unspecified cause, class II"}, {"code": "K08403", "desc": "Partial loss of teeth, unspecified cause, class III"}, {"code": "K08404", "desc": "Partial loss of teeth, unspecified cause, class IV"}, {"code": "K08409", "desc": "Partial loss of teeth, unspecified cause, unspecified class"}, {"code": "K08411", "desc": "Partial loss of teeth due to trauma, class I"}, {"code": "K08412", "desc": "Partial loss of teeth due to trauma, class II"}, {"code": "K08413", "desc": "Partial loss of teeth due to trauma, class III"}, {"code": "K08414", "desc": "Partial loss of teeth due to trauma, class IV"}, {"code": "K08419", "desc": "Partial loss of teeth due to trauma, unspecified class"}, {"code": "K08421", "desc": "Partial loss of teeth due to periodontal diseases, class I"}, {"code": "K08422", "desc": "Partial loss of teeth due to periodontal diseases, class II"}, {"code": "K08423", "desc": "Partial loss of teeth due to periodontal diseases, class III"}, {"code": "K08424", "desc": "Partial loss of teeth due to periodontal diseases, class IV"}, {"code": "K08429", "desc": "Partial loss of teeth due to periodontal diseases, unspecified class"}, {"code": "K08431", "desc": "Partial loss of teeth due to caries, class I"}, {"code": "K08432", "desc": "Partial loss of teeth due to caries, class II"}, {"code": "K08433", "desc": "Partial loss of teeth due to caries, class III"}, {"code": "K08434", "desc": "Partial loss of teeth due to caries, class IV"}, {"code": "K08439", "desc": "Partial loss of teeth due to caries, unspecified class"}, {"code": "K08491", "desc": "Partial loss of teeth due to other specified cause, class I"}, {"code": "K08492", "desc": "Partial loss of teeth due to other specified cause, class II"}, {"code": "K08493", "desc": "Partial loss of teeth due to other specified cause, class III"}, {"code": "K08494", "desc": "Partial loss of teeth due to other specified cause, class IV"}, {"code": "K08499", "desc": "Partial loss of teeth due to other specified cause, unspecified class"}, {"code": "K0850", "desc": "Unsatisfactory restoration of tooth, unspecified"}, {"code": "K0851", "desc": "Open restoration margins of tooth"}, {"code": "K0852", "desc": "Unrepairable overhanging of dental restorative materials"}, {"code": "K08530", "desc": "Fractured dental restorative material without loss of material"}, {"code": "K08531", "desc": "Fractured dental restorative material with loss of material"}, {"code": "K08539", "desc": "Fractured dental restorative material, unspecified"}, {"code": "K0854", "desc": "Contour of existing restoration of tooth biologically incompatible with oral health"}, {"code": "K0855", "desc": "Allergy to existing dental restorative material"}, {"code": "K0856", "desc": "Poor aesthetic of existing restoration of tooth"}, {"code": "K0859", "desc": "Other unsatisfactory restoration of tooth"}, {"code": "K0881", "desc": "Primary occlusal trauma"}, {"code": "K0882", "desc": "Secondary occlusal trauma"}, {"code": "K0889", "desc": "Other specified disorders of teeth and supporting structures"}, {"code": "K089", "desc": "Disorder of teeth and supporting structures, unspecified"}, {"code": "K090", "desc": "Developmental odontogenic cysts"}, {"code": "K091", "desc": "Developmental (nonodontogenic) cysts of oral region"}, {"code": "K098", "desc": "Other cysts of oral region, not elsewhere classified"}, {"code": "K099", "desc": "Cyst of oral region, unspecified"}, {"code": "K110", "desc": "Atrophy of salivary gland"}, {"code": "K111", "desc": "Hypertrophy of salivary gland"}, {"code": "K1120", "desc": "Sialoadenitis, unspecified"}, {"code": "K1121", "desc": "Acute sialoadenitis"}, {"code": "K1122", "desc": "Acute recurrent sialoadenitis"}, {"code": "K1123", "desc": "Chronic sialoadenitis"}, {"code": "K113", "desc": "Abscess of salivary gland"}, {"code": "K114", "desc": "Fistula of salivary gland"}, {"code": "K115", "desc": "Sialolithiasis"}, {"code": "K116", "desc": "Mucocele of salivary gland"}, {"code": "K117", "desc": "Disturbances of salivary secretion"}, {"code": "K118", "desc": "Other diseases of salivary glands"}, {"code": "K119", "desc": "Disease of salivary gland, unspecified"}, {"code": "K120", "desc": "Recurrent oral aphthae"}, {"code": "K121", "desc": "Other forms of stomatitis"}, {"code": "K122", "desc": "Cellulitis and abscess of mouth"}, {"code": "K1230", "desc": "Oral mucositis (ulcerative), unspecified"}, {"code": "K1231", "desc": "Oral mucositis (ulcerative) due to antineoplastic therapy"}, {"code": "K1232", "desc": "Oral mucositis (ulcerative) due to other drugs"}, {"code": "K1233", "desc": "Oral mucositis (ulcerative) due to radiation"}, {"code": "K1239", "desc": "Other oral mucositis (ulcerative)"}, {"code": "K130", "desc": "Diseases of lips"}, {"code": "K131", "desc": "Cheek and lip biting"}, {"code": "K1321", "desc": "Leukoplakia of oral mucosa, including tongue"}, {"code": "K1322", "desc": "Minimal keratinized residual ridge mucosa"}, {"code": "K1323", "desc": "Excessive keratinized residual ridge mucosa"}, {"code": "K1324", "desc": "Leukokeratosis nicotina palati"}, {"code": "K1329", "desc": "Other disturbances of oral epithelium, including tongue"}, {"code": "K133", "desc": "Hairy leukoplakia"}, {"code": "K134", "desc": "Granuloma and granuloma-like lesions of oral mucosa"}, {"code": "K135", "desc": "Oral submucous fibrosis"}, {"code": "K136", "desc": "Irritative hyperplasia of oral mucosa"}, {"code": "K1370", "desc": "Unspecified lesions of oral mucosa"}, {"code": "K1379", "desc": "Other lesions of oral mucosa"}, {"code": "K140", "desc": "Glossitis"}, {"code": "K141", "desc": "Geographic tongue"}, {"code": "K142", "desc": "Median rhomboid glossitis"}, {"code": "K143", "desc": "Hypertrophy of tongue papillae"}, {"code": "K144", "desc": "Atrophy of tongue papillae"}, {"code": "K145", "desc": "Plicated tongue"}, {"code": "K146", "desc": "Glossodynia"}, {"code": "K148", "desc": "Other diseases of tongue"}, {"code": "K149", "desc": "Disease of tongue, unspecified"}, {"code": "K200", "desc": "Eosinophilic esophagitis"}, {"code": "K208", "desc": "Other esophagitis"}, {"code": "K209", "desc": "Esophagitis, unspecified"}, {"code": "K210", "desc": "Gastro-esophageal reflux disease with esophagitis"}, {"code": "K219", "desc": "Gastro-esophageal reflux disease without esophagitis"}, {"code": "K220", "desc": "Achalasia of cardia"}, {"code": "K2210", "desc": "Ulcer of esophagus without bleeding"}, {"code": "K2211", "desc": "Ulcer of esophagus with bleeding"}, {"code": "K222", "desc": "Esophageal obstruction"}, {"code": "K223", "desc": "Perforation of esophagus"}, {"code": "K224", "desc": "Dyskinesia of esophagus"}, {"code": "K225", "desc": "Diverticulum of esophagus, acquired"}, {"code": "K226", "desc": "Gastro-esophageal laceration-hemorrhage syndrome"}, {"code": "K2270", "desc": "Barrett's esophagus without dysplasia"}, {"code": "K22710", "desc": "Barrett's esophagus with low grade dysplasia"}, {"code": "K22711", "desc": "Barrett's esophagus with high grade dysplasia"}, {"code": "K22719", "desc": "Barrett's esophagus with dysplasia, unspecified"}, {"code": "K228", "desc": "Other specified diseases of esophagus"}, {"code": "K229", "desc": "Disease of esophagus, unspecified"}, {"code": "K23", "desc": "Disorders of esophagus in diseases classified elsewhere"}, {"code": "K250", "desc": "Acute gastric ulcer with hemorrhage"}, {"code": "K251", "desc": "Acute gastric ulcer with perforation"}, {"code": "K252", "desc": "Acute gastric ulcer with both hemorrhage and perforation"}, {"code": "K253", "desc": "Acute gastric ulcer without hemorrhage or perforation"}, {"code": "K254", "desc": "Chronic or unspecified gastric ulcer with hemorrhage"}, {"code": "K255", "desc": "Chronic or unspecified gastric ulcer with perforation"}, {"code": "K256", "desc": "Chronic or unspecified gastric ulcer with both hemorrhage and perforation"}, {"code": "K257", "desc": "Chronic gastric ulcer without hemorrhage or perforation"}, {"code": "K259", "desc": "Gastric ulcer, unspecified as acute or chronic, without hemorrhage or perforation"}, {"code": "K260", "desc": "Acute duodenal ulcer with hemorrhage"}, {"code": "K261", "desc": "Acute duodenal ulcer with perforation"}, {"code": "K262", "desc": "Acute duodenal ulcer with both hemorrhage and perforation"}, {"code": "K263", "desc": "Acute duodenal ulcer without hemorrhage or perforation"}, {"code": "K264", "desc": "Chronic or unspecified duodenal ulcer with hemorrhage"}, {"code": "K265", "desc": "Chronic or unspecified duodenal ulcer with perforation"}, {"code": "K266", "desc": "Chronic or unspecified duodenal ulcer with both hemorrhage and perforation"}, {"code": "K267", "desc": "Chronic duodenal ulcer without hemorrhage or perforation"}, {"code": "K269", "desc": "Duodenal ulcer, unspecified as acute or chronic, without hemorrhage or perforation"}, {"code": "K270", "desc": "Acute peptic ulcer, site unspecified, with hemorrhage"}, {"code": "K271", "desc": "Acute peptic ulcer, site unspecified, with perforation"}, {"code": "K272", "desc": "Acute peptic ulcer, site unspecified, with both hemorrhage and perforation"}, {"code": "K273", "desc": "Acute peptic ulcer, site unspecified, without hemorrhage or perforation"}, {"code": "K274", "desc": "Chronic or unspecified peptic ulcer, site unspecified, with hemorrhage"}, {"code": "K275", "desc": "Chronic or unspecified peptic ulcer, site unspecified, with perforation"}, {"code": "K276", "desc": "Chronic or unspecified peptic ulcer, site unspecified, with both hemorrhage and perforation"}, {"code": "K277", "desc": "Chronic peptic ulcer, site unspecified, without hemorrhage or perforation"}, {"code": "K279", "desc": "Peptic ulcer, site unspecified, unspecified as acute or chronic, without hemorrhage or perforation"}, {"code": "K280", "desc": "Acute gastrojejunal ulcer with hemorrhage"}, {"code": "K281", "desc": "Acute gastrojejunal ulcer with perforation"}, {"code": "K282", "desc": "Acute gastrojejunal ulcer with both hemorrhage and perforation"}, {"code": "K283", "desc": "Acute gastrojejunal ulcer without hemorrhage or perforation"}, {"code": "K284", "desc": "Chronic or unspecified gastrojejunal ulcer with hemorrhage"}, {"code": "K285", "desc": "Chronic or unspecified gastrojejunal ulcer with perforation"}, {"code": "K286", "desc": "Chronic or unspecified gastrojejunal ulcer with both hemorrhage and perforation"}, {"code": "K287", "desc": "Chronic gastrojejunal ulcer without hemorrhage or perforation"}, {"code": "K289", "desc": "Gastrojejunal ulcer, unspecified as acute or chronic, without hemorrhage or perforation"}, {"code": "K2900", "desc": "Acute gastritis without bleeding"}, {"code": "K2901", "desc": "Acute gastritis with bleeding"}, {"code": "K2920", "desc": "Alcoholic gastritis without bleeding"}, {"code": "K2921", "desc": "Alcoholic gastritis with bleeding"}, {"code": "K2930", "desc": "Chronic superficial gastritis without bleeding"}, {"code": "K2931", "desc": "Chronic superficial gastritis with bleeding"}, {"code": "K2940", "desc": "Chronic atrophic gastritis without bleeding"}, {"code": "K2941", "desc": "Chronic atrophic gastritis with bleeding"}, {"code": "K2950", "desc": "Unspecified chronic gastritis without bleeding"}, {"code": "K2951", "desc": "Unspecified chronic gastritis with bleeding"}, {"code": "K2960", "desc": "Other gastritis without bleeding"}, {"code": "K2961", "desc": "Other gastritis with bleeding"}, {"code": "K2970", "desc": "Gastritis, unspecified, without bleeding"}, {"code": "K2971", "desc": "Gastritis, unspecified, with bleeding"}, {"code": "K2980", "desc": "Duodenitis without bleeding"}, {"code": "K2981", "desc": "Duodenitis with bleeding"}, {"code": "K2990", "desc": "Gastroduodenitis, unspecified, without bleeding"}, {"code": "K2991", "desc": "Gastroduodenitis, unspecified, with bleeding"}, {"code": "K30", "desc": "Functional dyspepsia"}, {"code": "K310", "desc": "Acute dilatation of stomach"}, {"code": "K311", "desc": "Adult hypertrophic pyloric stenosis"}, {"code": "K312", "desc": "Hourglass stricture and stenosis of stomach"}, {"code": "K313", "desc": "Pylorospasm, not elsewhere classified"}, {"code": "K314", "desc": "Gastric diverticulum"}, {"code": "K315", "desc": "Obstruction of duodenum"}, {"code": "K316", "desc": "Fistula of stomach and duodenum"}, {"code": "K317", "desc": "Polyp of stomach and duodenum"}, {"code": "K31811", "desc": "Angiodysplasia of stomach and duodenum with bleeding"}, {"code": "K31819", "desc": "Angiodysplasia of stomach and duodenum without bleeding"}, {"code": "K3182", "desc": "Dieulafoy lesion (hemorrhagic) of stomach and duodenum"}, {"code": "K3183", "desc": "Achlorhydria"}, {"code": "K3184", "desc": "Gastroparesis"}, {"code": "K3189", "desc": "Other diseases of stomach and duodenum"}, {"code": "K319", "desc": "Disease of stomach and duodenum, unspecified"}, {"code": "K352", "desc": "Acute appendicitis with generalized peritonitis"}, {"code": "K353", "desc": "Acute appendicitis with localized peritonitis"}, {"code": "K3580", "desc": "Unspecified acute appendicitis"}, {"code": "K3589", "desc": "Other acute appendicitis"}, {"code": "K36", "desc": "Other appendicitis"}, {"code": "K37", "desc": "Unspecified appendicitis"}, {"code": "K380", "desc": "Hyperplasia of appendix"}, {"code": "K381", "desc": "Appendicular concretions"}, {"code": "K382", "desc": "Diverticulum of appendix"}, {"code": "K383", "desc": "Fistula of appendix"}, {"code": "K388", "desc": "Other specified diseases of appendix"}, {"code": "K389", "desc": "Disease of appendix, unspecified"}, {"code": "K4000", "desc": "Bilateral inguinal hernia, with obstruction, without gangrene, not specified as recurrent"}, {"code": "K4001", "desc": "Bilateral inguinal hernia, with obstruction, without gangrene, recurrent"}, {"code": "K4010", "desc": "Bilateral inguinal hernia, with gangrene, not specified as recurrent"}, {"code": "K4011", "desc": "Bilateral inguinal hernia, with gangrene, recurrent"}, {"code": "K4020", "desc": "Bilateral inguinal hernia, without obstruction or gangrene, not specified as recurrent"}, {"code": "K4021", "desc": "Bilateral inguinal hernia, without obstruction or gangrene, recurrent"}, {"code": "K4030", "desc": "Unilateral inguinal hernia, with obstruction, without gangrene, not specified as recurrent"}, {"code": "K4031", "desc": "Unilateral inguinal hernia, with obstruction, without gangrene, recurrent"}, {"code": "K4040", "desc": "Unilateral inguinal hernia, with gangrene, not specified as recurrent"}, {"code": "K4041", "desc": "Unilateral inguinal hernia, with gangrene, recurrent"}, {"code": "K4090", "desc": "Unilateral inguinal hernia, without obstruction or gangrene, not specified as recurrent"}, {"code": "K4091", "desc": "Unilateral inguinal hernia, without obstruction or gangrene, recurrent"}, {"code": "K4100", "desc": "Bilateral femoral hernia, with obstruction, without gangrene, not specified as recurrent"}, {"code": "K4101", "desc": "Bilateral femoral hernia, with obstruction, without gangrene, recurrent"}, {"code": "K4110", "desc": "Bilateral femoral hernia, with gangrene, not specified as recurrent"}, {"code": "K4111", "desc": "Bilateral femoral hernia, with gangrene, recurrent"}, {"code": "K4120", "desc": "Bilateral femoral hernia, without obstruction or gangrene, not specified as recurrent"}, {"code": "K4121", "desc": "Bilateral femoral hernia, without obstruction or gangrene, recurrent"}, {"code": "K4130", "desc": "Unilateral femoral hernia, with obstruction, without gangrene, not specified as recurrent"}, {"code": "K4131", "desc": "Unilateral femoral hernia, with obstruction, without gangrene, recurrent"}, {"code": "K4140", "desc": "Unilateral femoral hernia, with gangrene, not specified as recurrent"}, {"code": "K4141", "desc": "Unilateral femoral hernia, with gangrene, recurrent"}, {"code": "K4190", "desc": "Unilateral femoral hernia, without obstruction or gangrene, not specified as recurrent"}, {"code": "K4191", "desc": "Unilateral femoral hernia, without obstruction or gangrene, recurrent"}, {"code": "K420", "desc": "Umbilical hernia with obstruction, without gangrene"}, {"code": "K421", "desc": "Umbilical hernia with gangrene"}, {"code": "K429", "desc": "Umbilical hernia without obstruction or gangrene"}, {"code": "K430", "desc": "Incisional hernia with obstruction, without gangrene"}, {"code": "K431", "desc": "Incisional hernia with gangrene"}, {"code": "K432", "desc": "Incisional hernia without obstruction or gangrene"}, {"code": "K433", "desc": "Parastomal hernia with obstruction, without gangrene"}, {"code": "K434", "desc": "Parastomal hernia with gangrene"}, {"code": "K435", "desc": "Parastomal hernia without obstruction or gangrene"}, {"code": "K436", "desc": "Other and unspecified ventral hernia with obstruction, without gangrene"}, {"code": "K437", "desc": "Other and unspecified ventral hernia with gangrene"}, {"code": "K439", "desc": "Ventral hernia without obstruction or gangrene"}, {"code": "K440", "desc": "Diaphragmatic hernia with obstruction, without gangrene"}, {"code": "K441", "desc": "Diaphragmatic hernia with gangrene"}, {"code": "K449", "desc": "Diaphragmatic hernia without obstruction or gangrene"}, {"code": "K450", "desc": "Other specified abdominal hernia with obstruction, without gangrene"}, {"code": "K451", "desc": "Other specified abdominal hernia with gangrene"}, {"code": "K458", "desc": "Other specified abdominal hernia without obstruction or gangrene"}, {"code": "K460", "desc": "Unspecified abdominal hernia with obstruction, without gangrene"}, {"code": "K461", "desc": "Unspecified abdominal hernia with gangrene"}, {"code": "K469", "desc": "Unspecified abdominal hernia without obstruction or gangrene"}, {"code": "K5000", "desc": "Crohn's disease of small intestine without complications"}, {"code": "K50011", "desc": "Crohn's disease of small intestine with rectal bleeding"}, {"code": "K50012", "desc": "Crohn's disease of small intestine with intestinal obstruction"}, {"code": "K50013", "desc": "Crohn's disease of small intestine with fistula"}, {"code": "K50014", "desc": "Crohn's disease of small intestine with abscess"}, {"code": "K50018", "desc": "Crohn's disease of small intestine with other complication"}, {"code": "K50019", "desc": "Crohn's disease of small intestine with unspecified complications"}, {"code": "K5010", "desc": "Crohn's disease of large intestine without complications"}, {"code": "K50111", "desc": "Crohn's disease of large intestine with rectal bleeding"}, {"code": "K50112", "desc": "Crohn's disease of large intestine with intestinal obstruction"}, {"code": "K50113", "desc": "Crohn's disease of large intestine with fistula"}, {"code": "K50114", "desc": "Crohn's disease of large intestine with abscess"}, {"code": "K50118", "desc": "Crohn's disease of large intestine with other complication"}, {"code": "K50119", "desc": "Crohn's disease of large intestine with unspecified complications"}, {"code": "K5080", "desc": "Crohn's disease of both small and large intestine without complications"}, {"code": "K50811", "desc": "Crohn's disease of both small and large intestine with rectal bleeding"}, {"code": "K50812", "desc": "Crohn's disease of both small and large intestine with intestinal obstruction"}, {"code": "K50813", "desc": "Crohn's disease of both small and large intestine with fistula"}, {"code": "K50814", "desc": "Crohn's disease of both small and large intestine with abscess"}, {"code": "K50818", "desc": "Crohn's disease of both small and large intestine with other complication"}, {"code": "K50819", "desc": "Crohn's disease of both small and large intestine with unspecified complications"}, {"code": "K5090", "desc": "Crohn's disease, unspecified, without complications"}, {"code": "K50911", "desc": "Crohn's disease, unspecified, with rectal bleeding"}, {"code": "K50912", "desc": "Crohn's disease, unspecified, with intestinal obstruction"}, {"code": "K50913", "desc": "Crohn's disease, unspecified, with fistula"}, {"code": "K50914", "desc": "Crohn's disease, unspecified, with abscess"}, {"code": "K50918", "desc": "Crohn's disease, unspecified, with other complication"}, {"code": "K50919", "desc": "Crohn's disease, unspecified, with unspecified complications"}, {"code": "K5100", "desc": "Ulcerative (chronic) pancolitis without complications"}, {"code": "K51011", "desc": "Ulcerative (chronic) pancolitis with rectal bleeding"}, {"code": "K51012", "desc": "Ulcerative (chronic) pancolitis with intestinal obstruction"}, {"code": "K51013", "desc": "Ulcerative (chronic) pancolitis with fistula"}, {"code": "K51014", "desc": "Ulcerative (chronic) pancolitis with abscess"}, {"code": "K51018", "desc": "Ulcerative (chronic) pancolitis with other complication"}, {"code": "K51019", "desc": "Ulcerative (chronic) pancolitis with unspecified complications"}, {"code": "K5120", "desc": "Ulcerative (chronic) proctitis without complications"}, {"code": "K51211", "desc": "Ulcerative (chronic) proctitis with rectal bleeding"}, {"code": "K51212", "desc": "Ulcerative (chronic) proctitis with intestinal obstruction"}, {"code": "K51213", "desc": "Ulcerative (chronic) proctitis with fistula"}, {"code": "K51214", "desc": "Ulcerative (chronic) proctitis with abscess"}, {"code": "K51218", "desc": "Ulcerative (chronic) proctitis with other complication"}, {"code": "K51219", "desc": "Ulcerative (chronic) proctitis with unspecified complications"}, {"code": "K5130", "desc": "Ulcerative (chronic) rectosigmoiditis without complications"}, {"code": "K51311", "desc": "Ulcerative (chronic) rectosigmoiditis with rectal bleeding"}, {"code": "K51312", "desc": "Ulcerative (chronic) rectosigmoiditis with intestinal obstruction"}, {"code": "K51313", "desc": "Ulcerative (chronic) rectosigmoiditis with fistula"}, {"code": "K51314", "desc": "Ulcerative (chronic) rectosigmoiditis with abscess"}, {"code": "K51318", "desc": "Ulcerative (chronic) rectosigmoiditis with other complication"}, {"code": "K51319", "desc": "Ulcerative (chronic) rectosigmoiditis with unspecified complications"}, {"code": "K5140", "desc": "Inflammatory polyps of colon without complications"}, {"code": "K51411", "desc": "Inflammatory polyps of colon with rectal bleeding"}, {"code": "K51412", "desc": "Inflammatory polyps of colon with intestinal obstruction"}, {"code": "K51413", "desc": "Inflammatory polyps of colon with fistula"}, {"code": "K51414", "desc": "Inflammatory polyps of colon with abscess"}, {"code": "K51418", "desc": "Inflammatory polyps of colon with other complication"}, {"code": "K51419", "desc": "Inflammatory polyps of colon with unspecified complications"}, {"code": "K5150", "desc": "Left sided colitis without complications"}, {"code": "K51511", "desc": "Left sided colitis with rectal bleeding"}, {"code": "K51512", "desc": "Left sided colitis with intestinal obstruction"}, {"code": "K51513", "desc": "Left sided colitis with fistula"}, {"code": "K51514", "desc": "Left sided colitis with abscess"}, {"code": "K51518", "desc": "Left sided colitis with other complication"}, {"code": "K51519", "desc": "Left sided colitis with unspecified complications"}, {"code": "K5180", "desc": "Other ulcerative colitis without complications"}, {"code": "K51811", "desc": "Other ulcerative colitis with rectal bleeding"}, {"code": "K51812", "desc": "Other ulcerative colitis with intestinal obstruction"}, {"code": "K51813", "desc": "Other ulcerative colitis with fistula"}, {"code": "K51814", "desc": "Other ulcerative colitis with abscess"}, {"code": "K51818", "desc": "Other ulcerative colitis with other complication"}, {"code": "K51819", "desc": "Other ulcerative colitis with unspecified complications"}, {"code": "K5190", "desc": "Ulcerative colitis, unspecified, without complications"}, {"code": "K51911", "desc": "Ulcerative colitis, unspecified with rectal bleeding"}, {"code": "K51912", "desc": "Ulcerative colitis, unspecified with intestinal obstruction"}, {"code": "K51913", "desc": "Ulcerative colitis, unspecified with fistula"}, {"code": "K51914", "desc": "Ulcerative colitis, unspecified with abscess"}, {"code": "K51918", "desc": "Ulcerative colitis, unspecified with other complication"}, {"code": "K51919", "desc": "Ulcerative colitis, unspecified with unspecified complications"}, {"code": "K520", "desc": "Gastroenteritis and colitis due to radiation"}, {"code": "K521", "desc": "Toxic gastroenteritis and colitis"}, {"code": "K5221", "desc": "Food protein-induced enterocolitis syndrome"}, {"code": "K5222", "desc": "Food protein-induced enteropathy"}, {"code": "K5229", "desc": "Other allergic and dietetic gastroenteritis and colitis"}, {"code": "K523", "desc": "Indeterminate colitis"}, {"code": "K5281", "desc": "Eosinophilic gastritis or gastroenteritis"}, {"code": "K5282", "desc": "Eosinophilic colitis"}, {"code": "K52831", "desc": "Collagenous colitis"}, {"code": "K52832", "desc": "Lymphocytic colitis"}, {"code": "K52838", "desc": "Other microscopic colitis"}, {"code": "K52839", "desc": "Microscopic colitis, unspecified"}, {"code": "K5289", "desc": "Other specified noninfective gastroenteritis and colitis"}, {"code": "K529", "desc": "Noninfective gastroenteritis and colitis, unspecified"}, {"code": "K55011", "desc": "Focal (segmental) acute (reversible) ischemia of small intestine"}, {"code": "K55012", "desc": "Diffuse acute (reversible) ischemia of small intestine"}, {"code": "K55019", "desc": "Acute (reversible) ischemia of small intestine, extent unspecified"}, {"code": "K55021", "desc": "Focal (segmental) acute infarction of small intestine"}, {"code": "K55022", "desc": "Diffuse acute infarction of small intestine"}, {"code": "K55029", "desc": "Acute infarction of small intestine, extent unspecified"}, {"code": "K55031", "desc": "Focal (segmental) acute (reversible) ischemia of large intestine"}, {"code": "K55032", "desc": "Diffuse acute (reversible) ischemia of large intestine"}, {"code": "K55039", "desc": "Acute (reversible) ischemia of large intestine, extent unspecified"}, {"code": "K55041", "desc": "Focal (segmental) acute infarction of large intestine"}, {"code": "K55042", "desc": "Diffuse acute infarction of large intestine"}, {"code": "K55049", "desc": "Acute infarction of large intestine, extent unspecified"}, {"code": "K55051", "desc": "Focal (segmental) acute (reversible) ischemia of intestine, part unspecified"}, {"code": "K55052", "desc": "Diffuse acute (reversible) ischemia of intestine, part unspecified"}, {"code": "K55059", "desc": "Acute (reversible) ischemia of intestine, part and extent unspecified"}, {"code": "K55061", "desc": "Focal (segmental) acute infarction of intestine, part unspecified"}, {"code": "K55062", "desc": "Diffuse acute infarction of intestine, part unspecified"}, {"code": "K55069", "desc": "Acute infarction of intestine, part and extent unspecified"}, {"code": "K551", "desc": "Chronic vascular disorders of intestine"}, {"code": "K5520", "desc": "Angiodysplasia of colon without hemorrhage"}, {"code": "K5521", "desc": "Angiodysplasia of colon with hemorrhage"}, {"code": "K5530", "desc": "Necrotizing enterocolitis, unspecified"}, {"code": "K5531", "desc": "Stage 1 necrotizing enterocolitis"}, {"code": "K5532", "desc": "Stage 2 necrotizing enterocolitis"}, {"code": "K5533", "desc": "Stage 3 necrotizing enterocolitis"}, {"code": "K558", "desc": "Other vascular disorders of intestine"}, {"code": "K559", "desc": "Vascular disorder of intestine, unspecified"}, {"code": "K560", "desc": "Paralytic ileus"}, {"code": "K561", "desc": "Intussusception"}, {"code": "K562", "desc": "Volvulus"}, {"code": "K563", "desc": "Gallstone ileus"}, {"code": "K5641", "desc": "Fecal impaction"}, {"code": "K5649", "desc": "Other impaction of intestine"}, {"code": "K5650", "desc": "Intestinal adhesions [bands], unspecified as to partial versus complete obstruction"}, {"code": "K5651", "desc": "Intestinal adhesions [bands], with partial obstruction"}, {"code": "K5652", "desc": "Intestinal adhesions [bands] with complete obstruction"}, {"code": "K56600", "desc": "Partial intestinal obstruction, unspecified as to cause"}, {"code": "K56601", "desc": "Complete intestinal obstruction, unspecified as to cause"}, {"code": "K56609", "desc": "Unspecified intestinal obstruction, unspecified as to partial versus complete obstruction"}, {"code": "K56690", "desc": "Other partial intestinal obstruction"}, {"code": "K56691", "desc": "Other complete intestinal obstruction"}, {"code": "K56699", "desc": "Other intestinal obstruction unspecified as to partial versus complete obstruction"}, {"code": "K567", "desc": "Ileus, unspecified"}, {"code": "K5700", "desc": "Diverticulitis of small intestine with perforation and abscess without bleeding"}, {"code": "K5701", "desc": "Diverticulitis of small intestine with perforation and abscess with bleeding"}, {"code": "K5710", "desc": "Diverticulosis of small intestine without perforation or abscess without bleeding"}, {"code": "K5711", "desc": "Diverticulosis of small intestine without perforation or abscess with bleeding"}, {"code": "K5712", "desc": "Diverticulitis of small intestine without perforation or abscess without bleeding"}, {"code": "K5713", "desc": "Diverticulitis of small intestine without perforation or abscess with bleeding"}, {"code": "K5720", "desc": "Diverticulitis of large intestine with perforation and abscess without bleeding"}, {"code": "K5721", "desc": "Diverticulitis of large intestine with perforation and abscess with bleeding"}, {"code": "K5730", "desc": "Diverticulosis of large intestine without perforation or abscess without bleeding"}, {"code": "K5731", "desc": "Diverticulosis of large intestine without perforation or abscess with bleeding"}, {"code": "K5732", "desc": "Diverticulitis of large intestine without perforation or abscess without bleeding"}, {"code": "K5733", "desc": "Diverticulitis of large intestine without perforation or abscess with bleeding"}, {"code": "K5740", "desc": "Diverticulitis of both small and large intestine with perforation and abscess without bleeding"}, {"code": "K5741", "desc": "Diverticulitis of both small and large intestine with perforation and abscess with bleeding"}, {"code": "K5750", "desc": "Diverticulosis of both small and large intestine without perforation or abscess without bleeding"}, {"code": "K5751", "desc": "Diverticulosis of both small and large intestine without perforation or abscess with bleeding"}, {"code": "K5752", "desc": "Diverticulitis of both small and large intestine without perforation or abscess without bleeding"}, {"code": "K5753", "desc": "Diverticulitis of both small and large intestine without perforation or abscess with bleeding"}, {"code": "K5780", "desc": "Diverticulitis of intestine, part unspecified, with perforation and abscess without bleeding"}, {"code": "K5781", "desc": "Diverticulitis of intestine, part unspecified, with perforation and abscess with bleeding"}, {"code": "K5790", "desc": "Diverticulosis of intestine, part unspecified, without perforation or abscess without bleeding"}, {"code": "K5791", "desc": "Diverticulosis of intestine, part unspecified, without perforation or abscess with bleeding"}, {"code": "K5792", "desc": "Diverticulitis of intestine, part unspecified, without perforation or abscess without bleeding"}, {"code": "K5793", "desc": "Diverticulitis of intestine, part unspecified, without perforation or abscess with bleeding"}, {"code": "K580", "desc": "Irritable bowel syndrome with diarrhea"}, {"code": "K581", "desc": "Irritable bowel syndrome with constipation"}, {"code": "K582", "desc": "Mixed irritable bowel syndrome"}, {"code": "K588", "desc": "Other irritable bowel syndrome"}, {"code": "K589", "desc": "Irritable bowel syndrome without diarrhea"}, {"code": "K5900", "desc": "Constipation, unspecified"}, {"code": "K5901", "desc": "Slow transit constipation"}, {"code": "K5902", "desc": "Outlet dysfunction constipation"}, {"code": "K5903", "desc": "Drug induced constipation"}, {"code": "K5904", "desc": "Chronic idiopathic constipation"}, {"code": "K5909", "desc": "Other constipation"}, {"code": "K591", "desc": "Functional diarrhea"}, {"code": "K592", "desc": "Neurogenic bowel, not elsewhere classified"}, {"code": "K5931", "desc": "Toxic megacolon"}, {"code": "K5939", "desc": "Other megacolon"}, {"code": "K594", "desc": "Anal spasm"}, {"code": "K598", "desc": "Other specified functional intestinal disorders"}, {"code": "K599", "desc": "Functional intestinal disorder, unspecified"}, {"code": "K600", "desc": "Acute anal fissure"}, {"code": "K601", "desc": "Chronic anal fissure"}, {"code": "K602", "desc": "Anal fissure, unspecified"}, {"code": "K603", "desc": "Anal fistula"}, {"code": "K604", "desc": "Rectal fistula"}, {"code": "K605", "desc": "Anorectal fistula"}, {"code": "K610", "desc": "Anal abscess"}, {"code": "K611", "desc": "Rectal abscess"}, {"code": "K612", "desc": "Anorectal abscess"}, {"code": "K613", "desc": "Ischiorectal abscess"}, {"code": "K614", "desc": "Intrasphincteric abscess"}, {"code": "K620", "desc": "Anal polyp"}, {"code": "K621", "desc": "Rectal polyp"}, {"code": "K622", "desc": "Anal prolapse"}, {"code": "K623", "desc": "Rectal prolapse"}, {"code": "K624", "desc": "Stenosis of anus and rectum"}, {"code": "K625", "desc": "Hemorrhage of anus and rectum"}, {"code": "K626", "desc": "Ulcer of anus and rectum"}, {"code": "K627", "desc": "Radiation proctitis"}, {"code": "K6281", "desc": "Anal sphincter tear (healed) (nontraumatic) (old)"}, {"code": "K6282", "desc": "Dysplasia of anus"}, {"code": "K6289", "desc": "Other specified diseases of anus and rectum"}, {"code": "K629", "desc": "Disease of anus and rectum, unspecified"}, {"code": "K630", "desc": "Abscess of intestine"}, {"code": "K631", "desc": "Perforation of intestine (nontraumatic)"}, {"code": "K632", "desc": "Fistula of intestine"}, {"code": "K633", "desc": "Ulcer of intestine"}, {"code": "K634", "desc": "Enteroptosis"}, {"code": "K635", "desc": "Polyp of colon"}, {"code": "K6381", "desc": "Dieulafoy lesion of intestine"}, {"code": "K6389", "desc": "Other specified diseases of intestine"}, {"code": "K639", "desc": "Disease of intestine, unspecified"}, {"code": "K640", "desc": "First degree hemorrhoids"}, {"code": "K641", "desc": "Second degree hemorrhoids"}, {"code": "K642", "desc": "Third degree hemorrhoids"}, {"code": "K643", "desc": "Fourth degree hemorrhoids"}, {"code": "K644", "desc": "Residual hemorrhoidal skin tags"}, {"code": "K645", "desc": "Perianal venous thrombosis"}, {"code": "K648", "desc": "Other hemorrhoids"}, {"code": "K649", "desc": "Unspecified hemorrhoids"}, {"code": "K650", "desc": "Generalized (acute) peritonitis"}, {"code": "K651", "desc": "Peritoneal abscess"}, {"code": "K652", "desc": "Spontaneous bacterial peritonitis"}, {"code": "K653", "desc": "Choleperitonitis"}, {"code": "K654", "desc": "Sclerosing mesenteritis"}, {"code": "K658", "desc": "Other peritonitis"}, {"code": "K659", "desc": "Peritonitis, unspecified"}, {"code": "K660", "desc": "Peritoneal adhesions (postprocedural) (postinfection)"}, {"code": "K661", "desc": "Hemoperitoneum"}, {"code": "K668", "desc": "Other specified disorders of peritoneum"}, {"code": "K669", "desc": "Disorder of peritoneum, unspecified"}, {"code": "K67", "desc": "Disorders of peritoneum in infectious diseases classified elsewhere"}, {"code": "K6811", "desc": "Postprocedural retroperitoneal abscess"}, {"code": "K6812", "desc": "Psoas muscle abscess"}, {"code": "K6819", "desc": "Other retroperitoneal abscess"}, {"code": "K689", "desc": "Other disorders of retroperitoneum"}, {"code": "K700", "desc": "Alcoholic fatty liver"}, {"code": "K7010", "desc": "Alcoholic hepatitis without ascites"}, {"code": "K7011", "desc": "Alcoholic hepatitis with ascites"}, {"code": "K702", "desc": "Alcoholic fibrosis and sclerosis of liver"}, {"code": "K7030", "desc": "Alcoholic cirrhosis of liver without ascites"}, {"code": "K7031", "desc": "Alcoholic cirrhosis of liver with ascites"}, {"code": "K7040", "desc": "Alcoholic hepatic failure without coma"}, {"code": "K7041", "desc": "Alcoholic hepatic failure with coma"}, {"code": "K709", "desc": "Alcoholic liver disease, unspecified"}, {"code": "K710", "desc": "Toxic liver disease with cholestasis"}, {"code": "K7110", "desc": "Toxic liver disease with hepatic necrosis, without coma"}, {"code": "K7111", "desc": "Toxic liver disease with hepatic necrosis, with coma"}, {"code": "K712", "desc": "Toxic liver disease with acute hepatitis"}, {"code": "K713", "desc": "Toxic liver disease with chronic persistent hepatitis"}, {"code": "K714", "desc": "Toxic liver disease with chronic lobular hepatitis"}, {"code": "K7150", "desc": "Toxic liver disease with chronic active hepatitis without ascites"}, {"code": "K7151", "desc": "Toxic liver disease with chronic active hepatitis with ascites"}, {"code": "K716", "desc": "Toxic liver disease with hepatitis, not elsewhere classified"}, {"code": "K717", "desc": "Toxic liver disease with fibrosis and cirrhosis of liver"}, {"code": "K718", "desc": "Toxic liver disease with other disorders of liver"}, {"code": "K719", "desc": "Toxic liver disease, unspecified"}, {"code": "K7200", "desc": "Acute and subacute hepatic failure without coma"}, {"code": "K7201", "desc": "Acute and subacute hepatic failure with coma"}, {"code": "K7210", "desc": "Chronic hepatic failure without coma"}, {"code": "K7211", "desc": "Chronic hepatic failure with coma"}, {"code": "K7290", "desc": "Hepatic failure, unspecified without coma"}, {"code": "K7291", "desc": "Hepatic failure, unspecified with coma"}, {"code": "K730", "desc": "Chronic persistent hepatitis, not elsewhere classified"}, {"code": "K731", "desc": "Chronic lobular hepatitis, not elsewhere classified"}, {"code": "K732", "desc": "Chronic active hepatitis, not elsewhere classified"}, {"code": "K738", "desc": "Other chronic hepatitis, not elsewhere classified"}, {"code": "K739", "desc": "Chronic hepatitis, unspecified"}, {"code": "K740", "desc": "Hepatic fibrosis"}, {"code": "K741", "desc": "Hepatic sclerosis"}, {"code": "K742", "desc": "Hepatic fibrosis with hepatic sclerosis"}, {"code": "K743", "desc": "Primary biliary cirrhosis"}, {"code": "K744", "desc": "Secondary biliary cirrhosis"}, {"code": "K745", "desc": "Biliary cirrhosis, unspecified"}, {"code": "K7460", "desc": "Unspecified cirrhosis of liver"}, {"code": "K7469", "desc": "Other cirrhosis of liver"}, {"code": "K750", "desc": "Abscess of liver"}, {"code": "K751", "desc": "Phlebitis of portal vein"}, {"code": "K752", "desc": "Nonspecific reactive hepatitis"}, {"code": "K753", "desc": "Granulomatous hepatitis, not elsewhere classified"}, {"code": "K754", "desc": "Autoimmune hepatitis"}, {"code": "K7581", "desc": "Nonalcoholic steatohepatitis (NASH)"}, {"code": "K7589", "desc": "Other specified inflammatory liver diseases"}, {"code": "K759", "desc": "Inflammatory liver disease, unspecified"}, {"code": "K760", "desc": "Fatty (change of) liver, not elsewhere classified"}, {"code": "K761", "desc": "Chronic passive congestion of liver"}, {"code": "K762", "desc": "Central hemorrhagic necrosis of liver"}, {"code": "K763", "desc": "Infarction of liver"}, {"code": "K764", "desc": "Peliosis hepatis"}, {"code": "K765", "desc": "Hepatic veno-occlusive disease"}, {"code": "K766", "desc": "Portal hypertension"}, {"code": "K767", "desc": "Hepatorenal syndrome"}, {"code": "K7681", "desc": "Hepatopulmonary syndrome"}, {"code": "K7689", "desc": "Other specified diseases of liver"}, {"code": "K769", "desc": "Liver disease, unspecified"}, {"code": "K77", "desc": "Liver disorders in diseases classified elsewhere"}, {"code": "K8000", "desc": "Calculus of gallbladder with acute cholecystitis without obstruction"}, {"code": "K8001", "desc": "Calculus of gallbladder with acute cholecystitis with obstruction"}, {"code": "K8010", "desc": "Calculus of gallbladder with chronic cholecystitis without obstruction"}, {"code": "K8011", "desc": "Calculus of gallbladder with chronic cholecystitis with obstruction"}, {"code": "K8012", "desc": "Calculus of gallbladder with acute and chronic cholecystitis without obstruction"}, {"code": "K8013", "desc": "Calculus of gallbladder with acute and chronic cholecystitis with obstruction"}, {"code": "K8018", "desc": "Calculus of gallbladder with other cholecystitis without obstruction"}, {"code": "K8019", "desc": "Calculus of gallbladder with other cholecystitis with obstruction"}, {"code": "K8020", "desc": "Calculus of gallbladder without cholecystitis without obstruction"}, {"code": "K8021", "desc": "Calculus of gallbladder without cholecystitis with obstruction"}, {"code": "K8030", "desc": "Calculus of bile duct with cholangitis, unspecified, without obstruction"}, {"code": "K8031", "desc": "Calculus of bile duct with cholangitis, unspecified, with obstruction"}, {"code": "K8032", "desc": "Calculus of bile duct with acute cholangitis without obstruction"}, {"code": "K8033", "desc": "Calculus of bile duct with acute cholangitis with obstruction"}, {"code": "K8034", "desc": "Calculus of bile duct with chronic cholangitis without obstruction"}, {"code": "K8035", "desc": "Calculus of bile duct with chronic cholangitis with obstruction"}, {"code": "K8036", "desc": "Calculus of bile duct with acute and chronic cholangitis without obstruction"}, {"code": "K8037", "desc": "Calculus of bile duct with acute and chronic cholangitis with obstruction"}, {"code": "K8040", "desc": "Calculus of bile duct with cholecystitis, unspecified, without obstruction"}, {"code": "K8041", "desc": "Calculus of bile duct with cholecystitis, unspecified, with obstruction"}, {"code": "K8042", "desc": "Calculus of bile duct with acute cholecystitis without obstruction"}, {"code": "K8043", "desc": "Calculus of bile duct with acute cholecystitis with obstruction"}, {"code": "K8044", "desc": "Calculus of bile duct with chronic cholecystitis without obstruction"}, {"code": "K8045", "desc": "Calculus of bile duct with chronic cholecystitis with obstruction"}, {"code": "K8046", "desc": "Calculus of bile duct with acute and chronic cholecystitis without obstruction"}, {"code": "K8047", "desc": "Calculus of bile duct with acute and chronic cholecystitis with obstruction"}, {"code": "K8050", "desc": "Calculus of bile duct without cholangitis or cholecystitis without obstruction"}, {"code": "K8051", "desc": "Calculus of bile duct without cholangitis or cholecystitis with obstruction"}, {"code": "K8060", "desc": "Calculus of gallbladder and bile duct with cholecystitis, unspecified, without obstruction"}, {"code": "K8061", "desc": "Calculus of gallbladder and bile duct with cholecystitis, unspecified, with obstruction"}, {"code": "K8062", "desc": "Calculus of gallbladder and bile duct with acute cholecystitis without obstruction"}, {"code": "K8063", "desc": "Calculus of gallbladder and bile duct with acute cholecystitis with obstruction"}, {"code": "K8064", "desc": "Calculus of gallbladder and bile duct with chronic cholecystitis without obstruction"}, {"code": "K8065", "desc": "Calculus of gallbladder and bile duct with chronic cholecystitis with obstruction"}, {"code": "K8066", "desc": "Calculus of gallbladder and bile duct with acute and chronic cholecystitis without obstruction"}, {"code": "K8067", "desc": "Calculus of gallbladder and bile duct with acute and chronic cholecystitis with obstruction"}, {"code": "K8070", "desc": "Calculus of gallbladder and bile duct without cholecystitis without obstruction"}, {"code": "K8071", "desc": "Calculus of gallbladder and bile duct without cholecystitis with obstruction"}, {"code": "K8080", "desc": "Other cholelithiasis without obstruction"}, {"code": "K8081", "desc": "Other cholelithiasis with obstruction"}, {"code": "K810", "desc": "Acute cholecystitis"}, {"code": "K811", "desc": "Chronic cholecystitis"}, {"code": "K812", "desc": "Acute cholecystitis with chronic cholecystitis"}, {"code": "K819", "desc": "Cholecystitis, unspecified"}, {"code": "K820", "desc": "Obstruction of gallbladder"}, {"code": "K821", "desc": "Hydrops of gallbladder"}, {"code": "K822", "desc": "Perforation of gallbladder"}, {"code": "K823", "desc": "Fistula of gallbladder"}, {"code": "K824", "desc": "Cholesterolosis of gallbladder"}, {"code": "K828", "desc": "Other specified diseases of gallbladder"}, {"code": "K829", "desc": "Disease of gallbladder, unspecified"}, {"code": "K830", "desc": "Cholangitis"}, {"code": "K831", "desc": "Obstruction of bile duct"}, {"code": "K832", "desc": "Perforation of bile duct"}, {"code": "K833", "desc": "Fistula of bile duct"}, {"code": "K834", "desc": "Spasm of sphincter of Oddi"}, {"code": "K835", "desc": "Biliary cyst"}, {"code": "K838", "desc": "Other specified diseases of biliary tract"}, {"code": "K839", "desc": "Disease of biliary tract, unspecified"}, {"code": "K8500", "desc": "Idiopathic acute pancreatitis without necrosis or infection"}, {"code": "K8501", "desc": "Idiopathic acute pancreatitis with uninfected necrosis"}, {"code": "K8502", "desc": "Idiopathic acute pancreatitis with infected necrosis"}, {"code": "K8510", "desc": "Biliary acute pancreatitis without necrosis or infection"}, {"code": "K8511", "desc": "Biliary acute pancreatitis with uninfected necrosis"}, {"code": "K8512", "desc": "Biliary acute pancreatitis with infected necrosis"}, {"code": "K8520", "desc": "Alcohol induced acute pancreatitis without necrosis or infection"}, {"code": "K8521", "desc": "Alcohol induced acute pancreatitis with uninfected necrosis"}, {"code": "K8522", "desc": "Alcohol induced acute pancreatitis with infected necrosis"}, {"code": "K8530", "desc": "Drug induced acute pancreatitis without necrosis or infection"}, {"code": "K8531", "desc": "Drug induced acute pancreatitis with uninfected necrosis"}, {"code": "K8532", "desc": "Drug induced acute pancreatitis with infected necrosis"}, {"code": "K8580", "desc": "Other acute pancreatitis without necrosis or infection"}, {"code": "K8581", "desc": "Other acute pancreatitis with uninfected necrosis"}, {"code": "K8582", "desc": "Other acute pancreatitis with infected necrosis"}, {"code": "K8590", "desc": "Acute pancreatitis without necrosis or infection, unspecified"}, {"code": "K8591", "desc": "Acute pancreatitis with uninfected necrosis, unspecified"}, {"code": "K8592", "desc": "Acute pancreatitis with infected necrosis, unspecified"}, {"code": "K860", "desc": "Alcohol-induced chronic pancreatitis"}, {"code": "K861", "desc": "Other chronic pancreatitis"}, {"code": "K862", "desc": "Cyst of pancreas"}, {"code": "K863", "desc": "Pseudocyst of pancreas"}, {"code": "K8681", "desc": "Exocrine pancreatic insufficiency"}, {"code": "K8689", "desc": "Other specified diseases of pancreas"}, {"code": "K869", "desc": "Disease of pancreas, unspecified"}, {"code": "K87", "desc": "Disorders of gallbladder, biliary tract and pancreas in diseases classified elsewhere"}, {"code": "K900", "desc": "Celiac disease"}, {"code": "K901", "desc": "Tropical sprue"}, {"code": "K902", "desc": "Blind loop syndrome, not elsewhere classified"}, {"code": "K903", "desc": "Pancreatic steatorrhea"}, {"code": "K9041", "desc": "Non-celiac gluten sensitivity"}, {"code": "K9049", "desc": "Malabsorption due to intolerance, not elsewhere classified"}, {"code": "K9081", "desc": "Whipple's disease"}, {"code": "K9089", "desc": "Other intestinal malabsorption"}, {"code": "K909", "desc": "Intestinal malabsorption, unspecified"}, {"code": "K910", "desc": "Vomiting following gastrointestinal surgery"}, {"code": "K911", "desc": "Postgastric surgery syndromes"}, {"code": "K912", "desc": "Postsurgical malabsorption, not elsewhere classified"}, {"code": "K9130", "desc": "Postprocedural intestinal obstruction, unspecified as to partial versus complete"}, {"code": "K9131", "desc": "Postprocedural partial intestinal obstruction"}, {"code": "K9132", "desc": "Postprocedural complete intestinal obstruction"}, {"code": "K915", "desc": "Postcholecystectomy syndrome"}, {"code": "K9161", "desc": "Intraoperative hemorrhage and hematoma of a digestive system organ or structure complicating a digestive system procedure"}, {"code": "K9162", "desc": "Intraoperative hemorrhage and hematoma of a digestive system organ or structure complicating other procedure"}, {"code": "K9171", "desc": "Accidental puncture and laceration of a digestive system organ or structure during a digestive system procedure"}, {"code": "K9172", "desc": "Accidental puncture and laceration of a digestive system organ or structure during other procedure"}, {"code": "K9181", "desc": "Other intraoperative complications of digestive system"}, {"code": "K9182", "desc": "Postprocedural hepatic failure"}, {"code": "K9183", "desc": "Postprocedural hepatorenal syndrome"}, {"code": "K91840", "desc": "Postprocedural hemorrhage of a digestive system organ or structure following a digestive system procedure"}, {"code": "K91841", "desc": "Postprocedural hemorrhage of a digestive system organ or structure following other procedure"}, {"code": "K91850", "desc": "Pouchitis"}, {"code": "K91858", "desc": "Other complications of intestinal pouch"}, {"code": "K9186", "desc": "Retained cholelithiasis following cholecystectomy"}, {"code": "K91870", "desc": "Postprocedural hematoma of a digestive system organ or structure following a digestive system procedure"}, {"code": "K91871", "desc": "Postprocedural hematoma of a digestive system organ or structure following other procedure"}, {"code": "K91872", "desc": "Postprocedural seroma of a digestive system organ or structure following a digestive system procedure"}, {"code": "K91873", "desc": "Postprocedural seroma of a digestive system organ or structure following other procedure"}, {"code": "K9189", "desc": "Other postprocedural complications and disorders of digestive system"}, {"code": "K920", "desc": "Hematemesis"}, {"code": "K921", "desc": "Melena"}, {"code": "K922", "desc": "Gastrointestinal hemorrhage, unspecified"}, {"code": "K9281", "desc": "Gastrointestinal mucositis (ulcerative)"}, {"code": "K9289", "desc": "Other specified diseases of the digestive system"}, {"code": "K929", "desc": "Disease of digestive system, unspecified"}, {"code": "K9400", "desc": "Colostomy complication, unspecified"}, {"code": "K9401", "desc": "Colostomy hemorrhage"}, {"code": "K9402", "desc": "Colostomy infection"}, {"code": "K9403", "desc": "Colostomy malfunction"}, {"code": "K9409", "desc": "Other complications of colostomy"}, {"code": "K9410", "desc": "Enterostomy complication, unspecified"}, {"code": "K9411", "desc": "Enterostomy hemorrhage"}, {"code": "K9412", "desc": "Enterostomy infection"}, {"code": "K9413", "desc": "Enterostomy malfunction"}, {"code": "K9419", "desc": "Other complications of enterostomy"}, {"code": "K9420", "desc": "Gastrostomy complication, unspecified"}, {"code": "K9421", "desc": "Gastrostomy hemorrhage"}, {"code": "K9422", "desc": "Gastrostomy infection"}, {"code": "K9423", "desc": "Gastrostomy malfunction"}, {"code": "K9429", "desc": "Other complications of gastrostomy"}, {"code": "K9430", "desc": "Esophagostomy complications, unspecified"}, {"code": "K9431", "desc": "Esophagostomy hemorrhage"}, {"code": "K9432", "desc": "Esophagostomy infection"}, {"code": "K9433", "desc": "Esophagostomy malfunction"}, {"code": "K9439", "desc": "Other complications of esophagostomy"}, {"code": "K9501", "desc": "Infection due to gastric band procedure"}, {"code": "K9509", "desc": "Other complications of gastric band procedure"}, {"code": "K9581", "desc": "Infection due to other bariatric procedure"}, {"code": "K9589", "desc": "Other complications of other bariatric procedure"}, {"code": "L00", "desc": "Staphylococcal scalded skin syndrome"}, {"code": "L0100", "desc": "Impetigo, unspecified"}, {"code": "L0101", "desc": "Non-bullous impetigo"}, {"code": "L0102", "desc": "Bockhart's impetigo"}, {"code": "L0103", "desc": "Bullous impetigo"}, {"code": "L0109", "desc": "Other impetigo"}, {"code": "L011", "desc": "Impetiginization of other dermatoses"}, {"code": "L0201", "desc": "Cutaneous abscess of face"}, {"code": "L0202", "desc": "Furuncle of face"}, {"code": "L0203", "desc": "Carbuncle of face"}, {"code": "L0211", "desc": "Cutaneous abscess of neck"}, {"code": "L0212", "desc": "Furuncle of neck"}, {"code": "L0213", "desc": "Carbuncle of neck"}, {"code": "L02211", "desc": "Cutaneous abscess of abdominal wall"}, {"code": "L02212", "desc": "Cutaneous abscess of back [any part, except buttock]"}, {"code": "L02213", "desc": "Cutaneous abscess of chest wall"}, {"code": "L02214", "desc": "Cutaneous abscess of groin"}, {"code": "L02215", "desc": "Cutaneous abscess of perineum"}, {"code": "L02216", "desc": "Cutaneous abscess of umbilicus"}, {"code": "L02219", "desc": "Cutaneous abscess of trunk, unspecified"}, {"code": "L02221", "desc": "Furuncle of abdominal wall"}, {"code": "L02222", "desc": "Furuncle of back [any part, except buttock]"}, {"code": "L02223", "desc": "Furuncle of chest wall"}, {"code": "L02224", "desc": "Furuncle of groin"}, {"code": "L02225", "desc": "Furuncle of perineum"}, {"code": "L02226", "desc": "Furuncle of umbilicus"}, {"code": "L02229", "desc": "Furuncle of trunk, unspecified"}, {"code": "L02231", "desc": "Carbuncle of abdominal wall"}, {"code": "L02232", "desc": "Carbuncle of back [any part, except buttock]"}, {"code": "L02233", "desc": "Carbuncle of chest wall"}, {"code": "L02234", "desc": "Carbuncle of groin"}, {"code": "L02235", "desc": "Carbuncle of perineum"}, {"code": "L02236", "desc": "Carbuncle of umbilicus"}, {"code": "L02239", "desc": "Carbuncle of trunk, unspecified"}, {"code": "L0231", "desc": "Cutaneous abscess of buttock"}, {"code": "L0232", "desc": "Furuncle of buttock"}, {"code": "L0233", "desc": "Carbuncle of buttock"}, {"code": "L02411", "desc": "Cutaneous abscess of right axilla"}, {"code": "L02412", "desc": "Cutaneous abscess of left axilla"}, {"code": "L02413", "desc": "Cutaneous abscess of right upper limb"}, {"code": "L02414", "desc": "Cutaneous abscess of left upper limb"}, {"code": "L02415", "desc": "Cutaneous abscess of right lower limb"}, {"code": "L02416", "desc": "Cutaneous abscess of left lower limb"}, {"code": "L02419", "desc": "Cutaneous abscess of limb, unspecified"}, {"code": "L02421", "desc": "Furuncle of right axilla"}, {"code": "L02422", "desc": "Furuncle of left axilla"}, {"code": "L02423", "desc": "Furuncle of right upper limb"}, {"code": "L02424", "desc": "Furuncle of left upper limb"}, {"code": "L02425", "desc": "Furuncle of right lower limb"}, {"code": "L02426", "desc": "Furuncle of left lower limb"}, {"code": "L02429", "desc": "Furuncle of limb, unspecified"}, {"code": "L02431", "desc": "Carbuncle of right axilla"}, {"code": "L02432", "desc": "Carbuncle of left axilla"}, {"code": "L02433", "desc": "Carbuncle of right upper limb"}, {"code": "L02434", "desc": "Carbuncle of left upper limb"}, {"code": "L02435", "desc": "Carbuncle of right lower limb"}, {"code": "L02436", "desc": "Carbuncle of left lower limb"}, {"code": "L02439", "desc": "Carbuncle of limb, unspecified"}, {"code": "L02511", "desc": "Cutaneous abscess of right hand"}, {"code": "L02512", "desc": "Cutaneous abscess of left hand"}, {"code": "L02519", "desc": "Cutaneous abscess of unspecified hand"}, {"code": "L02521", "desc": "Furuncle right hand"}, {"code": "L02522", "desc": "Furuncle left hand"}, {"code": "L02529", "desc": "Furuncle unspecified hand"}, {"code": "L02531", "desc": "Carbuncle of right hand"}, {"code": "L02532", "desc": "Carbuncle of left hand"}, {"code": "L02539", "desc": "Carbuncle of unspecified hand"}, {"code": "L02611", "desc": "Cutaneous abscess of right foot"}, {"code": "L02612", "desc": "Cutaneous abscess of left foot"}, {"code": "L02619", "desc": "Cutaneous abscess of unspecified foot"}, {"code": "L02621", "desc": "Furuncle of right foot"}, {"code": "L02622", "desc": "Furuncle of left foot"}, {"code": "L02629", "desc": "Furuncle of unspecified foot"}, {"code": "L02631", "desc": "Carbuncle of right foot"}, {"code": "L02632", "desc": "Carbuncle of left foot"}, {"code": "L02639", "desc": "Carbuncle of unspecified foot"}, {"code": "L02811", "desc": "Cutaneous abscess of head [any part, except face]"}, {"code": "L02818", "desc": "Cutaneous abscess of other sites"}, {"code": "L02821", "desc": "Furuncle of head [any part, except face]"}, {"code": "L02828", "desc": "Furuncle of other sites"}, {"code": "L02831", "desc": "Carbuncle of head [any part, except face]"}, {"code": "L02838", "desc": "Carbuncle of other sites"}, {"code": "L0291", "desc": "Cutaneous abscess, unspecified"}, {"code": "L0292", "desc": "Furuncle, unspecified"}, {"code": "L0293", "desc": "Carbuncle, unspecified"}, {"code": "L03011", "desc": "Cellulitis of right finger"}, {"code": "L03012", "desc": "Cellulitis of left finger"}, {"code": "L03019", "desc": "Cellulitis of unspecified finger"}, {"code": "L03021", "desc": "Acute lymphangitis of right finger"}, {"code": "L03022", "desc": "Acute lymphangitis of left finger"}, {"code": "L03029", "desc": "Acute lymphangitis of unspecified finger"}, {"code": "L03031", "desc": "Cellulitis of right toe"}, {"code": "L03032", "desc": "Cellulitis of left toe"}, {"code": "L03039", "desc": "Cellulitis of unspecified toe"}, {"code": "L03041", "desc": "Acute lymphangitis of right toe"}, {"code": "L03042", "desc": "Acute lymphangitis of left toe"}, {"code": "L03049", "desc": "Acute lymphangitis of unspecified toe"}, {"code": "L03111", "desc": "Cellulitis of right axilla"}, {"code": "L03112", "desc": "Cellulitis of left axilla"}, {"code": "L03113", "desc": "Cellulitis of right upper limb"}, {"code": "L03114", "desc": "Cellulitis of left upper limb"}, {"code": "L03115", "desc": "Cellulitis of right lower limb"}, {"code": "L03116", "desc": "Cellulitis of left lower limb"}, {"code": "L03119", "desc": "Cellulitis of unspecified part of limb"}, {"code": "L03121", "desc": "Acute lymphangitis of right axilla"}, {"code": "L03122", "desc": "Acute lymphangitis of left axilla"}, {"code": "L03123", "desc": "Acute lymphangitis of right upper limb"}, {"code": "L03124", "desc": "Acute lymphangitis of left upper limb"}, {"code": "L03125", "desc": "Acute lymphangitis of right lower limb"}, {"code": "L03126", "desc": "Acute lymphangitis of left lower limb"}, {"code": "L03129", "desc": "Acute lymphangitis of unspecified part of limb"}, {"code": "L03211", "desc": "Cellulitis of face"}, {"code": "L03212", "desc": "Acute lymphangitis of face"}, {"code": "L03213", "desc": "Periorbital cellulitis"}, {"code": "L03221", "desc": "Cellulitis of neck"}, {"code": "L03222", "desc": "Acute lymphangitis of neck"}, {"code": "L03311", "desc": "Cellulitis of abdominal wall"}, {"code": "L03312", "desc": "Cellulitis of back [any part except buttock]"}, {"code": "L03313", "desc": "Cellulitis of chest wall"}, {"code": "L03314", "desc": "Cellulitis of groin"}, {"code": "L03315", "desc": "Cellulitis of perineum"}, {"code": "L03316", "desc": "Cellulitis of umbilicus"}, {"code": "L03317", "desc": "Cellulitis of buttock"}, {"code": "L03319", "desc": "Cellulitis of trunk, unspecified"}, {"code": "L03321", "desc": "Acute lymphangitis of abdominal wall"}, {"code": "L03322", "desc": "Acute lymphangitis of back [any part except buttock]"}, {"code": "L03323", "desc": "Acute lymphangitis of chest wall"}, {"code": "L03324", "desc": "Acute lymphangitis of groin"}, {"code": "L03325", "desc": "Acute lymphangitis of perineum"}, {"code": "L03326", "desc": "Acute lymphangitis of umbilicus"}, {"code": "L03327", "desc": "Acute lymphangitis of buttock"}, {"code": "L03329", "desc": "Acute lymphangitis of trunk, unspecified"}, {"code": "L03811", "desc": "Cellulitis of head [any part, except face]"}, {"code": "L03818", "desc": "Cellulitis of other sites"}, {"code": "L03891", "desc": "Acute lymphangitis of head [any part, except face]"}, {"code": "L03898", "desc": "Acute lymphangitis of other sites"}, {"code": "L0390", "desc": "Cellulitis, unspecified"}, {"code": "L0391", "desc": "Acute lymphangitis, unspecified"}, {"code": "L040", "desc": "Acute lymphadenitis of face, head and neck"}, {"code": "L041", "desc": "Acute lymphadenitis of trunk"}, {"code": "L042", "desc": "Acute lymphadenitis of upper limb"}, {"code": "L043", "desc": "Acute lymphadenitis of lower limb"}, {"code": "L048", "desc": "Acute lymphadenitis of other sites"}, {"code": "L049", "desc": "Acute lymphadenitis, unspecified"}, {"code": "L0501", "desc": "Pilonidal cyst with abscess"}, {"code": "L0502", "desc": "Pilonidal sinus with abscess"}, {"code": "L0591", "desc": "Pilonidal cyst without abscess"}, {"code": "L0592", "desc": "Pilonidal sinus without abscess"}, {"code": "L080", "desc": "Pyoderma"}, {"code": "L081", "desc": "Erythrasma"}, {"code": "L0881", "desc": "Pyoderma vegetans"}, {"code": "L0882", "desc": "Omphalitis not of newborn"}, {"code": "L0889", "desc": "Other specified local infections of the skin and subcutaneous tissue"}, {"code": "L089", "desc": "Local infection of the skin and subcutaneous tissue, unspecified"}, {"code": "L100", "desc": "Pemphigus vulgaris"}, {"code": "L101", "desc": "Pemphigus vegetans"}, {"code": "L102", "desc": "Pemphigus foliaceous"}, {"code": "L103", "desc": "Brazilian pemphigus [fogo selvagem]"}, {"code": "L104", "desc": "Pemphigus erythematosus"}, {"code": "L105", "desc": "Drug-induced pemphigus"}, {"code": "L1081", "desc": "Paraneoplastic pemphigus"}, {"code": "L1089", "desc": "Other pemphigus"}, {"code": "L109", "desc": "Pemphigus, unspecified"}, {"code": "L110", "desc": "Acquired keratosis follicularis"}, {"code": "L111", "desc": "Transient acantholytic dermatosis [Grover]"}, {"code": "L118", "desc": "Other specified acantholytic disorders"}, {"code": "L119", "desc": "Acantholytic disorder, unspecified"}, {"code": "L120", "desc": "Bullous pemphigoid"}, {"code": "L121", "desc": "Cicatricial pemphigoid"}, {"code": "L122", "desc": "Chronic bullous disease of childhood"}, {"code": "L1230", "desc": "Acquired epidermolysis bullosa, unspecified"}, {"code": "L1231", "desc": "Epidermolysis bullosa due to drug"}, {"code": "L1235", "desc": "Other acquired epidermolysis bullosa"}, {"code": "L128", "desc": "Other pemphigoid"}, {"code": "L129", "desc": "Pemphigoid, unspecified"}, {"code": "L130", "desc": "Dermatitis herpetiformis"}, {"code": "L131", "desc": "Subcorneal pustular dermatitis"}, {"code": "L138", "desc": "Other specified bullous disorders"}, {"code": "L139", "desc": "Bullous disorder, unspecified"}, {"code": "L14", "desc": "Bullous disorders in diseases classified elsewhere"}, {"code": "L200", "desc": "Besnier's prurigo"}, {"code": "L2081", "desc": "Atopic neurodermatitis"}, {"code": "L2082", "desc": "Flexural eczema"}, {"code": "L2083", "desc": "Infantile (acute) (chronic) eczema"}, {"code": "L2084", "desc": "Intrinsic (allergic) eczema"}, {"code": "L2089", "desc": "Other atopic dermatitis"}, {"code": "L209", "desc": "Atopic dermatitis, unspecified"}, {"code": "L210", "desc": "Seborrhea capitis"}, {"code": "L211", "desc": "Seborrheic infantile dermatitis"}, {"code": "L218", "desc": "Other seborrheic dermatitis"}, {"code": "L219", "desc": "Seborrheic dermatitis, unspecified"}, {"code": "L22", "desc": "Diaper dermatitis"}, {"code": "L230", "desc": "Allergic contact dermatitis due to metals"}, {"code": "L231", "desc": "Allergic contact dermatitis due to adhesives"}, {"code": "L232", "desc": "Allergic contact dermatitis due to cosmetics"}, {"code": "L233", "desc": "Allergic contact dermatitis due to drugs in contact with skin"}, {"code": "L234", "desc": "Allergic contact dermatitis due to dyes"}, {"code": "L235", "desc": "Allergic contact dermatitis due to other chemical products"}, {"code": "L236", "desc": "Allergic contact dermatitis due to food in contact with the skin"}, {"code": "L237", "desc": "Allergic contact dermatitis due to plants, except food"}, {"code": "L2381", "desc": "Allergic contact dermatitis due to animal (cat) (dog) dander"}, {"code": "L2389", "desc": "Allergic contact dermatitis due to other agents"}, {"code": "L239", "desc": "Allergic contact dermatitis, unspecified cause"}, {"code": "L240", "desc": "Irritant contact dermatitis due to detergents"}, {"code": "L241", "desc": "Irritant contact dermatitis due to oils and greases"}, {"code": "L242", "desc": "Irritant contact dermatitis due to solvents"}, {"code": "L243", "desc": "Irritant contact dermatitis due to cosmetics"}, {"code": "L244", "desc": "Irritant contact dermatitis due to drugs in contact with skin"}, {"code": "L245", "desc": "Irritant contact dermatitis due to other chemical products"}, {"code": "L246", "desc": "Irritant contact dermatitis due to food in contact with skin"}, {"code": "L247", "desc": "Irritant contact dermatitis due to plants, except food"}, {"code": "L2481", "desc": "Irritant contact dermatitis due to metals"}, {"code": "L2489", "desc": "Irritant contact dermatitis due to other agents"}, {"code": "L249", "desc": "Irritant contact dermatitis, unspecified cause"}, {"code": "L250", "desc": "Unspecified contact dermatitis due to cosmetics"}, {"code": "L251", "desc": "Unspecified contact dermatitis due to drugs in contact with skin"}, {"code": "L252", "desc": "Unspecified contact dermatitis due to dyes"}, {"code": "L253", "desc": "Unspecified contact dermatitis due to other chemical products"}, {"code": "L254", "desc": "Unspecified contact dermatitis due to food in contact with skin"}, {"code": "L255", "desc": "Unspecified contact dermatitis due to plants, except food"}, {"code": "L258", "desc": "Unspecified contact dermatitis due to other agents"}, {"code": "L259", "desc": "Unspecified contact dermatitis, unspecified cause"}, {"code": "L26", "desc": "Exfoliative dermatitis"}, {"code": "L270", "desc": "Generalized skin eruption due to drugs and medicaments taken internally"}, {"code": "L271", "desc": "Localized skin eruption due to drugs and medicaments taken internally"}, {"code": "L272", "desc": "Dermatitis due to ingested food"}, {"code": "L278", "desc": "Dermatitis due to other substances taken internally"}, {"code": "L279", "desc": "Dermatitis due to unspecified substance taken internally"}, {"code": "L280", "desc": "Lichen simplex chronicus"}, {"code": "L281", "desc": "Prurigo nodularis"}, {"code": "L282", "desc": "Other prurigo"}, {"code": "L290", "desc": "Pruritus ani"}, {"code": "L291", "desc": "Pruritus scroti"}, {"code": "L292", "desc": "Pruritus vulvae"}, {"code": "L293", "desc": "Anogenital pruritus, unspecified"}, {"code": "L298", "desc": "Other pruritus"}, {"code": "L299", "desc": "Pruritus, unspecified"}, {"code": "L300", "desc": "Nummular dermatitis"}, {"code": "L301", "desc": "Dyshidrosis [pompholyx]"}, {"code": "L302", "desc": "Cutaneous autosensitization"}, {"code": "L303", "desc": "Infective dermatitis"}, {"code": "L304", "desc": "Erythema intertrigo"}, {"code": "L305", "desc": "Pityriasis alba"}, {"code": "L308", "desc": "Other specified dermatitis"}, {"code": "L309", "desc": "Dermatitis, unspecified"}, {"code": "L400", "desc": "Psoriasis vulgaris"}, {"code": "L401", "desc": "Generalized pustular psoriasis"}, {"code": "L402", "desc": "Acrodermatitis continua"}, {"code": "L403", "desc": "Pustulosis palmaris et plantaris"}, {"code": "L404", "desc": "Guttate psoriasis"}, {"code": "L4050", "desc": "Arthropathic psoriasis, unspecified"}, {"code": "L4051", "desc": "Distal interphalangeal psoriatic arthropathy"}, {"code": "L4052", "desc": "Psoriatic arthritis mutilans"}, {"code": "L4053", "desc": "Psoriatic spondylitis"}, {"code": "L4054", "desc": "Psoriatic juvenile arthropathy"}, {"code": "L4059", "desc": "Other psoriatic arthropathy"}, {"code": "L408", "desc": "Other psoriasis"}, {"code": "L409", "desc": "Psoriasis, unspecified"}, {"code": "L410", "desc": "Pityriasis lichenoides et varioliformis acuta"}, {"code": "L411", "desc": "Pityriasis lichenoides chronica"}, {"code": "L413", "desc": "Small plaque parapsoriasis"}, {"code": "L414", "desc": "Large plaque parapsoriasis"}, {"code": "L415", "desc": "Retiform parapsoriasis"}, {"code": "L418", "desc": "Other parapsoriasis"}, {"code": "L419", "desc": "Parapsoriasis, unspecified"}, {"code": "L42", "desc": "Pityriasis rosea"}, {"code": "L430", "desc": "Hypertrophic lichen planus"}, {"code": "L431", "desc": "Bullous lichen planus"}, {"code": "L432", "desc": "Lichenoid drug reaction"}, {"code": "L433", "desc": "Subacute (active) lichen planus"}, {"code": "L438", "desc": "Other lichen planus"}, {"code": "L439", "desc": "Lichen planus, unspecified"}, {"code": "L440", "desc": "Pityriasis rubra pilaris"}, {"code": "L441", "desc": "Lichen nitidus"}, {"code": "L442", "desc": "Lichen striatus"}, {"code": "L443", "desc": "Lichen ruber moniliformis"}, {"code": "L444", "desc": "Infantile papular acrodermatitis [Gianotti-Crosti]"}, {"code": "L448", "desc": "Other specified papulosquamous disorders"}, {"code": "L449", "desc": "Papulosquamous disorder, unspecified"}, {"code": "L45", "desc": "Papulosquamous disorders in diseases classified elsewhere"}, {"code": "L490", "desc": "Exfoliation due to erythematous condition involving less than 10 percent of body surface"}, {"code": "L491", "desc": "Exfoliation due to erythematous condition involving 10-19 percent of body surface"}, {"code": "L492", "desc": "Exfoliation due to erythematous condition involving 20-29 percent of body surface"}, {"code": "L493", "desc": "Exfoliation due to erythematous condition involving 30-39 percent of body surface"}, {"code": "L494", "desc": "Exfoliation due to erythematous condition involving 40-49 percent of body surface"}, {"code": "L495", "desc": "Exfoliation due to erythematous condition involving 50-59 percent of body surface"}, {"code": "L496", "desc": "Exfoliation due to erythematous condition involving 60-69 percent of body surface"}, {"code": "L497", "desc": "Exfoliation due to erythematous condition involving 70-79 percent of body surface"}, {"code": "L498", "desc": "Exfoliation due to erythematous condition involving 80-89 percent of body surface"}, {"code": "L499", "desc": "Exfoliation due to erythematous condition involving 90 or more percent of body surface"}, {"code": "L500", "desc": "Allergic urticaria"}, {"code": "L501", "desc": "Idiopathic urticaria"}, {"code": "L502", "desc": "Urticaria due to cold and heat"}, {"code": "L503", "desc": "Dermatographic urticaria"}, {"code": "L504", "desc": "Vibratory urticaria"}, {"code": "L505", "desc": "Cholinergic urticaria"}, {"code": "L506", "desc": "Contact urticaria"}, {"code": "L508", "desc": "Other urticaria"}, {"code": "L509", "desc": "Urticaria, unspecified"}, {"code": "L510", "desc": "Nonbullous erythema multiforme"}, {"code": "L511", "desc": "Stevens-Johnson syndrome"}, {"code": "L512", "desc": "Toxic epidermal necrolysis [Lyell]"}, {"code": "L513", "desc": "Stevens-Johnson syndrome-toxic epidermal necrolysis overlap syndrome"}, {"code": "L518", "desc": "Other erythema multiforme"}, {"code": "L519", "desc": "Erythema multiforme, unspecified"}, {"code": "L52", "desc": "Erythema nodosum"}, {"code": "L530", "desc": "Toxic erythema"}, {"code": "L531", "desc": "Erythema annulare centrifugum"}, {"code": "L532", "desc": "Erythema marginatum"}, {"code": "L533", "desc": "Other chronic figurate erythema"}, {"code": "L538", "desc": "Other specified erythematous conditions"}, {"code": "L539", "desc": "Erythematous condition, unspecified"}, {"code": "L54", "desc": "Erythema in diseases classified elsewhere"}, {"code": "L550", "desc": "Sunburn of first degree"}, {"code": "L551", "desc": "Sunburn of second degree"}, {"code": "L552", "desc": "Sunburn of third degree"}, {"code": "L559", "desc": "Sunburn, unspecified"}, {"code": "L560", "desc": "Drug phototoxic response"}, {"code": "L561", "desc": "Drug photoallergic response"}, {"code": "L562", "desc": "Photocontact dermatitis [berloque dermatitis]"}, {"code": "L563", "desc": "Solar urticaria"}, {"code": "L564", "desc": "Polymorphous light eruption"}, {"code": "L565", "desc": "Disseminated superficial actinic porokeratosis (DSAP)"}, {"code": "L568", "desc": "Other specified acute skin changes due to ultraviolet radiation"}, {"code": "L569", "desc": "Acute skin change due to ultraviolet radiation, unspecified"}, {"code": "L570", "desc": "Actinic keratosis"}, {"code": "L571", "desc": "Actinic reticuloid"}, {"code": "L572", "desc": "Cutis rhomboidalis nuchae"}, {"code": "L573", "desc": "Poikiloderma of Civatte"}, {"code": "L574", "desc": "Cutis laxa senilis"}, {"code": "L575", "desc": "Actinic granuloma"}, {"code": "L578", "desc": "Other skin changes due to chronic exposure to nonionizing radiation"}, {"code": "L579", "desc": "Skin changes due to chronic exposure to nonionizing radiation, unspecified"}, {"code": "L580", "desc": "Acute radiodermatitis"}, {"code": "L581", "desc": "Chronic radiodermatitis"}, {"code": "L589", "desc": "Radiodermatitis, unspecified"}, {"code": "L590", "desc": "Erythema ab igne [dermatitis ab igne]"}, {"code": "L598", "desc": "Other specified disorders of the skin and subcutaneous tissue related to radiation"}, {"code": "L599", "desc": "Disorder of the skin and subcutaneous tissue related to radiation, unspecified"}, {"code": "L600", "desc": "Ingrowing nail"}, {"code": "L601", "desc": "Onycholysis"}, {"code": "L602", "desc": "Onychogryphosis"}, {"code": "L603", "desc": "Nail dystrophy"}, {"code": "L604", "desc": "Beau's lines"}, {"code": "L605", "desc": "Yellow nail syndrome"}, {"code": "L608", "desc": "Other nail disorders"}, {"code": "L609", "desc": "Nail disorder, unspecified"}, {"code": "L62", "desc": "Nail disorders in diseases classified elsewhere"}, {"code": "L630", "desc": "Alopecia (capitis) totalis"}, {"code": "L631", "desc": "Alopecia universalis"}, {"code": "L632", "desc": "Ophiasis"}, {"code": "L638", "desc": "Other alopecia areata"}, {"code": "L639", "desc": "Alopecia areata, unspecified"}, {"code": "L640", "desc": "Drug-induced androgenic alopecia"}, {"code": "L648", "desc": "Other androgenic alopecia"}, {"code": "L649", "desc": "Androgenic alopecia, unspecified"}, {"code": "L650", "desc": "Telogen effluvium"}, {"code": "L651", "desc": "Anagen effluvium"}, {"code": "L652", "desc": "Alopecia mucinosa"}, {"code": "L658", "desc": "Other specified nonscarring hair loss"}, {"code": "L659", "desc": "Nonscarring hair loss, unspecified"}, {"code": "L660", "desc": "Pseudopelade"}, {"code": "L661", "desc": "Lichen planopilaris"}, {"code": "L662", "desc": "Folliculitis decalvans"}, {"code": "L663", "desc": "Perifolliculitis capitis abscedens"}, {"code": "L664", "desc": "Folliculitis ulerythematosa reticulata"}, {"code": "L668", "desc": "Other cicatricial alopecia"}, {"code": "L669", "desc": "Cicatricial alopecia, unspecified"}, {"code": "L670", "desc": "Trichorrhexis nodosa"}, {"code": "L671", "desc": "Variations in hair color"}, {"code": "L678", "desc": "Other hair color and hair shaft abnormalities"}, {"code": "L679", "desc": "Hair color and hair shaft abnormality, unspecified"}, {"code": "L680", "desc": "Hirsutism"}, {"code": "L681", "desc": "Acquired hypertrichosis lanuginosa"}, {"code": "L682", "desc": "Localized hypertrichosis"}, {"code": "L683", "desc": "Polytrichia"}, {"code": "L688", "desc": "Other hypertrichosis"}, {"code": "L689", "desc": "Hypertrichosis, unspecified"}, {"code": "L700", "desc": "Acne vulgaris"}, {"code": "L701", "desc": "Acne conglobata"}, {"code": "L702", "desc": "Acne varioliformis"}, {"code": "L703", "desc": "Acne tropica"}, {"code": "L704", "desc": "Infantile acne"}, {"code": "L705", "desc": "Acne excoriee"}, {"code": "L708", "desc": "Other acne"}, {"code": "L709", "desc": "Acne, unspecified"}, {"code": "L710", "desc": "Perioral dermatitis"}, {"code": "L711", "desc": "Rhinophyma"}, {"code": "L718", "desc": "Other rosacea"}, {"code": "L719", "desc": "Rosacea, unspecified"}, {"code": "L720", "desc": "Epidermal cyst"}, {"code": "L7211", "desc": "Pilar cyst"}, {"code": "L7212", "desc": "Trichodermal cyst"}, {"code": "L722", "desc": "Steatocystoma multiplex"}, {"code": "L723", "desc": "Sebaceous cyst"}, {"code": "L728", "desc": "Other follicular cysts of the skin and subcutaneous tissue"}, {"code": "L729", "desc": "Follicular cyst of the skin and subcutaneous tissue, unspecified"}, {"code": "L730", "desc": "Acne keloid"}, {"code": "L731", "desc": "Pseudofolliculitis barbae"}, {"code": "L732", "desc": "Hidradenitis suppurativa"}, {"code": "L738", "desc": "Other specified follicular disorders"}, {"code": "L739", "desc": "Follicular disorder, unspecified"}, {"code": "L740", "desc": "Miliaria rubra"}, {"code": "L741", "desc": "Miliaria crystallina"}, {"code": "L742", "desc": "Miliaria profunda"}, {"code": "L743", "desc": "Miliaria, unspecified"}, {"code": "L744", "desc": "Anhidrosis"}, {"code": "L74510", "desc": "Primary focal hyperhidrosis, axilla"}, {"code": "L74511", "desc": "Primary focal hyperhidrosis, face"}, {"code": "L74512", "desc": "Primary focal hyperhidrosis, palms"}, {"code": "L74513", "desc": "Primary focal hyperhidrosis, soles"}, {"code": "L74519", "desc": "Primary focal hyperhidrosis, unspecified"}, {"code": "L7452", "desc": "Secondary focal hyperhidrosis"}, {"code": "L748", "desc": "Other eccrine sweat disorders"}, {"code": "L749", "desc": "Eccrine sweat disorder, unspecified"}, {"code": "L750", "desc": "Bromhidrosis"}, {"code": "L751", "desc": "Chromhidrosis"}, {"code": "L752", "desc": "Apocrine miliaria"}, {"code": "L758", "desc": "Other apocrine sweat disorders"}, {"code": "L759", "desc": "Apocrine sweat disorder, unspecified"}, {"code": "L7601", "desc": "Intraoperative hemorrhage and hematoma of skin and subcutaneous tissue complicating a dermatologic procedure"}, {"code": "L7602", "desc": "Intraoperative hemorrhage and hematoma of skin and subcutaneous tissue complicating other procedure"}, {"code": "L7611", "desc": "Accidental puncture and laceration of skin and subcutaneous tissue during a dermatologic procedure"}, {"code": "L7612", "desc": "Accidental puncture and laceration of skin and subcutaneous tissue during other procedure"}, {"code": "L7621", "desc": "Postprocedural hemorrhage of skin and subcutaneous tissue following a dermatologic procedure"}, {"code": "L7622", "desc": "Postprocedural hemorrhage of skin and subcutaneous tissue following other procedure"}, {"code": "L7631", "desc": "Postprocedural hematoma of skin and subcutaneous tissue following a dermatologic procedure"}, {"code": "L7632", "desc": "Postprocedural hematoma of skin and subcutaneous tissue following other procedure"}, {"code": "L7633", "desc": "Postprocedural seroma of skin and subcutaneous tissue following a dermatologic procedure"}, {"code": "L7634", "desc": "Postprocedural seroma of skin and subcutaneous tissue following other procedure"}, {"code": "L7681", "desc": "Other intraoperative complications of skin and subcutaneous tissue"}, {"code": "L7682", "desc": "Other postprocedural complications of skin and subcutaneous tissue"}, {"code": "L80", "desc": "Vitiligo"}, {"code": "L810", "desc": "Postinflammatory hyperpigmentation"}, {"code": "L811", "desc": "Chloasma"}, {"code": "L812", "desc": "Freckles"}, {"code": "L813", "desc": "Cafe au lait spots"}, {"code": "L814", "desc": "Other melanin hyperpigmentation"}, {"code": "L815", "desc": "Leukoderma, not elsewhere classified"}, {"code": "L816", "desc": "Other disorders of diminished melanin formation"}, {"code": "L817", "desc": "Pigmented purpuric dermatosis"}, {"code": "L818", "desc": "Other specified disorders of pigmentation"}, {"code": "L819", "desc": "Disorder of pigmentation, unspecified"}, {"code": "L820", "desc": "Inflamed seborrheic keratosis"}, {"code": "L821", "desc": "Other seborrheic keratosis"}, {"code": "L83", "desc": "Acanthosis nigricans"}, {"code": "L84", "desc": "Corns and callosities"}, {"code": "L850", "desc": "Acquired ichthyosis"}, {"code": "L851", "desc": "Acquired keratosis [keratoderma] palmaris et plantaris"}, {"code": "L852", "desc": "Keratosis punctata (palmaris et plantaris)"}, {"code": "L853", "desc": "Xerosis cutis"}, {"code": "L858", "desc": "Other specified epidermal thickening"}, {"code": "L859", "desc": "Epidermal thickening, unspecified"}, {"code": "L86", "desc": "Keratoderma in diseases classified elsewhere"}, {"code": "L870", "desc": "Keratosis follicularis et parafollicularis in cutem penetrans"}, {"code": "L871", "desc": "Reactive perforating collagenosis"}, {"code": "L872", "desc": "Elastosis perforans serpiginosa"}, {"code": "L878", "desc": "Other transepidermal elimination disorders"}, {"code": "L879", "desc": "Transepidermal elimination disorder, unspecified"}, {"code": "L88", "desc": "Pyoderma gangrenosum"}, {"code": "L89000", "desc": "Pressure ulcer of unspecified elbow, unstageable"}, {"code": "L89001", "desc": "Pressure ulcer of unspecified elbow, stage 1"}, {"code": "L89002", "desc": "Pressure ulcer of unspecified elbow, stage 2"}, {"code": "L89003", "desc": "Pressure ulcer of unspecified elbow, stage 3"}, {"code": "L89004", "desc": "Pressure ulcer of unspecified elbow, stage 4"}, {"code": "L89009", "desc": "Pressure ulcer of unspecified elbow, unspecified stage"}, {"code": "L89010", "desc": "Pressure ulcer of right elbow, unstageable"}, {"code": "L89011", "desc": "Pressure ulcer of right elbow, stage 1"}, {"code": "L89012", "desc": "Pressure ulcer of right elbow, stage 2"}, {"code": "L89013", "desc": "Pressure ulcer of right elbow, stage 3"}, {"code": "L89014", "desc": "Pressure ulcer of right elbow, stage 4"}, {"code": "L89019", "desc": "Pressure ulcer of right elbow, unspecified stage"}, {"code": "L89020", "desc": "Pressure ulcer of left elbow, unstageable"}, {"code": "L89021", "desc": "Pressure ulcer of left elbow, stage 1"}, {"code": "L89022", "desc": "Pressure ulcer of left elbow, stage 2"}, {"code": "L89023", "desc": "Pressure ulcer of left elbow, stage 3"}, {"code": "L89024", "desc": "Pressure ulcer of left elbow, stage 4"}, {"code": "L89029", "desc": "Pressure ulcer of left elbow, unspecified stage"}, {"code": "L89100", "desc": "Pressure ulcer of unspecified part of back, unstageable"}, {"code": "L89101", "desc": "Pressure ulcer of unspecified part of back, stage 1"}, {"code": "L89102", "desc": "Pressure ulcer of unspecified part of back, stage 2"}, {"code": "L89103", "desc": "Pressure ulcer of unspecified part of back, stage 3"}, {"code": "L89104", "desc": "Pressure ulcer of unspecified part of back, stage 4"}, {"code": "L89109", "desc": "Pressure ulcer of unspecified part of back, unspecified stage"}, {"code": "L89110", "desc": "Pressure ulcer of right upper back, unstageable"}, {"code": "L89111", "desc": "Pressure ulcer of right upper back, stage 1"}, {"code": "L89112", "desc": "Pressure ulcer of right upper back, stage 2"}, {"code": "L89113", "desc": "Pressure ulcer of right upper back, stage 3"}, {"code": "L89114", "desc": "Pressure ulcer of right upper back, stage 4"}, {"code": "L89119", "desc": "Pressure ulcer of right upper back, unspecified stage"}, {"code": "L89120", "desc": "Pressure ulcer of left upper back, unstageable"}, {"code": "L89121", "desc": "Pressure ulcer of left upper back, stage 1"}, {"code": "L89122", "desc": "Pressure ulcer of left upper back, stage 2"}, {"code": "L89123", "desc": "Pressure ulcer of left upper back, stage 3"}, {"code": "L89124", "desc": "Pressure ulcer of left upper back, stage 4"}, {"code": "L89129", "desc": "Pressure ulcer of left upper back, unspecified stage"},
@mohshbool
Copy link

Thank you so much ❤️❤️❤️

@buecktobias
Copy link

Great!

@Nuelsville
Copy link

I am working on an EMR and I must say "You are a life saver"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment