Back to search
Hormone
Hormonegeneral
Updated 3/30/2026
Definition
A chemical substance produced in the body that regulates physiological processes and can be administered as medication.
Standard Abbreviation
Hormone
Category
general
Database Usage
-- Example column naming
CREATE TABLE claims (
claim_id VARCHAR(50),
hormone VARCHAR(100), -- Hormone
...
);
-- Example in SELECT
SELECT
claim_id,
hormone as hormone
FROM claims;Looking for more healthcare terms?
Browse our complete library of 65,000+ standardized healthcare data terms
Browse All Terms