andrewallenbruce / provider

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

Metadata: [beneficiaries] #64

Closed andrewallenbruce closed 3 months ago

andrewallenbruce commented 7 months ago

Dataset: Medicare Monthly Enrollment

andrewallenbruce commented 7 months ago
library(provider)

meta.json(fn = 'beneficiaries')
#> $function_name
#> [1] "[ beneficiaries ]"
#> 
#> $title
#> [1] "Medicare Monthly Enrollment"
#> 
#> $description
#> [1] NA
#> 
#> $publisher
#> [1] "Centers for Medicare & Medicaid Services (CMS)"
#> 
#> $distribution
#> [1] "d7fabe1e-d19b-4333-9eff-e80e0643f2fd"
#> 
#> $update_schedule
#> [1] "Monthly"
#> 
#> $date_modified
#> [1] "2023-11-30"
#> 
#> $period
#> [1] "6d 0H 0M 0S"
#> 
#> $timelength_days
#> [1] 6
#> 
#> $dimensions
#> [1] "26 columns x 460,290 rows"
#> 
#> $fields
#>  [1] "YEAR"                                        
#>  [2] "MONTH"                                       
#>  [3] "BENE_GEO_LVL"                                
#>  [4] "BENE_STATE_ABRVTN"                           
#>  [5] "BENE_STATE_DESC"                             
#>  [6] "BENE_COUNTY_DESC"                            
#>  [7] "BENE_FIPS_CD"                                
#>  [8] "TOT_BENES"                                   
#>  [9] "ORGNL_MDCR_BENES"                            
#> [10] "MA_AND_OTH_BENES"                            
#> [11] "AGED_TOT_BENES"                              
#> [12] "AGED_ESRD_BENES"                             
#> [13] "AGED_NO_ESRD_BENES"                          
#> [14] "DSBLD_TOT_BENES"                             
#> [15] "DSBLD_ESRD_AND_ESRD_ONLY_BENES"              
#> [16] "DSBLD_NO_ESRD_BENES"                         
#> [17] "A_B_TOT_BENES"                               
#> [18] "A_B_ORGNL_MDCR_BENES"                        
#> [19] "A_B_MA_AND_OTH_BENES"                        
#> [20] "PRSCRPTN_DRUG_TOT_BENES"                     
#> [21] "PRSCRPTN_DRUG_PDP_BENES"                     
#> [22] "PRSCRPTN_DRUG_MAPD_BENES"                    
#> [23] "PRSCRPTN_DRUG_DEEMED_ELIGIBLE_FULL_LIS_BENES"
#> [24] "PRSCRPTN_DRUG_FULL_LIS_BENES"                
#> [25] "PRSCRPTN_DRUG_PARTIAL_LIS_BENES"             
#> [26] "PRSCRPTN_DRUG_NO_LIS_BENES"                  
#> 
#> $landing_page
#> [1] "https://data.cms.gov/summary-statistics-on-beneficiary-enrollment/medicare-and-medicaid-reports/medicare-monthly-enrollment"
#> 
#> $data_dictionary
#> [1] "https://data.cms.gov/resources/medicare-monthly-enrollment-data-dictionary"
#> 
#> $methodology
#> [1] "https://data.cms.gov/resources/medicare-monthly-enrollment-methodology"

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