Back to search
Formulary
FORMgeneral
Updated 3/30/2026
Definition
A list of medications approved for use by a healthcare organization or insurance plan.
Standard Abbreviation
FORM
Category
general
Database Usage
-- Example column naming
CREATE TABLE claims (
claim_id VARCHAR(50),
form VARCHAR(100), -- Formulary
...
);
-- Example in SELECT
SELECT
claim_id,
form as formulary
FROM claims;Looking for more healthcare terms?
Browse our complete library of 65,000+ standardized healthcare data terms
Browse All Terms