List resources
Examples
endpoint("enroll_prov") |> list_resources()
#> # A tibble: 7 × 5
#> year file size ext download
#> <int> <chr> <fs::> <chr> <chr>
#> 1 2025 Medicare FFS Public Provider Enrollment Q2 291.8M csv https:/…
#> 2 2025 Reassignment Sub-File Q2 105.5M csv https:/…
#> 3 2025 Address Sub-File Q2 40.6M csv https:/…
#> 4 2025 Secondary Specialty Sub-File Q2 26.8M csv https:/…
#> 5 2025 Medicare Fee-For-Service Public Provider Enrollme… 546.8K pdf https:/…
#> 6 2025 Medicare FFS Public Provider Enrollment Methodolo… 351.8K pdf https:/…
#> 7 2020 Medicare Fee-For-Service Public Provider Enrollme… 31.9K pdf https:/…
endpoint("quality_payment") |> list_resources()
#> # A tibble: 21 × 5
#> year file size ext download
#> <int> <chr> <fs::bytes> <chr> <chr>
#> 1 2023 QPP Experience 383M csv https://data.cms.gov/…
#> 2 2023 QPP Experience Data Dictionary 445K pdf https://data.cms.gov/…
#> 3 2023 QPP Experience Methodology 311K pdf https://data.cms.gov/…
#> 4 2022 QPP Experience 417M csv https://data.cms.gov/…
#> 5 2022 QPP Experience Data Dictionary 701K pdf https://data.cms.gov/…
#> 6 2022 QPP Experience Methodology 361K pdf https://data.cms.gov/…
#> 7 2021 QPP Experience 252M csv https://data.cms.gov/…
#> 8 2021 QPP Experience Data Dictionary 422K pdf https://data.cms.gov/…
#> 9 2021 QPP Experience Methodology 317K pdf https://data.cms.gov/…
#> 10 2020 QPP Experience 311M csv https://data.cms.gov/…
#> # ℹ 11 more rows
collection("in_hosp") |> list_resources()
#> $in_geo
#> # A tibble: 33 × 5
#> year file size ext download
#> <int> <chr> <fs::bytes> <chr> <chr>
#> 1 2024 Medicare Inpatient Hospitals Methodology 297K pdf https://dat…
#> 2 2024 Medicare Inpatient Hospitals Methodology 297K pdf https://dat…
#> 3 2024 Medicare Inpatient Hospitals Methodology 297K pdf https://dat…
#> 4 2024 Medicare Inpatient Hospitals Methodology 297K pdf https://dat…
#> 5 2024 Medicare Inpatient Hospitals Methodology 297K pdf https://dat…
#> 6 2024 Medicare Inpatient Hospitals Methodology 297K pdf https://dat…
#> 7 2024 Medicare Inpatient Hospitals Methodology 297K pdf https://dat…
#> 8 2024 Medicare Inpatient Hospitals Methodology 297K pdf https://dat…
#> 9 2024 Medicare Inpatient Hospitals Methodology 297K pdf https://dat…
#> 10 2024 Medicare Inpatient Hospitals Methodology 297K pdf https://dat…
#> # ℹ 23 more rows
#>
#> $in_prov
#> # A tibble: 42 × 5
#> year file size ext download
#> <int> <chr> <fs::bytes> <chr> <chr>
#> 1 2024 Medicare Inpatient Hospitals Methodology 297K pdf https://dat…
#> 2 2024 Medicare Inpatient Hospitals Methodology 297K pdf https://dat…
#> 3 2024 Medicare Inpatient Hospitals Methodology 297K pdf https://dat…
#> 4 2024 Medicare Inpatient Hospitals Methodology 297K pdf https://dat…
#> 5 2024 Medicare Inpatient Hospitals Methodology 297K pdf https://dat…
#> 6 2024 Medicare Inpatient Hospitals Methodology 297K pdf https://dat…
#> 7 2024 Medicare Inpatient Hospitals Methodology 297K pdf https://dat…
#> 8 2024 Medicare Inpatient Hospitals Methodology 297K pdf https://dat…
#> 9 2024 Medicare Inpatient Hospitals Methodology 297K pdf https://dat…
#> 10 2024 Medicare Inpatient Hospitals Methodology 297K pdf https://dat…
#> # ℹ 32 more rows
#>
#> $in_serv
#> # A tibble: 44 × 5
#> year file size ext download
#> <int> <chr> <fs::bytes> <chr> <chr>
#> 1 2024 Medicare Inpatient Hospitals Methodology 297K pdf https://dat…
#> 2 2024 Medicare Inpatient Hospitals Methodology 297K pdf https://dat…
#> 3 2024 Medicare Inpatient Hospitals Methodology 297K pdf https://dat…
#> 4 2024 Medicare Inpatient Hospitals Methodology 297K pdf https://dat…
#> 5 2024 Medicare Inpatient Hospitals Methodology 297K pdf https://dat…
#> 6 2024 Medicare Inpatient Hospitals Methodology 297K pdf https://dat…
#> 7 2024 Medicare Inpatient Hospitals Methodology 297K pdf https://dat…
#> 8 2024 Medicare Inpatient Hospitals Methodology 297K pdf https://dat…
#> 9 2024 Medicare Inpatient Hospitals Methodology 297K pdf https://dat…
#> 10 2024 Medicare Inpatient Hospitals Methodology 297K pdf https://dat…
#> # ℹ 34 more rows
#>
group("asc_facility", "enterprise", "lab_fee") |> list_resources()
#> ! Skipping a <class_prov> object
#> ! Skipping a <class_caid> object
#> $asc_facility
#> NULL
#>
#> $enterprise
#> NULL
#>
#> $lab_fee
#> # A tibble: 3 × 5
#> year file size ext download
#> <int> <chr> <fs::> <chr> <chr>
#> 1 2021 Medicare CLFS Private Payer Rates and Volumes 14.5M csv https:/…
#> 2 2021 Medicare CLFS Private Payer Rates and Volumes Dat… 108.3K pdf https:/…
#> 3 2021 Medicare CLFS Private Payer Rates and Volumes Met… 73.8K pdf https:/…
#>