Back to search

payment code

pmt_cd
claims
Updated 3/30/2026

Definition

Code value for the payment.

Standard Abbreviation

pmt_cd

Category

claims

Database Usage

-- Example column naming
CREATE TABLE claims (
  claim_id VARCHAR(50),
  pmt_cd VARCHAR(100),  -- payment code
  ...
);

-- Example in SELECT
SELECT 
  claim_id,
  pmt_cd as payment_code
FROM claims;

Looking for more healthcare terms?

Browse our complete library of 65,000+ standardized healthcare data terms

Browse All Terms