HCPCS Action Descriptions
See also
Other HCPCS II Helpers:
switch_asc_group()
,
switch_betos()
,
switch_coverage()
,
switch_lab_certification()
,
switch_multiple_pricing()
,
switch_pricing()
,
switch_type_of_service()
Examples
dplyr::tibble(code = c(LETTERS),
desc = switch_action_code(code))
#> # A tibble: 26 × 2
#> code desc
#> <chr> <chr>
#> 1 A Added procedure or modifier code
#> 2 B Change in both administrative data field and long description of proce…
#> 3 C Change in long description of procedure or modifier code
#> 4 D Discontinue procedure or modifier code
#> 5 E NA
#> 6 F Change in administrative data field of procedure or modifier code
#> 7 G NA
#> 8 H NA
#> 9 I NA
#> 10 J NA
#> # ℹ 16 more rows