Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
pretty_name: State Medicaid and CHIP Eligibility Processing Data
|
5 |
+
tags:
|
6 |
+
- hhs
|
7 |
+
- cms
|
8 |
+
- chip
|
9 |
+
- enrollment
|
10 |
+
- medicaid
|
11 |
+
- renewals
|
12 |
+
license: odbl
|
13 |
+
---
|
14 |
+
|
15 |
+
# State Medicaid and CHIP Eligibility Processing Data
|
16 |
+
|
17 |
+
## Description
|
18 |
+
|
19 |
+
All states (including the District of Columbia) provide data to the Centers for Medicare & Medicaid Services (CMS) on a range of Medicaid and Children’s Health Insurance Program (CHIP) eligibility and enrollment metrics. These data reflect state-reported information on Medicaid and CHIP eligibility renewals initiated and scheduled for completion during the reporting period. In addition to reporting the outcomes of renewals at the end of each reporting period, states also provide an update on renewals that were reported pending as of the end of a reporting period. For more information on these data, see Sections II and III of the <a href="https://www.medicaid.gov/resources-for-states/downloads/eligibility-processing-data-specs-august-2024.pdf">Eligibility Processing Data Report specifications</a>. <br/>
|
20 |
+
<b>Notes:</b><br/> Georgia reported data for individuals who continue to be eligible following a change in circumstances and were granted a new 12-month eligibility period during the reporting period, along with data on individuals due for renewal in the month.<br/>
|
21 |
+
North Carolina reports renewal outcomes for only initiated renewals scheduled for completion in the report month, and as such, the data do not reflect renewals that should have been completed in the reporting period that the state was unable to initiate by the end of the report month.
|
22 |
+
|
23 |
+
## Dataset Details
|
24 |
+
|
25 |
+
- **Publisher**: Centers for Medicare & Medicaid Services
|
26 |
+
- **Last Modified**: 2025-04-30
|
27 |
+
- **Contact**: Medicaid.gov ([email protected])
|
28 |
+
|
29 |
+
## Source
|
30 |
+
|
31 |
+
Original data can be found at: https://healthdata.gov/d/fkfr-fp4z
|
32 |
+
|
33 |
+
## Usage
|
34 |
+
|
35 |
+
You can load this dataset using:
|
36 |
+
|
37 |
+
```python
|
38 |
+
from datasets import load_dataset
|
39 |
+
dataset = load_dataset('HHS-Official/state-medicaid-and-chip-eligibility-processing-dat')
|
40 |
+
```
|
41 |
+
## License
|
42 |
+
|
43 |
+
This dataset is licensed under http://opendefinition.org/licenses/odc-odbl/
|