Back to search
subscriber percentage
subscr_pctmember
Updated 3/30/2026
Definition
Percentage value associated with the subscriber.
Standard Abbreviation
subscr_pct
Category
member
Database Usage
-- Example column naming
CREATE TABLE claims (
claim_id VARCHAR(50),
subscr_pct VARCHAR(100), -- subscriber percentage
...
);
-- Example in SELECT
SELECT
claim_id,
subscr_pct as subscriber_percentage
FROM claims;Looking for more healthcare terms?
Browse our complete library of 65,000+ standardized healthcare data terms
Browse All Terms