HCPCS Pricing Descriptions
See also
Other HCPCS II Helpers:
switch_action_code()
,
switch_asc_group()
,
switch_betos()
,
switch_coverage()
,
switch_lab_certification()
,
switch_multiple_pricing()
,
switch_type_of_service()
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