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")
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:
Thank you very much.