Skip to contents

HCPCS Lab Certification Descriptions

Usage

switch_lab_certification(x)

Arguments

x

vector of Lab Certification indicators

Value

vector of Lab Certification descriptions

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