Back to search
patient deductible amount
pt_ded_amtmember
Updated 3/30/2026
Definition
The portion of the allowed amount the patient must pay out of pocket.
Standard Abbreviation
pt_ded_amt
Category
member
Database Usage
-- Example column naming
CREATE TABLE claims (
claim_id VARCHAR(50),
pt_ded_amt VARCHAR(100), -- patient deductible amount
...
);
-- Example in SELECT
SELECT
claim_id,
pt_ded_amt as patient_deductible_amount
FROM claims;Looking for more healthcare terms?
Browse our complete library of 65,000+ standardized healthcare data terms
Browse All Terms