HCPCS Lab Certification Descriptions
See also
Other HCPCS II Helpers:
switch_action_code(),
switch_asc_group(),
switch_betos(),
switch_coverage(),
switch_multiple_pricing(),
switch_pricing(),
switch_type_of_service()
Examples
dplyr::tibble(
code = c("010", 100, 110, 115, 120, "110, 120, 130, 400"),
desc = switch_lab_certification(code))
#> # A tibble: 6 × 2
#> code desc
#> <chr> <chr>
#> 1 010 Histocompatibility Testing
#> 2 100 Microbiology
#> 3 110 Bacteriology
#> 4 115 Mycobacteriology
#> 5 120 Mycology
#> 6 110, 120, 130, 400 Bacteriology, Mycology, Parasitology, Hematology
