LuChang-CS / Chet

Codes for AAAI 2022 paper: Context-aware Health Event Prediction via Transition Functions on Dynamic Disease Graphs
https://ojs.aaai.org/index.php/AAAI/article/view/20380
21 stars 6 forks source link

Is the ‘icd10-icd9.csv’ in the MIMIC dataset? #2

Open xiaoyou666 opened 1 year ago

xiaoyou666 commented 1 year ago

Class 'Mimic4Parser' in 'preprocess/parse_csv.py' needs to load 'icd10-icd9.csv', but the csv file does not provide in mimic-4 dataset

LuChang-CS commented 1 year ago

Hi, sorry for the late reply during the holiday. This icd10-icd9.csv is an unofficial mapping from ICD10 codes to ICD9 codes. I found it on the Internet, so I did not upload it to avoid some disagreement. You can find it here for a temporary version.