Skip to contents

The Medicare approved amount for anesthesia service is calculated using the following formula:

Usage

search_anesthesia(mac = NULL, locality = NULL, ...)

Arguments

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

Details

Allowed Amount = ((Anesthesia Base Units + Billed Minutes) / 15) x Conversion Factor

See also

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

Examples

search_anesthesia(locality = "01", mac = "10212")
#> # A tibble: 1 × 3
#>   mac   locality anes_cf
#>   <chr> <chr>      <dbl>
#> 1 10212 01          20.9