Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
pretty_name: Managed Care Information for Medicaid and CHIP Beneficiaries by Month
|
5 |
+
tags:
|
6 |
+
- hhs
|
7 |
+
- cms
|
8 |
+
- chip
|
9 |
+
- medicaid
|
10 |
+
---
|
11 |
+
|
12 |
+
# Managed Care Information for Medicaid and CHIP Beneficiaries by Month
|
13 |
+
|
14 |
+
## Description
|
15 |
+
|
16 |
+
This data set includes monthly enrollment counts of Medicaid and CHIP beneficiaries by managed care participation (comprehensive managed care, primary care case management, MLTSS, including PACE, behavioral health organizations, nonmedical prepaid health plans, medical-only prepaid health plans, and other).
|
17 |
+
|
18 |
+
These metrics are based on data in the T-MSIS Analytic Files (TAF). Some states have serious data quality issues for one or more months, making the data unusable for calculating these measures. To assess data quality, analysts adapted measures featured in the DQ Atlas. Data for a state and month are considered unusable or of high concern based on DQ Atlas thresholds for the topics Enrollment in CMC, Enrollment in PCCM Programs, and Enrollment in BHO Plans. Please refer to the DQ Atlas at http://medicaid.gov/dq-atlas for more information about data quality assessment methods.
|
19 |
+
|
20 |
+
Some cells have a value of “DS”. This indicates that data were suppressed for confidentiality reasons because the group included fewer than 11 beneficiaries.
|
21 |
+
|
22 |
+
## Dataset Details
|
23 |
+
|
24 |
+
- **Publisher**: Centers for Medicare & Medicaid Services
|
25 |
+
- **Last Modified**: 2024-01-05
|
26 |
+
- **Contact**: Medicaid.gov ([email protected])
|
27 |
+
|
28 |
+
## Source
|
29 |
+
|
30 |
+
Original data can be found at: https://healthdata.gov/d/aq28-bxdq
|
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/managed-care-information-for-medicaid-and-chip-ben')
|
39 |
+
```
|
40 |
+
## License
|
41 |
+
|
42 |
+
This dataset is licensed under http://www.usa.gov/publicdomain/label/1.0/
|