Skip to contents


Information on a point-in-time snapshot of enrollment-level data for Providers actively enrolled in Medicare.


The Medicare Fee-For-Service Public Provider Enrollment dataset includes information on providers who are actively approved to bill Medicare or have completed the 855O at the time the data was pulled from the Provider Enrollment and Chain Ownership System (PECOS).

These files are populated from PECOS and contain basic enrollment and provider information, reassignment of benefits information and practice location city, state and zip. These files are not intended to be used as real time reporting as the data changes from day to day and the files are updated only on a quarterly basis. This data does not include information on opt-out providers. Information is redacted where necessary to protect Medicare provider privacy.


Example

provider_enrollment(npi = 1003026055)
#> # A tibble: 1 × 11
#>   npi   pac_id enroll_id specialty_code specialty_desc state org_name first_name
#>   <chr> <chr>  <chr>     <chr>          <chr>          <chr> <chr>    <chr>     
#> 1 1003… 44868… I2017040… 14-46          PRACTITIONER … FL    NA       RADHIKA   
#> # ℹ 3 more variables: middle_name <chr>, last_name <chr>, gender <chr>


Data Dictionary

Variable Description

npi

National Provider Identifier
An NPI is a 10-digit unique numeric identifier that all providers must obtain before enrolling in Medicare. It is assigned to health care providers upon application through the National Plan and Provider Enumeration System (NPPES).

pecos_asct_cntl_id

PECOS Associate Control ID
Provider associate level variable (PAC ID) from PECOS database used to link across tables. A PAC ID is a 10-digit unique numeric identifier that is assigned to each individual or organization in PECOS. All entity-level information (e.g., tax identification numbers and organizational names) is linked through the PAC ID. A PAC ID may be associated with multiple Enrollment IDs if the individual or organization enrolled multiple times under different circumstances.

enrlmt_id

Enrollment ID
Provider enrollment ID from PECOS database used to link across tables. An Enrollment ID is a 15-digit unique alphanumeric identifier that is assigned to each new provider enrollment application. All enrollment-level information (e.g., enrollment type, enrollment state, provider specialty and reassignment of benefits) is linked through the Enrollment ID.

provider_type_cd

Provider Type Code
Provider enrollment application and enrollment specialty type, see PROVIDER_TYPE_CD - Reference for description of values. This field shows the provider’s primary specialty code. For practitioners and DME suppliers, please see the Secondary Specialty file for a list of secondary specialties (when applicable). Only about 20% of practitioners and DME suppliers have at least one secondary specialty.

provider_type_desc

Provider Type Description
Provider enrollment application and enrollment specialty type description, see PROVIDER_TYPE_CD - Reference for description of values.

state_cd

State Code
Provider enrollment state, abbreviated location, see STATE_CD - Reference tab for description of values. Providers enroll at the state level, so one PAC ID may be associated with multiple ENRLMT_IDs and multiple STATE_CD values.

first_name

First Name
Individual provider first name.

mdl_name

Middle Name
Individual provider middle name.

last_name

Last Name
Individual provider last name.

org_name

Organization Name
Organizational provider name.

gndr_sw

Gender
Individual provider gender, see GNDR_SW - Reference for description of values.

reasgn_bnft_enrlmt_id

Reassigning Benefits Enrollment ID
Enrollment ID of the provider reassigning benefits to bill to Medicare. To find enrollment information for providers reassigning their benefits to bill to Medicare, link REASGN_BNFT_ENRLMT_ID to ENRLMT_ID in the Enrollment file.

rcv_bnft_enrlmt_id

Receiving Benefits Enrollment ID
Enrollment ID of the provider receiving reassignment benefits to bill to Medicare. To find enrollment information for providers receiving reassignment benefits to bill to Medicare, link RCV_BNFT_ENRLMT_ID to ENRLMT_ID in the Enrollment file.

city_name

City Name
Provider practice location city. Each practice location is linked to an Enrollment ID. If any other provider reassigns benefits to an Enrollment ID listed in the Practice Location file, the practice location is also associated with that other provider.

zip_cd

Zip Code
Provider practice location zip code. Each practice location is linked to an Enrollment ID. If any other provider reassigns benefits to an Enrollment ID listed in the Practice Location file, the practice location is also associated with that other provider.