Physician Fee Schedule Payment Amount File
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>