Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
pretty_name: Medicare Diabetes Prevention Program
|
5 |
+
tags:
|
6 |
+
- hhs
|
7 |
+
- cms
|
8 |
+
- medicare
|
9 |
+
---
|
10 |
+
|
11 |
+
# Medicare Diabetes Prevention Program
|
12 |
+
|
13 |
+
## Description
|
14 |
+
|
15 |
+
The Medicare Diabetes Prevention Program dataset contains information about suppliers from which eligible Medicare beneficiaries may be furnished associated services. The information in this dataset can include organization name, location, contact information, National Provider Identifier (NPI) among other data points. Location data populates the "Map of MDPP Suppliers furnishing MDPP Services" map.
|
16 |
+
|
17 |
+
## Dataset Details
|
18 |
+
|
19 |
+
- **Publisher**: Centers for Medicare & Medicaid Services
|
20 |
+
- **Temporal Coverage**: 2025-04-01/2025-06-30
|
21 |
+
- **Last Modified**: 2025-05-06
|
22 |
+
- **Contact**: CMS Innovation Center - CMMI ([email protected])
|
23 |
+
|
24 |
+
## Source
|
25 |
+
|
26 |
+
Original data can be found at: https://data.cms.gov/cms-innovation-center-programs/disease-episode-based-payment-models/medicare-diabetes-prevention-program
|
27 |
+
|
28 |
+
## Usage
|
29 |
+
|
30 |
+
You can load this dataset using:
|
31 |
+
|
32 |
+
```python
|
33 |
+
from datasets import load_dataset
|
34 |
+
dataset = load_dataset('HHS-Official/medicare-diabetes-prevention-program')
|
35 |
+
```
|
36 |
+
## License
|
37 |
+
|
38 |
+
This dataset is licensed under https://www.usa.gov/government-works
|