R/reference.R
ccsr.Rd
A map of 538 clinical concepts to 4-character ICD codes adapted from the Clinical Classifications Software Refined (CCSR) (Healthcare Cost and Utilization Project 2020) .
ccsr
A data frame with 72,715 ICD-10-CM codes mapped to CCSR categories.
Adapted from (Healthcare Cost and Utilization Project 2020) for 4-character ICD-10 codes.
The Clinical Classifications Software Refined (CCSR) is a
database developed as part of the Healthcare Cost and Utilization
Project (HCUP) which maps ICD-10-CM codes into 538 CCSR
categories. Unlike the pre-existing ccs
:
CCSR categories are not mutually exclusive.
CCSR contain categories not found in ccs
CCSR categories are organised into 21 body systems
Healthcare Cost and Utilization Project (2020). “Clinical Classifications Software Refined (CCSR) for ICD-10-CM Diagnoses.” www.hcup-us.ahrq.gov/toolssoftware/ccsr/ccs_refined.jsp.
For the mapping function, see map_ICD10_CCSR()
. For the Clinical
Classifications Software, see ccs
.
data("ccsr")
head(ccsr)
#> icd_code ccsr_body_system_code
#> 1 D823 BLD
#> 2 D681 BLD
#> 3 A1885 BLD
#> 4 D72828 BLD
#> 5 D72819 BLD
#> 6 D811 BLD
#> ccsr_body_system_label
#> 1 Diseases of the blood and blood-forming organs and certain disorders involving the immune mechanism
#> 2 Diseases of the blood and blood-forming organs and certain disorders involving the immune mechanism
#> 3 Diseases of the blood and blood-forming organs and certain disorders involving the immune mechanism
#> 4 Diseases of the blood and blood-forming organs and certain disorders involving the immune mechanism
#> 5 Diseases of the blood and blood-forming organs and certain disorders involving the immune mechanism
#> 6 Diseases of the blood and blood-forming organs and certain disorders involving the immune mechanism
#> ccsr_cat_code ccsr_cat_desc
#> 1 BLD008 Immunity disorders
#> 2 BLD006 Coagulation and hemorrhagic disorders
#> 3 BLD010 Other specified and unspecified hematologic conditions
#> 4 BLD007 Diseases of white blood cells
#> 5 BLD007 Diseases of white blood cells
#> 6 BLD008 Immunity disorders
#> ccsr_cat_rank icd_code_3chars icd_code_4chars keep_3chars keep_4chars
#> 1 1 D82 D823 FALSE TRUE
#> 2 1 D68 D681 FALSE TRUE
#> 3 1 A18 A188 FALSE FALSE
#> 4 1 D72 D728 FALSE FALSE
#> 5 1 D72 D728 FALSE FALSE
#> 6 1 D81 D811 FALSE TRUE