Skip to contents

Appendix A contains a list of each MS-DRG with a specification of the MDC and whether the MS-DRG is medical or surgical. Some MS-DRGs which contain patients from multiple MDCs (e.g., 014 Allogeneic Bone Marrow Transplant) do not have an MDC specified. The letter M is used to designate a medical MS-DRG and the letter P is used to designate a surgical MS-DRG.

Usage

appendix_A(drg = NULL, mdc = NULL, type = NULL, ...)

Arguments

drg

<chr> vector of 3-digit Diagnosis-Related Group codes

mdc

<chr> vector of 2-digit Major Diagnostic Category codes

type

<chr> DRG type: M (Medical) or P (Surgical)

...

Empty dots

Value

a tibble

Examples

appendix_A(drg = "011")
#> # A tibble: 1 × 4
#>   drg   mdc   drg_abb drg_description                                           
#>   <chr> <chr> <chr>   <chr>                                                     
#> 1 011   NA    P       TRACHEOSTOMY FOR FACE, MOUTH AND NECK DIAGNOSES OR LARYNG…

appendix_A(mdc = "24")
#> # A tibble: 8 × 4
#>   drg   mdc   drg_abb drg_description                                           
#>   <chr> <chr> <chr>   <chr>                                                     
#> 1 955   24    P       CRANIOTOMY FOR MULTIPLE SIGNIFICANT TRAUMA                
#> 2 956   24    P       LIMB REATTACHMENT, HIP AND FEMUR PROCEDURES FOR MULTIPLE …
#> 3 957   24    P       OTHER O.R. PROCEDURES FOR MULTIPLE SIGNIFICANT TRAUMA WIT…
#> 4 958   24    P       OTHER O.R. PROCEDURES FOR MULTIPLE SIGNIFICANT TRAUMA WIT…
#> 5 959   24    P       OTHER O.R. PROCEDURES FOR MULTIPLE SIGNIFICANT TRAUMA WIT…
#> 6 963   24    M       OTHER MULTIPLE SIGNIFICANT TRAUMA WITH MCC                
#> 7 964   24    M       OTHER MULTIPLE SIGNIFICANT TRAUMA WITH CC                 
#> 8 965   24    M       OTHER MULTIPLE SIGNIFICANT TRAUMA WITHOUT CC/MCC