andrewallenbruce / provider

Public Healthcare Provider APIs :stethoscope:
https://andrewallenbruce.github.io/provider/
Other
18 stars 2 forks source link

Overview of Possible APIs #56

Open andrewallenbruce opened 7 months ago

andrewallenbruce commented 7 months ago

Heading = Last Updated

Nov 2023

Oct 2023

Sept 2023

May-July 2023

Mar 2023

andrewallenbruce commented 7 months ago
andrewallenbruce commented 7 months ago
httr2::request('https://data.cms.gov/provider-data/api/1/metastore/schemas/dataset/items') |>
  httr2::req_perform() |>
  httr2::resp_body_json(check_type = FALSE, simplifyVector = TRUE) |> 
  dplyr::tibble() |> 
  dplyr::pull(title)

#>   [1] "PY 2021 Virtual Group Public Reporting: MIPS Measures and Attestations"                                                                                     
#>   [2] "ESRD QIP - Clinical Depression Screening and Follow-up - Payment Year 2023"                                                                                 
#>   [3] "ESRD QIP - Complete QIP Data - Payment Year 2023"                                                                                                           
#>   [4] "ESRD QIP - Dialysis Adequacy - Payment Year 2023"                                                                                                           
#>   [5] "ESRD QIP - Footnotes - Payment Year 2023"                                                                                                                   
#>   [6] "ESRD QIP - Hypercalcemia - Payment Year 2023"                                                                                                               
#>   [7] "ESRD QIP - In-Center Hemodialysis Consumer Assessment Of Healthcare Providers And Services Systems (ICH CAHPS) Survey - Payment Year 2023"                  
#>   [8] "ESRD QIP - NHSN Dialysis Event Measure - Payment Year 2023"                                                                                                 
#>   [9] "ESRD QIP - NHSN Bloodstream Infection - Payment Year 2023"                                                                                                  
#>  [10] "ESRD QIP - Standardized Readmission Ratio - Payment Year 2023"                                                                                              
#>  [11] "ESRD QIP - Standardized Transfusion Ratio - Payment Year 2023"                                                                                              
#>  [12] "ESRD QIP - Total Performance Scores - Payment Year 2023"                                                                                                    
#>  [13] "ESRD QIP - Vascular Access Topic - Payment Year 2023"                                                                                                       
#>  [14] "ESRD QIP - Ultrafiltration Rate - Payment Year 2023"                                                                                                        
#>  [15] "ESRD QIP - Standardized Hospitalization Ratio - Payment Year 2023"                                                                                          
#>  [16] "ESRD QIP - Medication Reconciliation - Payment Year 2023"                                                                                                   
#>  [17] "ESRD QIP - Percentage of Prevalent Patients Waitlisted - Payment Year 2023"                                                                                 
#>  [18] "PY 2021 Group Public Reporting: MIPS Measures and Attestations"                                                                                             
#>  [19] "PY 2021 Group Public Reporting: Patient Experience"                                                                                                         
#>  [20] "Inpatient Rehabilitation Facility - General Information"                                                                                                    
#>  [21] "Inpatient Rehabilitation Facility - Provider Data"                                                                                                          
#>  [22] "Inpatient Rehabilitation Facility - National Data"                                                                                                          
#>  [23] "Inpatient Rehabilitation Facility - Conditions"                                                                                                             
#>  [24] "Long-Term Care Hospital - General Information"                                                                                                              
#>  [25] "Long-Term Care Hospital - Provider Data"                                                                                                                    
#>  [26] "Long-Term Care Hospital - National Data"                                                                                                                    
#>  [27] "Addiction Medicine Office Visit Costs"                                                                                                                      
#>  [28] "Advanced Heart Failure and Transplant Cardiology Office Visit Costs"                                                                                        
#>  [29] "Allergy/ Immunology Office Visit Costs"                                                                                                                     
#>  [30] "Anesthesiology Office Visit Costs"                                                                                                                          
#>  [31] "Cardiac Surgery Office Visit Costs"                                                                                                                         
#>  [32] "Cardiology Office Visit Costs"                                                                                                                              
#>  [33] "Certified Clinical Nurse Specialist Office Visit Costs"                                                                                                     
#>  [34] "Certified Nurse Midwife Office Visit Costs"                                                                                                                 
#>  [35] "Certified Registered Nurse Anesthetist (CRNA) Office Visit Costs"                                                                                           
#>  [36] "Clinic or Group Practice Office Visit Costs"                                                                                                                
#>  [37] "Clinical Cardiac Electrophysiology Office Visit Costs"                                                                                                      
#>  [38] "Clinical Laboratory Office Visit Costs"                                                                                                                     
#>  [39] "Colorectal Surgery (Proctology) Office Visit Costs"                                                                                                         
#>  [40] "Critical Care (Intensivists) Office Visit Costs"                                                                                                            
#>  [41] "Dentist Office Visit Costs"                                                                                                                                 
#>  [42] "Dermatology Office Visit Costs"                                                                                                                             
#>  [43] "Diagnostic Radiology Office Visit Costs"                                                                                                                    
#>  [44] "Emergency Medicine Office Visit Costs"                                                                                                                      
#>  [45] "Endocrinology Office Visit Costs"                                                                                                                           
#>  [46] "Family Practice Office Visit Costs"                                                                                                                         
#>  [47] "Gastroenterology Office Visit Costs"                                                                                                                        
#>  [48] "General Practice Office Visit Costs"                                                                                                                        
#>  [49] "General Surgery Office Visit Costs"                                                                                                                         
#>  [50] "Geriatric Medicine Office Visit Costs"                                                                                                                      
#>  [51] "Geriatric Psychiatry Office Visit Costs"                                                                                                                    
#>  [52] "Gynecological Oncology Office Visit Costs"                                                                                                                  
#>  [53] "Hand Surgery Office Visit Costs"                                                                                                                            
#>  [54] "Hematology Office Visit Costs"                                                                                                                              
#>  [55] "Hematology-Oncology Office Visit Costs"                                                                                                                     
#>  [56] "Hematopoietic Cell Transplantation and Cellular Therapy Office Visit Costs"                                                                                 
#>  [57] "Hospice and Palliative Care Office Visit Costs"                                                                                                             
#>  [58] "Hospitalist Office Visit Costs"                                                                                                                             
#>  [59] "Infectious Disease Office Visit Costs"                                                                                                                      
#>  [60] "Internal Medicine Office Visit Costs"                                                                                                                       
#>  [61] "Interventional Cardiology Office Visit Costs"                                                                                                               
#>  [62] "Interventional Pain Management Office Visit Costs"                                                                                                          
#>  [63] "Interventional Radiology Office Visit Costs"                                                                                                                
#>  [64] "Licensed Clinical Social Worker Office Visit Costs"                                                                                                         
#>  [65] "Mammography Center Office Visit Costs"                                                                                                                      
#>  [66] "Maxillofacial Surgery Office Visit Costs"                                                                                                                   
#>  [67] "Medical Genetics and Genomics Office Visit Costs"                                                                                                           
#>  [68] "Medical Oncology Office Visit Costs"                                                                                                                        
#>  [69] "Medical Toxicology Office Visit Costs"                                                                                                                      
#>  [70] "Nephrology Office Visit Costs"                                                                                                                              
#>  [71] "Neurology Office Visit Costs"                                                                                                                               
#>  [72] "Neuropsychiatry Office Visit Costs"                                                                                                                         
#>  [73] "Neurosurgery Office Visit Costs"                                                                                                                            
#>  [74] "Nuclear Medicine Office Visit Costs"                                                                                                                        
#>  [75] "Nurse Practitioner Office Visit Costs"                                                                                                                      
#>  [76] "Obstetrics & Gynecology Office Visit Costs"                                                                                                                 
#>  [77] "Ophthalmology Office Visit Costs"                                                                                                                           
#>  [78] "Optometry Office Visit Costs"                                                                                                                               
#>  [79] "Oral Surgery (Dentist only) Office Visit Costs"                                                                                                             
#>  [80] "Orthopedic Surgery Office Visit Costs"                                                                                                                      
#>  [81] "Osteopathic Manipulative Medicine Office Visit Costs"                                                                                                       
#>  [82] "Otolaryngology Office Visit Costs"                                                                                                                          
#>  [83] "Pain Management Office Visit Costs"                                                                                                                         
#>  [84] "Pathology Office Visit Costs"                                                                                                                               
#>  [85] "Pediatric Medicine Office Visit Costs"                                                                                                                      
#>  [86] "Peripheral Vascular Disease Office Visit Costs"                                                                                                             
#>  [87] "Physical Medicine and Rehabilitation Office Visit Costs"                                                                                                    
#>  [88] "Physical Therapist in Private Practice Office Visit Costs"                                                                                                  
#>  [89] "Physician Assistant Office Visit Costs"                                                                                                                     
#>  [90] "Plastic and Reconstructive Surgery Office Visit Costs"                                                                                                      
#>  [91] "Podiatry Office Visit Costs"                                                                                                                                
#>  [92] "Preventive Medicine Office Visit Costs"                                                                                                                     
#>  [93] "Psychiatry Office Visit Costs"                                                                                                                              
#>  [94] "Psychologist, Clinical Office Visit Costs"                                                                                                                  
#>  [95] "Public Health or Welfare Agency Office Visit Costs"                                                                                                         
#>  [96] "Pulmonary Disease Office Visit Costs"                                                                                                                       
#>  [97] "Radiation Oncology Office Visit Costs"                                                                                                                      
#>  [98] "Registered Dietitian or Nutrition Professional Office Visit Costs"                                                                                          
#>  [99] "Rheumatology Office Visit Costs"                                                                                                                            
#> [100] "Sleep Medicine Office Visit Costs"                                                                                                                          
#> [101] "Speech Language Pathologist Office Visit Costs"                                                                                                             
#> [102] "Sports Medicine Office Visit Costs"                                                                                                                         
#> [103] "Surgical Oncology Office Visit Costs"                                                                                                                       
#> [104] "Thoracic Surgery Office Visit Costs"                                                                                                                        
#> [105] "Undefined Physician type Office Visit Costs"                                                                                                                
#> [106] "Undersea and Hyperbaric Medicine Office Visit Costs"                                                                                                        
#> [107] "Unknown Supplier/Provider Specialty Office Visit Costs"                                                                                                     
#> [108] "Urology Office Visit Costs"                                                                                                                                 
#> [109] "Vascular Surgery Office Visit Costs"                                                                                                                        
#> [110] "Contract Year 2020 IBC.csv"                                                                                                                                 
#> [111] "Contract Year 2020 MPF_TEMPLATE_CONTACT.csv"                                                                                                                
#> [112] "Contract Year 2020 MPF_benefit_summary.csv"                                                                                                                 
#> [113] "Contract Year 2020 MPF_optional_supplemental_benefit_summary.csv"                                                                                           
#> [114] "Contract Year 2020 PBP2020.csv"                                                                                                                             
#> [115] "Contract Year 2020 PBP_VBID.csv"                                                                                                                            
#> [116] "Contract Year 2020 PLN_BENE_COST.csv"                                                                                                                       
#> [117] "Contract Year 2020 PLN_BENE_COST_EXCEPTION.csv"                                                                                                             
#> [118] "Contract Year 2020 PLN_BNFT_PKG.csv"                                                                                                                        
#> [119] "Contract Year 2020 PLN_BNFT_PKG_CHRON_COND_XWALK.csv"                                                                                                       
#> [120] "Contract Year 2020 PLN_BNFT_PKG_COBRAND_XWALK.csv"                                                                                                          
#> [121] "Contract Year 2020 PLN_BNFT_PKG_CST.csv"                                                                                                                    
#> [122] "Contract Year 2020 PLN_BNFT_PKG_PHNE_XWALK.csv"                                                                                                             
#> [123] "Contract Year 2020 PLN_BNFT_PKG_SERVICES_XWALK.csv"                                                                                                         
#> [124] "Contract Year 2020 PLN_BNFT_PKG_TIER_CST_XWALK.csv"                                                                                                         
#> [125] "Contract Year 2020 PLN_BNFT_PKG_XWALK.csv"                                                                                                                  
#> [126] "Contract Year 2020 PLN_BNFT_SRVC_LKP.csv"                                                                                                                   
#> [127] "Contract Year 2020 PLN_CNTRCT.csv"                                                                                                                          
#> [128] "Contract Year 2020 PLN_CNTRCT_SUBENT_CNTY_LKP.csv"                                                                                                          
#> [129] "Contract Year 2020 PLN_COBRAND_NAME.csv"                                                                                                                    
#> [130] "Contract Year 2020 PLN_DATE_UPDATED.csv"                                                                                                                    
#> [131] "Contract Year 2020 PLN_DRUG_FRMLRY.csv"                                                                                                                     
#> [132] "Contract Year 2020 PLN_FREE_FRST_FILL.csv"                                                                                                                  
#> [133] "Contract Year 2020 PLN_FRMLRY_EXCLD_DRUG.csv"                                                                                                               
#> [134] "Contract Year 2020 PLN_HOME_INFUSION.csv"                                                                                                                   
#> [135] "Contract Year 2020 PLN_LOCAL_CNTRCT_SERVICE_AREAS.csv"                                                                                                      
#> [136] "Contract Year 2020 PLN_MAX_OOP.csv"                                                                                                                         
#> [137] "Contract Year 2020 PLN_OOPC.csv"                                                                                                                            
#> [138] "Contract Year 2020 PLN_OPTSUPP_CTGRY_LKP.csv"                                                                                                               
#> [139] "Contract Year 2020 PLN_OTC_STEP_THERAPY.csv"                                                                                                                
#> [140] "Contract Year 2020 PLN_PLAN_CNTRCT_SERVICE_AREAS.csv"                                                                                                       
#> [141] "Contract Year 2020 PLN_PLAN_FRMLRY.csv"                                                                                                                     
#> [142] "Contract Year 2020 PLN_PLAN_OSB.csv"                                                                                                                        
#> [143] "Contract Year 2020 PLN_PLAN_SERVICE_AREAS.csv"                                                                                                              
#> [144] "Contract Year 2020 PLN_PRTL_GAP_CVRG.csv"                                                                                                                   
#> [145] "Contract Year 2020 PLN_RGN.csv"                                                                                                                             
#> [146] "Contract Year 2020 PLN_RGN_CNTRCT_SERVICE_AREAS.csv"                                                                                                        
#> [147] "Contract Year 2020 PLN_RGN_STATE_XWALK.csv"                                                                                                                 
#> [148] "Contract Year 2020 PLN_RX_CST_SHR_DATA.csv"                                                                                                                 
#> [149] "Contract Year 2020 PLN_RX_CST_SHR_META.csv"                                                                                                                 
#> [150] "Contract Year 2020 PLN_SGMT_SERVICE_AREAS.csv"                                                                                                              
#> [151] "Contract Year 2020 PLN_SNT_CTGRY_CST_SHR_OPTSUPP_CTGRY.csv"                                                                                                 
#> [152] "Contract Year 2020 PLN_SNT_CTGRY_CST_SHR_XWALK.csv"                                                                                                         
#> [153] "Contract Year 2020 PLN_SNT_CTGRY_CST_SHR_XWALK_SMRY.csv"                                                                                                    
#> [154] "Contract Year 2020 PLN_SNT_CTGRY_LKP.csv"                                                                                                                   
#> [155] "Contract Year 2020 PLN_STP_THRPY.csv"                                                                                                                       
#> [156] "Contract Year 2020 PLN_TIER_LVL_VAL_LKP.csv"                                                                                                                
#> [157] "Contract Year 2021 IBC.csv"                                                                                                                                 
#> [158] "Contract Year 2021 MPF_TEMPLATE_CONTACT.csv"                                                                                                                
#> [159] "Contract Year 2021 MPF_benefit_summary.csv"                                                                                                                 
#> [160] "Contract Year 2021 MPF_optional_supplemental_benefit_summary.csv"                                                                                           
#> [161] "Contract Year 2021 PBP2020.csv"                                                                                                                             
#> [162] "Contract Year 2021 PBP_VBID.csv"                                                                                                                            
#> [163] "Contract Year 2021 PLN_BENE_COST.csv"                                                                                                                       
#> [164] "Contract Year 2021 PLN_BENE_COST_EXCEPTION.csv"                                                                                                             
#> [165] "Contract Year 2021 PLN_BNFT_PKG.csv"                                                                                                                        
#> [166] "Contract Year 2021 PLN_BNFT_PKG_CHRON_COND_XWALK.csv"                                                                                                       
#> [167] "Contract Year 2021 PLN_BNFT_PKG_COBRAND_XWALK.csv"                                                                                                          
#> [168] "Contract Year 2021 PLN_BNFT_PKG_CST.csv"                                                                                                                    
#> [169] "Contract Year 2021 PLN_BNFT_PKG_PHNE_XWALK.csv"                                                                                                             
#> [170] "Contract Year 2021 PLN_BNFT_PKG_SERVICES_XWALK.csv"                                                                                                         
#> [171] "Contract Year 2021 PLN_BNFT_PKG_TIER_CST_XWALK.csv"                                                                                                         
#> [172] "Contract Year 2021 PLN_BNFT_PKG_XWALK.csv"                                                                                                                  
#> [173] "Contract Year 2021 PLN_BNFT_SRVC_LKP.csv"                                                                                                                   
#> [174] "Contract Year 2021 PLN_CNTRCT.csv"                                                                                                                          
#> [175] "Contract Year 2021 PLN_CNTRCT_SUBENT_CNTY_LKP.csv"                                                                                                          
#> [176] "Contract Year 2021 PLN_COBRAND_NAME.csv"                                                                                                                    
#> [177] "Contract Year 2021 PLN_DATE_UPDATED.csv"                                                                                                                    
#> [178] "Contract Year 2021 PLN_DRUG_FRMLRY.csv"                                                                                                                     
#> [179] "Contract Year 2021 PLN_FREE_FRST_FILL.csv"                                                                                                                  
#> [180] "Contract Year 2021 PLN_FRMLRY_EXCLD_DRUG.csv"                                                                                                               
#> [181] "Contract Year 2021 PLN_HOME_INFUSION.csv"                                                                                                                   
#> [182] "Contract Year 2021 PLN_LOCAL_CNTRCT_SERVICE_AREAS.csv"                                                                                                      
#> [183] "Contract Year 2021 PLN_MAX_OOP.csv"                                                                                                                         
#> [184] "Contract Year 2021 PLN_OOPC.csv"                                                                                                                            
#> [185] "Contract Year 2021 PLN_OPTSUPP_CTGRY_LKP.csv"                                                                                                               
#> [186] "Contract Year 2021 PLN_OTC_STEP_THERAPY.csv"                                                                                                                
#> [187] "Contract Year 2021 PLN_PLAN_CNTRCT_SERVICE_AREAS.csv"                                                                                                       
#> [188] "Contract Year 2021 PLN_PLAN_FRMLRY.csv"                                                                                                                     
#> [189] "Contract Year 2021 PLN_PLAN_OSB.csv"                                                                                                                        
#> [190] "Contract Year 2021 PLN_PLAN_SERVICE_AREAS.csv"                                                                                                              
#> [191] "Contract Year 2021 PLN_PRTL_GAP_CVRG.csv"                                                                                                                   
#> [192] "Contract Year 2021 PLN_RGN.csv"                                                                                                                             
#> [193] "Contract Year 2021 PLN_RGN_CNTRCT_SERVICE_AREAS.csv"                                                                                                        
#> [194] "Contract Year 2021 PLN_RGN_STATE_XWALK.csv"                                                                                                                 
#> [195] "Contract Year 2021 PLN_RX_CST_SHR_DATA.csv"                                                                                                                 
#> [196] "Contract Year 2021 PLN_RX_CST_SHR_META.csv"                                                                                                                 
#> [197] "Contract Year 2021 PLN_SGMT_SERVICE_AREAS.csv"                                                                                                              
#> [198] "Contract Year 2021 PLN_SNT_CTGRY_CST_SHR_OPTSUPP_CTGRY.csv"                                                                                                 
#> [199] "Contract Year 2021 PLN_SNT_CTGRY_CST_SHR_XWALK.csv"                                                                                                         
#> [200] "Contract Year 2021 PLN_SNT_CTGRY_CST_SHR_XWALK_SMRY.csv"                                                                                                    
#> [201] "Contract Year 2021 PLN_SNT_CTGRY_LKP.csv"                                                                                                                   
#> [202] "Contract Year 2021 PLN_STP_THRPY.csv"                                                                                                                       
#> [203] "Contract Year 2021 PLN_TIER_LVL_VAL_LKP.csv"                                                                                                                
#> [204] "Contract Year 2022 IBC.csv"                                                                                                                                 
#> [205] "Contract Year 2022 MPF_TEMPLATE_CONTACT.csv"                                                                                                                
#> [206] "Contract Year 2022 MPF_benefit_summary.csv"                                                                                                                 
#> [207] "Contract Year 2022 MPF_optional_supplemental_benefit_summary.csv"                                                                                           
#> [208] "Contract Year 2022 PBP2020.csv"                                                                                                                             
#> [209] "Contract Year 2022 PBP_VBID.csv"                                                                                                                            
#> [210] "Contract Year 2022 PLN_BENE_COST.csv"                                                                                                                       
#> [211] "Contract Year 2022 PLN_BENE_COST_EXCEPTION.csv"                                                                                                             
#> [212] "Contract Year 2022 PLN_BNFT_PKG.csv"                                                                                                                        
#> [213] "Contract Year 2022 PLN_BNFT_PKG_CHRON_COND_XWALK.csv"                                                                                                       
#> [214] "Contract Year 2022 PLN_BNFT_PKG_COBRAND_XWALK.csv"                                                                                                          
#> [215] "Contract Year 2022 PLN_BNFT_PKG_CST.csv"                                                                                                                    
#> [216] "Contract Year 2022 PLN_BNFT_PKG_PHNE_XWALK.csv"                                                                                                             
#> [217] "Contract Year 2022 PLN_BNFT_PKG_SERVICES_XWALK.csv"                                                                                                         
#> [218] "Contract Year 2022 PLN_BNFT_PKG_TIER_CST_XWALK.csv"                                                                                                         
#> [219] "Contract Year 2022 PLN_BNFT_PKG_XWALK.csv"                                                                                                                  
#> [220] "Contract Year 2022 PLN_BNFT_SRVC_LKP.csv"                                                                                                                   
#> [221] "Contract Year 2022 PLN_CNTRCT.csv"                                                                                                                          
#> [222] "Contract Year 2022 PLN_CNTRCT_SUBENT_CNTY_LKP.csv"                                                                                                          
#> [223] "Contract Year 2022 PLN_COBRAND_NAME.csv"                                                                                                                    
#> [224] "Contract Year 2022 PLN_DATE_UPDATED.csv"                                                                                                                    
#> [225] "Contract Year 2022 PLN_DRUG_FRMLRY.csv"                                                                                                                     
#> [226] "Contract Year 2022 PLN_FREE_FRST_FILL.csv"                                                                                                                  
#> [227] "Contract Year 2022 PLN_FRMLRY_EXCLD_DRUG.csv"                                                                                                               
#> [228] "Contract Year 2022 PLN_HOME_INFUSION.csv"                                                                                                                   
#> [229] "Contract Year 2022 PLN_LOCAL_CNTRCT_SERVICE_AREAS.csv"                                                                                                      
#> [230] "Contract Year 2022 PLN_MAX_OOP.csv"                                                                                                                         
#> [231] "Contract Year 2022 PLN_OPTSUPP_CTGRY_LKP.csv"                                                                                                               
#> [232] "Contract Year 2022 PLN_OTC_STEP_THERAPY.csv"                                                                                                                
#> [233] "Contract Year 2022 PLN_PLAN_CNTRCT_SERVICE_AREAS.csv"                                                                                                       
#> [234] "Contract Year 2022 PLN_PLAN_FRMLRY.csv"                                                                                                                     
#> [235] "Contract Year 2022 PLN_PLAN_OSB.csv"                                                                                                                        
#> [236] "Contract Year 2022 PLN_PLAN_SERVICE_AREAS.csv"                                                                                                              
#> [237] "Contract Year 2022 PLN_PRTL_GAP_CVRG.csv"                                                                                                                   
#> [238] "Contract Year 2022 PLN_RGN.csv"                                                                                                                             
#> [239] "Contract Year 2022 PLN_RGN_CNTRCT_SERVICE_AREAS.csv"                                                                                                        
#> [240] "Contract Year 2022 PLN_RGN_STATE_XWALK.csv"                                                                                                                 
#> [241] "Contract Year 2022 PLN_RX_CST_SHR_DATA.csv"                                                                                                                 
#> [242] "Contract Year 2022 PLN_RX_CST_SHR_META.csv"                                                                                                                 
#> [243] "Contract Year 2022 PLN_SGMT_SERVICE_AREAS.csv"                                                                                                              
#> [244] "Contract Year 2022 PLN_SNT_CTGRY_CST_SHR_OPTSUPP_CTGRY.csv"                                                                                                 
#> [245] "Contract Year 2022 PLN_SNT_CTGRY_CST_SHR_XWALK.csv"                                                                                                         
#> [246] "Contract Year 2022 PLN_SNT_CTGRY_CST_SHR_XWALK_SMRY.csv"                                                                                                    
#> [247] "Contract Year 2022 PLN_SNT_CTGRY_LKP.csv"                                                                                                                   
#> [248] "Contract Year 2022 PLN_STP_THRPY.csv"                                                                                                                       
#> [249] "Contract Year 2022 PLN_TIER_LVL_VAL_LKP.csv"                                                                                                                
#> [250] "Contract Year 2023 IBC.csv"                                                                                                                                 
#> [251] "Contract Year 2023 MPF_TEMPLATE_CONTACT.csv"                                                                                                                
#> [252] "Contract Year 2023 MPF_benefit_summary.csv"                                                                                                                 
#> [253] "Contract Year 2023 MPF_optional_supplemental_benefit_summary.csv"                                                                                           
#> [254] "Contract Year 2023 PBP2020.csv"                                                                                                                             
#> [255] "Contract Year 2023 PBP_VBID.csv"                                                                                                                            
#> [256] "Contract Year 2023 PLN_BENE_COST.csv"                                                                                                                       
#> [257] "Contract Year 2023 PLN_BENE_COST_EXCEPTION.csv"                                                                                                             
#> [258] "Contract Year 2023 PLN_BNFT_PKG.csv"                                                                                                                        
#> [259] "Contract Year 2023 PLN_BNFT_PKG_CHRON_COND_XWALK.csv"                                                                                                       
#> [260] "Contract Year 2023 PLN_BNFT_PKG_COBRAND_XWALK.csv"                                                                                                          
#> [261] "Contract Year 2023 PLN_BNFT_PKG_CST.csv"                                                                                                                    
#> [262] "Contract Year 2023 PLN_BNFT_PKG_PHNE_XWALK.csv"                                                                                                             
#> [263] "Contract Year 2023 PLN_BNFT_PKG_SERVICES_XWALK.csv"                                                                                                         
#> [264] "Contract Year 2023 PLN_BNFT_PKG_TIER_CST_XWALK.csv"                                                                                                         
#> [265] "Contract Year 2023 PLN_BNFT_PKG_XWALK.csv"                                                                                                                  
#> [266] "Contract Year 2023 PLN_BNFT_SRVC_LKP.csv"                                                                                                                   
#> [267] "Contract Year 2023 PLN_CNTRCT.csv"                                                                                                                          
#> [268] "Contract Year 2023 PLN_CNTRCT_SUBENT_CNTY_LKP.csv"                                                                                                          
#> [269] "Contract Year 2023 PLN_COBRAND_NAME.csv"                                                                                                                    
#> [270] "Contract Year 2023 PLN_DATE_UPDATED.csv"                                                                                                                    
#> [271] "Contract Year 2023 PLN_DRUG_FRMLRY.csv"                                                                                                                     
#> [272] "Contract Year 2023 PLN_FREE_FRST_FILL.csv"                                                                                                                  
#> [273] "Contract Year 2023 PLN_FRMLRY_EXCLD_DRUG.csv"                                                                                                               
#> [274] "Contract Year 2023 PLN_HOME_INFUSION.csv"                                                                                                                   
#> [275] "Contract Year 2023 PLN_LOCAL_CNTRCT_SERVICE_AREAS.csv"                                                                                                      
#> [276] "Contract Year 2023 PLN_MAX_OOP.csv"                                                                                                                         
#> [277] "Contract Year 2023 PLN_OPTSUPP_CTGRY_LKP.csv"                                                                                                               
#> [278] "Contract Year 2023 PLN_OTC_STEP_THERAPY.csv"                                                                                                                
#> [279] "Contract Year 2023 PLN_PLAN_CNTRCT_SERVICE_AREAS.csv"                                                                                                       
#> [280] "Contract Year 2023 PLN_PLAN_FRMLRY.csv"                                                                                                                     
#> [281] "Contract Year 2023 PLN_PLAN_OSB.csv"                                                                                                                        
#> [282] "Contract Year 2023 PLN_PLAN_SERVICE_AREAS.csv"                                                                                                              
#> [283] "Contract Year 2023 PLN_PRTL_GAP_CVRG.csv"                                                                                                                   
#> [284] "Contract Year 2023 PLN_RGN.csv"                                                                                                                             
#> [285] "Contract Year 2023 PLN_RGN_CNTRCT_SERVICE_AREAS.csv"                                                                                                        
#> [286] "Contract Year 2023 PLN_RGN_STATE_XWALK.csv"                                                                                                                 
#> [287] "Contract Year 2023 PLN_RX_CST_SHR_DATA.csv"                                                                                                                 
#> [288] "Contract Year 2023 PLN_RX_CST_SHR_META.csv"                                                                                                                 
#> [289] "Contract Year 2023 PLN_SGMT_SERVICE_AREAS.csv"                                                                                                              
#> [290] "Contract Year 2023 PLN_SNT_CTGRY_CST_SHR_OPTSUPP_CTGRY.csv"                                                                                                 
#> [291] "Contract Year 2023 PLN_SNT_CTGRY_CST_SHR_XWALK.csv"                                                                                                         
#> [292] "Contract Year 2023 PLN_SNT_CTGRY_CST_SHR_XWALK_SMRY.csv"                                                                                                    
#> [293] "Contract Year 2023 PLN_SNT_CTGRY_LKP.csv"                                                                                                                   
#> [294] "Contract Year 2023 PLN_STP_THRPY.csv"                                                                                                                       
#> [295] "Contract Year 2023 PLN_TIER_LVL_VAL_LKP.csv"                                                                                                                
#> [296] "Contract Year 2023 counties.csv"                                                                                                                            
#> [297] "Contract Year 2023 county_fips_ssa_x.csv"                                                                                                                   
#> [298] "Contract Year 2024 IBC.csv"                                                                                                                                 
#> [299] "Contract Year 2024 MPF_TEMPLATE_CONTACT.csv"                                                                                                                
#> [300] "Contract Year 2024 PBP2020.csv"                                                                                                                             
#> [301] "Contract Year 2024 PBP_VBID.csv"                                                                                                                            
#> [302] "Contract Year 2024 PLN_BENE_COST.csv"                                                                                                                       
#> [303] "Contract Year 2024 PLN_BENE_COST_EXCEPTION.csv"                                                                                                             
#> [304] "Contract Year 2024 PLN_BNFT_PKG.csv"                                                                                                                        
#> [305] "Contract Year 2024 PLN_BNFT_PKG_CHRON_COND_XWALK.csv"                                                                                                       
#> [306] "Contract Year 2024 PLN_BNFT_PKG_COBRAND_XWALK.csv"                                                                                                          
#> [307] "Contract Year 2024 PLN_BNFT_PKG_CST.csv"                                                                                                                    
#> [308] "Contract Year 2024 PLN_BNFT_PKG_PHNE_XWALK.csv"                                                                                                             
#> [309] "Contract Year 2024 PLN_BNFT_PKG_SERVICES_XWALK.csv"                                                                                                         
#> [310] "Contract Year 2024 PLN_BNFT_PKG_TIER_CST_XWALK.csv"                                                                                                         
#> [311] "Contract Year 2024 PLN_BNFT_PKG_XWALK.csv"                                                                                                                  
#> [312] "Contract Year 2024 PLN_BNFT_SRVC_LKP.csv"                                                                                                                   
#> [313] "Contract Year 2024 PLN_CNTRCT.csv"                                                                                                                          
#> [314] "Contract Year 2024 PLN_CNTRCT_SUBENT_CNTY_LKP.csv"                                                                                                          
#> [315] "Contract Year 2024 PLN_COBRAND_NAME.csv"                                                                                                                    
#> [316] "Contract Year 2024 PLN_DATE_UPDATED.csv"                                                                                                                    
#> [317] "Contract Year 2024 PLN_DRUG_FRMLRY.csv"                                                                                                                     
#> [318] "Contract Year 2024 PLN_FREE_FRST_FILL.csv"                                                                                                                  
#> [319] "Contract Year 2024 PLN_FRMLRY_EXCLD_DRUG.csv"                                                                                                               
#> [320] "Contract Year 2024 PLN_HOME_INFUSION.csv"                                                                                                                   
#> [321] "Contract Year 2024 PLN_LOCAL_CNTRCT_SERVICE_AREAS.csv"                                                                                                      
#> [322] "Contract Year 2024 PLN_MAX_OOP.csv"                                                                                                                         
#> [323] "Contract Year 2024 PLN_OPTSUPP_CTGRY_LKP.csv"                                                                                                               
#> [324] "Contract Year 2024 PLN_OTC_STEP_THERAPY.csv"                                                                                                                
#> [325] "Contract Year 2024 PLN_PLAN_FRMLRY.csv"                                                                                                                     
#> [326] "Contract Year 2024 PLN_PLAN_OSB.csv"                                                                                                                        
#> [327] "Contract Year 2024 PLN_PLAN_SERVICE_AREAS.csv"                                                                                                              
#> [328] "Contract Year 2024 PLN_PRTL_GAP_CVRG.csv"                                                                                                                   
#> [329] "Contract Year 2024 PLN_RGN.csv"                                                                                                                             
#> [330] "Contract Year 2024 PLN_RGN_CNTRCT_SERVICE_AREAS.csv"                                                                                                        
#> [331] "Contract Year 2024 PLN_RGN_STATE_XWALK.csv"                                                                                                                 
#> [332] "Contract Year 2024 PLN_RX_CST_SHR_DATA.csv"                                                                                                                 
#> [333] "Contract Year 2024 PLN_RX_CST_SHR_META.csv"                                                                                                                 
#> [334] "Contract Year 2024 PLN_SGMT_SERVICE_AREAS.csv"                                                                                                              
#> [335] "Contract Year 2024 PLN_SNT_CTGRY_CST_SHR_OPTSUPP_CTGRY.csv"                                                                                                 
#> [336] "Contract Year 2024 PLN_SNT_CTGRY_CST_SHR_XWALK.csv"                                                                                                         
#> [337] "Contract Year 2024 PLN_SNT_CTGRY_CST_SHR_XWALK_SMRY.csv"                                                                                                    
#> [338] "Contract Year 2024 PLN_SNT_CTGRY_LKP.csv"                                                                                                                   
#> [339] "Contract Year 2024 PLN_STP_THRPY.csv"                                                                                                                       
#> [340] "Contract Year 2024 PLN_TIER_LVL_VAL_LKP.csv"                                                                                                                
#> [341] "Contract Year 2024 counties.csv"                                                                                                                            
#> [342] "Dialysis Facility - Listing by Facility"                                                                                                                    
#> [343] "Dialysis Facility - State Averages"                                                                                                                         
#> [344] "Dialysis Facility - National Averages"                                                                                                                      
#> [345] "Patient survey (ICH CAHPS) - Facility"                                                                                                                      
#> [346] "Patient survey (ICH CAHPS) - State"                                                                                                                         
#> [347] "Patient survey (ICH CAHPS) - National"                                                                                                                      
#> [348] "Home Health Care - Zip Codes"                                                                                                                               
#> [349] "Home Health Care - State by State Data"                                                                                                                     
#> [350] "Home Health Care Agencies"                                                                                                                                  
#> [351] "Home Health Care - National Data"                                                                                                                           
#> [352] "Home Health Care - Measure Date Range"                                                                                                                      
#> [353] "Home Health Care - Patient Survey (HHCAHPS) 2022Q2 to 2023Q1"                                                                                               
#> [354] "Home Health Care - Patient Survey (HHCAHPS) National Data 2022Q2 to 2023Q1"                                                                                 
#> [355] "Home Health Care - Patient Survey (HHCAHPS) State Data 2022Q2 to 2023Q1"                                                                                    
#> [356] "Home Health Care - Patient Survey (HHCAHPS) Measure Dates 2022Q2 to 2023Q1"                                                                                 
#> [357] "Fire Safety Deficiencies"                                                                                                                                   
#> [358] "Health Deficiencies"                                                                                                                                        
#> [359] "MDS Quality Measures"                                                                                                                                       
#> [360] "Medicare Claims Quality Measures"                                                                                                                           
#> [361] "Ownership"                                                                                                                                                  
#> [362] "Penalties"                                                                                                                                                  
#> [363] "Provider Information"                                                                                                                                       
#> [364] "Skilled Nursing Facility Quality Reporting Program - National Data"                                                                                         
#> [365] "Skilled Nursing Facility Quality Reporting Program - Provider Data"                                                                                         
#> [366] "Skilled Nursing Facility Quality Reporting Program - Swing Beds - Provider Data"                                                                            
#> [367] "State US Averages"                                                                                                                                          
#> [368] "Survey Summary"                                                                                                                                             
#> [369] "FY 2023 SNF VBP Facility-Level Dataset"                                                                                                                     
#> [370] "FY 2023 SNF VBP Aggregate Performance"                                                                                                                      
#> [371] "Nursing Home Data Collection Intervals"                                                                                                                     
#> [372] "Citation Code Look-up"                                                                                                                                      
#> [373] "Inspection Dates"                                                                                                                                           
#> [374] "State-Level Health Inspection Cut Points"                                                                                                                   
#> [375] "2020 Clinician Utilization Data"                                                                                                                            
#> [376] "PY 2021 Clinician Public Reporting: MIPS Measures and Attestations"                                                                                         
#> [377] "PY 2021 Clinician Public Reporting: Overall MIPS Performance"                                                                                               
#> [378] "Medical Equipment Suppliers"                                                                                                                                
#> [379] "CBP Suppliers Products Carried"                                                                                                                             
#> [380] "Outpatient and Ambulatory Surgery Consumer Assessment of Healthcare Providers and Systems (OAS CAHPS) survey for ambulatory surgical centers - Facility"    
#> [381] "Ambulatory Surgical Center Quality Measures - Facility"                                                                                                     
#> [382] "Ambulatory Surgical Center Quality Measures - National"                                                                                                     
#> [383] "Outpatient and Ambulatory Surgery Consumer Assessment of Healthcare Providers and Systems (OAS CAHPS) survey for ambulatory surgical centers - National"    
#> [384] "Ambulatory Surgical Center Quality Measures - State"                                                                                                        
#> [385] "Outpatient and Ambulatory Surgery Consumer Assessment of Healthcare Providers and Systems (OAS CAHPS) survey for ambulatory surgical centers - State"       
#> [386] "Comprehensive Care For Joint Replacement Model - Provider Data"                                                                                             
#> [387] "CMS Medicare PSI-90 and component measures - six-digit estimate dataset"                                                                                    
#> [388] "Complications and Deaths - Hospital"                                                                                                                        
#> [389] "Complications and Deaths - National"                                                                                                                        
#> [390] "Complications and Deaths - State"                                                                                                                           
#> [391] "Footnote Crosswalk"                                                                                                                                         
#> [392] "Outpatient and Ambulatory Surgery Consumer Assessment of Healthcare Providers and Systems (OAS CAHPS) survey - Footnotes"                                   
#> [393] "Table 2: FY2021 Distribution of Net Change in Base Operating DRG Payment Amount"                                                                            
#> [394] "Table 1: FY2021 Net Change in Base Operating DRG Payment Amount"                                                                                            
#> [395] "Table 3: FY2021 Percent Change in Medicare Payments"                                                                                                        
#> [396] "Table 4: FY2021 Value-Based Incentive Payment Amount"                                                                                                       
#> [397] "Patient survey (HCAHPS) - Hospital"                                                                                                                         
#> [398] "Patient survey (HCAHPS) - National"                                                                                                                         
#> [399] "Patient survey (HCAHPS) - State"                                                                                                                            
#> [400] "Healthcare Associated Infections - Hospital"                                                                                                                
#> [401] "Healthcare Associated Infections - National"                                                                                                                
#> [402] "Healthcare Associated Infections - State"                                                                                                                   
#> [403] "Outpatient and Ambulatory Surgery Consumer Assessment of Healthcare Providers and Systems (OAS CAHPS) survey for hospital outpatient departments - Facility"
#> [404] "Outpatient and Ambulatory Surgery Consumer Assessment of Healthcare Providers and Systems (OAS CAHPS) survey for hospital outpatient departments - National"
#> [405] "Outpatient and Ambulatory Surgery Consumer Assessment of Healthcare Providers and Systems (OAS CAHPS) survey for hospital outpatient departments - State"   
#> [406] "Hospital General Information"                                                                                                                               
#> [407] "Oncology Care Measures - PPS-Exempt Cancer Hospital"                                                                                                        
#> [408] "Unplanned Hospital Visits - PPS-Exempt Cancer Hospital - Hospital"                                                                                          
#> [409] "Unplanned Hospital Visits - PPS-Exempt Cancer Hospital - National"                                                                                          
#> [410] "Hospital-Acquired Condition (HAC) Reduction Program"                                                                                                        
#> [411] "Medicare Spending Per Beneficiary - Hospital Additional Decimal Places"                                                                                     
#> [412] "Safety and Healthcare-Associated Infection Measures - PPS-Exempt Cancer Hospital"                                                                           
#> [413] "Patient Survey (PCH - HCAHPS) PPS-Exempt Cancer Hospital - Hospital"                                                                                        
#> [414] "Patient Survey (PCH - HCAHPS) PPS-Exempt Cancer Hospital - National"                                                                                        
#> [415] "Patient Survey (PCH - HCAHPS) PPS-Exempt Cancer Hospital - State"                                                                                           
#> [416] "Hospital Readmissions Reduction Program"                                                                                                                    
#> [417] "Hospital Value-Based Purchasing (HVBP) - Clinical Outcomes Domain Scores"                                                                                   
#> [418] "Hospital Value-Based Purchasing (HVBP) - Efficiency Scores"                                                                                                 
#> [419] "Hospital Value-Based Purchasing (HVBP) - Person and Community Engagement Domain Scores (HCAHPS)"                                                            
#> [420] "Hospital Value-Based Purchasing (HVBP) - Safety"                                                                                                            
#> [421] "Hospital Value-Based Purchasing (HVBP) - Total Performance Score"                                                                                           
#> [422] "Inpatient Psychiatric Facility Quality Measure Data - by Facility"                                                                                          
#> [423] "Inpatient Psychiatric Facility Quality Measure Data - National"                                                                                             
#> [424] "Inpatient Psychiatric Facility Quality Measure Data - by State"                                                                                             
#> [425] "Measure Dates"                                                                                                                                              
#> [426] "Medicare Hospital Spending by Claim"                                                                                                                        
#> [427] "Medicare Spending Per Beneficiary - Hospital"                                                                                                               
#> [428] "Medicare Spending Per Beneficiary - National"                                                                                                               
#> [429] "Medicare Spending Per Beneficiary - State"                                                                                                                  
#> [430] "Outpatient Imaging Efficiency - Hospital"                                                                                                                   
#> [431] "Outpatient Imaging Efficiency - National"                                                                                                                   
#> [432] "Outpatient Imaging Efficiency - State"                                                                                                                      
#> [433] "Payment - National"                                                                                                                                         
#> [434] "Payment - State"                                                                                                                                            
#> [435] "Payment and value of care - Hospital"                                                                                                                       
#> [436] "Timely and Effective Care - Hospital"                                                                                                                       
#> [437] "Timely and Effective Care - National"                                                                                                                       
#> [438] "Timely and Effective Care - State"                                                                                                                          
#> [439] "Unplanned Hospital Visits - Hospital"                                                                                                                       
#> [440] "Unplanned Hospital Visits - National"                                                                                                                       
#> [441] "Unplanned Hospital Visits - State"                                                                                                                          
#> [442] "Veterans Health Administration Behavioral Health Data"                                                                                                      
#> [443] "Veterans Health Administration Timely and Effective Care Data"                                                                                              
#> [444] "Value of care - National"                                                                                                                                   
#> [445] "Veterans Health Administration Provider Level Data"                                                                                                         
#> [446] "Data Updates"                                                                                                                                               
#> [447] "Maternal Health - Hospital"                                                                                                                                 
#> [448] "Maternal Health - National"                                                                                                                                 
#> [449] "Maternal Health - State"                                                                                                                                    
#> [450] "COVID-19 Vaccination Rates - Provider Data"                                                                                                                 
#> [451] "COVID-19 Vaccination Rates - State and National Averages"                                                                                                   
#> [452] "National Downloadable File"                                                                                                                                 
#> [453] "Facility Affiliation Data"                                                                                                                                  
#> [454] "Hospice - Zip Data"                                                                                                                                         
#> [455] "Hospice - General Information"                                                                                                                              
#> [456] "Hospice - Provider Data"                                                                                                                                    
#> [457] "Hospice-National Data"                                                                                                                                      
#> [458] "Hospice - State Data"                                                                                                                                       
#> [459] "Hospice care - Provider CAHPS Hospice Survey Data"                                                                                                          
#> [460] "Hospice care - National CAHPS Hospice Survey Data"                                                                                                          
#> [461] "Hospice care - State CAHPS Hospice Survey Data"

