Back to search
psychiatric range
psych_rnggeneral
Updated 3/30/2026
Definition
The value span limits for a mental health specialty. Used to quantify psychiatric range in healthcare data systems.
Standard Abbreviation
psych_rng
Category
general
Database Usage
-- Example column naming
CREATE TABLE claims (
claim_id VARCHAR(50),
psych_rng VARCHAR(100), -- psychiatric range
...
);
-- Example in SELECT
SELECT
claim_id,
psych_rng as psychiatric_range
FROM claims;Looking for more healthcare terms?
Browse our complete library of 65,000+ standardized healthcare data terms
Browse All Terms