Back to search
Coinsurance
COINSgeneral
Updated 3/30/2026
Definition
The percentage of costs of a covered health care service you pay (e.g., 20%) after you've paid your deductible.
Standard Abbreviation
COINS
Category
general
Database Usage
-- Example column naming
CREATE TABLE claims (
claim_id VARCHAR(50),
coins VARCHAR(100), -- Coinsurance
...
);
-- Example in SELECT
SELECT
claim_id,
coins as coinsurance
FROM claims;Looking for more healthcare terms?
Browse our complete library of 65,000+ standardized healthcare data terms
Browse All Terms