Back to search
dependent contact
dep_cntctgeneral
Updated 3/30/2026
Definition
The communication point for a insurance beneficiary. Used to identify dependent contact in healthcare data systems.
Standard Abbreviation
dep_cntct
Category
general
Database Usage
-- Example column naming
CREATE TABLE claims (
claim_id VARCHAR(50),
dep_cntct VARCHAR(100), -- dependent contact
...
);
-- Example in SELECT
SELECT
claim_id,
dep_cntct as dependent_contact
FROM claims;Looking for more healthcare terms?
Browse our complete library of 65,000+ standardized healthcare data terms
Browse All Terms