Back to search
Accountable Care Organization
ACOgeneral
Updated 3/30/2026
Definition
Groups of doctors, hospitals, and other health care providers who come together voluntarily to give coordinated high-quality care.
Standard Abbreviation
ACO
Category
general
Database Usage
-- Example column naming
CREATE TABLE claims (
claim_id VARCHAR(50),
aco VARCHAR(100), -- Accountable Care Organization
...
);
-- Example in SELECT
SELECT
claim_id,
aco as accountable_care_organization
FROM claims;Looking for more healthcare terms?
Browse our complete library of 65,000+ standardized healthcare data terms
Browse All Terms