Skip to contents

pending_applications() A list of enrollment applications pending CMS contractor review for physicians & non-physicians.

Usage

pending_applications(
  type,
  npi = NULL,
  last_name = NULL,
  first_name = NULL,
  tidy = TRUE
)

Arguments

type

physician or non-physician

npi

National Provider Identifier (NPI) number

last_name

Last name of provider

first_name

First name of provider

tidy

Tidy output; default is TRUE.

Value

A tibble containing the search results.

Update Frequency

Weekly

Examples

if (FALSE) { # interactive()
pending_applications(last_name = "Smith", type = "non-physician")
pending_applications(first_name = "John", type = "physician")
}