File size: 981 Bytes
166a61d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 |
---
language:
- en
pretty_name: Medicare Demonstrations
tags:
- hhs
- cms
- medicare
---
# Medicare Demonstrations
## Description
The Medicare Demonstrations dataset provides information on demonstrations conducted in the CMS Innovation Center. It includes the demonstration project name, type, description, year, and website for the demonstration page.
## Dataset Details
- **Publisher**: Centers for Medicare & Medicaid Services
- **Temporal Coverage**: 2024-01-01/2024-12-31
- **Last Modified**: 2024-04-12
- **Contact**: CMS Innovation Center - CMMI ([email protected])
## Source
Original data can be found at: https://data.cms.gov/cms-innovation-center-programs/cms-innovation-models-overview/medicare-demonstrations
## Usage
You can load this dataset using:
```python
from datasets import load_dataset
dataset = load_dataset('HHS-Official/medicare-demonstrations')
```
## License
This dataset is licensed under https://www.usa.gov/government-works
|