Back to search
supply end date
supl_end_dtgeneral
Updated 3/30/2026
Definition
The completion date value for a clinical material item. Used to track when supply end date in healthcare data systems.
Standard Abbreviation
supl_end_dt
Category
general
Database Usage
-- Example column naming
CREATE TABLE claims (
claim_id VARCHAR(50),
supl_end_dt VARCHAR(100), -- supply end date
...
);
-- Example in SELECT
SELECT
claim_id,
supl_end_dt as supply_end_date
FROM claims;Looking for more healthcare terms?
Browse our complete library of 65,000+ standardized healthcare data terms
Browse All Terms