Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
pretty_name: Medicaid and CHIP Eligibility Levels
|
5 |
+
tags:
|
6 |
+
- hhs
|
7 |
+
- cms
|
8 |
+
- chip
|
9 |
+
- fpl
|
10 |
+
- magi
|
11 |
+
- medicaid
|
12 |
+
---
|
13 |
+
|
14 |
+
# Medicaid and CHIP Eligibility Levels
|
15 |
+
|
16 |
+
## Description
|
17 |
+
|
18 |
+
The following table provides eligibility levels in each state for key coverage groups that use Modified Adjusted Gross Income (MAGI), as of April 1, 2018. The data represent the principal, but not all, MAGI coverage groups in Medicaid, the Children’s Health Insurance Program (CHIP), and the Basic Health Program (BHP). All income standards are expressed as a percentage of the federal poverty level (FPL). The MAGI-based rules generally include adjusting an individual’s income by an amount equivalent to a 5% FPL disregard. Other eligibility criteria also apply, such as citizenship, immigration status, and state residency.
|
19 |
+
|
20 |
+
For more information, see:
|
21 |
+
https://www.medicaid.gov/medicaid/program-information/medicaid-and-chip-eligibility-levels/index.html
|
22 |
+
|
23 |
+
## Dataset Details
|
24 |
+
|
25 |
+
- **Publisher**: Centers for Medicare & Medicaid Services
|
26 |
+
- **Last Modified**: 2018-11-17
|
27 |
+
- **Contact**: Jeff Chamblee ([email protected])
|
28 |
+
|
29 |
+
## Source
|
30 |
+
|
31 |
+
Original data can be found at: https://healthdata.gov/d/bev8-iywz
|
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/medicaid-and-chip-eligibility-levels')
|
40 |
+
```
|
41 |
+
## License
|
42 |
+
|
43 |
+
This dataset is licensed under https://www.usa.gov/government-works
|