Skip to content

Instantly share code, notes, and snippets.

@atrisovic
Created April 12, 2022 14:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save atrisovic/0e8f592ed950112f1427f7ee4996cf33 to your computer and use it in GitHub Desktop.
Save atrisovic/0e8f592ed950112f1427f7ee4996cf33 to your computer and use it in GitHub Desktop.
ICD codes
{
"aki": {
"icd10": [
"N17"
],
"icd9": [
"584"
]
},
"all_kidney": {
"icd10": [
"E00",
"E01",
"E02",
"E03",
"E04",
"E05",
"E06",
"E07",
"E08",
"E09",
"E10",
"E11",
"E12",
"E13",
"E14",
"E15",
"E16",
"E17",
"E18",
"E19",
"E20",
"E21",
"E22",
"E23",
"E24",
"E25",
"E26",
"E27",
"E28",
"E29",
"E30",
"E31",
"E32",
"E33",
"E34",
"E35",
"E36",
"E37",
"E38",
"E39"
],
"icd9": [
"580",
"581",
"582",
"583",
"584",
"585",
"586",
"587",
"588",
"589",
"590",
"591",
"592",
"593",
"594",
"595",
"596",
"597",
"598",
"599"
]
},
"ami": {
"icd10": [
"I21"
],
"icd9": [
"410"
]
},
"cerd": {
"icd10": [
"I60",
"I61",
"I62",
"I63",
"I64",
"I65",
"I66",
"I67",
"I68",
"I69"
],
"icd9": [
"430",
"431",
"432",
"433",
"434",
"435",
"436",
"437",
"438"
]
},
"ckd": {
"icd10": [
"N18"
],
"icd9": [
"585"
]
},
"csd": {
"icd10": [
"I00",
"I01",
"I02",
"I03",
"I04",
"I05",
"I06",
"I07",
"I08",
"I09",
"I10",
"I11",
"I12",
"I13",
"I14",
"I15",
"I16",
"I17",
"I18",
"I19",
"I20",
"I21",
"I22",
"I23",
"I24",
"I25",
"I26",
"I27",
"I28",
"I29",
"I30",
"I31",
"I32",
"I33",
"I34",
"I35",
"I36",
"I37",
"I38",
"I39",
"I40",
"I41",
"I42",
"I43",
"I44",
"I45",
"I46",
"I47",
"I48",
"I49",
"I50",
"I51",
"I52",
"I53",
"I54",
"I55",
"I56",
"I57",
"I58",
"I59",
"I60",
"I61",
"I62",
"I63",
"I64",
"I65",
"I66",
"I67",
"I68",
"I69",
"I70",
"I71",
"I72",
"I73",
"I74",
"I75",
"I76",
"I77",
"I78",
"I79",
"I80",
"I81",
"I82",
"I83",
"I84",
"I85",
"I86",
"I87",
"I88",
"I89",
"I90",
"I91",
"I92",
"I93",
"I94",
"I95",
"I96",
"I97",
"I98",
"I99"
],
"icd9": [
"390",
"391",
"392",
"393",
"394",
"395",
"396",
"397",
"398",
"399",
"400",
"401",
"402",
"403",
"404",
"405",
"406",
"407",
"408",
"409",
"410",
"411",
"412",
"413",
"414",
"415",
"416",
"417",
"418",
"419",
"420",
"421",
"422",
"423",
"424",
"425",
"426",
"427",
"428",
"429",
"430",
"431",
"432",
"433",
"434",
"435",
"436",
"437",
"438",
"439",
"440",
"441",
"442",
"443",
"444",
"445",
"446",
"447",
"448",
"449",
"450",
"451",
"452",
"453",
"454",
"455",
"456",
"457",
"458",
"459"
]
},
"diabetes": {
"icd10": [
"E08",
"E09",
"E10",
"E11",
"E12",
"E13"
],
"icd9": [
"250"
]
},
"glomerular": {
"icd10": [
"N00",
"N01",
"N02",
"N03",
"N04",
"N05",
"N06",
"N07",
"N08"
],
"icd9": [
"580",
"581",
"582",
"583"
]
},
"hf": {
"icd10": [
"I50"
],
"icd9": [
"428"
]
},
"ihd": {
"icd10": [
"I20",
"I21",
"I22",
"I23",
"I24",
"I25"
],
"icd9": [
"410",
"411",
"412",
"413",
"414"
]
},
"pneumonia": {
"icd10": [
"J12",
"J13",
"J14",
"J15",
"J16",
"J17",
"J18"
],
"icd9": [
"480",
"481",
"482",
"483",
"484",
"485",
"486"
]
},
"uti": {
"icd10": [
"N39.0"
],
"icd9": [
"599.0"
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment