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 | |