Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
+
pretty_name: 2022 Child and Adult Health Care Quality Measures Quality
|
| 5 |
+
tags:
|
| 6 |
+
- hhs
|
| 7 |
+
- cms
|
| 8 |
+
license: odbl
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
+
# 2022 Child and Adult Health Care Quality Measures Quality
|
| 12 |
+
|
| 13 |
+
## Description
|
| 14 |
+
|
| 15 |
+
Performance rates on frequently reported health care quality measures in the CMS Medicaid/CHIP Child and Adult Core Sets, for FFY 2022 reporting.
|
| 16 |
+
|
| 17 |
+
Source: Mathematica analysis of MACPro and Form CMS-416 reports for the FFY 2022 reporting cycle. Dataset revised September 2023. For more information, see the Children's Health Care Quality Measures and Adult Health Care Quality Measures webpages.
|
| 18 |
+
|
| 19 |
+
## Dataset Details
|
| 20 |
+
|
| 21 |
+
- **Publisher**: Centers for Medicare & Medicaid Services
|
| 22 |
+
- **Last Modified**: 2023-09-11
|
| 23 |
+
- **Contact**: Medicaid.gov (Medicaid.gov@cms.hhs.gov)
|
| 24 |
+
|
| 25 |
+
## Source
|
| 26 |
+
|
| 27 |
+
Original data can be found at: https://healthdata.gov/d/8t3i-7tqn
|
| 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/2022-child-and-adult-health-care-quality-measures')
|
| 36 |
+
```
|
| 37 |
+
## License
|
| 38 |
+
|
| 39 |
+
This dataset is licensed under http://opendefinition.org/licenses/odc-odbl/
|