sunlabuiuc / PyHealth

A Deep Learning Python Toolkit for Healthcare Applications.
https://pyhealth.readthedocs.io
MIT License
956 stars 207 forks source link

CS 598-John Biggan-Added Heart Failure Prediction Task #286

Closed johnbiggan closed 5 months ago

ycq091044 commented 5 months ago

Hello @johnbiggan , thanks for your contribution. The current code structure is perfect.

However, the hf label is created by whether code "108" is in the diagnosis list. How do you come up with this criteria? Does the code "108" equal to heart failure diagnosis?

johnbiggan commented 5 months ago

Hello @johnbiggan , thanks for your contribution. The current code structure is perfect.

However, the hf label is created by whether code "108" is in the diagnosis list. How do you come up with this criteria? Does the code "108" equal to heart failure diagnosis?

Hi @ycq091044 , thank you. Yes "108" is the CCSCM code that relates to ICD-9 428.0 and 428.9 ("congestive heart failure" and "heart failure", respectively). Let me know if you have any other questions.