Back to search
Post-Traumatic Stress Disorder
PTSDgeneral
Updated 3/27/2026
Standard Abbreviation
PTSD
Category
general
Database Usage
-- Example column naming
CREATE TABLE claims (
claim_id VARCHAR(50),
ptsd VARCHAR(100), -- Post-Traumatic Stress Disorder
...
);
-- Example in SELECT
SELECT
claim_id,
ptsd as post-traumatic_stress_disorder
FROM claims;Looking for more healthcare terms?
Browse our complete library of 65,000+ standardized healthcare data terms
Browse All Terms