Back to search

Payer ID

pyr_id
general
Updated 3/30/2026

Definition

The internal or industry-standard identifier for the payer.

Standard Abbreviation

pyr_id

Category

general

Database Usage

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

-- Example in SELECT
SELECT 
  claim_id,
  pyr_id as payer_id
FROM claims;

Looking for more healthcare terms?

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

Browse All Terms