Back to search
Antipsychotic
APgeneral
Updated 3/30/2026
Definition
A medication used to manage psychosis including delusions hallucinations and disordered thinking.
Standard Abbreviation
AP
Category
general
Database Usage
-- Example column naming
CREATE TABLE claims (
claim_id VARCHAR(50),
ap VARCHAR(100), -- Antipsychotic
...
);
-- Example in SELECT
SELECT
claim_id,
ap as antipsychotic
FROM claims;Looking for more healthcare terms?
Browse our complete library of 65,000+ standardized healthcare data terms
Browse All Terms