\documentclass[10pt,a4paper]{article} % Packages \usepackage{fancyhdr} % For header and footer \usepackage{multicol} % Allows multicols in tables \usepackage{tabularx} % Intelligent column widths \usepackage{tabulary} % Used in header and footer \usepackage{hhline} % Border under tables \usepackage{graphicx} % For images \usepackage{xcolor} % For hex colours %\usepackage[utf8x]{inputenc} % For unicode character support \usepackage[T1]{fontenc} % Without this we get weird character replacements \usepackage{colortbl} % For coloured tables \usepackage{setspace} % For line height \usepackage{lastpage} % Needed for total page number \usepackage{seqsplit} % Splits long words. %\usepackage{opensans} % Can't make this work so far. Shame. Would be lovely. \usepackage[normalem]{ulem} % For underlining links % Most of the following are not required for the majority % of cheat sheets but are needed for some symbol support. \usepackage{amsmath} % Symbols \usepackage{MnSymbol} % Symbols \usepackage{wasysym} % Symbols %\usepackage[english,german,french,spanish,italian]{babel} % Languages % Document Info \author{smray757} \pdfinfo{ /Title (depression.pdf) /Creator (Cheatography) /Author (smray757) /Subject (Depression Cheat Sheet) } % Lengths and widths \addtolength{\textwidth}{6cm} \addtolength{\textheight}{-1cm} \addtolength{\hoffset}{-3cm} \addtolength{\voffset}{-2cm} \setlength{\tabcolsep}{0.2cm} % Space between columns \setlength{\headsep}{-12pt} % Reduce space between header and content \setlength{\headheight}{85pt} % If less, LaTeX automatically increases it \renewcommand{\footrulewidth}{0pt} % Remove footer line \renewcommand{\headrulewidth}{0pt} % Remove header line \renewcommand{\seqinsert}{\ifmmode\allowbreak\else\-\fi} % Hyphens in seqsplit % This two commands together give roughly % the right line height in the tables \renewcommand{\arraystretch}{1.3} \onehalfspacing % Commands \newcommand{\SetRowColor}[1]{\noalign{\gdef\RowColorName{#1}}\rowcolor{\RowColorName}} % Shortcut for row colour \newcommand{\mymulticolumn}[3]{\multicolumn{#1}{>{\columncolor{\RowColorName}}#2}{#3}} % For coloured multi-cols \newcolumntype{x}[1]{>{\raggedright}p{#1}} % New column types for ragged-right paragraph columns \newcommand{\tn}{\tabularnewline} % Required as custom column type in use % Font and Colours \definecolor{HeadBackground}{HTML}{333333} \definecolor{FootBackground}{HTML}{666666} \definecolor{TextColor}{HTML}{333333} \definecolor{DarkBackground}{HTML}{2016B3} \definecolor{LightBackground}{HTML}{F1F0FA} \renewcommand{\familydefault}{\sfdefault} \color{TextColor} % Header and Footer \pagestyle{fancy} \fancyhead{} % Set header to blank \fancyfoot{} % Set footer to blank \fancyhead[L]{ \noindent \begin{multicols}{3} \begin{tabulary}{5.8cm}{C} \SetRowColor{DarkBackground} \vspace{-7pt} {\parbox{\dimexpr\textwidth-2\fboxsep\relax}{\noindent \hspace*{-6pt}\includegraphics[width=5.8cm]{/web/www.cheatography.com/public/images/cheatography_logo.pdf}} } \end{tabulary} \columnbreak \begin{tabulary}{11cm}{L} \vspace{-2pt}\large{\bf{\textcolor{DarkBackground}{\textrm{Depression Cheat Sheet}}}} \\ \normalsize{by \textcolor{DarkBackground}{smray757} via \textcolor{DarkBackground}{\uline{cheatography.com/183834/cs/38291/}}} \end{tabulary} \end{multicols}} \fancyfoot[L]{ \footnotesize \noindent \begin{multicols}{3} \begin{tabulary}{5.8cm}{LL} \SetRowColor{FootBackground} \mymulticolumn{2}{p{5.377cm}}{\bf\textcolor{white}{Cheatographer}} \\ \vspace{-2pt}smray757 \\ \uline{cheatography.com/smray757} \\ \end{tabulary} \vfill \columnbreak \begin{tabulary}{5.8cm}{L} \SetRowColor{FootBackground} \mymulticolumn{1}{p{5.377cm}}{\bf\textcolor{white}{Cheat Sheet}} \\ \vspace{-2pt}Not Yet Published.\\ Updated 22nd April, 2023.\\ Page {\thepage} of \pageref{LastPage}. \end{tabulary} \vfill \columnbreak \begin{tabulary}{5.8cm}{L} \SetRowColor{FootBackground} \mymulticolumn{1}{p{5.377cm}}{\bf\textcolor{white}{Sponsor}} \\ \SetRowColor{white} \vspace{-5pt} %\includegraphics[width=48px,height=48px]{dave.jpeg} Measure your website readability!\\ www.readability-score.com \end{tabulary} \end{multicols}} \begin{document} \raggedright \raggedcolumns % Set font size to small. Switch to any value % from this page to resize cheat sheet text: % www.emerson.emory.edu/services/latex/latex_169.html \footnotesize % Small font. \begin{multicols*}{4} \begin{tabularx}{3.833cm}{p{0.78959 cm} x{2.64341 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{3.833cm}}{\bf\textcolor{white}{First Line Options: trial two medications}} \tn % Row 0 \SetRowColor{LightBackground} \seqsplit{Sertraline} & Good for co-morbid anxiety, trauma history, or prominent neurovegetative symptoms. Well studied in patients with cardiovascular disease and depression post MI. Not ideal for patients with IBS or insomnia. Limited medication interactions, can increase concentrations of statins, tramadol, but effect is weak. No dose adjustments in renal impairment, reduce dosage by 50\% in moderate to severe hepatic impairment. Dose range 12.5-200mg daily. \tn % Row Count 15 (+ 15) % Row 1 \SetRowColor{white} \seqsplit{Escitalopram} & Good for side effect prone individuals, geriatric patients, prominent co-morbid anxiety. More potent than citalopram with better side effect profile and lower risk for QTc prolongation. Fewest drug interactions of all SSRI's, consider with polypharmacy. Dose range 5-30mg daily. \tn % Row Count 25 (+ 10) % Row 2 \SetRowColor{LightBackground} \seqsplit{Citalopram} & Good for patients excessively activated or sedated by other SSRIs. Not as well tolerated as escitalopram, but still among the best for side effect profiles especially in the elderly. Caution in cardiac disease due to risk of QTc prolongation in doses over 40mg, do not exceed 20mg over age 60. May be less effective for anxiety than other SSRIs. No dose adjustment for renal impairment, maximum dose 20mg in hepatic impairment. Dose range 10-40mg daily. \tn % Row Count 41 (+ 16) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{3.833cm}{p{0.78959 cm} x{2.64341 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{3.833cm}}{\bf\textcolor{white}{First Line Options: trial two medications (cont)}} \tn % Row 3 \SetRowColor{LightBackground} \seqsplit{Fluoxetine} & Good for patients who struggle with missed doses due to long half life and active metabolites. Activating properties can combat lethargy and other neurovegetative symptoms, and cause less weight gain. Caution in patients with anxiety and insomnia. Considerable inhibition at CYP2D6 and CYP3A4, therefore can legitimately increase levels of warfarin, tramadol, simvastatin, atorvastatin, beta blockers, alprazolam. No dose adjustment for renal impairment, lower dose by 50\% in moderate to severe hepatic impairment. Dose range 10-80mg daily. \tn % Row Count 18 (+ 18) % Row 4 \SetRowColor{white} \seqsplit{Paroxetine} & Good in patients with co-morbid anxiety disorders and insomnia. Not ideal in non-compliance due to short half life and prominent discontinuation syndrome. CR formulation may be better tolerated. Increased sedation, sexual dysfunction and weight gain due to anticholinergic properties. Can exacerbate confusion in the elderly. Very potent inhibition at CYP2D6, commonly increases levels of warfarin, NSAIDs, beta blockers, as well as interfere with analgesic effects in some opioids. Reduce dosage by 25-50\% in renal impairment, 50\% in moderate to severe hepatic impairment. Dose range 10-60mg daily. \tn % Row Count 38 (+ 20) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{3.833cm}{p{0.78959 cm} x{2.64341 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{3.833cm}}{\bf\textcolor{white}{First Line Options: trial two medications (cont)}} \tn % Row 5 \SetRowColor{LightBackground} \seqsplit{Fluvoxamine} & Good for patients with OCD, co-morbid anxiety, and need for rapid onset of action. May also have less sexual dysfunction. Caution in IBS due to prominent GI side effects, disadvantage of twice daily dosing. Considerable inhibition at CYP1A2 and CYP3A4, can reduce clearance of caffeine, alprazolam, simvastatin, atorvastatin. Smoking increases the drug clearance and lowers efficacy. Reduce dosage by 25\% in renal impairment, 50\% in moderate to severe hepatic impairment. \tn % Row Count 16 (+ 16) \hhline{>{\arrayrulecolor{DarkBackground}}--} \SetRowColor{LightBackground} \mymulticolumn{2}{x{3.833cm}}{General Pearls \newline \newline {\emph{Trial two SSRI's for 4-8 weeks before moving to second line \newline \newline }}Consider using low dose trazodone for first few weeks for initial insomnia, prn ondansetron for nausea. \newline \newline {\emph{Treat sexual dysfunction with bupropion, sildenafil, tadalafil, buspirone \newline \newline }}Treat night sweats with clonidine 0.1-0.2mg QHS or oxybutinin 5-10mg PO QHS} \tn \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{3.833cm}{p{0.75526 cm} x{2.67774 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{3.833cm}}{\bf\textcolor{white}{Second line options}} \tn % Row 0 \SetRowColor{LightBackground} \seqsplit{Venlafaxine} & Good for low energy, prominent neurovegetative symptoms, somatic symptoms, pain, migraines. Helpful for vasomotor symptoms in menopause. Short half life and prominent discontinuation syndrome, XR formulation is better tolerated. Not ideal for patients with IBS, cardiac disease, or hypertension. Higher doses required for noradrenergic effect, will likely be needed in resistant depression. Very limited drug interactions. Lower dose by 25-50\% in renal impairment, 50\% in moderate to severe hepatic impairment. \tn % Row Count 17 (+ 17) % Row 1 \SetRowColor{white} \seqsplit{Bupropion} & Good for patients with low energy/motivation, co-morbid ADHD, tobacco use disorder. Also ideal for patients concerned about sexual dysfunction and weight gain. Not ideal with severe co-morbid anxiety, tic disorders, eating disorders, insomnia, or seizure disorder. XL formulation better tolerated in general. Limited drug interactions, but do not combine with nicotine replacement therapy due to risk of hypertension. No dose adjustment necessary with renal impairment, for hepatic impairment maximum dose is 150mg XL every other day. Dose range for XL 150mg-450mg. \tn % Row Count 36 (+ 19) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{3.833cm}{p{0.75526 cm} x{2.67774 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{3.833cm}}{\bf\textcolor{white}{Second line options (cont)}} \tn % Row 2 \SetRowColor{LightBackground} \seqsplit{Duloxetine} & Good for fatigue, somatic symptoms, pain, and co-morbid anxiety. Lower risk of hypertension compared to venlafaxine. Not ideal for patients with liver disease, patients with urologic disorders/prostate enlargement. Moderate inhibition of CYP2D6, may increase levels of beta blockers. Mild CYP1A2 inhibition, tobacco use may reduce drug efficacy. Contraindicated in hepatic insufficiency, no dose adjustment for renal impairment. Dose range 20-120mg daily. \tn % Row Count 15 (+ 15) % Row 3 \SetRowColor{white} \seqsplit{MIrtazapine} & Good for patients with insomnia, anxiety, appetite loss, nausea/GI issues. May have less associated sexual dysfunction, and have a faster onset of action. Not ideal in obesity, low energy/fatigue, vulnerability to orthostasis. Weight gain more common in women, occurs within first 6 weeks. Does not affect CYP450 system, minimal drug interactions. Use with caution in hepatic and renal impairment, but no required dose adjustment. Dose range 7.5-45mg daily, dose at night. Sedation occurs mostly at lower doses. \tn % Row Count 32 (+ 17) \hhline{>{\arrayrulecolor{DarkBackground}}--} \SetRowColor{LightBackground} \mymulticolumn{2}{x{3.833cm}}{Pearls: \newline \newline * Try 1-2 second line options for 4-8 weeks before moving to augmentation strategies} \tn \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{3.833cm}{x{0.92691 cm} x{2.50609 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{3.833cm}}{\bf\textcolor{white}{Augmentation Strategies}} \tn % Row 0 \SetRowColor{LightBackground} Bupropion & Can be added to SSRI or SNRI for potentiation of antidepressant effect, increase energy and improve cognition/concentration. Can also improve sexual dysfunction. Monitor BP when adding to SNRI. \tn % Row Count 7 (+ 7) % Row 1 \SetRowColor{white} \seqsplit{Mirtazapine} & Can be added to SSRI or SNRI to potentiate antidepressant effect, improve insomnia, anxiety or appetite. Tends to be more sedating at lower doses (7.5 and 15mg) \tn % Row Count 13 (+ 6) % Row 2 \SetRowColor{LightBackground} Buspirone & Can be added in co-morbid generalized anxiety, or for mitigation of sexual side effects. \tn % Row Count 17 (+ 4) % Row 3 \SetRowColor{white} \seqsplit{Aripiprazole} & Can be added to SSRI or SNRI in cases with low energy/motivation, prominent intrusive or obsessive thinking patterns, and agitation. Has the best evidence of all augmentation strategies. Also a good choice in patients concerned about weight gain. Effective dose range is 2-10mg daily. Common side effects include dizziness, constipation, nausea, and akathisia. No dose adjustment necessary for renal or hepatic impairment. Fluoxetine, fluvoxamine, and paroxetine will increase plasma levels. Check BMI, lipids, A1c at 1,3, and 6 months then yearly. \tn % Row Count 36 (+ 19) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{3.833cm}{x{0.92691 cm} x{2.50609 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{3.833cm}}{\bf\textcolor{white}{Augmentation Strategies (cont)}} \tn % Row 4 \SetRowColor{LightBackground} \seqsplit{Quetiapine} & Can be added to SSRI or SNRI in cases with insomnia, anxiety, agitation, obsessive/intrusive thinking patterns. Not ideal for patients with severe obesity or type II diabetes. Common side effects include sedation, dry mouth, orthostasis, weight gain, akathisia. Very low incidence of extra-pyramidal symptoms. Generally dosed initially at 25-50mg PO QHS, then titrated to 150-300mg for optimal antidepressant effect. Limited drug interactions, can rarely increase warfarin levels. No dose adjustment in renal impairment, reduce dose by 25-50\% in hepatic impairment. Check BMI, lipids, A1c at 1,3 and 6 months. \tn % Row Count 21 (+ 21) % Row 5 \SetRowColor{white} Lithium & Can be added to SSRI or SNRI in cases with prominent emotional dysregulation, chronic suicidal thinking, anxiety, obsessive/intrusive thinking patterns. Used at low doses as adjunct to antidepressant, start at 150mg PO QHS and titrate up to 300-600mg PO QHS. Check level 5-7 days after initiation, and after each dosage increase. Maintain lower blood levels, generally 0.6-0.8. Levels should be checked at 12 hours after last dose to obtain true trough. When stable dose is reached switch to CR formulation and dose at night. Common side effects include nausea, mild tremor, sedation, weight gain, polyuria, polydipsia, and hypothyroidism. Not recommended in renal insufficiency, no dose adjustment necessary for hepatic insufficiency. NSAIDs, thiazide diuretics, COX-2 inhibitors, ACE inhibitors, calcium channel blockers can all increase lithium levels. Monitor levels during GI illness or any condition that involves fluid shifts or dehydration. Check BMP, TSH at baseline then at 1,3, and 6 months. \tn % Row Count 56 (+ 35) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{3.833cm}{x{0.92691 cm} x{2.50609 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{3.833cm}}{\bf\textcolor{white}{Augmentation Strategies (cont)}} \tn % Row 6 \SetRowColor{LightBackground} \seqsplit{Liothyronine} & Can be added to SSRI or SNRI in cases with severe fatigue, weight gain, cognitive slowing. Not ideal in patients with anxiety, eating disorders, hypertension. Low doses 5-25mcg are sufficient, monitor for symptomatic hyperthyroidism. Common side effects include anxiety, insomnia, appetite loss. Studies suggest only mild benefit. \tn % Row Count 12 (+ 12) % Row 7 \SetRowColor{white} Modafinil & Can be added to SSRI or SNRI in cases with co-morbid OSA, fatigue, cognitive difficulties, poor sleep patterns due to shift work. Not ideal in prominent anxiety, insomnia, hypertension. Common side effects include headache, nausea, insomnia, anxiety, palpitations, appetite loss. May increase levels of propranolol, through CYP2C19 inhibition, reduces levels of warfarin, contraceptives. Effect is inhibited by prazosin or other alpha 1 blockers. Less abuse potential compared with stimulants. Dose range is 100-200mg daily. Dose reduction of 50\% in both renal and hepatic impairment. \tn % Row Count 33 (+ 21) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{3.833cm}{x{0.92691 cm} x{2.50609 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{3.833cm}}{\bf\textcolor{white}{Augmentation Strategies (cont)}} \tn % Row 8 \SetRowColor{LightBackground} \seqsplit{Lamotrigine} & Can be added to SSRI or SNRI in cases with severe emotional dysregulation, family history of bipolar disorder, impulse control issues. Can be used as mono therapy for depression in patients intolerant of SSRI/SNRI. Very well tolerated without associated weight gain, sedation, or sexual dysfunction. Risk of SJS/TENS is low, just adhere to standard dosing schedule for initiation. Patients missing 5 or more consecutive doses need to be re-titrated. Common side effects include blurred vision, ataxia, nausea. 10\% develop a benign rash. Do not administer with valproic acid, this can increase risk of SJS. Dose range is 25-400mg, start 25mg QD x 14 days, then 50mg PO QD x 14 days, then increase to 100mg daily. Dose reduction of 50\% in renal impairment, 25\% in moderate to severe hepatic impairment. \tn % Row Count 28 (+ 28) % Row 9 \SetRowColor{white} \seqsplit{Methylphenidate} & Can be added to SSRI or SNRI in cases with severe fatigue and lack of energy/motivation. Safe and well tolerated in geriatric depression or post stroke depression, generally doses are low 5-20mg daily. Not ideal for patients with substance use disorders, anxiety, insomnia, loss of appetite. Safer and better tolerated than amphetamine preparations. Limited drug interactions, no dose adjustment necessary for renal or hepatic impairment. Caution in patients with coronary artery disease, monitor BP at each visit. \tn % Row Count 46 (+ 18) \hhline{>{\arrayrulecolor{DarkBackground}}--} \SetRowColor{LightBackground} \mymulticolumn{2}{x{3.833cm}}{Pearls: \newline \newline {\emph{Treat akathisia with propranolol 10-20mg PO BID \newline \newline }}Can initiate metformin with atypical antipsychotics, which will likely prevent associated metabolic effects \newline \newline *Treat lithium induced hypothyroidism with levothyroxine, polyuria can be treated with amiloride} \tn \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} % That's all folks \end{multicols*} \end{document}