Created on 2023-12-03 with reprex v2.0.2

andrewallenbruce commented 7 months ago
response <- httr2::request('https://data.cms.gov/data.json') |>
  httr2::req_perform() |>
  httr2::resp_body_json(check_type = FALSE, simplifyVector = TRUE)

response$data |> 
  dplyr::tibble() |> 
  dplyr::pull(title)

#>   [1] "Accountable Care Organization Participants"                                                          
#>   [2] "Accountable Care Organization Skilled Nursing Facility Affiliates"                                   
#>   [3] "ACO Realizing Equity, Access and Community Health Aligned Beneficiaries"                             
#>   [4] "ACO Realizing Equity, Access and Community Health Eligible Beneficiaries"                            
#>   [5] "ACO Realizing Equity, Access and Community Health Financial and Quality Results"                     
#>   [6] "ACO Realizing Equity, Access and Community Health Providers"                                         
#>   [7] "Agency for Healthcare Research and Quality (AHRQ) Patient Safety Indicator 11 (PSI-11) Measure Rates"
#>   [8] "CMS Program Statistics - Medicare Advantage-Inpatient Hospital"                                      
#>   [9] "CMS Program Statistics - Medicare Advantage-Skilled Nursing Facility"                                
#>  [10] "Comprehensive Care for Joint Replacement Model: Metropolitan Statistical Areas"                      
#>  [11] "County-level Aggregate Expenditure and Risk Score Data on Assignable Beneficiaries"                  
#>  [12] "COVID-19 Nursing Home Data"                                                                          
#>  [13] "CPC Initiative - Participating Primary Care Practices"                                               
#>  [14] "Deficit Reduction Act Hospital-Acquired Condition Measures"                                          
#>  [15] "End-Stage Renal Disease Facility Aggregation Group Performance"                                      
#>  [16] "Fiscal Intermediary Shared System Attending and Rendering"                                           
#>  [17] "Home Health Agency All Owners"                                                                       
#>  [18] "Home Health Agency Enrollments"                                                                      
#>  [19] "Home Infusion Therapy Providers"                                                                     
#>  [20] "Hospice All Owners"                                                                                  
#>  [21] "Hospice Enrollments"                                                                                 
#>  [22] "Hospital All Owners"                                                                                 
#>  [23] "Hospital Change of Ownership"                                                                        
#>  [24] "Hospital Change of Ownership - Owner Information"                                                    
#>  [25] "Hospital Enrollments"                                                                                
#>  [26] "Hospital Service Area"                                                                               
#>  [27] "Innovation Center Data and Reports"                                                                  
#>  [28] "Innovation Center Innovation Advisors"                                                               
#>  [29] "Innovation Center Model Awardees"                                                                    
#>  [30] "Innovation Center Model Participants"                                                                
#>  [31] "Innovation Center Model Summary Information"                                                         
#>  [32] "Innovation Center Webinars and Forums"                                                               
#>  [33] "Managing Clinician Aggregation Group Performance"                                                    
#>  [34] "Market Saturation & Utilization Core-Based Statistical Areas"                                        
#>  [35] "Market Saturation & Utilization State-County"                                                        
#>  [36] "Medicare Advantage Geographic Variation - National & State"                                          
#>  [37] "Medicare Clinical Laboratory Fee Schedule Private Payer Rates and Volumes"                           
#>  [38] "Medicare COVID-19 Cases & Hospitalizations"                                                          
#>  [39] "Medicare COVID-19 Hospitalization Trends"                                                            
#>  [40] "Medicare Current Beneficiary Survey Cost Supplement"                                                 
#>  [41] "Medicare Current Beneficiary Survey COVID-19 Supplement"                                             
#>  [42] "Medicare Demonstrations"                                                                             
#>  [43] "Medicare Diabetes Prevention Program"                                                                
#>  [44] "Medicare Dialysis Facilities"                                                                        
#>  [45] "Medicare Fee-For-Service  Public Provider Enrollment"                                                
#>  [46] "Medicare Fee-for-Service Comprehensive Error Rate Testing"                                           
#>  [47] "Medicare Inpatient Hospitals - by Provider"                                                          
#>  [48] "Medicare Part B Discarded Drug Units"                                                                
#>  [49] "Medicare Post-Acute Care and Hospice - by Geography & Provider"                                      
#>  [50] "Medicare Provider and Supplier Taxonomy Crosswalk"                                                   
#>  [51] "Medicare Telehealth Trends"                                                                          
#>  [52] "Minimum Data Set Frequency"                                                                          
#>  [53] "Number of Accountable Care Organization Assigned Beneficiaries by County"                            
#>  [54] "Nursing Home Affiliated Entity Performance Measures"                                                 
#>  [55] "Opioid Treatment Program Providers"                                                                  
#>  [56] "Order and Referring"                                                                                 
#>  [57] "Payroll Based Journal Daily Non-Nurse Staffing"                                                      
#>  [58] "Payroll Based Journal Employee Detail Nursing Home Staffing"                                         
#>  [59] "Pending Initial Logging and Tracking Non Physicians"                                                 
#>  [60] "Pending Initial Logging and Tracking Physicians"                                                     
#>  [61] "Performance Year Financial and Quality Results"                                                      
#>  [62] "Physician/Supplier Procedure Summary"                                                                
#>  [63] "Pioneer ACO Model"                                                                                   
#>  [64] "Public Reporting of Missing Digital Contact Information"                                             
#>  [65] "Quality Payment Program Experience"                                                                  
#>  [66] "Realizing Equity, Access, and Community Health ACOs"                                                 
#>  [67] "Restructured BETOS Classification System"                                                            
#>  [68] "Revalidation Clinic Group Practice Reassignment"                                                     
#>  [69] "Revalidation Due Date List"                                                                          
#>  [70] "Revalidation Reassignment List"                                                                      
#>  [71] "Skilled Nursing Facility All Owners"                                                                 
#>  [72] "Skilled Nursing Facility Change of Ownership"                                                        
#>  [73] "Skilled Nursing Facility Change of Ownership - Owner Information"                                    
#>  [74] "Skilled Nursing Facility Cost Report"                                                                
#>  [75] "Skilled Nursing Facility Enrollments"                                                                
#>  [76] "Strong Start Awardees"                                                                               
#>  [77] "Value Modifier"                                                                                      
#>  [78] "Opt Out Affidavits"                                                                                  
#>  [79] "Payroll Based Journal Daily Nurse Staffing"                                                          
#>  [80] "Accountable Care Organizations"                                                                      
#>  [81] "Innovation Center Milestones and Updates"                                                            
#>  [82] "CMS Program Statistics - Medicare Part A & Part B - All Types of Service"                            
#>  [83] "CMS Program Statistics - Medicare Inpatient Hospital"                                                
#>  [84] "CMS Program Statistics - Medicare Skilled Nursing Facility"                                          
#>  [85] "CMS Program Statistics - Medicare Hospice"                                                           
#>  [86] "CMS Program Statistics - Medicare Home Health Agency"                                                
#>  [87] "CMS Program Statistics - Medicare Outpatient Facility"                                               
#>  [88] "CMS Program Statistics - Medicare Physician, Non-Physician Practitioner & Supplier"                  
#>  [89] "CMS Program Statistics - Medicare Part D"                                                            
#>  [90] "CMS Program Statistics - Medicare Premiums"                                                          
#>  [91] "Medicare Geographic Variation - by National, State & County"                                         
#>  [92] "Medicare Geographic Variation - by Hospital Referral Region"                                         
#>  [93] "Medicare Part D Spending by Drug"                                                                    
#>  [94] "Medicare Part B Spending by Drug"                                                                    
#>  [95] "Medicaid Spending by Drug"                                                                           
#>  [96] "Medicare Part D Opioid Prescribing Rates - by Geography"                                             
#>  [97] "Medicaid Opioid Prescribing Rates - by Geography"                                                    
#>  [98] "Medicare Physician & Other Practitioners - by Provider and Service"                                  
#>  [99] "Medicare Physician & Other Practitioners - by Provider"                                              
#> [100] "Medicare Physician & Other Practitioners - by Geography and Service"                                 
#> [101] "Medicare Inpatient Hospitals - by Provider and Service"                                              
#> [102] "Medicare Inpatient Hospitals - by Geography and Service"                                             
#> [103] "Medicare Outpatient Hospitals - by Provider and Service"                                             
#> [104] "Medicare Outpatient Hospitals - by Geography and Service"                                            
#> [105] "Medicare Durable Medical Equipment, Devices & Supplies - by Referring Provider and Service"          
#> [106] "Medicare Durable Medical Equipment, Devices & Supplies - by Referring Provider "                     
#> [107] "Medicare Durable Medical Equipment, Devices & Supplies - by Geography and Service"                   
#> [108] "Medicare Part D Prescribers - by Provider and Drug"                                                  
#> [109] "Medicare Part D Prescribers - by Provider"                                                           
#> [110] "Medicare Part D Prescribers - by Geography and Drug"                                                 
#> [111] "CMS Program Statistics - Medicare Providers"                                                         
#> [112] "Provider of Services File - Clinical Laboratories"                                                   
#> [113] "Provider of Services File - Hospital & Non-Hospital Facilities"                                      
#> [114] "Hospital Provider Cost Report"                                                                       
#> [115] "CMS Program Statistics - Medicare Total Enrollment"                                                  
#> [116] "CMS Program Statistics - Original Medicare Enrollment"                                               
#> [117] "CMS Program Statistics - Medicare Advantage & Other Health Plan Enrollment"                          
#> [118] "CMS Program Statistics - Medicare Newly Enrolled"                                                    
#> [119] "CMS Program Statistics - Medicare Deaths"                                                            
#> [120] "CMS Program Statistics - Medicare Part D Enrollment"                                                 
#> [121] "Medicare Monthly Enrollment"                                                                         
#> [122] "CMS Program Statistics - Medicare-Medicaid Dual Enrollment"                                          
#> [123] "Medicare Current Beneficiary Survey Data"                                                            
#> [124] "Specific Chronic Conditions"                                                                         
#> [125] "Multiple Chronic Conditions"

