Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
pretty_name: Managed Care Features by QA and Performance Incentive
|
5 |
+
tags:
|
6 |
+
- hhs
|
7 |
+
- cms
|
8 |
+
- medicaid
|
9 |
+
---
|
10 |
+
|
11 |
+
# Managed Care Features by QA and Performance Incentive
|
12 |
+
|
13 |
+
## Description
|
14 |
+
|
15 |
+
Number of Managed Care Program Types, by Quality Assurance Requirements, Performance Incentives, and Provider Value-Based Purchasing Status, at any point in 2022
|
16 |
+
|
17 |
+
## Dataset Details
|
18 |
+
|
19 |
+
- **Publisher**: Centers for Medicare & Medicaid Services
|
20 |
+
- **Last Modified**: 2024-10-16
|
21 |
+
- **Contact**: Medicaid.gov ([email protected])
|
22 |
+
|
23 |
+
## Source
|
24 |
+
|
25 |
+
Original data can be found at: https://healthdata.gov/d/5wmq-82nv
|
26 |
+
|
27 |
+
## Usage
|
28 |
+
|
29 |
+
You can load this dataset using:
|
30 |
+
|
31 |
+
```python
|
32 |
+
from datasets import load_dataset
|
33 |
+
dataset = load_dataset('HHS-Official/managed-care-features-by-qa-and-performance-incent')
|
34 |
+
```
|
35 |
+
## License
|
36 |
+
|
37 |
+
This dataset is licensed under https://www.usa.gov/government-works
|