HCPCS Type of Service Descriptions
See also
Other HCPCS II Helpers:
switch_action_code(),
switch_asc_group(),
switch_betos(),
switch_coverage(),
switch_lab_certification(),
switch_multiple_pricing(),
switch_pricing()
Examples
dplyr::tibble(code = c(0:9, LETTERS),
desc = switch_type_of_service(code))
#> # A tibble: 36 × 2
#> code desc
#> <chr> <chr>
#> 1 0 Whole Blood Only
#> 2 1 Medical Care
#> 3 2 Surgery
#> 4 3 Consultation
#> 5 4 Diagnostic Radiology
#> 6 5 Diagnostic Laboratory
#> 7 6 Therapeutic Radiology
#> 8 7 Anesthesia
#> 9 8 Assistant at Surgery
#> 10 9 Other Medical Items or Services
#> # ℹ 26 more rows
