get_icd_from_ccs: Get icd codes corresponding to ccs codes

Description Usage Arguments Examples

View source: R/main_funcs.R

Description

'get_icd_from_ccs' returns the icd-9 or icd-10 codes corresponding to a vector of CCS categories

Usage

1
get_icd_from_ccs(ccs_list, icd_version = 9)

Arguments

ccs_list

A vector of CCS values

icd_version

An integer value for the icd version to return

Examples

1
2
get_icd_from_ccs(c(20,22))
get_icd_from_ccs(c(20,22),icd_version=10)

a1arakkal/icdplus documentation built on Oct. 31, 2019, 1:51 a.m.