Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
pretty_name: Innovation Center Innovation Advisors
|
5 |
+
tags:
|
6 |
+
- hhs
|
7 |
+
- cms
|
8 |
+
- medicaid
|
9 |
+
- medicare
|
10 |
+
---
|
11 |
+
|
12 |
+
# Innovation Center Innovation Advisors
|
13 |
+
|
14 |
+
## Description
|
15 |
+
|
16 |
+
The CMS Innovation Center Innovation Advisors dataset provides information on individuals chosen by CMS as participants in the Innovation Advisors Program. The data includes the name of the initiative, as well as participants names, geographic location including city and state, and geographic reach of the practice.
|
17 |
+
|
18 |
+
## Dataset Details
|
19 |
+
|
20 |
+
- **Publisher**: Centers for Medicare & Medicaid Services
|
21 |
+
- **Temporal Coverage**: 2015-01-01/2015-12-31
|
22 |
+
- **Last Modified**: 2022-01-19
|
23 |
+
- **Contact**: CMS Innovation Center - CMMI ([email protected])
|
24 |
+
|
25 |
+
## Source
|
26 |
+
|
27 |
+
Original data can be found at: https://data.cms.gov/cms-innovation-center-programs/cms-innovation-models-overview/innovation-center-innovation-advisors
|
28 |
+
|
29 |
+
## Usage
|
30 |
+
|
31 |
+
You can load this dataset using:
|
32 |
+
|
33 |
+
```python
|
34 |
+
from datasets import load_dataset
|
35 |
+
dataset = load_dataset('HHS-Official/innovation-center-innovation-advisors')
|
36 |
+
```
|
37 |
+
## License
|
38 |
+
|
39 |
+
This dataset is licensed under https://www.usa.gov/government-works
|