Back to search
Adjudication Date
adj_dtgeneral
Updated 3/30/2026
Definition
The date the payer completed the processing of the claim.
Standard Abbreviation
adj_dt
Category
general
Database Usage
-- Example column naming
CREATE TABLE claims (
claim_id VARCHAR(50),
adj_dt VARCHAR(100), -- Adjudication Date
...
);
-- Example in SELECT
SELECT
claim_id,
adj_dt as adjudication_date
FROM claims;Looking for more healthcare terms?
Browse our complete library of 65,000+ standardized healthcare data terms
Browse All Terms