Abortion Policy API · Schema
InsuranceCoverage
Abortion insurance coverage restrictions covering Medicaid, private insurance, and ACA exchange plans for a US state.
AbortionPoliciesHealthcareGovernment
Properties
| Name | Type | Description |
|---|---|---|
| requires_coverage | boolean | If true, state requires private health plans to cover abortion. |
| private_coverage_no_restrictions | boolean | If true, private insurance may cover abortion without restrictions. |
| private_exception_life | boolean | If true, private insurance coverage allowed when abortion is necessary to save pregnant person's life. |
| private_exception_health | string | Private insurance coverage allowed for serious health conditions described by this field. |
| private_exception_fetal | string | Private insurance coverage allowed for described fetal anomaly types. |
| private_exception_rape_or_incest | boolean | If true, private insurance coverage allowed in cases of rape or incest. |
| exchange_coverage_no_restrictions | boolean | If true, state has not restricted abortion coverage in ACA exchange plans. |
| exchange_exception_life | boolean | If true, exchange plan coverage allowed when abortion is necessary to save pregnant person's life. |
| exchange_exception_health | string | Exchange plan coverage allowed for health conditions described by this field. |
| exchange_exception_fetal | string | Exchange plan coverage allowed for described fetal anomaly types. |
| exchange_exception_rape_or_incest | boolean | If true, exchange plan coverage allowed in cases of rape or incest. |
| exchange_forbids_coverage | boolean | If true, state prohibits all exchange insurance coverage for abortion. |
| medicaid_coverage_provider_patient_decision | boolean | If true, state uses Medicaid funds for medically necessary abortion determined by patient/provider. |
| medicaid_exception_life | boolean | If true, Medicaid covers abortion necessary to save pregnant person's life (required by Hyde Amendment). |
| medicaid_exception_health | string | Medicaid coverage for health conditions described by this field. |
| medicaid_exception_fetal | string | Medicaid coverage for described fetal anomaly types. |
| medicaid_exception_rape_or_incest | boolean | If true, Medicaid covers abortion in cases of rape or incest (required by Hyde Amendment). |
| Last Updated | string | Date this policy record was last updated. |