Skip to contents

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.

Details

The Revalidation Reassignment List dataset provides information on reassignments of providers who are due for revalidation.

Links:

Update Frequency: Monthly

Examples

if (FALSE) { # interactive()
revalidation_reassign(enroll_id_ind = "I20200929003184")
revalidation_reassign(pac_ind = 9830437441)
revalidation_reassign(pac_org = 3173525888)
}