Advance Investment Payment Spend Plan
U.S. Department of Health & Human Services
@usgov.hhs_gov_advance_investment_payment_spend_plan
U.S. Department of Health & Human Services
@usgov.hhs_gov_advance_investment_payment_spend_plan
The Advance Investment Payment Spend Plan data provides payment use, spending category, projected and actual spending of advanced investments payments by Accountable Care Organizations (ACOs).
Organization: U.S. Department of Health & Human Services
Last updated: 2025-03-19T16:10:34.583216
Tags: accountable-care-organizations, coordinated-care, financials, medicare, original-medicare, payment-models, value-based-care
CREATE TABLE advance_investment_payment_spend_plan_2024_01_02 (
"aco_id" VARCHAR,
"aco_name" VARCHAR,
"payment_use" VARCHAR,
"general_spend_category" VARCHAR,
"general_spend_subcategory" VARCHAR,
"projected_spending_2024" DOUBLE,
"actual_spending_2024" VARCHAR
);CREATE TABLE advance_investment_payment_spend_plan_2025_01_01 (
"aco_id" VARCHAR,
"aco_name" VARCHAR,
"payment_use" VARCHAR,
"general_spend_category" VARCHAR,
"general_spend_subcategory" VARCHAR,
"total_aip_funding_received_through_december_2024" VARCHAR,
"projected_spending_2024" VARCHAR,
"actual_spending_2024" VARCHAR,
"projected_spending_2025" VARCHAR,
"actual_spending_2025" VARCHAR
);Anyone who has the link will be able to view this.