Back to search

Payer Supplemental ID

pyr_supp_id
general
Updated 3/30/2026

Definition

A secondary identifier for the insurance carrier.

Standard Abbreviation

pyr_supp_id

Category

general

Database Usage

-- Example column naming
CREATE TABLE claims (
  claim_id VARCHAR(50),
  pyr_supp_id VARCHAR(100),  -- Payer Supplemental ID
  ...
);

-- Example in SELECT
SELECT 
  claim_id,
  pyr_supp_id as payer_supplemental_id
FROM claims;

Looking for more healthcare terms?

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

Browse All Terms