Back to search
Payer Claim Control Number
pyr_clm_ctrl_numclaims
Updated 3/30/2026
Definition
The unique identifier assigned to the claim by the payer (ICN/DCN).
Standard Abbreviation
pyr_clm_ctrl_num
Category
claims
Database Usage
-- Example column naming
CREATE TABLE claims (
claim_id VARCHAR(50),
pyr_clm_ctrl_num VARCHAR(100), -- Payer Claim Control Number
...
);
-- Example in SELECT
SELECT
claim_id,
pyr_clm_ctrl_num as payer_claim_control_number
FROM claims;Looking for more healthcare terms?
Browse our complete library of 65,000+ standardized healthcare data terms
Browse All Terms