Back to search
Subscriber ID
subscr_idmember
Updated 3/30/2026
Definition
The unique identification number assigned to the primary insured (Loop 2010BA).
Standard Abbreviation
subscr_id
Category
member
Database Usage
-- Example column naming
CREATE TABLE claims (
claim_id VARCHAR(50),
subscr_id VARCHAR(100), -- Subscriber ID
...
);
-- Example in SELECT
SELECT
claim_id,
subscr_id as subscriber_id
FROM claims;Looking for more healthcare terms?
Browse our complete library of 65,000+ standardized healthcare data terms
Browse All Terms