Skip to contents

HCPCS Pricing Descriptions

Usage

switch_pricing(x)

Arguments

x

vector of Pricing indicators

Value

vector of Pricing descriptions

Examples

dplyr::tibble(
  code = c("00", 11:13, 21:22, 31:46, 51:57, 99),
  desc = switch_pricing(code))
#> # A tibble: 30 × 2
#>    code  desc                                                                
#>    <chr> <chr>                                                               
#>  1 00    Not Separately Priced by Part B                                     
#>  2 11    Priced with National RVUs                                           
#>  3 12    Priced with National Anesthesia Base Units                          
#>  4 13    Carrier Priced                                                      
#>  5 21    Price Subject to National Limitation Amount                         
#>  6 22    Carrier Priced                                                      
#>  7 31    Frequently Serviced DME (Subject to Floors & Ceilings)              
#>  8 32    Inexpensive & Routinely Purchased DME (Subject to Floors & Ceilings)
#>  9 33    Oxygen & Oxygen Equipment (Subject to Floors & Ceilings)            
#> 10 34    DME Supplies (Subject to Floors & Ceilings)                         
#> # ℹ 20 more rows