Back to search
Check or EFT Trace Number
chk_eft_trace_numgeneral
Updated 3/30/2026
Definition
The identifier for the actual payment transaction (TRN segment).
Standard Abbreviation
chk_eft_trace_num
Category
general
Database Usage
-- Example column naming
CREATE TABLE claims (
claim_id VARCHAR(50),
chk_eft_trace_num VARCHAR(100), -- Check or EFT Trace Number
...
);
-- Example in SELECT
SELECT
claim_id,
chk_eft_trace_num as check_or_eft_trace_number
FROM claims;Looking for more healthcare terms?
Browse our complete library of 65,000+ standardized healthcare data terms
Browse All Terms