The ICD/HCC mappings were obtained from CMS
Medicare Risk Adjustors. Due to the complex file structure of the original
data (many nested zip files), they have been organized in the folder
data/icd_hcc_rawdata/
. This function creates a data file containing
ICD-9/10 to CC crosswalks.
Import the ICD9 to CC crosswalks
icd9_parse_cc(save_data = FALSE)
logical whether to save the result in the source tree.
Defaults to FALSE
.
Deprecated. The map is not condensed by default. If required,
it can reduced to a smaller set of codes using icd_condense
.
invisibly returns the list of vectors, where a co-morbidity name is associated with a character vector of ICD-9 codes.