View source: R/crosswalk_funcs.R
icd9_to_icd10 | R Documentation |
'icd9_to_icd10' converts a vector of ICD-9 values to possible ICD-10 values. Uses the NBER crosswalk file.
icd9_to_icd10(icd_list)
icd_list |
A vector of ICD-9 values |
# Get ICD-10 codes for CDI
icd9_to_icd10("00845")
# To collect all codes use children() from `icd` package
icd9_to_icd10("00845") %>% children()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.