vvcb / comorbidipy

Python package to calculate comorbidity scores including Charlson Comorbidity Score and Elixhauser Score and their weighted variants.
MIT License
10 stars 5 forks source link

comorbidiPy

PyPi Build Build Docs

Python package to calculate comorbidity scores and other clinical risk scores.

The comorbidity function of this library is effectively a rewrite of the excellent R library comorbidity (https://github.com/ellessenne/comorbidity/) by Alessandro Gasparini (https://www.ellessenne.xyz/).

Comorbidipy also includes additional clinical risk calculators listed below.

Feature List

Variants of Charlson and Elixhauser Scores

The comorbidity function allows calculation of Charlson and Elixhauser score using ICD9 or ICD10 codes and the following variations.

Variations of Charlson Comorbidity Score

Elixhauser Comorbidity Index

License and Documentation

Credits