Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
pretty_name: Innovation Center Model Summary Information
|
5 |
+
tags:
|
6 |
+
- hhs
|
7 |
+
- cms
|
8 |
+
- medicare
|
9 |
+
---
|
10 |
+
|
11 |
+
# Innovation Center Model Summary Information
|
12 |
+
|
13 |
+
## Description
|
14 |
+
|
15 |
+
The Innovation Center Model Summary Information dataset contains various data points related to CMS Innovation Center models, demonstrations, programs, and initiatives. This can includes name, start and end date, statutory or regulatory authority, keywords, stage of implementation, participants, beneficiaries and physicians impacted, and categories related to health care quality, cost, payment, and delivery.
|
16 |
+
|
17 |
+
## Dataset Details
|
18 |
+
|
19 |
+
- **Publisher**: Centers for Medicare & Medicaid Services
|
20 |
+
- **Temporal Coverage**: 2025-05-01/2025-05-31
|
21 |
+
- **Last Modified**: 2025-05-01
|
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/innovation-center-model-summary-information
|
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/innovation-center-model-summary-information')
|
35 |
+
```
|
36 |
+
## License
|
37 |
+
|
38 |
+
This dataset is licensed under https://www.usa.gov/government-works
|