Learn R Programming

CCSRfind (version 0.1.0)

DXCCSR: Data to showcase CCSR-ICD-10 crosswalk

Description

The Clinical Classifications Software Refined (CCSR) for ICD-10-CM diagnoses aggregates more than 70,000 ICD-10-CM diagnosis codes into over 530 clinically meaningful categories. The CCSR is based on the International Classification of Diseases, 10th Revision, Clinical Modification (ICD-10-CM). The categories are organized across 22 body systems, which generally follow the structure of the ICD-10-CM diagnosis chapters.

Usage

DXCCSR

Arguments

Format

A data frame with 86855 rows and 7 variables:

ICD10

ICD-10 diagnosis codes

icd_10_cm_code_description

Text description of ICD-10 codes

CCSRCat

CCSR category corresponding to ICD-10 code

CCSRD

Text description of CCSR category

inpatient_default_ccsr_y_n_x

Indicator of whether or not the CCSR category is the default category in an inpatient setting

outpatient_default_ccsr_y_n_x

Indicator of whether or not the CCSR category is the default category in an outpatient setting

rationale_for_default_assignment

Rationale for the default assignment

Examples

Run this code
data(DXCCSR)
head(DXCCSR)

Run the code above in your browser using DataLab