Back to search
claim reference
clm_refclaims
Updated 3/30/2026
Definition
The external pointer for a insurance reimbursement request. Used to identify claim reference in healthcare data systems.
Standard Abbreviation
clm_ref
Category
claims
Database Usage
-- Example column naming
CREATE TABLE claims (
claim_id VARCHAR(50),
clm_ref VARCHAR(100), -- claim reference
...
);
-- Example in SELECT
SELECT
claim_id,
clm_ref as claim_reference
FROM claims;Looking for more healthcare terms?
Browse our complete library of 65,000+ standardized healthcare data terms
Browse All Terms