jackwasey / icd

Fast ICD-10 and ICD-9 comorbidities, decoding and validation in R. NB use main instead of master for default branch.
https://jackwasey.github.io/icd/
GNU General Public License v3.0
242 stars 60 forks source link

calculate sums of comorbidities #19

Closed jackwasey closed 9 years ago

jackwasey commented 10 years ago

This is metric is sometimes used, with well known limitations (e.g. very sick people don't get minor diseases coded).

Will be very easy to count across the co-morbidity matrix to return these values.

jackwasey commented 10 years ago

This relies on correctly avoiding double-counting , e.g. if you have metastasis, you already have cancer, and some co-morbidity mappings account for this. Deyo/Charlson 1992 does.