Back to search
item indicator
itm_indgeneral
Updated 3/27/2026
Standard Abbreviation
itm_ind
Category
general
Database Usage
-- Example column naming
CREATE TABLE claims (
claim_id VARCHAR(50),
itm_ind VARCHAR(100), -- item indicator
...
);
-- Example in SELECT
SELECT
claim_id,
itm_ind as item_indicator
FROM claims;Looking for more healthcare terms?
Browse our complete library of 65,000+ standardized healthcare data terms
Browse All Terms