Returns the names of all supported code‐to‐code mappings (crosswalks)
provided by the package.
Value
A character vector of mapping identifiers in the form
"<from>_to_<to>", for example
"ICD9CM_to_CCSCM" or "NDC_to_ATC".
Examples
supported_cross()
#> [1] "ICD9CM_to_CCSCM" "ICD9PROC_to_CCSPROC" "ICD10CM_to_CCSCM"
#> [4] "ICD10PROC_to_CCSPROC" "NDC_to_ATC"