CMS Medicare Diabetes Prevention Program
Explore open data from the CMS
@kaggle.cms_cms_medicare_diabetes_prevention_program
Explore open data from the CMS
@kaggle.cms_cms_medicare_diabetes_prevention_program
The following dataset demonstrates the Medicare-enrolled MDPP suppliers from which eligible Medicare beneficiaries may be furnished MDPP services. If you receive your Medicare coverage via a Medicare Advantage plan, please consult your health plan to identify the specific MDPP suppliers that are available to you with no cost sharing
This is a dataset hosted by the Centers for Medicare & Medicaid Services (CMS). The organization has an open data platform found here and they update their information according the amount of data that is brought in. Explore CMS's Data using Kaggle and all of the data sources available through the CMS organization page!
This dataset is maintained using Socrata's API and Kaggle's API. Socrata has assisted countless organizations with hosting their open data and has been an integral part of the process of bringing more data to the public.
Cover photo by Philipp Mandler on Unsplash
Unsplash Images are distributed under a unique Unsplash License.
CREATE TABLE medicare_diabetes_prevention_program (
"name_of_initiative" VARCHAR,
"n__organization_name" VARCHAR -- Organization Name,
"location_name" VARCHAR,
"location_1" VARCHAR,
"street_address_line_1" VARCHAR,
"street_address_line_2" VARCHAR,
"city" VARCHAR,
"state" VARCHAR,
"zip_code" DOUBLE,
"telephone_number" VARCHAR,
"npi" BIGINT,
"category" VARCHAR,
"unique_id" BIGINT
);Anyone who has the link will be able to view this.