Skip to contents

HCPCS Multiple Pricing Descriptions

Usage

switch_multiple_pricing(x)

Arguments

x

vector of Multiple Pricing indicators

Value

vector of Multiple Pricing descriptions

Examples

dplyr::tibble(code = c(9, LETTERS[1:7]))
#> # A tibble: 8 × 1
#>   code 
#>   <chr>
#> 1 9    
#> 2 A    
#> 3 B    
#> 4 C    
#> 5 D    
#> 6 E    
#> 7 F    
#> 8 G