Back to search
Payment Date
pmt_dtclaims
Updated 3/30/2026
Definition
The date the funds were issued by the payer (BPR segment).
Standard Abbreviation
pmt_dt
Category
claims
Database Usage
-- Example column naming
CREATE TABLE claims (
claim_id VARCHAR(50),
pmt_dt VARCHAR(100), -- Payment Date
...
);
-- Example in SELECT
SELECT
claim_id,
pmt_dt as payment_date
FROM claims;Looking for more healthcare terms?
Browse our complete library of 65,000+ standardized healthcare data terms
Browse All Terms