Created on 2023-12-03 with reprex v2.0.2

andrewallenbruce commented 7 months ago
Code

``` r url <- paste0('https://openpaymentsdata.cms.gov/', 'api/1/metastore/schemas/dataset/', 'items?show-reference-ids') response <- httr2::request(url) |> httr2::req_perform() |> httr2::resp_body_json(check_type = FALSE, simplifyVector = TRUE) results <- dplyr::tibble( title = response$title, description = response$description, periodicity = response$accrualPeriodicity, update_schedule = response$accrualPeriodicity, modified = response$modified, issued = response$issued, period = response$temporal, distribution = response$distribution, identifier = response$identifier, publisher = response$publisher$data$name) |> tidyr::separate_wider_delim(period, delim = "/", names = c('period_start', 'period_end')) ```

results
#> # A tibble: 74 × 11
#>    title    description periodicity update_schedule modified issued period_start
#>    <chr>    <chr>       <chr>       <chr>           <chr>    <chr>  <chr>       
#>  1 2016 Ow… "Ownership… <NA>        <NA>            2023-06… 2017-… 2016-01-01  
#>  2 2017 Re… "Research … <NA>        <NA>            2023-06… 2018-… 2017-01-01  
#>  3 2017 Ow… "Ownership… <NA>        <NA>            2023-06… 2018-… 2017-01-01  
#>  4 2018 Re… "Research … <NA>        <NA>            2023-06… 2019-… 2018-01-01  
#>  5 2018 Ow… "Ownership… <NA>        <NA>            2023-06… 2019-… 2018-01-01  
#>  6 2019 Ge… "All gener… <NA>        <NA>            2023-06… 2020-… 2019-01-01  
#>  7 2019 Re… "Research … <NA>        <NA>            2023-06… 2020-… 2019-01-01  
#>  8 2019 Ow… "Ownership… <NA>        <NA>            2023-06… 2020-… 2019-01-01  
#>  9 2020 Ge… "All gener… <NA>        <NA>            2023-06… 2021-… 2020-01-01  
#> 10 2020 Re… "Research … <NA>        <NA>            2023-06… 2021-… 2020-01-01  
#> # ℹ 64 more rows
#> # ℹ 4 more variables: period_end <chr>, distribution <list>, identifier <chr>,
#> #   publisher <chr>

