Search the Medicare Revalidation Reassignment List API
Source:R/revalidation_reassign.R
revalidation_reassign.Rd
Reassignments of Providers who are due for Revalidation.
Usage
revalidation_reassign(
npi = NULL,
pac_ind = NULL,
enroll_id_ind = NULL,
first = NULL,
last = NULL,
state_ind = NULL,
specialty_description = NULL,
organization = NULL,
pac_org = NULL,
enroll_id_org = NULL,
state_org = NULL,
record_type = NULL,
tidy = TRUE,
na.rm = TRUE
)
Arguments
- npi
< integer > 10-digit national provider identifier of individual provider reassigning benefits or an employee
- pac_ind
< integer > 10-digit provider associate level variable of individual provider reassigning benefits or an employee
- enroll_id_ind
< character > 15-digit enrollment ID of individual provider reassigning benefits or an employee
- first, last
< character > First/last name of individual provider reassigning benefits or an employee
- state_ind
< character > Enrollment state of individual provider reassigning benefits or an employee
- specialty_description
< character > Enrollment specialty of individual provider reassigning benefits or an employee
- organization
< character > Legal business name of organizational provider receiving reassignment or is the employer
- pac_org
< integer > 10-digit provider associate level variable of organizational provider receiving reassignment or is the employer
- enroll_id_org
Enrollment ID of organizational provider receiving reassignment or is the employer
- state_org
< character > Enrollment state of organizational provider receiving reassignment or is the employer
- record_type
< character > Identifies whether the record is for a reassignment (
"Reassignment"
) or employment ("Physician Assistant"
)- tidy
< boolean > Tidy output; default is
TRUE
.- na.rm
< boolean > Remove empty rows and columns; default is
TRUE
.
Value
A tibble containing the search results.