icd_cc {edgedata}R Documentation

ICD to Condition Category Crosswalk - Table 3

Description

A dataset containing the ICD-10 to condition category mappings.

Usage

icd_cc

Format

An object of class tbl_df (inherits from tbl, data.frame) with 8528 rows and 11 columns

icd

ICD-10 code

cc

Risk adjustment condition category

class

It's not yet clear how this is used

eff_date

Effective date of ICD code

term_date

Term date of ICD code

sex

Male/Female specification for ICD code (Risk adjustment currently only supports male and female)

sex_num

Numeric sex encoding (1/M and 2/F)

model_num

Number corresponding to model: 0 = newborn, 1 = pediatric 2 = maternity, 3 = adult

model

Which regression model the age/sex filters apply to - Includes maternity, which is not used in actual score calculations

age_min

Minimum age for a given diagnosis code

age_max

Maximum age for a given diagnosis code

Details

The ICD-10 system is a vast diagnosis coding system in healthcare. But since there are so many diagnoses, and they very specific, the HHS-HCC model groups similar codes into broader condition categories. Additionally, some diagnoses can only apply to one sex or the other, or to a particular age range.

Source

Data import and cleaning at: https://github.com/EeethB/edgedata/tree/main/data-raw

See Also

Other crosswalks: hcpcs_rxc, ndc_rxc

Other HCC tables: adult_group, adult_hcc, adult_interaction, adult_rxc_hcc_inter, cc_hier, child_group, child_hcc, cpt_hcpcs


[Package edgedata version 0.2.0 Index]