Skip to contents

Appendix C is a list of all of the codes that are defined as either a complication or comorbidity (CC) or a major complication or comorbidity (MCC) when used as a secondary diagnosis.

Usage

appendix_C(icd = NULL, pdx = NULL, unnest = FALSE, ...)

Arguments

icd

<chr> vector of ICD-10-CM codes

pdx

<chr> 4-digit Principal Diagnosis (PDX) Group number, e.g., 0011 (~ 2,040 in total)

unnest

<lgl> Unnest the pdx_icd column

...

Empty dots

Value

a tibble

Details

Part 1 lists these codes. Each code is indicated as CC or MCC. A link is given to a collection of diagnosis codes which, when used as the principal diagnosis, will cause the CC or MCC to be considered as only a non-CC.

Part 2 lists codes which are assigned as a Major CC only for patients discharged alive. Otherwise they are assigned as a non-CC.

Part 3 lists diagnosis codes that are designated as a complication or comorbidity (CC) or major complication or comorbidity (MCC) and included in the definition of the logic for the listed DRGs. When reported as a secondary diagnosis and grouped to one of the listed DRGs the diagnosis is excluded from acting as a CC/MCC for severity in DRG assignment.

Examples

appendix_C(icd = "A17.81")
#> # A tibble: 1 × 4
#>   icd_code cc_mcc pdx_group pdx_icd          
#>   <chr>    <chr>  <chr>     <list>           
#> 1 A17.81   MCC    0033      <tibble [18 × 1]>

appendix_C(pdx = "0032")
#> # A tibble: 2 × 4
#>   icd_code cc_mcc pdx_group pdx_icd          
#>   <chr>    <chr>  <chr>     <list>           
#> 1 A17.0    MCC    0032      <tibble [56 × 1]>
#> 2 A17.1    MCC    0032      <tibble [56 × 1]>