Python tool for mapping ICD diagnostic codes across classifications (e.g., ICD-10 to CCS, CCI, CCC, ICD-9, chapters, blocks). Current version 0.6.2, supports Python 3.8-3.14. Active development with monthly releases.
pip install icd-mappingsNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize a mapper and convert ICD-10 codes to chapters or blocks.
Update code to handle None returns instead of catching exceptions.
Use `from icd_mappings.mappers import Icd10Mapper`.
No fix needed; rely on consistency.
Use `mapper = Icd10Mapper(use_cache=True)` to cache data locally.