Examples
hospital_enrollment(facility_ccn = "060004")
#> # A tibble: 1 × 22
#> npi organization_name doing_business_as pac_id_org enroll_id facility_ccn
#> <chr> <chr> <chr> <chr> <chr> <chr>
#> 1 1629071… BRIGHTON COMMUNI… PLATTE VALLEY ME… 1153213814 O2007061… 060004
#> # ℹ 16 more variables: 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>
hospital_enrollment(state = "GA", city = "VALDOSTA")
#> # A tibble: 3 × 22
#> npi organization_name doing_business_as pac_id_org enroll_id facility_ccn
#> <chr> <chr> <chr> <chr> <chr> <chr>
#> 1 1306896… HOSPITAL AUTHORI… SOUTH GEORGIA ME… 1355334509 O2008031… 110122
#> 2 1467404… HOSPITAL AUTHORI… SOUTH GEORGIA ME… 1355334509 O2008031… 11T122
#> 3 1538417… GREENLEAF CENTER… GREENLEAF CENTER 7416109731 O2012121… 114036
#> # ℹ 16 more variables: 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>
hospital_enrollment(pac_id_org = 6002723947)
#> # A tibble: 1 × 22
#> npi organization_name doing_business_as pac_id_org enroll_id facility_ccn
#> <chr> <chr> <chr> <chr> <chr> <chr>
#> 1 1588664… SELECT SPECIALTY… SELECT SPECIALTY… 6002723947 O2002082… 112011
#> # ℹ 16 more variables: 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>