Back to search
Antifungal
AFgeneral
Updated 3/30/2026
Definition
A medication used to treat fungal infections by destroying or inhibiting fungal growth.
Standard Abbreviation
AF
Category
general
Database Usage
-- Example column naming
CREATE TABLE claims (
claim_id VARCHAR(50),
af VARCHAR(100), -- Antifungal
...
);
-- Example in SELECT
SELECT
claim_id,
af as antifungal
FROM claims;Looking for more healthcare terms?
Browse our complete library of 65,000+ standardized healthcare data terms
Browse All Terms