Back to search

Other Payer Paid

oth_pyr_paid_amt
general
Updated 3/30/2026

Definition

Amount paid by a primary insurer in a COB scenario.

Standard Abbreviation

oth_pyr_paid_amt

Category

general

Database Usage

-- Example column naming
CREATE TABLE claims (
  claim_id VARCHAR(50),
  oth_pyr_paid_amt VARCHAR(100),  -- Other Payer Paid
  ...
);

-- Example in SELECT
SELECT 
  claim_id,
  oth_pyr_paid_amt as other_payer_paid
FROM claims;

Looking for more healthcare terms?

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

Browse All Terms