Back to search
plan indicator
pln_indgeneral
Updated 3/30/2026
Definition
Generic yes/no indicator related to the plan.
Standard Abbreviation
pln_ind
Category
general
Database Usage
-- Example column naming
CREATE TABLE claims (
claim_id VARCHAR(50),
pln_ind VARCHAR(100), -- plan indicator
...
);
-- Example in SELECT
SELECT
claim_id,
pln_ind as plan_indicator
FROM claims;Looking for more healthcare terms?
Browse our complete library of 65,000+ standardized healthcare data terms
Browse All Terms