Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
pretty_name: Accountable Care Organizations
|
5 |
+
tags:
|
6 |
+
- hhs
|
7 |
+
- cms
|
8 |
+
- medicare
|
9 |
+
---
|
10 |
+
|
11 |
+
# Accountable Care Organizations
|
12 |
+
|
13 |
+
## Description
|
14 |
+
|
15 |
+
The Accountable Care Organizations data provides information on ACOs participating in the Medicare Shared Savings Program (Shared Savings Program), including their name, track status, number of years in the program, and contact information for key personnel.
|
16 |
+
|
17 |
+
|
18 |
+
|
19 |
+
DISCLAIMER: This information is current as of the last update. Changes to ACO information occur periodically. Each ACO has the most up-to-date information about their organization. Consider contacting the ACO for the latest information.
|
20 |
+
|
21 |
+
## Dataset Details
|
22 |
+
|
23 |
+
- **Publisher**: Centers for Medicare & Medicaid Services
|
24 |
+
- **Temporal Coverage**: 2014-01-01/2025-12-31
|
25 |
+
- **Last Modified**: 2025-01-15
|
26 |
+
- **Contact**: Shared Savings Program - CM ([email protected])
|
27 |
+
|
28 |
+
## Source
|
29 |
+
|
30 |
+
Original data can be found at: https://data.cms.gov/medicare-shared-savings-program/accountable-care-organizations
|
31 |
+
|
32 |
+
## Usage
|
33 |
+
|
34 |
+
You can load this dataset using:
|
35 |
+
|
36 |
+
```python
|
37 |
+
from datasets import load_dataset
|
38 |
+
dataset = load_dataset('HHS-Official/accountable-care-organizations')
|
39 |
+
```
|
40 |
+
## License
|
41 |
+
|
42 |
+
This dataset is licensed under https://www.usa.gov/government-works
|