results |> 
  dplyr::select(title) |> 
  print(n = Inf)
#> # A tibble: 74 × 1
#>    title                                                                        
#>    <chr>                                                                        
#>  1 2016 Ownership Payment Data                                                  
#>  2 2017 Research Payment Data                                                   
#>  3 2017 Ownership Payment Data                                                  
#>  4 2018 Research Payment Data                                                   
#>  5 2018 Ownership Payment Data                                                  
#>  6 2019 General Payment Data                                                    
#>  7 2019 Research Payment Data                                                   
#>  8 2019 Ownership Payment Data                                                  
#>  9 2020 General Payment Data                                                    
#> 10 2020 Research Payment Data                                                   
#> 11 2020 Ownership Payment Data                                                  
#> 12 2021 Research Payment Data                                                   
#> 13 2021 Ownership Payment Data                                                  
#> 14 2022 Research Payment Data                                                   
#> 15 2022 Ownership Payment Data                                                  
#> 16 Physician Profile Supplement                                                 
#> 17 2016 payments grouped by reporting entities, covered recipient, and nature o…
#> 18 2017 payments grouped by reporting entities, covered recipient, and nature o…
#> 19 2018 payments grouped by reporting entities, covered recipient, and nature o…
#> 20 2019 payments grouped by reporting entities, covered recipient, and nature o…
#> 21 2020 payments grouped by reporting entities, covered recipient, and nature o…
#> 22 2021 payments grouped by reporting entities, covered recipient, and nature o…
#> 23 2022 payments grouped by reporting entities, covered recipient, and nature o…
#> 24 2016 payments grouped by reporting entities and nature of payments           
#> 25 2017 payments grouped by reporting entities and nature of payments           
#> 26 2018 payments grouped by reporting entities and nature of payments           
#> 27 2019 payments grouped by reporting entities and nature of payments           
#> 28 2020 payments grouped by reporting entities and nature of payments           
#> 29 2021 payments grouped by reporting entities and nature of payments           
#> 30 2022 payments grouped by reporting entities and nature of payments           
#> 31 Payments grouped by reporting entities and nature of payments for all years  
#> 32 2016 payments grouped by covered recipient and nature of payments            
#> 33 2017 payments grouped by covered recipient and nature of payments            
#> 34 2018 payments grouped by covered recipient and nature of payments            
#> 35 2019 payments grouped by covered recipient and nature of payments            
#> 36 2020 payments grouped by covered recipient and nature of payments            
#> 37 2021 payments grouped by covered recipient and nature of payments            
#> 38 2022 payments grouped by covered recipient and nature of payments            
#> 39 Payments grouped by covered recipient and nature of payments for all years   
#> 40 Summary Dashboard - all years                                                
#> 41 National level payment total and averages for all years                      
#> 42 Physician (distinct) profile information                                     
#> 43 Reporting entity profile information                                         
#> 44 Payments grouped by reporting entities                                       
#> 45 2016 payments grouped by covered recipient and reporting entities            
#> 46 2017 payments grouped by covered recipient and reporting entities            
#> 47 2018 payments grouped by covered recipient and reporting entities            
#> 48 2019 payments grouped by covered recipient and reporting entities            
#> 49 2020 payments grouped by covered recipient and reporting entities            
#> 50 2021 payments grouped by covered recipient and reporting entities            
#> 51 2022 payments grouped by covered recipient and reporting entities            
#> 52 National level payment total and averages by provider specialty for all years
#> 53 Teaching Hospital profile information                                        
#> 54 Payments grouped by Teaching Hospital                                        
#> 55 Profile Information                                                          
#> 56 State level payment total and averages for all years                         
#> 57 State payment totals and averages grouped by Nature of Payment for all years 
#> 58 2016 state payment totals grouped by Nature of Payment for all years         
#> 59 2017 state payment totals grouped by Nature of Payment for all years         
#> 60 2018 state payment totals grouped by Nature of Payment for all years         
#> 61 2019 state payment totals grouped by Nature of Payment for all years         
#> 62 2020 state payment totals grouped by Nature of Payment for all years         
#> 63 2021 state payment totals grouped by Nature of Payment for all years         
#> 64 2022 state payment totals grouped by Nature of Payment for all years         
#> 65 Provider profile ID mapping table                                            
#> 66 Payments grouped by reporting entities, covered recipient, and nature of pay…
#> 67 Payments grouped by covered recipient and reporting entities for all years   
#> 68 Payments grouped by physician (distinct) for all years                       
#> 69 2016 General Payment Data                                                    
#> 70 2017 General Payment Data                                                    
#> 71 2018 General Payment Data                                                    
#> 72 2022 General Payment Data                                                    
#> 73 2021 General Payment Data                                                    
#> 74 2016 Research Payment Data

Created on 2023-12-05 with reprex v2.0.2