View source: R/crosswalk_funcs.R
get_icd_from_ccs | R Documentation |
'get_icd_from_ccs' returns the icd-9 or icd-10 codes corresponding to a vector of CCS categories
get_icd_from_ccs(ccs_list, icd_version = 9)
ccs_list |
A vector of CCS values |
icd_version |
An integer value for the icd version to return |
get_icd_from_ccs(c(20,22))
get_icd_from_ccs(c(20,22),icd_version=10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.