Skip to contents

hospital_enrollment() allows you to search for information on all hospitals currently enrolled in Medicare. Data returned includes the hospital's sub-group types, legal business name, doing-business-as name, organization type and address.

Update Frequency: Monthly

Usage

hospital_enrollment(
  npi = NULL,
  facility_ccn = NULL,
  enroll_id_org = NULL,
  enroll_state = NULL,
  specialty_code = NULL,
  pac_id_org = NULL,
  organization_name = NULL,
  doing_business_as = NULL,
  city = NULL,
  state = NULL,
  zip = NULL,
  tidy = TRUE
)

Arguments

npi

Hospital’s National Provider Identifier

facility_ccn

Hospital’s CMS Certification Number (CCN)

enroll_id_org

Hospital’s enrollment ID

enroll_state

Hospital’s enrollment state

specialty_code

Enrollment specialty type code

pac_id_org

Hospital’s PAC ID

organization_name

Hospital’s legal business name

doing_business_as

Hospital’s doing-business-as name

city

City of the hospital’s practice location address

state

State of the hospital’s practice location address

zip

Zip code of the hospital’s practice location address

tidy

Tidy output; default is TRUE.

Value

A tibble containing the search results.

Examples

hospital_enrollment(pac_id_org = 6103733050)
#> # A tibble: 2 × 22
#>   npi        organization_name   doing_business_as pac_id_org enroll_id_org  
#>   <chr>      <chr>               <chr>             <chr>      <chr>          
#> 1 1164481529 ST CHARLES HOSPITAL NA                6103733050 O20020904000011
#> 2 1225097652 ST CHARLES HOSPITAL NA                6103733050 O20090408000323
#> # ℹ 17 more variables: facility_ccn <chr>, specialty_code <chr>,
#> #   specialty <chr>, enroll_state <chr>, incorporation_date <date>,
#> #   incorporation_state <chr>, organization_structure <chr>, org_other <chr>,
#> #   address <chr>, city <chr>, state <chr>, zip <int>, location_type <chr>,
#> #   location_other <chr>, multiple_npis <lgl>, proprietary_nonprofit <lgl>,
#> #   subgroups <list>