Disproportionate Share Hospital (DSH) Payments - Annual Reporting Requirements
U.S. Department of Health & Human Services
@usgov.hhs_gov_disproportionate_share_hospital_dsh_payments_a_8111bb1b
U.S. Department of Health & Human Services
@usgov.hhs_gov_disproportionate_share_hospital_dsh_payments_a_8111bb1b
Federal law requires that state Medicaid programs make Disproportionate Share Hospital (DSH) payments to qualifying hospitals that serve a large number of Medicaid and uninsured individuals. State-specific annual DSH reports are posted as submitted by states based on their availability.
For more information, visit https://www.medicaid.gov/medicaid/finance/dsh/index.html.
Organization: U.S. Department of Health & Human Services
Last updated: 2021-10-08T11:55:19.164616
Tags: medicaid
CREATE TABLE table_1 (
"year" BIGINT,
"state" VARCHAR,
"category" VARCHAR,
"hospital_name" VARCHAR,
"notes" VARCHAR,
"state_estimated_hospital_specific_dsh_limit_100" BIGINT -- State Estimated Hospital-Specific DSH Limit (100%),
"state_estimated_hospital_specific_dsh_limit_175" BIGINT -- State Estimated Hospital-Specific DSH Limit (175%),
"medicaid_i_p_utilization_rate" DOUBLE,
"low_income_utilization_rate" DOUBLE,
"state_defined_eligibility_statistic_miur" BIGINT,
"regular_ip_op_medicaid_ffs_rate_payments" BIGINT,
"ip_op_medicaid_mco_payments" BIGINT,
"supplemental_enhanced_ip_op_medicaid_payments" BIGINT -- Supplemental / Enhanced IP/OP Medicaid Payments,
"total_medicaid_ip_op_medicaid_payments" BIGINT,
"total_cost_of_care_medicaid_ip_op_services" BIGINT -- Total Cost Of Care - Medicaid IP/OP Services,
"total_medicaid_uncompensated_care_costs" BIGINT,
"total_ip_op_indigent_care_self_pay_revenues" BIGINT,
"total_applicable_section_1011_payments" BIGINT,
"total_ip_op_uninsured_cost_of_care" BIGINT,
"total_uninsured_uncompensated_care_costs" BIGINT,
"total_eligible_uncompensated_care_costs" BIGINT,
"total_eligible_uncompensated_care_costs_c" BIGINT -- Total Eligible Uncompensated Care Costs (c),
"total_in_state_dsh_payments_received" BIGINT,
"total_out_of_state_dsh_payments_received" BIGINT,
"medicaid_provider_number" BIGINT,
"medicare_provider_number" BIGINT,
"total_hospital_cost" BIGINT,
"location" VARCHAR
);Anyone who has the link will be able to view this.