Skip to contents

Physician Fee Schedule Payment Amount File

Usage

search_payment(hcpcs_code = NULL, mac = NULL, locality = NULL, ...)

Arguments

hcpcs_code

<chr> vector of 5-character HCPCS codes

mac

<chr> 5-digit Medicare Administrative Contractor (MAC) ID

locality

<chr> vector of 2-digit Locality IDs

...

These dots are for future extensions and must be empty.

Value

a tibble

See also

Other Physician Fee Schedule Sources: search_anesthesia(), search_gpcis(), search_opps(), search_rvus()

Examples

search_payment(hcpcs_code = c("39503", "43116", "33935", "11646"),
               locality = "01",
               mac = "10212")
#> # A tibble: 4 × 14
#>   hcpcs_code mac   locality status mod   pctc_ind mult_surg non_fac_amt fac_amt
#>   <chr>      <chr> <chr>    <chr>  <chr>    <dbl>     <dbl>       <dbl>   <dbl>
#> 1 11646      10212 01       A      NA           0         2        500.    384.
#> 2 33935      10212 01       R      NA           0         2       4804.   4804.
#> 3 39503      10212 01       A      NA           0         2       5709.   5709.
#> 4 43116      10212 01       A      NA           0         2       4879    4879 
#> # ℹ 5 more variables: ther_50pct_non <dbl>, ther_50pct_fac <dbl>,
#> #   opps_ind <dbl>, opps_amt_non <dbl>, opps_amt_fac <dbl>