Skip to contents

Identifies the applicable Diagnostic Service family for HCPCS codes with a Multiple Procedure indicator of 4.

Usage

switch_diagnostic_imaging(x)

Arguments

x

vector of Diagnostic Imaging indicators

Value

vector of Diagnostic Imaging descriptions

Examples

dplyr::tibble(
  code = fuimus::pad_number(c(1:11, 88, 99)),
  desc = switch_diagnostic_imaging(code))
#> # A tibble: 13 × 2
#>    code  desc                                                    
#>    <chr> <chr>                                                   
#>  1 01    Ultrasound (Chest / Abdomen / Pelvis-Non-Obstetrical)   
#>  2 02    CT and CTA (Chest / Thorax / Abd / Pelvis)              
#>  3 03    CT and CTA (Head / Brain / Orbit / Maxillofacial / Neck)
#>  4 04    MRI and MRA (Chest / Abd / Pelvis)                      
#>  5 05    MRI and MRA (Head / Brain / Neck)                       
#>  6 06    MRI and MRA (Spine)                                     
#>  7 07    CT (Spine)                                              
#>  8 08    MRI and MRA (Lower Extremities)                         
#>  9 09    CT and CTA (Lower Extremities)                          
#> 10 10    MRI and MRA (Upper Extremities and Joints)              
#> 11 11    CT and CTA (Upper Extremities)                          
#> 12 88    Subject to Reduction of TC or PC Diagnostic Imaging     
#> 13 99    Concept does not apply