sunlabuiuc / PyHealth

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

Is it possible to support ICD11 InnerMap? #297

Closed Ofir408 closed 3 months ago

Ofir408 commented 3 months ago

Hi, ICD-11 has become very common in recent years, but I see that PyHealth only supports ICD-9 and ICD-10 with InnerMap. Is it possible to add support for ICD-11 as well?

For example:

from pyhealth.medcode import InnerMap

InnerMap.load("ICD11CM") 
InnerMap.load("ICD11PROC") 

Thank you very much.

zzachw commented 3 months ago

Thanks for the suggestion! We will add this to our PR list.

Ofir408 commented 2 months ago

@zzachw Do you have an estimate for when this feature will be available? I wanted to use it with pyhealth for research I'm doing. Thanks!