Back to search
dependent full name
dep_full_nmgeneral
Updated 3/30/2026
Definition
Full name for the dependent.
Standard Abbreviation
dep_full_nm
Category
general
Database Usage
-- Example column naming
CREATE TABLE claims (
claim_id VARCHAR(50),
dep_full_nm VARCHAR(100), -- dependent full name
...
);
-- Example in SELECT
SELECT
claim_id,
dep_full_nm as dependent_full_name
FROM claims;Looking for more healthcare terms?
Browse our complete library of 65,000+ standardized healthcare data terms
Browse All Terms