get_charlson_index_scores: Get Charlson Index Scores

View source: R/get_charlson_index_scores.R

get_charlson_index_scoresR Documentation

Get Charlson Index Scores

Description

Retrieve a copy of internal lookup tables of index scores used in assessing Charlson comorbidities.

Usage

get_charlson_index_scores()

Value

A data.frame with the following columns:

  • condition: Character vector of the conditions

  • index: Character vector indicating if the score is for the mortality or the readmission index score

  • ⁠charlson_<variant>⁠: the index scores for the variant

See Also

  • get_charlson_codes() for a lookup table of the ICD codes mapping to the Charlson comorbidities.

  • comorbidities() for applying comorbidity algorithms to a data set.

Examples

head(get_charlson_index_scores())
str(get_charlson_index_scores())


medicalcoder documentation built on Feb. 22, 2026, 5:08 p.m.