Back to search
payment result
pmt_rsltclaims
Updated 3/30/2026
Definition
The outcome measurement for a financial transaction amount. Used to identify payment result in healthcare data systems.
Standard Abbreviation
pmt_rslt
Category
claims
Database Usage
-- Example column naming
CREATE TABLE claims (
claim_id VARCHAR(50),
pmt_rslt VARCHAR(100), -- payment result
...
);
-- Example in SELECT
SELECT
claim_id,
pmt_rslt as payment_result
FROM claims;Looking for more healthcare terms?
Browse our complete library of 65,000+ standardized healthcare data terms
Browse All Terms