diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index ee23dd4d2..5e7c943ac 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -188,6 +188,9 @@ jobs:
- name: Setup Node and dependencies
uses: ./.github/actions/setup-node-cached
+ - name: Install deterministic Python PDF test prerequisite
+ run: python3 -m pip install --disable-pip-version-check "PyMuPDF==1.28.0"
+
- name: Unit tests (with coverage gate)
run: npm run test:coverage
diff --git a/docs/branch-review-ledger.md b/docs/branch-review-ledger.md
index b45573806..38662fdc2 100644
--- a/docs/branch-review-ledger.md
+++ b/docs/branch-review-ledger.md
@@ -619,7 +619,8 @@ Use this ledger to prevent repeated branch and PR reviews when the reviewed HEAD
| 2026-07-18 | claude/clinical-kb-pwa-review-asi3wb (PR #890, plan Phase 4; single-batch implementation+ledger commit — Phase 3 landed as squash 44a4c511bc1381168474794d6f89273564659ead) | ceabc04d75fd0cea2a120d504418d44edd704bfb | App-wide performance pass: audit-then-fix + budget ratchet (plan Phase 4) | Audit on post-#872 main: enforced gzip budget +3.13% over the 1,363,382-byte baseline; analyzer treemap showed pdfjs-dist (123 KB) and cross-mode-differentials data (121 KB) already correctly lazy, and disproved the suspected forms-catalog dashboard leak (type-only import). Confirmed one real defect: the 143-line `/services` client home page value-imported `defaultServiceSlug` from `@/lib/services`, compiling the ~915 KB services snapshot (~100 KB gzip) into its route chunk. Fixed by computing the slug in the server page (`src/app/services/page.tsx`) and passing it as a prop; the client component builds its task cards from the prop. Measured result: budget swung from +3.13% to −3.97%; baseline ratcheted down 1,363,382 → 1,309,286 bytes gzip so CI locks the win. pdfjs/differentials/#718 paths deliberately untouched per audit rules. Two transient `.next/dev` generated-type corruptions from the long-lived dev server were resolved by stopping the server and setting the generated dir aside (reversible); nothing hand-deleted. | Build + `check:bundle-budget --json` before/after (artifacts in session scratchpad); `check:bundle-budget -- --update` for the ratchet; `npm run test` 2789 passed/1 failed (known container-only `pdf-extraction-budget` artifact, hosted-CI-green through #826/#835/#872); `verify:cheap` green to the same artifact; `verify:ui` 219 passed/2 failed (the two long-established container artifacts; ui-tools spec covering the services surface passed); `verify:pr-local` unit stage identical; typecheck/lint/format clean. Lighthouse not run (dev-server churn; bundle evidence sufficed for this fix set). No provider-backed checks run. |
| 2026-07-18 | PR #871 / codex/design-audit-final-pr-20260718 | bb85b546e + ledger closeout | final current-main design/accessibility audit integration, hosted review resolution, and PR-readiness review | No remaining high-confidence P0-P2 defect after current-main reconciliation, two independent read-only reviews, and remediation of every confirmed review finding. The follow-ups made client demo state fail closed in production for both prototype items and set suggestions, separated local no-auth upload capability from Favourites demo treatment, kept unavailable Favourites controls focusable with accessible reasons, restored visible skip-target focus, limited Favourites selection to the wide layout that exposes its workspace, aligned upload/index semantics with each responsive rendering mode, exposed filtered Tools results as a labelled group, and kept Therapy Compass in an honest loading state until its catalogue resolves. The audit also distinguishes completed browser assertions from an incomplete valid document-source redirect case. External design-target fidelity remains unverified without an approved target. | Canonical local PR verification completed through runtime, changed-file formatting, full ESLint, TypeScript, full Vitest, webpack production build/client-secret scan, and offline RAG fixtures. Focused Therapy, navigation/auth, demo-boundary, and unavailable-control regressions passed after correcting one test-order issue; the final demo/upload boundary selection passed 4/4; scoped zero-warning ESLint, changed-file formatting, and `git diff --check` passed. The full local Chromium sweep completed 236/237 with one hydration-timing failure: the app-mode test clicked before React attached its handler. The existing handler-readiness pattern was applied; focused rerun attempts were then lock-blocked by another registered worktree, so exact-head hosted Chromium remains the required proof. Initial hosted checks, including Production UI, passed before these final follow-ups. No OpenAI, Supabase, production-data, deployment, or live clinical workflow ran. |
| 2026-07-18 | claude/clinical-kb-pwa-review-asi3wb (PR #896, plan Phase 5; content commit + this ledger follow-up) | a6c2b4e92374e9002fb00c547eb5677d01ce538c | Design-polish sweep: audit-then-fix (plan Phase 5, final phase) | Audit on post-#890 main: three strict design guards clean; full re-run of the 07-token-adoption-audit grep method shows all July 3 debt resolved (M1–M3 done, L4 reduced to the deliberate theme-aware `ring-white/N dark:ring-white/10` glass idiom, L5/L7 gone; production hex all legitimate print/brand/console/comment classes); 43-capture live sweep across 15 routes × desktop/phone + 320px spots + dark/reduced-motion/forced-colors spots found 0 overflow and 0 console errors. Three defects found and fixed: (1) forced-colors solid-button labels rendered as blank Canvas-on-Canvas backplate boxes (axe-invisible) — command controls flattened to the native HCM ButtonFace/ButtonText pairing and accent glyph tokens flipped to ButtonText inside the existing forced-colors block, regression-locked by a new ui-accessibility test; (2) tools desktop 6-up quick-action rail truncated card titles at 1440×1000 — card metrics tightened, all six titles verified unclipped; (3) privacy page rendered "systemand" from a JSX newline-adjacent-to-tag drop — explicit space, locked by a privacy-ui assertion. Dated July 18 run appended to docs/redesign/07-token-adoption-audit.md (archived design-qa.md not resurrected). | Guards + focused vitest 14/14; `verify:cheap` chain green to the known container-only pdf-extraction-budget artifact (2806/2809); `verify:ui` 220 passed/2 failed (the two long-baselined container artifacts, hosted-CI-green through #826/#835/#872/#890); `test:e2e:accessibility` 8/8 incl. the new forced-colors token test; production build + client-bundle secret scan passed; `check:bundle-budget` within tolerance vs the Phase 4 ratchet (1290.6 vs 1278.6 KiB baseline); `verify:pr-local` runtime/format/lint/typecheck/build/rag-fixtures green with the same sole unit-suite artifact. `verify:release` not run (provider-backed; awaits explicit confirmation). No provider-backed checks run. |
-| 2026-07-19 | all remote feature branches and registered worktrees against `origin/main` through PR #899 | 8242fa63d5f5b79fc770c9ae4f633e3a784b80e1 | branch/worktree cleanup, useful-work recovery, and protected-main merge closure | Deleted 122 stale or closed remote feature refs with exact SHA leases; four additional merged PR branches were removed by the protected-main PR workflow. Removed 32 obsolete, superseded, or merge-proven worktree registrations. Recovered useful dirty RAG work into PR #901 (deterministic and opt-in semantic reranking) and PR #902 (retrieval phase latency telemetry), preserved follow-up decisions in `docs/process-hardening.md`, and recovered four missing historical review rows. PRs #897, #899, #901, and #902 are merged with green exact-head checks and zero unresolved review threads. A detached full-repo-review worktree is deliberately retained because its ownership/activity could not be safely disproved; one unregistered `node_modules` junction residue is also retained because deletion was denied by local safety policy. | Fresh fetch/prune; full GitHub PR/check/thread inventory; `git worktree list --porcelain`; cherry-pick-aware right-only logs; exact leased remote deletes; exact-old-value local ref deletes; clean-worktree, path, and merged-PR proof before every removal. PR #899 local proof: focused Vitest 31/31, changed-file ESLint, `verify:cheap` 317 files / 2,879 tests, and `verify:ui` 239/239; exact-head hosted checks all passed. PR #901 local proof: `verify:cheap` 316 files / 2,870 tests; PR #902 focused Vitest 8/8 plus ESLint and typecheck. No OpenAI, Supabase, live clinical, deployment, or production-data workflow ran; provider-backed semantic canary evaluation remains approval-gated. |
+| 2026-07-19 | all remote feature branches and registered worktrees against `origin/main` through PR #899 | 8242fa63d5f5b79fc770c9ae4f633e3a784b80e1 | branch/worktree cleanup, useful-work recovery, and protected-main merge closure | Deleted 122 stale or closed remote feature refs with exact SHA leases; four additional merged PR branches were removed by the protected-main PR workflow. Removed 32 obsolete, superseded, or merge-proven worktree registrations. Recovered useful dirty RAG work into PR #901 (deterministic and opt-in semantic reranking) and PR #902 (retrieval phase latency telemetry), preserved follow-up decisions in `docs/process-hardening.md`, and recovered four missing historical review rows. PRs #897, #899, #901, and #902 were merged with green exact-head checks. Correction: the original zero-unresolved-thread statement was inaccurate for PR #901; a subsequent full-repository audit recorded two unresolved semantic-rerank threads, whose code findings are remediated by the 2026-07-19 P2 audit-fix entry below. A detached full-repo-review worktree is deliberately retained because its ownership/activity could not be safely disproved; one unregistered `node_modules` junction residue is also retained because deletion was denied by local safety policy. | Fresh fetch/prune; full GitHub PR/check/thread inventory; `git worktree list --porcelain`; cherry-pick-aware right-only logs; exact leased remote deletes; exact-old-value local ref deletes; clean-worktree, path, and merged-PR proof before every removal. PR #899 local proof: focused Vitest 31/31, changed-file ESLint, `verify:cheap` 317 files / 2,879 tests, and `verify:ui` 239/239; exact-head hosted checks all passed. PR #901 local proof: `verify:cheap` 316 files / 2,870 tests; PR #902 focused Vitest 8/8 plus ESLint and typecheck. No OpenAI, Supabase, live clinical, deployment, or production-data workflow ran; provider-backed semantic canary evaluation remains approval-gated. |
+| 2026-07-19 | codex/fix-p2-audit-20260719 | 4034d2e60ebb6616130ff17bf3cb69368f36f8f6 + reviewed working diff | full-repository remediation of audit findings P2-6 through P2-23 across RAG, cancellation, privacy/API validation, PDF extraction, auth durability, offline/CI verification, Factsheets, Therapy Compass, and review records | Remediated all 18 recorded P2 findings with scoped code and regression tests. Semantic rerank signals and safety identifiers now survive answer ranking; source summaries reject embedded instructions; shared search/embedding/answer work respects per-caller cancellation; public search omits internal storage paths and document chunk validation fails closed; JS PDF extraction enforces dimensions and aggregate budgets before copying; transient auth validation outages retain local user data; offline release and CI PDF prerequisites are deterministic; Factsheet print/save state is honest and persistent; Therapy artifact actions are capability-aware and catalogue routes load a compact generated index; the prior PR #901 thread claim is corrected. No remaining high-confidence P2 was found in the reviewed working diff. Remote review-thread disposition was not attempted because GitHub API interaction requires separate confirmation. | `verify:cheap` passed 318 files / 2,891 tests / 1 skipped; final PR-local constituent run passed format, lint, typecheck, and 318 files / 2,892 tests / 1 skipped; production Next.js build generated 1,682 pages and the client-bundle secret scan passed; `verify:ui` passed 239/239 Chromium tests; offline RAG fixtures passed 36 cases / 21 suites and offline RAG eval passed 295 tests; focused changed-surface Vitest and DOM suites passed; CI-scope, Therapy index, offline-release dry-run, and `git diff --check` passed. The PR-local wrapper's first build attempt was correctly blocked by the identity-verified dev server; after stopping only that isolated server, the build and remaining RAG fixture step passed directly. No OpenAI, Supabase, GitHub, hosted-CI, deployment, or production-data workflow ran. |
| 2026-07-19 | origin/main 24-hour merged window (d1937d78e..ef042cacd, ~30 PRs incl. #853/#859/#861/#865/#868/#871–#874/#879/#885–#888/#890–#894/#896) | ef042cacd | integrated post-merge regression audit of the full 24h window (code review + design/performance/defect angles) | No P0/P1 regression found at the merged tip. One confirmed P2: the new settings surface (`use-app-preferences.ts` + `settings-dialog.tsx`) presents jurisdiction, population, answer-style, landing, home-content, compact-citations, and all notification preferences as live controls, but no consumer reads them — only density/motion (html attributes + globals.css) and theme are functional; a clinician selecting "Conservative" answer style reasonably but wrongly believes generation changed. One plausible P2/P3: `AuthProvider.initializeSession` now requires a live `getUser()` round-trip, so a transient network failure on load resolves a valid stored session to signed_out (INITIAL_SESSION replay is also skipped); the deliberate stale/tampered-token defense does not distinguish retryable network errors. One P3: `/medications` legacy redirect drops the query string while `/applications` and `/differentials/presentations` preserve theirs. Cleared after inspection: worker image-placement dedupe (key symmetric on both sides), title-word purge/scope migration (matches its replayed review), RPC-layer-only cancellation consolidation (intentional per PR #861), services route-chunk fix intact with no other heavy client value-imports (type-only imports verified), forced-colors ButtonFace/ButtonText flip, codex-autofix/pr-policy workflow changes conform to AGENTS.md (pin retained, rename-aware routing, workflow_sha checkout), audit-metadata allowlist exhaustive over the closed AuditAction union, answer-stream merged abort signals. Environment note (not a repo defect): the session-start hook skips `npm install` when node_modules exists, so this window's dependency bumps left the container stale and `verify:cheap` failed at typecheck until `npm ci`; the hook should compare a lockfile hash. | `npm ci` then typecheck clean and full Vitest 2828 passed / 1 failed / 2 skipped — the sole failure is the long-baselined container-only `tests/pdf-extraction-budget.test.ts` artifact (hosted-CI-green through #826/#835/#872/#890). First `verify:cheap` run passed every static guard (runtime, actions-pin, ci-scope, ci-triage, pr-policy, sitemap, brand, type-scale, icon-scale, function-grants, owner-scope, lint) before the stale-deps typecheck stop. No OpenAI, Supabase, deployment, or provider-backed check ran. |
| 2026-07-19 | origin/main foreign merges post-#896 landing (541da7b #871 remediation + f4557ca #892 policy parsing; explicit user review request) | ef042ca6a34d33862936e77e4b71068978382c1e | Bug review of recent main changes (diff-review protocol) | One P2 confirmed and fixed in PR #905: #892's widened heading matcher ended a required PR-body section at ANY next heading, so `###` sub-structure inside `## Verification` truncated the section and false-rejected valid bodies (fail-closed; repo template unaffected; repro via direct evaluatePullRequestPolicy probe old-vs-new). No P0/P1. Cleared after verification: `src/lib/client-env.ts` (no env leakage; production demote-to-demo removal deliberate and fail-safe — upload gating still locked via canUsePrivateApis), applications/medications redirect routes (fixed targets, 307+HEAD alias, no open-redirect/header-injection), test infra (no weakened assertions; route-coverage spec added to all projects), and the three biggest #871 UI diffs read inline (ClinicalDashboard upload tablist roving-tabindex + hydration-safe useSyncExternalStore role switch; visual-evidence unavailable-source rows became real non-interactive elements; favourites library demo-gates prototype items with sound menu keyboard nav). Residual (report-only): pr-policy `section()` remains fence-unaware (headings inside fenced code can satisfy required-section checks — pre-existing class, author-controlled attestation surface); dev-only Turbopack persistent-cache staleness served an old globals.css compile across restarts twice this session (fixed by setting `.next` aside). | Reviewer fan-out: general lane completed with concrete probes (pr-policy self-test, node repro on old parser from f4557ca^, adversarial body probes); UI lane agent lost to session limit and re-done inline on the three biggest diffs, leaning on the merged tree's green gates (verify:ui 236-passed run in this session covers #871's own new specs). No provider-backed checks run. |
| 2026-07-19 | claude/clinical-kb-pwa-review-asi3wb (PR #905; commits b2afe66 visuals + 6531178 policy + this ledger follow-up) | 6531178c1a3427dfd58c4bfcf8e29020c5731179 | PWA install/update notice redesign (all breakpoints) + review-follow-up policy fix | Redesigned the five PWA notices (install, update, iOS hint, offline, restored) as glass lux cards: per-type semantic icon tiles, heading-ink titles, corner dismiss buttons, reduced-motion-safe 280ms entrance. Deliberate placement per screen size: phones keep the bottom card above the fixed composer (thumb zone, safe areas); ≥640px floats a 25rem card bottom-right; ≥1280px moves the stack to a top-right toast under the header (same 4.25rem+safe-area offset constant as the mode-menu popover) with the animation direction flipped. Copy, roles, and button names unchanged. Plus the outline-aware pr-policy section parser fix from the same-session review (see the review row above). | Focused vitest pwa-lifecycle.dom 9/9 + pwa-manifest 8/8; `check:pr-policy` self-test green incl. new sub-heading case; `verify:cheap` 2828/2831 (sole fail = known container-only pdf-extraction-budget artifact); `test:e2e:pwa` privacy/offline green (installability fail = known container `in-incognito` artifact); `verify:ui` 236 passed/2 failed (the two long-baselined container artifacts); production build + client-bundle secret scan + bundle budget within tolerance (1293.4 vs 1278.6 KiB baseline); visual evidence at 390/768/1440 light+dark+offline in session scratchpad. Dev caveat recorded: Turbopack persistent `.next` cache served stale globals.css across restarts twice; fixed by setting the cache aside. No provider-backed checks run. |
diff --git a/package.json b/package.json
index 68251c959..be0084dc2 100644
--- a/package.json
+++ b/package.json
@@ -43,7 +43,7 @@
"test:e2e:visual": "node scripts/run-playwright.mjs --config=playwright.visual.config.ts",
"test:cross-tenant:staging": "node scripts/run-tsx.mjs scripts/test-cross-tenant-staging.ts",
"verify:cheap": "node scripts/run-heavy.mjs --npm-script verify:cheap:internal",
- "verify:cheap:internal": "npm run check:runtime && npm run check:github-actions && npm run check:ci-scope && npm run check:ci-triage && npm run check:pr-policy && npm run sitemap:check && npm run brand:check && npm run check:type-scale && npm run check:icon-scale && npm run check:design-system-contract && npm run check:function-grants && npm run check:owner-scope && npm run lint && npm run typecheck && npm run test",
+ "verify:cheap:internal": "npm run check:runtime && npm run check:github-actions && npm run check:ci-scope && npm run check:ci-triage && npm run check:pr-policy && npm run sitemap:check && npm run brand:check && npm run check:therapy-data-index && npm run check:type-scale && npm run check:icon-scale && npm run check:design-system-contract && npm run check:function-grants && npm run check:owner-scope && npm run lint && npm run typecheck && npm run test",
"verify:pr-local": "node scripts/verify-pr-local.mjs",
"verify:ui": "npm run check:runtime && npm run test:e2e:pr",
"verify:release": "npm run check:runtime && npm run lint && npm run typecheck && npm run test && npm run build && npm run test:e2e && npm run check:production-readiness && npm run governance:release && npm run eval:quality:release",
@@ -65,6 +65,7 @@
"sitemap:check": "node scripts/run-tsx.mjs scripts/generate-site-map.ts --check",
"brand:update": "node scripts/run-tsx.mjs scripts/generate-brand-assets.ts",
"brand:check": "node scripts/run-tsx.mjs scripts/generate-brand-assets.ts --check",
+ "check:therapy-data-index": "node scripts/build-therapies-index.mjs --check",
"check:runtime": "node scripts/run-tsx.mjs scripts/check-runtime.ts",
"check:codex-autofix-workflow": "node scripts/check-codex-autofix-workflow.mjs",
"check:deployment-readiness": "node scripts/deployment-boot-smoke.mjs",
diff --git a/public/therapy-compass-data/therapies-index.json b/public/therapy-compass-data/therapies-index.json
new file mode 100644
index 000000000..b1bc60550
--- /dev/null
+++ b/public/therapy-compass-data/therapies-index.json
@@ -0,0 +1,5853 @@
+[
+ {
+ "slug": "acceptance-and-commitment-therapy-act",
+ "name": "Acceptance and Commitment Therapy (ACT)",
+ "category": "Standard Talking Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Acceptance and Commitment Therapy (ACT). A structured behavioural therapy in the broader CBT family, commonly described as a “third-wave” approach, focused on psychological flexibility rather than symptom control alone.",
+ "bestUsedFor": "Most defensible routine psychiatric uses are depression, anxiety-spectrum distress, and broader transdiagnostic emotional disorders when avoidance and fusion are prominent. It also has a formal NICE recommendation for chronic primary pain. In Australian psychiatry, it is best understood as an accepted structured psychotherapy, but not one with as broad a first-line guideline footprint across disorders as standard CBT.",
+ "indications": "Most defensible routine psychiatric uses are depression, anxiety-spectrum distress, and broader transdiagnostic emotional disorders when avoidance and fusion are prominent. It also has a formal NICE recommendation for chronic primary pain. In Australian psychiatry, it is best understood as an accepted structured psychotherapy, but not one with as broad a first-line guideline footprint across disorders as standard CBT. Experiential avoidance, cognitive fusion, rigid self-stories, behavioural restriction, disconnection from values, and reduced psychological flexibility. Increase psychological flexibility, reduce avoidance-driven disability, strengthen values-based behaviour, and improve function even when unwanted internal experiences do not disappear completely.",
+ "contraindicationsOrCautions": "Clarify that the core problem is not better matched to a more specific first-line therapy such as ERP, trauma-focused therapy, CBTp, or structured personality therapy. Check suicidality, psychosis, mania, dissociation, cognitive ability, language, and willingness to do experiential exercises and between-session practice. Usually not enough when the case clearly needs a more specific active treatment first, such as ERP, trauma-focused therapy, acute psychosis treatment, or structured eating-disorder therapy. It is also weak if delivered as vague mindfulness or generic “accept your feelings” advice without real behavioural change or values-linked action.",
+ "targetSymptoms": "Experiential avoidance, cognitive fusion, rigid self-stories, behavioural restriction, disconnection from values, and reduced psychological flexibility.",
+ "patientPopulation": "Patients who can engage with a values-based, acceptance-focused model and who get stuck trying to control or eliminate internal experiences. Often a good fit when the patient is highly avoidant, over-controlled, fused with self-critical thinking, or stuck in “I must feel better before I can live” logic.",
+ "setting": "Emergency/acute, Telehealth/digital, Group, Family/carer",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Anxiety",
+ "Trauma",
+ "Psychosis",
+ "Personality/interpersonal",
+ "Neurodevelopmental",
+ "Eating/body image",
+ "Pain/somatic",
+ "Crisis/risk",
+ "CBT",
+ "Group programme"
+ ],
+ "aliases": [
+ "ACT"
+ ]
+ },
+ {
+ "slug": "adherence-focused-brief-work-adherence-therapy",
+ "name": "Adherence-Focused Brief Work / Adherence Therapy",
+ "category": "Foundational & Engagement Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Adherence-Focused Brief Work, most specifically represented by Adherence Therapy (AT). A brief, adjunctive psychological intervention aimed at improving engagement with prescribed treatment, most often medication adherence.",
+ "bestUsedFor": "Most defensible and specific use is in schizophrenia-spectrum disorders and other long-term psychiatric illnesses where medication non-adherence is clearly driving relapse, symptom persistence, or repeated admission. It is best viewed as a selective adjunctive intervention, not a universal therapy for all psychiatric conditions.",
+ "indications": "Most defensible and specific use is in schizophrenia-spectrum disorders and other long-term psychiatric illnesses where medication non-adherence is clearly driving relapse, symptom persistence, or repeated admission. It is best viewed as a selective adjunctive intervention, not a universal therapy for all psychiatric conditions. Intentional and unintentional non-adherence, ambivalence about medication, misconceptions about treatment, poor insight into benefits and harms, communication failures, and practical barriers such as confusion, forgetfulness, or unworkable regimens. Improve informed adherence, reduce preventable relapse from poor treatment uptake, strengthen collaboration, and reduce escalation driven by misunderstood or inconsistently followed treatment.",
+ "contraindicationsOrCautions": "Confirm the problem is really adherence-related and not primarily medication intolerance, wrong diagnosis, wrong medication choice, severe cognitive impairment, delirium, acute psychosis requiring immediate stabilisation, or a coercive care context undermining collaboration. Clarify whether the main barrier is perceptual, practical, relational, or service-related. Usually not enough alone when the core problem is acute psychosis, mania, severe depression, major substance intoxication or withdrawal, trauma pathology, OCD, or severe personality dysregulation needing a more active disorder-specific treatment. It is also weak if used to pressure adherence without shared decision-making or when the prescribed regimen is itself poorly tolerated or badly chosen.",
+ "targetSymptoms": "Intentional and unintentional non-adherence, ambivalence about medication, misconceptions about treatment, poor insight into benefits and harms, communication failures, and practical barriers such as confusion, forgetfulness, or unworkable regimens.",
+ "patientPopulation": "Patients who are repeatedly inconsistent with medication despite ongoing contact, especially when the problem is a mix of ambivalence, mistrust, poor shared decision-making, misunderstanding, or practical difficulty rather than simple refusal alone. Best suited to outpatient, community, and rehabilitation settings where there is enough continuity to review change over time.",
+ "setting": "Emergency/acute, Outpatient/community, Family/carer",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Trauma",
+ "Psychosis",
+ "Personality/interpersonal",
+ "Substance use",
+ "Neurodevelopmental",
+ "Eating/body image",
+ "Crisis/risk",
+ "CBT",
+ "Multi-session"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "adolescent-cbt",
+ "name": "Adolescent CBT",
+ "category": "Child & Adolescent Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Adolescent CBT. Developmentally adapted cognitive behavioural therapy for young people, usually 12–18 years, delivered for depression, anxiety, and related internalising presentations. It is not adult CBT copied into adolescent sessions; it must account for maturity, family context, school functioning, neurodevelopment, consent, and risk.",
+ "bestUsedFor": "Best-supported for adolescent depression and anxiety presentations where CBT mechanisms fit. NICE recommends individual CBT for at least 3 months as the first-line psychological therapy for 12–18-year-olds with moderate to severe depression. For mild depression persisting after watchful waiting, NICE offers a choice including digital CBT, group CBT, group NDST, or group IPT for about 2–3 months. (NICE)",
+ "indications": "Best-supported for adolescent depression and anxiety presentations where CBT mechanisms fit. NICE recommends individual CBT for at least 3 months as the first-line psychological therapy for 12–18-year-olds with moderate to severe depression. For mild depression persisting after watchful waiting, NICE offers a choice including digital CBT, group CBT, group NDST, or group IPT for about 2–3 months. (NICE) Depressive avoidance, behavioural withdrawal, negative automatic thoughts, worry, anxiety avoidance, safety behaviours, low activity, poor problem-solving, interpersonal stressors, sleep/routine disruption, and functional impairment across home, school, peer, and digital/social domains. Reduce symptoms, restore functioning, improve coping and problem-solving, reduce avoidance, improve self-efficacy, and prevent relapse through skills the adolescent can actually use in real life.",
+ "contraindicationsOrCautions": "Assess depression/anxiety severity, suicide/self-harm risk, substance use, trauma, bullying, family conflict, neurodevelopmental disorders, learning disability, communication needs, school refusal, sleep, eating disorder symptoms, psychosis/mania, and capacity/consent issues. NICE states therapy choice should be based on full assessment including circumstances, personal/social history, maturity, developmental level, comorbidities, neurodevelopmental disorders, communication needs, and learning disabilities. (NICE) Poor fit as stand-alone treatment when there is high acute risk, untreated psychosis/mania, severe substance dependence, active abuse/unsafe environment, severe eating disorder medical risk, or complex trauma requiring trauma-specific sequencing. It may also fail if family/school systems maintain symptoms and are not addressed.",
+ "targetSymptoms": "Depressive avoidance, behavioural withdrawal, negative automatic thoughts, worry, anxiety avoidance, safety behaviours, low activity, poor problem-solving, interpersonal stressors, sleep/routine disruption, and functional impairment across home, school, peer, and digital/social domains.",
+ "patientPopulation": "Adolescents who can engage collaboratively, reflect on their own patterns, practise tasks between sessions, and tolerate structured work. Works best when therapy includes developmentally appropriate autonomy while still involving parents/carers and school where clinically useful.",
+ "setting": "Emergency/acute, Inpatient, Telehealth/digital, Group, Family/carer",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Anxiety",
+ "Trauma",
+ "Psychosis",
+ "Personality/interpersonal",
+ "Sleep",
+ "Substance use",
+ "Neurodevelopmental",
+ "Eating/body image",
+ "Crisis/risk",
+ "Behavioural activation",
+ "CBT",
+ "Group programme"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "adolescent-focused-psychotherapy-for-anorexia-nervosa",
+ "name": "Adolescent-focused psychotherapy for anorexia nervosa",
+ "category": "Eating Disorder Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Adolescent-focused psychotherapy for anorexia nervosa, AFP-AN. Also called adolescent-focused therapy, AFT, in much of the trial literature. An individual adolescent-focused psychotherapy for young people with anorexia nervosa, used when family therapy for anorexia nervosa is not suitable or has not worked.",
+ "bestUsedFor": "Best for children and young people with anorexia nervosa when FT-AN is unacceptable, contraindicated, or ineffective. NICE places AFP-AN after FT-AN, alongside individual CBT-ED, rather than as the usual first-line youth anorexia psychotherapy.",
+ "indications": "Best for children and young people with anorexia nervosa when FT-AN is unacceptable, contraindicated, or ineffective. NICE places AFP-AN after FT-AN, alongside individual CBT-ED, rather than as the usual first-line youth anorexia psychotherapy. Restriction, fear of weight gain, anorexic coping behaviours, self-image disturbance, affect avoidance, interpersonal difficulties, developmental/individuation issues, low autonomy, malnutrition-related cognitive rigidity, and the young person’s personal relationship to the illness. Restore safe eating and weight, reduce anorexia-maintaining behaviours, improve emotional and interpersonal functioning, strengthen self-image and developmental autonomy, and reduce relapse risk.",
+ "contraindicationsOrCautions": "Confirm anorexia diagnosis, weight trajectory, BMI/expected body weight, growth/development, physical observations, nutritional risk, purging/exercise/laxative behaviours, suicidality/self-harm, cognitive effects of malnutrition, family safety and capacity, and whether urgent medical, day-patient, or inpatient care is needed first. NICE emphasises that reaching a healthy body weight/BMI for age is a key goal and that support, risk monitoring, and multidisciplinary care continue whether or not a specific psychotherapy is occurring. (NICE) AFP-AN is not first-line ahead of FT-AN in current NICE sequencing. It is also not a substitute for medical stabilisation, nutritional rehabilitation, family/carer support, or specialist eating-disorder multidisciplinary care when physical risk is high. Comparative evidence generally supports family-based approaches more strongly for adolescent anorexia outcomes, so AFP-AN should be chosen deliberately rather than by default.",
+ "targetSymptoms": "Restriction, fear of weight gain, anorexic coping behaviours, self-image disturbance, affect avoidance, interpersonal difficulties, developmental/individuation issues, low autonomy, malnutrition-related cognitive rigidity, and the young person’s personal relationship to the illness.",
+ "patientPopulation": "Young people with anorexia nervosa who cannot use or do not benefit from FT-AN, and who can engage in an individual psychotherapy frame. Particularly relevant when autonomy, emotional processing, self-image, and personal ownership of recovery are major treatment issues.",
+ "setting": "Emergency/acute, Inpatient, Family/carer",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Trauma",
+ "Personality/interpersonal",
+ "Neurodevelopmental",
+ "Eating/body image",
+ "Crisis/risk",
+ "Emotional regulation",
+ "CBT",
+ "Multi-session"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "advocacy-informed-therapeutic-work",
+ "name": "Advocacy-informed therapeutic work",
+ "category": "Community & Casework Support",
+ "modality": "ACT",
+ "clinicalSummary": "Advocacy-informed therapeutic work. A recovery-oriented and socially informed clinical approach in which therapeutic work explicitly includes identifying, addressing, or helping the patient navigate structural barriers and rights-related issues that are worsening distress or blocking recovery. In RANZCP’s recovery statement, advocacy is named as one of the central elements of recovery, alongside hope, self-determination, self-management, empowerment, and rehabilitation. (RANZCP)",
+ "bestUsedFor": "Best in community psychiatry, rehabilitation, severe mental illness, complex psychosocial presentations, and recovery-oriented care where progress depends on both treatment and access to practical supports. Australian Government psychosocial support programmes explicitly aim to help people with severe mental health challenges live independently and safely in the community and reduce reliance on more acute services. (Dept of Health, Disability & Ageing)",
+ "indications": "Best in community psychiatry, rehabilitation, severe mental illness, complex psychosocial presentations, and recovery-oriented care where progress depends on both treatment and access to practical supports. Australian Government psychosocial support programmes explicitly aim to help people with severe mental health challenges live independently and safely in the community and reduce reliance on more acute services. (Dept of Health, Disability & Ageing) Distress maintained by housing instability, service exclusion, stigma, fragmented care, lack of practical support, financial or vocational barriers, and reduced ability to advocate for one’s own needs. It also targets disengagement that occurs when treatment ignores what is materially blocking recovery. This is partly drawn from recovery-oriented practice and partly an inference about how advocacy functions clinically. (RANZCP) Reduce the impact of structural barriers on mental health, improve engagement and recovery, increase agency, and help the person access the supports needed to live more independently and participate more fully in community life. (RANZCP)",
+ "contraindicationsOrCautions": "Check current risk, acuity, decisional capacity for the issue at hand, immediate safeguarding needs, and whether the main problem is truly an access/rights/barrier problem versus a syndrome requiring urgent diagnosis-specific treatment. Also check whether the clinician or team actually has a realistic pathway to advocate effectively rather than only naming the barrier. This final point is a clinical inference. (RANZCP) It is not a substitute for acute treatment, medication optimisation, or diagnosis-specific psychotherapy. It is also weak if the clinician focuses on advocacy language without practical follow-through, or if the main clinical driver is acute illness severity rather than external barriers. (RANZCP)",
+ "targetSymptoms": "Distress maintained by housing instability, service exclusion, stigma, fragmented care, lack of practical support, financial or vocational barriers, and reduced ability to advocate for one’s own needs. It also targets disengagement that occurs when treatment ignores what is materially blocking recovery. This is partly drawn from recovery-oriented practice and partly an inference about how advocacy functions clinically. (RANZCP)",
+ "patientPopulation": "Patients with severe mental illness, recurrent admissions, unstable social circumstances, complex service navigation needs, or significant functional impairment where clinical improvement depends partly on better access to community supports, education, vocational pathways, housing, or coordinated care. (Dept of Health, Disability & Ageing)",
+ "setting": "Emergency/acute, Outpatient/community, Group, Family/carer",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Trauma",
+ "Psychosis",
+ "Eating/body image",
+ "Crisis/risk",
+ "ACT",
+ "Group programme"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "app-supported-therapy",
+ "name": "App-supported therapy",
+ "category": "Self-Help & Digital Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "App-supported therapy. Psychotherapy or structured psychological treatment supported by a smartphone app, usually to deliver psychoeducation, self-monitoring, homework, reminders, symptom measures, behavioural tasks, or therapist messaging alongside a broader therapeutic plan. It is not a single therapy model. In current guidance, app-based digital CBT tools are best understood as part of guided digital CBT or low-intensity care, not as universally equivalent to full psychotherapy. NICE explicitly describes digital CBT technologies as apps, online support programmes, or games used with guidance. (Dept of Health, Disability & Ageing)",
+ "bestUsedFor": "Best as an adjunct to therapy or as part of structured low-intensity guided digital CBT. Strongest current use is in stepped-care or access-expanding models for mild to moderate common mental health symptoms, rather than as stand-alone treatment for complex or high-risk illness. NICE’s positive recommendation for guided self-help digital CBT in youth is conditional and evidence-generating, which supports a cautious framing. (Dept of Health, Disability & Ageing)",
+ "indications": "Best as an adjunct to therapy or as part of structured low-intensity guided digital CBT. Strongest current use is in stepped-care or access-expanding models for mild to moderate common mental health symptoms, rather than as stand-alone treatment for complex or high-risk illness. NICE’s positive recommendation for guided self-help digital CBT in youth is conditional and evidence-generating, which supports a cautious framing. (Dept of Health, Disability & Ageing) Mild to moderate anxiety or low mood, poor self-monitoring, weak homework completion, behavioural avoidance, low activation, and limited access to in-person treatment. Depending on the app and therapy model, it may also target stress, sleep, chronic pain, or relapse monitoring. (Dept of Health, Disability & Ageing) Improve access, strengthen adherence, make therapy more continuous between sessions, and help low-intensity or blended care produce real behavioural change rather than relying only on brief clinician contact. (MindSpot)",
+ "contraindicationsOrCautions": "Check diagnosis, severity, suicide and self-harm risk, privacy, digital literacy, notification burden, cognitive capacity, and whether the app is evidence-based and clinically governed. Also check whether the patient needs a higher-intensity, diagnosis-specific, or face-to-face therapy rather than an app-supported model. NICE’s digital CBT safety material highlights monitoring for suicide and self-harm concerns. (Dept of Health, Disability & Ageing) Poor fit for high-risk states, severe depression, active psychosis or mania, severe dissociation, severe personality crisis, or patients who cannot engage reliably with digital tools. It is also a poor fit when the app is being used as a substitute for a clearly indicated higher-intensity therapy. (Dept of Health, Disability & Ageing)",
+ "targetSymptoms": "Mild to moderate anxiety or low mood, poor self-monitoring, weak homework completion, behavioural avoidance, low activation, and limited access to in-person treatment. Depending on the app and therapy model, it may also target stress, sleep, chronic pain, or relapse monitoring. (Dept of Health, Disability & Ageing)",
+ "patientPopulation": "Patients with digital access, basic privacy, enough motivation and executive capacity to use app tasks between contacts, and a presentation suitable for low-intensity or adjunctive care. Good fit when reminders, tracking, or structured exercises are likely to improve adherence. (MindSpot)",
+ "setting": "Emergency/acute, Telehealth/digital",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Anxiety",
+ "Trauma",
+ "Psychosis",
+ "Personality/interpersonal",
+ "Sleep",
+ "Eating/body image",
+ "Pain/somatic",
+ "Crisis/risk",
+ "Behavioural activation",
+ "CBT",
+ "Multi-session"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "applied-relaxation-relaxation-based-therapy",
+ "name": "Applied Relaxation / Relaxation-Based Therapy",
+ "category": "Foundational & Engagement Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Applied Relaxation, used here to represent structured relaxation-based therapy rather than generic “just relax” advice.",
+ "bestUsedFor": "Strongest formal guideline support is for generalised anxiety disorder, where NICE includes applied relaxation as a high-intensity psychological treatment option alongside CBT. It can also be a useful adjunct in broader anxiety care when body tension and rapid arousal are prominent.",
+ "indications": "Strongest formal guideline support is for generalised anxiety disorder, where NICE includes applied relaxation as a high-intensity psychological treatment option alongside CBT. It can also be a useful adjunct in broader anxiety care when body tension and rapid arousal are prominent. Physiological arousal, anticipatory anxiety, somatic tension, escalating worry, and conditioned anxiety responses, especially where the person has difficulty interrupting the body-based component of anxiety early. Reduce physiological arousal, improve early anxiety control, increase confidence managing bodily anxiety responses, and support better function in situations that previously triggered escalating worry or tension.",
+ "contraindicationsOrCautions": "Confirm the main problem is genuinely anxiety-arousal regulation rather than compulsions needing ERP, PTSD needing trauma-focused therapy, psychosis, mania, severe dissociation, or severe depression with little anxiety physiology. Check whether the patient can practise regularly and whether relaxation could become an avoidance ritual rather than a regulated skill. Usually not enough alone for OCD, trauma syndromes needing trauma-focused work, psychosis, severe depression, severe personality pathology, or anxiety that is mainly maintained by cognitive or behavioural mechanisms that are not shifted by relaxation alone. It can also become unhelpful if used as constant safety behaviour rather than as a flexible skill.",
+ "targetSymptoms": "Physiological arousal, anticipatory anxiety, somatic tension, escalating worry, and conditioned anxiety responses, especially where the person has difficulty interrupting the body-based component of anxiety early.",
+ "patientPopulation": "Patients with anxiety presentations marked by sustained muscle tension, autonomic arousal, escalating worry, and enough capacity to practise the exercises repeatedly between sessions. Often a good fit for patients who benefit from a concrete skills-based entry into treatment.",
+ "setting": "Emergency/acute",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Anxiety",
+ "Trauma",
+ "Psychosis",
+ "Personality/interpersonal",
+ "Neurodevelopmental",
+ "Pain/somatic",
+ "CBT",
+ "Single session"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "arts-therapies-for-psychosis",
+ "name": "Arts Therapies for Psychosis",
+ "category": "Psychosis & Rehabilitation Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Arts Therapies for Psychosis. A group of psychotherapeutic interventions using creative modalities such as art, music, dance, or drama, delivered by a trained arts therapist and aimed at psychological change rather than simple recreational activity.",
+ "bestUsedFor": "NICE says to consider offering arts therapies to all people with psychosis or schizophrenia, particularly for the alleviation of negative symptoms. This can begin in the acute phase or later, including inpatient settings.",
+ "indications": "NICE says to consider offering arts therapies to all people with psychosis or schizophrenia, particularly for the alleviation of negative symptoms. This can begin in the acute phase or later, including inpatient settings. Negative symptoms, emotional constriction, difficulty symbolising experience, social disengagement, low self-expression, and psychosis-related disruption in sense of self and relating. Improve self-expression, relational capacity, emotional processing, and negative symptoms, and help the person experience themselves differently rather than only as “a patient with psychosis.”",
+ "contraindicationsOrCautions": "Clarify whether the main treatment need is actually CBTp, family intervention, medication optimisation, rehabilitation, or acute containment. Also check whether the patient can tolerate group work, whether there are major behavioural risks that would disrupt a group, and whether there is access to a clinician with the right arts-therapy training. It is not a replacement for CBTp, medication treatment, family intervention, or rehabilitation. It is also a poor fit when severe behavioural dyscontrol, acute medical instability, or strong dislike of creative modalities makes the treatment unacceptable or unusable.",
+ "targetSymptoms": "Negative symptoms, emotional constriction, difficulty symbolising experience, social disengagement, low self-expression, and psychosis-related disruption in sense of self and relating.",
+ "patientPopulation": "Patients with psychosis or schizophrenia who have ongoing negative symptoms, emotional constriction, difficulty putting experience into words, or who may engage better through a creative modality than through standard verbal psychotherapy alone.",
+ "setting": "Emergency/acute, Inpatient, Group, Family/carer",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Psychosis",
+ "Personality/interpersonal",
+ "Eating/body image",
+ "Crisis/risk",
+ "CBT",
+ "Group programme"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "behaviour-therapy",
+ "name": "Behaviour Therapy",
+ "category": "Standard Talking Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Behaviour Therapy. A psychotherapy family focused primarily on changing maladaptive learned behaviours and reinforcement patterns, usually through behavioural principles rather than extended cognitive restructuring. In current practice it is often delivered within the broader CBT umbrella rather than as a fully separate mainstream service line.",
+ "bestUsedFor": "Strongest use is when the main maintaining factor is behavioural rather than primarily interpersonal or insight-based. This includes anxiety-maintained avoidance, phobic patterns, panic-maintained escape, behavioural withdrawal in depression, habit-like maladaptive coping, and some adherence or self-management problems. In current guidelines, many of these uses are now embedded within CBT, exposure-based therapy, or behavioural activation rather than labelled generically as “behaviour therapy.”",
+ "indications": "Strongest use is when the main maintaining factor is behavioural rather than primarily interpersonal or insight-based. This includes anxiety-maintained avoidance, phobic patterns, panic-maintained escape, behavioural withdrawal in depression, habit-like maladaptive coping, and some adherence or self-management problems. In current guidelines, many of these uses are now embedded within CBT, exposure-based therapy, or behavioural activation rather than labelled generically as “behaviour therapy.” Avoidance, escape behaviours, conditioned fear responses, reassurance loops, behavioural withdrawal, low activity, poor habit structure, and maladaptive reinforcement cycles. Replace maladaptive learned behaviours with more adaptive ones, reduce reinforcement of the problem, improve function, and create sustainable behavioural change that outlasts the acute treatment period.",
+ "contraindicationsOrCautions": "Clarify that the maintaining mechanism is truly behavioural. If the patient instead needs ERP, trauma-focused therapy, CBTp, DBT, or another more specific intervention, generic behaviour therapy may be too broad. Check risk, cognition, behavioural stability, neurodevelopmental needs, psychosis, dissociation, substance use, and ability to complete between-session tasks. Usually not enough when the presentation is dominated by severe psychosis, major cognitive impairment, profound personality disorganisation, severe dissociation, or when a more specific therapy is clearly required. It is also weak if delivered as generic “do more things” advice without a real behavioural formulation or active behavioural tasks.",
+ "targetSymptoms": "Avoidance, escape behaviours, conditioned fear responses, reassurance loops, behavioural withdrawal, low activity, poor habit structure, and maladaptive reinforcement cycles.",
+ "patientPopulation": "Patients who can engage with a practical, action-focused model and who benefit more from changing behaviour than from prolonged abstract discussion. Best suited to outpatient and community work, but behavioural principles can be used across inpatient, CL, and rehabilitation settings.",
+ "setting": "Emergency/acute, Inpatient, Outpatient/community, Telehealth/digital, Group, Family/carer",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Anxiety",
+ "Trauma",
+ "Psychosis",
+ "Personality/interpersonal",
+ "Substance use",
+ "Neurodevelopmental",
+ "Crisis/risk",
+ "Behavioural activation",
+ "CBT",
+ "Group programme"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "behavioural-activation-ba",
+ "name": "Behavioural Activation (BA)",
+ "category": "Standard Talking Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Behavioural Activation (BA). A structured behavioural therapy for depression focused on increasing meaningful, mood-improving activity and reducing the avoidance, withdrawal, and inactivity that maintain depressive states.",
+ "bestUsedFor": "Strongly indicated for depression, especially when inactivity, withdrawal, reduced routine, and loss of reinforcement are prominent. It may be particularly useful for patients who struggle with more cognitively demanding therapy models or who need a simpler, action-focused treatment.",
+ "indications": "Strongly indicated for depression, especially when inactivity, withdrawal, reduced routine, and loss of reinforcement are prominent. It may be particularly useful for patients who struggle with more cognitively demanding therapy models or who need a simpler, action-focused treatment. Inactivity, behavioural withdrawal, avoidance, loss of routine, loss of pleasure and mastery, reduced environmental reward, and depression-maintaining passivity. Increase engagement with meaningful activity, reduce avoidance and depressive inertia, restore environmental reward and structure, improve function, and reduce depressive symptoms and relapse risk.",
+ "contraindicationsOrCautions": "Confirm that the dominant mechanism is depressive withdrawal rather than mania, psychosis, severe OCD, severe trauma re-experiencing, or another syndrome needing a different first-line approach. Check suicide risk, psychomotor retardation severity, cognitive ability, neurodevelopmental profile, and whether the patient can do graded between-session tasks. Usually not enough when the depression is psychotic, severely suicidal without adequate containment, clearly bipolar with emerging activation, or when another syndrome is the main driver. It is also weak if the clinician gives generic “stay busy” advice without activity monitoring, graded planning, and repeated review of avoidance.",
+ "targetSymptoms": "Inactivity, behavioural withdrawal, avoidance, loss of routine, loss of pleasure and mastery, reduced environmental reward, and depression-maintaining passivity.",
+ "patientPopulation": "Patients with depression who are behaviourally shut down, socially withdrawn, inactive, avoidant, demoralised, or structurally de-routined. Best suited to outpatient and community treatment, but BA principles are also highly useful in inpatient, CL, pain, rehabilitation, and chronic-illness settings.",
+ "setting": "Emergency/acute, Inpatient, Outpatient/community",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Trauma",
+ "Psychosis",
+ "Personality/interpersonal",
+ "Neurodevelopmental",
+ "Pain/somatic",
+ "Crisis/risk",
+ "Grief/loss",
+ "Behavioural activation",
+ "CBT",
+ "Micro skill"
+ ],
+ "aliases": [
+ "BA"
+ ]
+ },
+ {
+ "slug": "behavioural-activation",
+ "name": "Behavioural Activation (BA)",
+ "category": "Behavioural Therapies",
+ "modality": "individual",
+ "clinicalSummary": "Behavioural Activation is a structured approach to depression that targets the behavioural withdrawal and inactivity that perpetuates low mood. It helps clients re-engage with rewarding and meaningful activities.",
+ "bestUsedFor": "Depression, low mood, anhedonia, withdrawal, chronic fatigue",
+ "indications": "Mild to moderate depression, clients who have withdrawn from activities, avoidance maintaining low mood",
+ "contraindicationsOrCautions": "Needs careful pacing in chronic fatigue or medical conditions. Not appropriate as sole treatment for severe depression.",
+ "targetSymptoms": null,
+ "patientPopulation": null,
+ "setting": null,
+ "reviewStatus": "reviewed",
+ "patientSheetAvailable": false,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "depression",
+ "behavioural",
+ "mood",
+ "activation",
+ "brief-intervention"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "behavioural-couples-therapy-bct",
+ "name": "Behavioural Couples Therapy (BCT)",
+ "category": "Family & Couple Therapies",
+ "modality": "ACT",
+ "clinicalSummary": "Behavioural Couples Therapy (BCT). A structured couples-based treatment family that targets both the presenting psychiatric or behavioural problem and the relationship patterns that help maintain it. In psychiatry, the clearest current guideline-backed use is behavioural couples therapy for depression. It is also a well-established evidence-based model for alcohol and substance use disorders.",
+ "bestUsedFor": "Strongest psychiatric guideline use is depression when relationship problems may be contributing to the depression or involving the partner may help treatment. A second major evidence-backed use is alcohol and substance use disorders, where behavioural couples therapy has been described in review literature as a gold-standard couples-based treatment and meta-analysis shows benefit for alcohol/drug outcomes and relationship functioning.",
+ "indications": "Strongest psychiatric guideline use is depression when relationship problems may be contributing to the depression or involving the partner may help treatment. A second major evidence-backed use is alcohol and substance use disorders, where behavioural couples therapy has been described in review literature as a gold-standard couples-based treatment and meta-analysis shows benefit for alcohol/drug outcomes and relationship functioning. Relationship distress, hostile or avoidant interaction cycles, poor communication, low partner support, symptom-maintaining conflict, and in addiction work, relationship patterns that worsen substance use or undermine recovery. Improve relationship functioning and reduce psychiatric burden by making the couple relationship a more protective and treatment-congruent environment. In addiction work, goals also include reduced substance use and improved relationship stability.",
+ "contraindicationsOrCautions": "Screen for domestic violence, coercive control, intimidation, or major fear because conjoint treatment may be unsafe. Clarify whether the main need is actually urgent individual stabilisation, detoxification, trauma treatment, or another primary therapy before doing conjoint work. It is not a universal first-line psychiatric treatment across diagnoses. It is a poor fit when the relationship is unsafe, when one partner cannot engage meaningfully, or when the main problem is better addressed through urgent individual treatment first.",
+ "targetSymptoms": "Relationship distress, hostile or avoidant interaction cycles, poor communication, low partner support, symptom-maintaining conflict, and in addiction work, relationship patterns that worsen substance use or undermine recovery.",
+ "patientPopulation": "Couples in which the relationship is clearly part of the mechanism of illness or recovery, both partners can participate meaningfully, and conjoint work is safe. It often fits best when there is ongoing couple distress, adherence problems, relapse risk, or substance use embedded in the couple system.",
+ "setting": "Emergency/acute, Family/carer",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Trauma",
+ "Substance use",
+ "Crisis/risk",
+ "ACT",
+ "Micro skill"
+ ],
+ "aliases": [
+ "BCT"
+ ]
+ },
+ {
+ "slug": "behavioural-couples-therapy-for-substance-use-disorders-bct-sud",
+ "name": "Behavioural Couples Therapy for Substance Use Disorders (BCT-SUD)",
+ "category": "Substance Use Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Behavioural Couples Therapy (BCT) for substance use disorders. A structured couples-based treatment for a person with an alcohol or drug use disorder and their spouse or live-in partner, designed to support abstinence or reduced use while also improving relationship functioning.",
+ "bestUsedFor": "Best used when the patient is in a committed relationship and the partner is willing to participate. Evidence is strongest in alcohol use disorder and is also supportive across other substance use disorders. A 2023 meta-analysis found BCT was superior to control conditions for frequency of substance use, substance-use consequences, and relationship satisfaction after treatment.",
+ "indications": "Best used when the patient is in a committed relationship and the partner is willing to participate. Evidence is strongest in alcohol use disorder and is also supportive across other substance use disorders. A 2023 meta-analysis found BCT was superior to control conditions for frequency of substance use, substance-use consequences, and relationship satisfaction after treatment. Alcohol or drug use, poor couple communication, conflict, low support for abstinence, relapse vulnerability, and relationship dissatisfaction linked to substance use. Reduce substance use, reduce substance-related harm, improve relationship functioning, and make the home environment more recovery-congruent.",
+ "contraindicationsOrCautions": "Screen for domestic violence, coercive control, severe fear, major instability, and partner substance use. BCT is inappropriate if conjoint work is unsafe. It also should not replace acute withdrawal management or urgent psychiatric stabilisation. This is a clinical synthesis; the BCT literature consistently assumes a viable couple context rather than unsafe conjoint treatment. It is not a substitute for detoxification, acute psychiatric care, or broader SUD treatment when the person is not yet ready to change. It also depends on the presence of a willing and appropriate partner, so it is not broadly applicable to all patients.",
+ "targetSymptoms": "Alcohol or drug use, poor couple communication, conflict, low support for abstinence, relapse vulnerability, and relationship dissatisfaction linked to substance use.",
+ "patientPopulation": "Best fit is a couple where the relationship is not so unsafe or chaotic that conjoint work is impossible, and where the partner can realistically support medication, abstinence, reduced use, or relapse-prevention goals. This is a clinical synthesis from the BCT model and trial populations.",
+ "setting": "Emergency/acute, Outpatient/community, Group",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Substance use",
+ "Crisis/risk",
+ "CBT",
+ "Group programme"
+ ],
+ "aliases": [
+ "BCT-SUD"
+ ]
+ },
+ {
+ "slug": "behavioural-parent-training",
+ "name": "Behavioural parent training",
+ "category": "Child & Adolescent Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Behavioural parent training. A structured parent/carer intervention, usually based on social learning theory, that teaches caregivers practical skills to reduce disruptive child behaviour and improve parent–child interactions. In NICE conduct-disorder guidance this is framed as group or individual parent/carer training programmes, especially for children aged 3–11 years with conduct disorder, high risk of conduct disorder, or antisocial behaviour contact with the justice system. (NICE)",
+ "bestUsedFor": "Best for oppositional defiant disorder, conduct disorder, disruptive behaviour, and children at high risk of conduct disorder. NICE states that parents or carers of children aged 3–11 years with conduct disorder should be offered referral for evidence-based group or individual parent/carer training programmes. (NICE)",
+ "indications": "Best for oppositional defiant disorder, conduct disorder, disruptive behaviour, and children at high risk of conduct disorder. NICE states that parents or carers of children aged 3–11 years with conduct disorder should be offered referral for evidence-based group or individual parent/carer training programmes. (NICE) Non-compliance, aggression, tantrums, oppositional behaviour, disruptive behaviour, coercive parent–child cycles, inconsistent discipline, low positive reinforcement, poor limit-setting, and parent/carer stress related to behaviour management. Reduce disruptive behaviour, improve parenting confidence, strengthen parent–child relationship, reduce family stress, and improve the child’s functioning across home and school.",
+ "contraindicationsOrCautions": "Assess child developmental level, ADHD/autism/intellectual disability, trauma, attachment disruptions, school context, sleep, family violence, safeguarding, parental mental illness, parental substance use, parenting stress, language needs, and carer capacity. Do not frame behaviour as simply “poor parenting” when neurodevelopmental, trauma, family, school, or environmental drivers are prominent. Insufficient alone where there is serious safeguarding risk, active family violence, severe parental mental illness or substance dependence, untreated ADHD/autism-related needs, severe trauma, or major school/system drivers requiring broader intervention. It should not replace child assessment, neurodevelopmental formulation, or family/safeguarding work when indicated.",
+ "targetSymptoms": "Non-compliance, aggression, tantrums, oppositional behaviour, disruptive behaviour, coercive parent–child cycles, inconsistent discipline, low positive reinforcement, poor limit-setting, and parent/carer stress related to behaviour management.",
+ "patientPopulation": "Younger children where caregiver responses, home routines, reinforcement patterns, and parent–child interactions are modifiable. Best fit when carers can attend sessions, practise between sessions, and apply skills consistently across home, school, and community contexts where possible.",
+ "setting": "Emergency/acute, Outpatient/community, Group, Family/carer",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Trauma",
+ "Sleep",
+ "Substance use",
+ "Neurodevelopmental",
+ "Crisis/risk",
+ "CBT",
+ "Group programme"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "brief-low-intensity-cbt",
+ "name": "Brief low-intensity CBT",
+ "category": "Self-Help & Digital Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Brief low-intensity CBT. A short, structured CBT-informed intervention delivered with relatively low therapist input, often by a trained coach or facilitator rather than a full therapist. NICE defines low-intensity intervention as a psychological or psychosocial intervention delivered by a trained coach or facilitator to enable use of self-help materials, and its guidance includes guided self-help, computerised CBT, and other low-intensity psychosocial interventions for milder depression presentations. More recently, the Australian Government announced Medicare Mental Health Check In, a free service delivering Low-intensity CBT guided by trained practitioners via phone or video for people aged 16 and over with mild mental health challenges or emerging mental illness. (NICE)",
+ "bestUsedFor": "Best as an early-intervention or stepped-care treatment for mild or emerging common mental health problems. NICE low-intensity guidance is strongest for subthreshold or mild to moderate depression, and the 2026 Australian Medicare Mental Health Check In is explicitly framed as early support using low-intensity CBT before problems worsen and require more intensive care. (NICE)",
+ "indications": "Best as an early-intervention or stepped-care treatment for mild or emerging common mental health problems. NICE low-intensity guidance is strongest for subthreshold or mild to moderate depression, and the 2026 Australian Medicare Mental Health Check In is explicitly framed as early support using low-intensity CBT before problems worsen and require more intensive care. (NICE) Mild to moderate anxiety or depression, emerging mental health difficulties, behavioural avoidance, low mood, worry, reduced coping confidence, and early functional decline that may improve with practical CBT skills before more intensive care is needed. (Dept of Health, Disability & Ageing) Provide early effective intervention, prevent escalation, build basic CBT skills, and identify quickly who improves with low-intensity care versus who needs step-up treatment. (Dept of Health, Disability & Ageing)",
+ "contraindicationsOrCautions": "Check severity, suicide and self-harm risk, bipolarity, psychosis, substance instability, cognitive capacity, and whether the patient’s problem is actually mild and suitable for low-intensity care. Also check whether a more specific therapy is indicated, such as ERP, trauma-focused therapy, or comprehensive DBT. (Dept of Health, Disability & Ageing) Poor fit for severe depression, high suicide risk, psychosis, mania, marked complexity, severe personality dysfunction, severe OCD, or PTSD requiring dedicated trauma-focused work. Low-intensity CBT should not be presented as universally interchangeable with full CBT or other diagnosis-specific treatments. (NICE)",
+ "targetSymptoms": "Mild to moderate anxiety or depression, emerging mental health difficulties, behavioural avoidance, low mood, worry, reduced coping confidence, and early functional decline that may improve with practical CBT skills before more intensive care is needed. (Dept of Health, Disability & Ageing)",
+ "patientPopulation": "Patients with milder symptom burden, enough motivation and executive capacity to use brief structured tasks, and no immediate need for high-intensity psychotherapy. Good fit when access, cost, or wait time matter and when the goal is early skill-building rather than deep exploratory work. (Dept of Health, Disability & Ageing)",
+ "setting": "Emergency/acute, Telehealth/digital",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Anxiety",
+ "Trauma",
+ "Psychosis",
+ "Personality/interpersonal",
+ "Substance use",
+ "Crisis/risk",
+ "CBT",
+ "Multi-session"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "brief-supportive-psychotherapy",
+ "name": "Brief supportive psychotherapy",
+ "category": "Foundational & Engagement Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Brief supportive psychotherapy. A time-limited supportive psychotherapy focused on stabilisation, emotional containment, strengthening coping, improving engagement, and supporting adaptive functioning during a defined episode of distress, transition, illness, relapse, admission, or recovery period.",
+ "bestUsedFor": "Best as a pragmatic short-term intervention in inpatient psychiatry, CL psychiatry, ED/crisis recovery, early engagement, post-discharge follow-up, adjustment to diagnosis, medical illness, grief/stress reactions, and bridging while waiting for more specific therapy. RANZCP identifies supportive psychotherapy as one of the forms of psychotherapy practised by psychiatrists, within psychotherapy as a core component of psychiatric treatment.",
+ "indications": "Best as a pragmatic short-term intervention in inpatient psychiatry, CL psychiatry, ED/crisis recovery, early engagement, post-discharge follow-up, adjustment to diagnosis, medical illness, grief/stress reactions, and bridging while waiting for more specific therapy. RANZCP identifies supportive psychotherapy as one of the forms of psychotherapy practised by psychiatrists, within psychotherapy as a core component of psychiatric treatment. Acute distress, demoralisation, adjustment stress, impaired coping, functional disruption, treatment disengagement, shame, anxiety about illness, low confidence, practical barriers to recovery, and distress that requires containment rather than deep interpretation. Stabilise the person, preserve therapeutic engagement, reduce distress, improve immediate functioning, support adaptive coping, and create a bridge to recovery, discharge, or more specific treatment.",
+ "contraindicationsOrCautions": "Check suicide/self-harm risk, violence risk, psychosis, mania, intoxication/withdrawal, delirium, cognitive impairment, trauma triggers, social stressors, protective factors, practical needs, current supports, treatment adherence, and whether supportive work is sufficient or only a temporary bridge. Insufficient as sole treatment for OCD needing ERP, PTSD needing trauma-focused therapy, recurrent self-harm/emotion dysregulation needing DBT/MBT-level structure, psychosis/mania requiring active treatment, severe depression/catatonia requiring biological treatment, or major psychosocial instability needing case management. It should not become indefinite non-specific therapy when a specific active treatment is indicated.",
+ "targetSymptoms": "Acute distress, demoralisation, adjustment stress, impaired coping, functional disruption, treatment disengagement, shame, anxiety about illness, low confidence, practical barriers to recovery, and distress that requires containment rather than deep interpretation.",
+ "patientPopulation": "Patients who are distressed but able to collaborate, need immediate support and containment, or would benefit from structure, validation, practical coping, and alliance-building. Good fit when insight-oriented, trauma-focused, exposure-based, or highly affectively activating therapy would be poorly timed or destabilising.",
+ "setting": "Emergency/acute, Inpatient, Outpatient/community, Family/carer",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Anxiety",
+ "Trauma",
+ "Psychosis",
+ "Personality/interpersonal",
+ "Sleep",
+ "Neurodevelopmental",
+ "Crisis/risk",
+ "Grief/loss",
+ "Emotional regulation",
+ "CBT",
+ "Single session"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "bright-light-therapy",
+ "name": "Bright-light therapy",
+ "category": "Brain & Body Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Bright-light therapy, BLT. A non-pharmacological treatment using timed exposure to bright artificial light to influence mood and circadian-related processes. In current psychiatric evidence, it is best supported as an adjunctive treatment for depressive disorders rather than as a universal stand-alone first-line treatment across psychiatry. (JAMA Network)",
+ "bestUsedFor": "Best as an adjunctive treatment for depressive disorders when a low-burden somatic option is attractive, especially where circadian disruption or preference for non-drug augmentation is relevant. The 2024 JAMA Psychiatry meta-analysis found significantly better remission and response rates with BLT in nonseasonal depressive disorders, but this is not the same as saying BLT should replace established first-line psychotherapy or pharmacotherapy. (JAMA Network)",
+ "indications": "Best as an adjunctive treatment for depressive disorders when a low-burden somatic option is attractive, especially where circadian disruption or preference for non-drug augmentation is relevant. The 2024 JAMA Psychiatry meta-analysis found significantly better remission and response rates with BLT in nonseasonal depressive disorders, but this is not the same as saying BLT should replace established first-line psychotherapy or pharmacotherapy. (JAMA Network) Depressive symptoms, especially in nonseasonal depressive disorders as adjunctive treatment, and possibly related circadian or sleep–wake dysregulation where present. Smaller meta-analytic evidence also suggests benefit in perinatal depression, though the evidence base there is much smaller. (JAMA Network) Improve depressive symptoms, increase remission/response rates, and provide a practical non-pharmacological adjunct within a broader treatment plan. (JAMA Network)",
+ "contraindicationsOrCautions": "Confirm diagnosis, check bipolarity or past hypomania/mania risk, assess severity and suicidality, review sleep–wake pattern, and consider whether BLT is being used as an adjunct rather than as a substitute for clearly indicated primary treatment. Mania-risk caution is clinically important even though the meta-analyses here focus more on efficacy than on detailed bipolar protocols. (JAMA Network) It is not a replacement for clearly indicated psychotherapy, antidepressants, ECT, or other primary treatments in severe or urgent illness. Evidence is supportive but still based on relatively modest trial numbers and heterogeneous protocols. Perinatal evidence is even smaller. (JAMA Network)",
+ "targetSymptoms": "Depressive symptoms, especially in nonseasonal depressive disorders as adjunctive treatment, and possibly related circadian or sleep–wake dysregulation where present. Smaller meta-analytic evidence also suggests benefit in perinatal depression, though the evidence base there is much smaller. (JAMA Network)",
+ "patientPopulation": "Patients with depressive disorders who can adhere to a structured daily light schedule, do not currently need urgent ECT-level intervention, and are appropriate for adjunctive rather than sole treatment. Better fit when the person prefers a non-pharmacological adjunct and can manage regular morning or scheduled sessions. The schedule wording is a clinical inference based on trial practice rather than a single formal guideline. (JAMA Network)",
+ "setting": "Emergency/acute, Group",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Sleep",
+ "Substance use",
+ "Pain/somatic",
+ "Crisis/risk",
+ "Emotional regulation",
+ "CBT",
+ "Group programme"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "carer-groups",
+ "name": "Carer groups",
+ "category": "Group IPT",
+ "modality": "ACT",
+ "clinicalSummary": "Carer groups. Structured groups for family members, partners, or other informal carers that provide education, mutual support, discussion, coping guidance, and sometimes problem-solving around the patient’s illness. They are not the same as family therapy, because the primary treatment target is usually the carer’s understanding, burden, coping, and response, although patient outcomes may also improve indirectly. NICE specifically states that carers of adults with psychosis or schizophrenia should be offered carer-focused education and support programmes. (NICE)",
+ "bestUsedFor": "Strongest guideline-backed use is in psychosis and schizophrenia, where carer-focused education and support programmes are explicitly recommended. Broader adult carer support is also supported in general health and social care guidance, especially where the caring role is sustained, emotionally demanding, or linked to high relapse or service-use risk. (NICE)",
+ "indications": "Strongest guideline-backed use is in psychosis and schizophrenia, where carer-focused education and support programmes are explicitly recommended. Broader adult carer support is also supported in general health and social care guidance, especially where the caring role is sustained, emotionally demanding, or linked to high relapse or service-use risk. (NICE) Carer burden, uncertainty, helplessness, psychological distress, poor understanding of symptoms, delayed response to warning signs, and social isolation associated with long-term caring. In psychosis guidance, a specific target is helping carers identify symptoms of concern and cope more effectively. (NICE) Reduce burden and distress, improve carer knowledge and coping, strengthen support, and improve the caring environment around the patient without overloading carers or leaving them unsupported. (NICE)",
+ "contraindicationsOrCautions": "Check the carer’s role, contact level, current burden, psychological distress, safety issues, confidentiality boundaries, cultural and language needs, and whether the group’s purpose is support, education, or both. Also check whether the carer needs more individualised assessment or crisis help rather than group-only support. (NICE) Carer groups are usually insufficient alone when carers themselves have major untreated mental illness, severe burnout, safeguarding concerns, or need intensive individual intervention. They also do not replace family therapy when the main treatment target is the family system itself, or formal patient therapy when the main treatment target is the patient’s syndrome. (NICE)",
+ "targetSymptoms": "Carer burden, uncertainty, helplessness, psychological distress, poor understanding of symptoms, delayed response to warning signs, and social isolation associated with long-term caring. In psychosis guidance, a specific target is helping carers identify symptoms of concern and cope more effectively. (NICE)",
+ "patientPopulation": "Carers who have regular contact with the patient, need more illness understanding, feel burdened or unsupported, or would benefit from mutual discussion with others in similar roles. Best fit is when the caring role is ongoing and carers are willing to engage voluntarily in a shared support-and-education format. (NICE)",
+ "setting": "Emergency/acute, Outpatient/community, Group, Family/carer",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Psychosis",
+ "Eating/body image",
+ "Crisis/risk",
+ "ACT",
+ "Group programme"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "carer-interventions",
+ "name": "Carer Interventions",
+ "category": "Family & Couple Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Carer Interventions. A broad category of structured interventions directed at carers rather than the patient alone, including carer-focused education and support, caregiver psychoeducation, burden-reduction work, coping support, and practical guidance. In psychosis care, NICE makes carer-focused education and support a specific quality standard.",
+ "bestUsedFor": "Best established in psychosis / schizophrenia, where NICE states that carers of adults with psychosis or schizophrenia should be offered carer-focused education and support programmes, and parents/carers of newly diagnosed children and young people with bipolar disorder, psychosis, or schizophrenia should be given information about carer-focused education and support.",
+ "indications": "Best established in psychosis / schizophrenia, where NICE states that carers of adults with psychosis or schizophrenia should be offered carer-focused education and support programmes, and parents/carers of newly diagnosed children and young people with bipolar disorder, psychosis, or schizophrenia should be given information about carer-focused education and support. Carer burden, psychological distress, low confidence, poor understanding of illness, weak relapse-sign recognition, helplessness, and poor coping with chronic severe mental illness. Support the carer’s wellbeing, improve illness understanding, improve early identification of deterioration, reduce burden and distress, and strengthen the care environment around the patient.",
+ "contraindicationsOrCautions": "Clarify who the carer is, whether the person with illness consents to relevant information sharing where needed, and whether there are safeguarding, confidentiality, domestic-violence, or coercive issues. Also check literacy, language, cultural context, travel/access barriers, and whether the intervention needs to be psychoeducational, supportive, or more family-therapy-like. Carer interventions are not a substitute for patient treatment, family intervention, CBTp, medication review, or acute care. They are also weak if reduced to a one-off information dump without discussion, coping work, or follow-up. The meta-analytic evidence for caregiver psychoeducation is supportive but still not fully conclusive, so benefits should be described modestly.",
+ "targetSymptoms": "Carer burden, psychological distress, low confidence, poor understanding of illness, weak relapse-sign recognition, helplessness, and poor coping with chronic severe mental illness.",
+ "patientPopulation": "Family members, partners, friends, or other carers with regular close contact who need structured support and information, especially early in illness, after relapse, around discharge, or in chronic community care where the carer role is substantial.",
+ "setting": "Emergency/acute, Outpatient/community, Group, Family/carer",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Psychosis",
+ "Eating/body image",
+ "Crisis/risk",
+ "CBT",
+ "Group programme"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "carer-focused-education-and-support-carer-psychoeducation-in-psychosis",
+ "name": "Carer-Focused Education and Support / Carer Psychoeducation in Psychosis",
+ "category": "Psychosis & Rehabilitation Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Carer-focused education and support, often operationalised as carer psychoeducation in psychosis. This is a structured carer-targeted intervention providing information, support, and discussion for carers of adults with psychosis or schizophrenia.",
+ "bestUsedFor": "Best supported for carers of adults with psychosis or schizophrenia. NICE makes this a specific quality standard and states carers should be offered carer-focused education and support programmes.",
+ "indications": "Best supported for carers of adults with psychosis or schizophrenia. NICE makes this a specific quality standard and states carers should be offered carer-focused education and support programmes. Carer burden, psychological distress, confusion about psychosis, uncertainty about what symptoms to watch for, poor confidence in responding to relapse, and reduced carer quality of life. Reduce carer burden and distress, improve carer knowledge and confidence, support earlier recognition of deterioration, and improve the wider care environment around the person with psychosis.",
+ "contraindicationsOrCautions": "Clarify who the carer is, whether the person with psychosis agrees to involvement where relevant, and whether there are confidentiality, safety, or domestic-violence concerns. Also check literacy, language, cultural needs, and whether the programme is truly carer-focused rather than just an ad hoc information session. It is not a replacement for full family intervention, CBTp, medication review, or acute treatment. It is also weak if offered as a one-off information dump without support, discussion, or practical application. Evidence for caregiver outcomes is supportive but not fully conclusive.",
+ "targetSymptoms": "Carer burden, psychological distress, confusion about psychosis, uncertainty about what symptoms to watch for, poor confidence in responding to relapse, and reduced carer quality of life.",
+ "patientPopulation": "Family members, partners, friends, or other close carers who have regular contact with the person and need clearer information, mutual support, and practical guidance. It is especially useful early in treatment, after relapse, around discharge, and when carers are highly burdened or uncertain.",
+ "setting": "Emergency/acute, Group, Family/carer",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Psychosis",
+ "Personality/interpersonal",
+ "Crisis/risk",
+ "CBT",
+ "Group programme"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "carer-supported-meal-based-interventions",
+ "name": "Carer-supported meal-based interventions",
+ "category": "Eating Disorder Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Carer-supported meal-based interventions. Eating-disorder interventions where parents, carers, partners, or supports help the person complete meals, reduce eating-disorder behaviours, and restore nutritional safety. In children and adolescents with anorexia nervosa, this overlaps strongly with family therapy for anorexia nervosa / family-based treatment, where parents or carers temporarily take a central role in helping eating.",
+ "bestUsedFor": "Strongest in young people with anorexia nervosa or restrictive eating disorders, especially where family/carer support can be mobilised. NICE recommends FT-AN for children and young people with anorexia nervosa and states that early in treatment parents or carers should take a central, temporary role in helping the young person manage eating. (NICE)",
+ "indications": "Strongest in young people with anorexia nervosa or restrictive eating disorders, especially where family/carer support can be mobilised. NICE recommends FT-AN for children and young people with anorexia nervosa and states that early in treatment parents or carers should take a central, temporary role in helping the young person manage eating. (NICE) Meal avoidance, restriction, distress during eating, food rituals, negotiation, reassurance loops, family accommodation, fear foods, compensatory behaviours, weight restoration barriers, carer helplessness, and post-meal risk behaviours. Restore safe nutrition, support weight restoration or medical stability, reduce eating-disorder behaviours around meals, empower carers, and gradually return appropriate independence without relapse.",
+ "contraindicationsOrCautions": "Assess medical risk, weight trajectory, physical observations, refeeding risk, suicidality/self-harm, purging, exercise, laxatives/diuretics, diabetes/other medical comorbidity, family safety, carer capacity, coercion, domestic violence, autism/sensory issues, cultural food needs, and whether inpatient/day-programme nutritional rehabilitation is required. Insufficient alone when medical instability, severe malnutrition, high refeeding risk, uncontrolled purging, severe self-harm risk, or extreme food refusal requires inpatient/day programme care. Poor fit if carers are unsafe, coercive, abusive, unavailable, or too overwhelmed without support.",
+ "targetSymptoms": "Meal avoidance, restriction, distress during eating, food rituals, negotiation, reassurance loops, family accommodation, fear foods, compensatory behaviours, weight restoration barriers, carer helplessness, and post-meal risk behaviours.",
+ "patientPopulation": "Children/adolescents with restrictive eating where carers are available, safe, and able to support meals. Also useful in adult services when partners, family, or carers can support regular eating or post-discharge relapse prevention, provided consent, autonomy, and safety are respected.",
+ "setting": "Emergency/acute, Inpatient, Outpatient/community, Family/carer",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Trauma",
+ "Personality/interpersonal",
+ "Neurodevelopmental",
+ "Eating/body image",
+ "Crisis/risk",
+ "CBT",
+ "Multi-session"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "cbt-informed-psychological-intervention-for-self-harm",
+ "name": "CBT-informed psychological intervention for self-harm",
+ "category": "Foundational & Engagement Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "CBT-informed psychological intervention for self-harm. A structured, person-centred psychological intervention specifically tailored for adults who self-harm, usually drawing on CBT, problem-solving therapy, behavioural analysis, safety planning, and recurrence-prevention work.",
+ "bestUsedFor": "Best for adults who self-harm and are receiving continuing support after an episode or repeated episodes. Especially high-yield in ED follow-up, community mental health, post-discharge planning, personality vulnerability, recurrent crisis presentations, mixed depression/anxiety/self-harm presentations, and patients where self-harm is linked to identifiable triggers or problem states.",
+ "indications": "Best for adults who self-harm and are receiving continuing support after an episode or repeated episodes. Especially high-yield in ED follow-up, community mental health, post-discharge planning, personality vulnerability, recurrent crisis presentations, mixed depression/anxiety/self-harm presentations, and patients where self-harm is linked to identifiable triggers or problem states. Self-harm urges, suicidal or non-suicidal self-harm episodes, crisis escalation, emotion dysregulation, hopelessness, interpersonal triggers, problem-solving failure, shame, avoidance, access to means, and lack of a usable plan during high-risk moments. Reduce recurrence and severity of self-harm, reduce distress driving self-harm, improve crisis coping, strengthen protective factors, improve treatment engagement, and create a realistic safety and recurrence-prevention plan.",
+ "contraindicationsOrCautions": "Assess immediate suicide/self-harm risk, intent, plan, access to means, intoxication/withdrawal, psychosis, mania, delirium, domestic/family violence, safeguarding, neurodevelopmental needs, learning disability, trauma, substance use, current supports, capacity, and whether outpatient brief intervention is safe enough. Do not use this instead of urgent containment when imminent risk is present. Insufficient alone for imminent suicide risk, severe psychosis, mania, intoxication/withdrawal, delirium, severe domestic violence risk, severe eating-disorder medical risk, or repeated high-lethality behaviour needing intensive crisis or inpatient care. Also insufficient when recurrent self-harm is part of severe personality disorder requiring DBT, MBT, SCM, GPM, or another structured longer-course model.",
+ "targetSymptoms": "Self-harm urges, suicidal or non-suicidal self-harm episodes, crisis escalation, emotion dysregulation, hopelessness, interpersonal triggers, problem-solving failure, shame, avoidance, access to means, and lack of a usable plan during high-risk moments.",
+ "patientPopulation": "Patients who can engage collaboratively after acute containment and can work with a structured formulation. Good fit when the person is willing to explore the function of self-harm and practise alternative responses, even if ambivalent.",
+ "setting": "Emergency/acute, Inpatient, Outpatient/community, Family/carer",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Anxiety",
+ "Trauma",
+ "Psychosis",
+ "Personality/interpersonal",
+ "Substance use",
+ "Neurodevelopmental",
+ "Eating/body image",
+ "Crisis/risk",
+ "Emotional regulation",
+ "CBT",
+ "Single session"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "child-cbt",
+ "name": "Child CBT",
+ "category": "Child & Adolescent Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Child CBT. Developmentally adapted cognitive behavioural therapy for children, usually referring to CBT for 5–11-year-olds, adapted to cognitive, emotional, family, school, and developmental context. It is not simply adult CBT delivered in simpler words.",
+ "bestUsedFor": "Best for child anxiety disorders and selected depressive presentations when adapted to age and formulation. For children 5–11 years with mild depression continuing after watchful waiting and no significant comorbidity or active suicidal ideas/plans, NICE says digital CBT, group CBT, group NDST, or group IPT may be considered, with individual CBT considered if those options are unsuitable. For moderate to severe depression in 5–11-year-olds, individual CBT is one of the options to consider, with limited evidence noted for this age group. (NICE)",
+ "indications": "Best for child anxiety disorders and selected depressive presentations when adapted to age and formulation. For children 5–11 years with mild depression continuing after watchful waiting and no significant comorbidity or active suicidal ideas/plans, NICE says digital CBT, group CBT, group NDST, or group IPT may be considered, with individual CBT considered if those options are unsuitable. For moderate to severe depression in 5–11-year-olds, individual CBT is one of the options to consider, with limited evidence noted for this age group. (NICE) Anxiety, depression, avoidance, low mood, behavioural withdrawal, fear-based avoidance, worry, negative self-talk, somatic anxiety, and functional impairment in home/school/social domains. The exact target depends on the disorder-specific CBT protocol. Reduce symptoms and avoidance, improve functioning, teach transferable coping skills, and support the family/school environment to reinforce the child’s progress.",
+ "contraindicationsOrCautions": "Assess developmental level, safety, self-harm/suicidal ideation, family context, bullying, trauma, autism/ADHD/intellectual disability, language/communication needs, school functioning, parental mental health, and whether the child can participate directly or needs parent-led/family intervention first. NICE emphasises full assessment including maturity, developmental level, comorbidities, neurodevelopmental disorders, communication needs, learning disability, and family circumstances. (NICE) Less suitable as stand-alone treatment when the child is very young, highly developmentally delayed, actively unsafe, severely traumatised, psychotic, manic, or when family/safeguarding problems are the primary driver. Evidence for depression treatment in 5–11-year-olds is more limited than in adolescents, so claims should be cautious. (NICE)",
+ "targetSymptoms": "Anxiety, depression, avoidance, low mood, behavioural withdrawal, fear-based avoidance, worry, negative self-talk, somatic anxiety, and functional impairment in home/school/social domains. The exact target depends on the disorder-specific CBT protocol.",
+ "patientPopulation": "Children who can engage with structured play, drawings, stories, visual tools, graded practice, and parent-supported homework. Works best when parents/carers can reinforce skills and reduce accommodation or avoidance at home.",
+ "setting": "Emergency/acute, Telehealth/digital, Group, Family/carer",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Anxiety",
+ "Trauma",
+ "Personality/interpersonal",
+ "Neurodevelopmental",
+ "Pain/somatic",
+ "Crisis/risk",
+ "Behavioural activation",
+ "CBT",
+ "Group programme"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "circadian-rhythm-based-interventions",
+ "name": "Circadian / rhythm-based interventions",
+ "category": "Brain & Body Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Circadian / rhythm-based interventions. A group of treatments that aim to improve psychiatric symptoms by stabilising or realigning sleep–wake, circadian, and daily social rhythms. In psychiatry, this includes approaches such as interpersonal and social rhythm therapy (IPSRT) for bipolar disorder and chronotherapeutic strategies such as wake therapy / sleep deprivation-based interventions, often combined with bright light and sleep-phase advance in depression. IPSRT is a manual-based adjunctive psychotherapy specific to bipolar disorder that addresses rhythm dysregulation. (PubMed)",
+ "bestUsedFor": "Best-supported psychiatric uses are 2 main groups. First, bipolar disorder, where IPSRT has evidence as an adjunctive acute and prophylactic intervention addressing rhythm dysregulation. Second, depression, where circadian realignment and chronotherapeutic approaches, including wake-therapy-type interventions, show antidepressant potential, though the depression evidence is more heterogeneous and implementation-sensitive than for major established psychotherapies. (PubMed)",
+ "indications": "Best-supported psychiatric uses are 2 main groups. First, bipolar disorder, where IPSRT has evidence as an adjunctive acute and prophylactic intervention addressing rhythm dysregulation. Second, depression, where circadian realignment and chronotherapeutic approaches, including wake-therapy-type interventions, show antidepressant potential, though the depression evidence is more heterogeneous and implementation-sensitive than for major established psychotherapies. (PubMed) Circadian misalignment, irregular sleep–wake patterns, unstable daily routines, rhythm-sensitive bipolar relapse, and depressive symptoms linked to disrupted timing or chronobiology. In bipolar disorder, IPSRT specifically targets disruptions in social rhythms and their relationship to recurrence. (PubMed) Reduce relapse and improve mood by stabilising circadian and social rhythms, preventing rhythm-triggered mood episodes, and using circadian realignment to improve depressive symptoms when appropriate. (PubMed)",
+ "contraindicationsOrCautions": "Check diagnosis, bipolarity, current mania/hypomania risk, suicidality, psychosis, substance use, medical contributors to sleep disruption, occupational/social timing constraints, and whether the person can safely participate in sleep or rhythm manipulation. For wake-therapy-type interventions, careful risk assessment matters because sleep deprivation can destabilise mood, especially in bipolar illness. The mania-risk point is a clinical inference grounded in the treatment mechanism and bipolar literature. (PubMed) Poor fit when the person cannot safely tolerate rhythm manipulation, when adherence to routine stabilisation is unrealistic, or when the main active problem needs another clearly indicated primary treatment. Wake-therapy-type approaches are also limited by short-lived benefit in some cases and the need for careful implementation to maintain gains. The short-lived-benefit caution is an inference from the chronotherapy literature’s emphasis on sustaining effects. (PubMed)",
+ "targetSymptoms": "Circadian misalignment, irregular sleep–wake patterns, unstable daily routines, rhythm-sensitive bipolar relapse, and depressive symptoms linked to disrupted timing or chronobiology. In bipolar disorder, IPSRT specifically targets disruptions in social rhythms and their relationship to recurrence. (PubMed)",
+ "patientPopulation": "Patients with bipolar disorder whose episodes are linked to irregular routines or social rhythm disruption, and selected depressive presentations where sleep/circadian disturbance appears clinically central and the patient can adhere to structured timing interventions. Better fit is in motivated patients who can tolerate close monitoring of sleep and routine change. This best-fit phrasing is partly evidence-based and partly clinical inference from the chronotherapy literature. (PubMed)",
+ "setting": "Emergency/acute, Group",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Psychosis",
+ "Personality/interpersonal",
+ "Sleep",
+ "Substance use",
+ "Eating/body image",
+ "Pain/somatic",
+ "Crisis/risk",
+ "CBT",
+ "Group programme"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "client-directed-feedback-informed-brief-work",
+ "name": "Client-Directed / Feedback-Informed Brief Work",
+ "category": "Foundational & Engagement Therapies",
+ "modality": "ACT",
+ "clinicalSummary": "Client-Directed / Feedback-Informed Brief Work, usually operationalised through routine outcome monitoring, alliance feedback, or feedback-informed treatment methods. It is best viewed as an adjunctive psychotherapy process model rather than a stand-alone diagnosis-specific therapy.",
+ "bestUsedFor": "Most useful as an adjunct across many therapies rather than a stand-alone primary treatment. High-yield in outpatient psychotherapy, community mental health, brief therapy services, and stepped-care settings where early detection of poor progress or alliance rupture matters.",
+ "indications": "Most useful as an adjunct across many therapies rather than a stand-alone primary treatment. High-yield in outpatient psychotherapy, community mental health, brief therapy services, and stepped-care settings where early detection of poor progress or alliance rupture matters. Hidden non-response, alliance strain, early deterioration, mis-match between therapist approach and patient needs, and dropout risk. Improve treatment fit, reduce dropout and unnoticed deterioration, personalise care, and increase the chance that the therapy being delivered is actually the therapy the patient can use.",
+ "contraindicationsOrCautions": "Confirm the patient can meaningfully engage with feedback tools and that the problem is not mainly acute delirium, major intoxication, severe disorganisation, or such severe cognitive/language limitation that the feedback becomes misleading. Also check that the clinician or team will actually use the feedback rather than just collect it. Not a substitute for a real disorder-specific therapy when one is indicated. Also weak if the clinician collects scales but does not discuss or act on them, if the service lacks flexibility to adapt care, or if the patient is too acutely unwell for reliable feedback. The evidence supports it best as an evidence-based adjunct, not as a universal stand-alone intervention.",
+ "targetSymptoms": "Hidden non-response, alliance strain, early deterioration, mis-match between therapist approach and patient needs, and dropout risk.",
+ "patientPopulation": "Patients able to give at least basic session-by-session feedback about progress and fit. Especially useful where treatment is brief, outcomes are variable, dropout risk is meaningful, or the clinician wants a structured way to personalise therapy.",
+ "setting": "Emergency/acute, Inpatient, Outpatient/community, Telehealth/digital, Group",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Psychosis",
+ "Neurodevelopmental",
+ "Eating/body image",
+ "Crisis/risk",
+ "ACT",
+ "Group programme"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "cognitive-analytic-therapy-cat",
+ "name": "Cognitive Analytic Therapy (CAT)",
+ "category": "Personality Disorder Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Cognitive Analytic Therapy (CAT). A structured, time-limited psychotherapy integrating cognitive and relational / psychodynamic ideas, with strong emphasis on reformulation of recurrent maladaptive relational patterns. RANZCP explicitly lists CAT among structured psychotherapies used by psychiatrists.",
+ "bestUsedFor": "Most defensible use is personality disorder and other complex, chronic presentations where repeated maladaptive relational patterns are central. Evidence suggests CAT can help BPD and broader personality pathology, but the evidence base is more limited than for some other specialist therapies and NICE does not specifically privilege CAT in BPD guidance.",
+ "indications": "Most defensible use is personality disorder and other complex, chronic presentations where repeated maladaptive relational patterns are central. Evidence suggests CAT can help BPD and broader personality pathology, but the evidence base is more limited than for some other specialist therapies and NICE does not specifically privilege CAT in BPD guidance. Repetitive dysfunctional relational patterns, self-defeating procedures, maladaptive reciprocal roles, identity disturbance, chronic interpersonal difficulty, and personality-related distress. Reduce symptom burden and interpersonal dysfunction by helping the patient understand, interrupt, and replace maladaptive relational/self-management patterns.",
+ "contraindicationsOrCautions": "Confirm that the main problem is chronic relational/pattern repetition rather than acute psychosis, delirium, mania, intoxication, or a more dominant syndrome needing different first-line treatment. Also check that the service can deliver actual CAT with reformulation and time-limited structure rather than generic eclectic therapy. CAT is not a substitute for acute containment, detoxification, or treatment of psychosis/mania/delirium. It is also weak if reformulation is superficial, if the time-limited frame is not maintained, or if the patient’s main immediate need is strong behavioural containment rather than pattern understanding.",
+ "targetSymptoms": "Repetitive dysfunctional relational patterns, self-defeating procedures, maladaptive reciprocal roles, identity disturbance, chronic interpersonal difficulty, and personality-related distress.",
+ "patientPopulation": "Patients with recurrent interpersonal and self-management patterns who can engage with a structured reformulation process and a time-limited therapy frame. It often fits when the person benefits from a map of “how I keep ending up here again.”",
+ "setting": "Emergency/acute",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Trauma",
+ "Psychosis",
+ "Personality/interpersonal",
+ "Substance use",
+ "Eating/body image",
+ "Crisis/risk",
+ "CBT",
+ "Single session"
+ ],
+ "aliases": [
+ "CAT"
+ ]
+ },
+ {
+ "slug": "cognitive-behavioural-therapy-cbt",
+ "name": "Cognitive Behavioural Therapy (CBT)",
+ "category": "Standard Talking Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Cognitive Behavioural Therapy (CBT). A structured, manual-informed psychotherapy family that links thoughts, feelings, behaviours, and physiology, and uses targeted cognitive and behavioural change methods.",
+ "bestUsedFor": "Strongest broad evidence-backed uses are depression and anxiety disorders. It is also a major umbrella treatment family for disorder-specific variants such as panic-focused CBT, social-anxiety CBT, CBT for insomnia, trauma-focused CBT, CBT for psychosis, and CBT-based interventions in substance use, eating disorders, and severe mental illness.",
+ "indications": "Strongest broad evidence-backed uses are depression and anxiety disorders. It is also a major umbrella treatment family for disorder-specific variants such as panic-focused CBT, social-anxiety CBT, CBT for insomnia, trauma-focused CBT, CBT for psychosis, and CBT-based interventions in substance use, eating disorders, and severe mental illness. Maladaptive appraisals, cognitive distortions, avoidance, behavioural maintenance loops, reduced activity, safety behaviours, rumination, and poor coping patterns. Reduce symptoms and disability, improve coping and functioning, weaken maintaining loops, and help the patient become able to use the model independently after treatment ends.",
+ "contraindicationsOrCautions": "Confirm the main mechanism is actually amenable to CBT rather than requiring a more specific variant straight away, such as ERP for compulsions, trauma-focused therapy for PTSD, or CBTp for psychosis. Check risk, behavioural stability, cognition, literacy, language, neurodevelopmental needs, dissociation, substance use, and ability to engage in structured homework. Usually not enough if severe mania, delirium, major intoxication or withdrawal, profound cognitive impairment, or marked psychotic disorganisation is preventing structured collaborative work. It is also weaker when the clinician uses generic CBT instead of the disorder-specific active ingredient the case actually needs.",
+ "targetSymptoms": "Maladaptive appraisals, cognitive distortions, avoidance, behavioural maintenance loops, reduced activity, safety behaviours, rumination, and poor coping patterns.",
+ "patientPopulation": "Patients who can collaborate on a shared formulation, observe links between thoughts and behaviour, and do between-session tasks. Best suited to outpatient and community settings, but can begin in inpatient or consultation-liaison care if the patient is stable enough to use a structured model.",
+ "setting": "Emergency/acute, Inpatient, Outpatient/community, Telehealth/digital, Group, Family/carer",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Anxiety",
+ "Trauma",
+ "Psychosis",
+ "Sleep",
+ "Substance use",
+ "Neurodevelopmental",
+ "Eating/body image",
+ "Crisis/risk",
+ "Behavioural activation",
+ "CBT",
+ "Group programme"
+ ],
+ "aliases": [
+ "CBT"
+ ]
+ },
+ {
+ "slug": "cognitive-behavioural-therapy-for-bipolar-depression-bipolar-relapse-prevention",
+ "name": "Cognitive Behavioural Therapy for Bipolar Depression / Bipolar Relapse Prevention",
+ "category": "Standard Talking Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Cognitive Behavioural Therapy (CBT) for bipolar disorder, used either as CBT for bipolar depression or as adjunctive CBT for relapse prevention and persistent inter-episode symptoms. NICE states that adults with bipolar depression should be offered either a therapy specially designed to treat bipolar disorder or a depression therapy such as CBT, and in longer-term care NICE recommends a structured manualised psychological intervention designed for bipolar disorder for relapse prevention or persisting symptoms between episodes.",
+ "bestUsedFor": "Best used as an adjunctive psychotherapy in bipolar disorder, especially for bipolar depression, residual symptoms, and relapse prevention in people who are not acutely manic. NICE specifically names CBT among therapies that can be offered for bipolar depression, and systematic reviews show CBT has beneficial effects, though not unequivocal superiority over other specialist psychotherapies.",
+ "indications": "Best used as an adjunctive psychotherapy in bipolar disorder, especially for bipolar depression, residual symptoms, and relapse prevention in people who are not acutely manic. NICE specifically names CBT among therapies that can be offered for bipolar depression, and systematic reviews show CBT has beneficial effects, though not unequivocal superiority over other specialist psychotherapies. Bipolar depression, residual symptoms between episodes, maladaptive beliefs about mood states, poor adherence, delayed response to warning signs, and relapse vulnerability. NICE explicitly requires bipolar-specific psychological interventions to address the impact of thoughts and behaviour on moods and relapse, include self-monitoring, address relapse risk and distress, and develop staying-well / relapse-management plans. Reduce bipolar depressive symptoms, improve inter-episode functioning, reduce relapse risk, and help the patient respond earlier and more effectively to mood change.",
+ "contraindicationsOrCautions": "Clarify current mood state, psychosis, acute risk, substance use, sleep/routine disruption, and whether the patient is well enough for structured psychotherapy. CBT for bipolar disorder is not a substitute for acute mania treatment or mood stabilisation. It is usually used adjunctively rather than as monotherapy. CBT is not clearly superior to all other adjunctive bipolar psychotherapies. A 2024 randomized clinical trial of adjuvant psychotherapies for relapse prevention did not show superiority of one psychotherapy over another, and the broader bipolar psychotherapy evidence base still contains much low- or very-low-quality evidence. CBT is also a poor fit when the patient is too manic, psychotic, or disorganised to use it.",
+ "targetSymptoms": "Bipolar depression, residual symptoms between episodes, maladaptive beliefs about mood states, poor adherence, delayed response to warning signs, and relapse vulnerability. NICE explicitly requires bipolar-specific psychological interventions to address the impact of thoughts and behaviour on moods and relapse, include self-monitoring, address relapse risk and distress, and develop staying-well / relapse-management plans.",
+ "patientPopulation": "Best fit is a patient with bipolar disorder who can reflect on mood-linked thoughts and behaviours, engage in homework/self-monitoring, and whose episodes are worsened by behavioural or cognitive patterns such as activity dysregulation, sleep/routine slippage, non-adherence, or depressive hopelessness. This is a clinical synthesis from NICE’s required CBT-relevant content and the CBT review literature.",
+ "setting": "Emergency/acute, Outpatient/community, Group, Family/carer",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Psychosis",
+ "Sleep",
+ "Substance use",
+ "Crisis/risk",
+ "CBT",
+ "Group programme"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "cognitive-behavioural-therapy-for-insomnia",
+ "name": "Cognitive behavioural therapy for insomnia",
+ "category": "Standard Talking Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Cognitive behavioural therapy for insomnia, CBT-I. A structured, non-pharmacological CBT treatment for chronic insomnia, targeting the behaviours, thoughts, arousal, and conditioned cues that maintain poor sleep.",
+ "bestUsedFor": "Best first-line psychological treatment for chronic insomnia, including insomnia with comorbid mental or physical health problems. Australian Sleep Health Foundation states CBT-I is a proven and recommended treatment, works for people with or without other health problems, and has been recommended as a best first treatment by RACGP and the American College of Physicians.",
+ "indications": "Best first-line psychological treatment for chronic insomnia, including insomnia with comorbid mental or physical health problems. Australian Sleep Health Foundation states CBT-I is a proven and recommended treatment, works for people with or without other health problems, and has been recommended as a best first treatment by RACGP and the American College of Physicians. Sleep-onset insomnia, sleep-maintenance insomnia, early-morning waking, conditioned arousal in bed, excessive time in bed, irregular sleep schedule, sleep effort, catastrophic sleep beliefs, and safety behaviours such as clock-watching or excessive napping. Improve sleep efficiency and subjective sleep quality, reduce insomnia-related distress and daytime impairment, increase confidence in sleeping without excessive safety behaviours, and reduce long-term reliance on hypnotics where possible.",
+ "contraindicationsOrCautions": "Assess insomnia pattern, duration, sleep diary, circadian rhythm, shift work, medications, caffeine/alcohol/nicotine, substance use, sleep apnoea, restless legs, parasomnias, pain, nocturia, mania/hypomania risk, depression, PTSD nightmares, suicide risk, and unsafe sleep restriction risk. Do not use sleep restriction rigidly in patients where sleep loss may destabilise bipolar disorder, psychosis, seizure disorder, or severe suicidality. Poor fit if untreated sleep apnoea, restless legs, circadian rhythm disorder, acute mania/hypomania, severe psychosis, uncontrolled substance withdrawal, or high-risk suicidality is driving sleep disturbance. Sleep hygiene alone is usually inadequate for chronic insomnia.",
+ "targetSymptoms": "Sleep-onset insomnia, sleep-maintenance insomnia, early-morning waking, conditioned arousal in bed, excessive time in bed, irregular sleep schedule, sleep effort, catastrophic sleep beliefs, and safety behaviours such as clock-watching or excessive napping.",
+ "patientPopulation": "Patients with persistent insomnia who can keep sleep diaries, tolerate behaviour change, and engage with counterintuitive sleep interventions such as sleep restriction or stimulus control. Particularly useful in psychiatric practice where insomnia perpetuates depression, anxiety, PTSD, bipolar relapse risk, substance use, or medication escalation.",
+ "setting": "Emergency/acute, Telehealth/digital, Group",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Anxiety",
+ "Trauma",
+ "Psychosis",
+ "Sleep",
+ "Substance use",
+ "Neurodevelopmental",
+ "Pain/somatic",
+ "Crisis/risk",
+ "Grief/loss",
+ "CBT",
+ "Group programme"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "cognitive-behavioural-therapy-for-insomnia-cbt-i",
+ "name": "Cognitive Behavioural Therapy for Insomnia (CBT-I)",
+ "category": "Brain & Body Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Cognitive Behavioural Therapy for Insomnia (CBT-I). A multicomponent psychological treatment for insomnia that targets the behaviours, thoughts, and learned sleep patterns that keep insomnia going.",
+ "bestUsedFor": "Best used for chronic insomnia disorder in adults of any age, including people with comorbid conditions. Current European and AASM guidance place CBT-I as first-line treatment, and Australian Sleep Health Foundation material states CBT-I is the recommended best first treatment in Australian practice.",
+ "indications": "Best used for chronic insomnia disorder in adults of any age, including people with comorbid conditions. Current European and AASM guidance place CBT-I as first-line treatment, and Australian Sleep Health Foundation material states CBT-I is the recommended best first treatment in Australian practice. Sleep-onset insomnia, sleep-maintenance insomnia, early morning waking, conditioned arousal, unhelpful sleep beliefs, irregular time in bed, and insomnia-related daytime impairment. Consolidate sleep, reduce insomnia symptoms and sleep-related anxiety, improve daytime function, and produce benefits that persist after treatment ends.",
+ "contraindicationsOrCautions": "Clarify that the problem is actually insomnia disorder rather than untreated obstructive sleep apnoea, circadian disorder, restless legs, substance use, mania, delirium, or an environmental schedule problem alone. Also review current hypnotics, caffeine/alcohol use, napping, shift work, and safety risks from sleepiness. CBT-I is not a substitute for urgent treatment of mania, delirium, severe sleep apnoea management, or other primary sleep disorders that need separate treatment. It may also be harder to deliver when the patient cannot sustain diary work or short-term restriction of time in bed. Australian guidance notes sleep restriction may not suit everyone, including some people with comorbid bipolar disorder.",
+ "targetSymptoms": "Sleep-onset insomnia, sleep-maintenance insomnia, early morning waking, conditioned arousal, unhelpful sleep beliefs, irregular time in bed, and insomnia-related daytime impairment.",
+ "patientPopulation": "Best fit is a patient with persistent insomnia who can complete sleep diaries, tolerate short-term behavioural discomfort, and practise between-session tasks. It is often especially useful when hypnotics are being over-relied on or when insomnia is coexisting with anxiety, depression, PTSD, pain, or sleep apnoea.",
+ "setting": "Emergency/acute, Telehealth/digital, Group",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Anxiety",
+ "Trauma",
+ "Sleep",
+ "Substance use",
+ "Pain/somatic",
+ "Crisis/risk",
+ "CBT",
+ "Group programme"
+ ],
+ "aliases": [
+ "CBT-I"
+ ]
+ },
+ {
+ "slug": "cognitive-behavioural-therapy-for-psychosis-cbtp",
+ "name": "Cognitive Behavioural Therapy for Psychosis (CBTp)",
+ "category": "Psychosis & Rehabilitation Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Cognitive Behavioural Therapy for Psychosis (CBTp). A psychosis-specific form of CBT delivered individually and focused on reducing distress, improving coping, and improving functioning in relation to psychotic symptoms.",
+ "bestUsedFor": "Best supported for psychosis and schizophrenia, including people at increased risk of psychosis, first and subsequent acute episodes, and the recovery phase when positive or negative symptoms continue to affect distress or function. It is particularly useful when the clinical goal is to reduce distress and improve functioning rather than to “argue away” psychotic experiences.",
+ "indications": "Best supported for psychosis and schizophrenia, including people at increased risk of psychosis, first and subsequent acute episodes, and the recovery phase when positive or negative symptoms continue to affect distress or function. It is particularly useful when the clinical goal is to reduce distress and improve functioning rather than to “argue away” psychotic experiences. Distress from hallucinations or delusion-like beliefs, threat interpretations, safety behaviours, hopelessness, defeat, secondary depression/anxiety, poor coping with voices, and psychosis-related functional impairment. Reduce distress, improve coping and functioning, reduce secondary depression/anxiety and hopelessness, and help the patient live better with less psychosis-related disruption.",
+ "contraindicationsOrCautions": "Clarify the immediate state first. If the person is severely delirious, intoxicated, behaviourally disorganised, or too acutely unsafe, the first task is stabilisation. Also confirm the main target is psychosis-related distress or disability rather than a different dominant syndrome needing another therapy first, such as OCD with compulsions, severe trauma re-experiencing, or mania. CBTp is not a replacement for acute containment, medical work-up, or indicated pharmacological treatment. It is also not mainly about persuading the patient that experiences are false. It is weaker when delivered in a generic CBT style without a psychosis-specific formulation, or when the patient is too acutely disorganised to use the model.",
+ "targetSymptoms": "Distress from hallucinations or delusion-like beliefs, threat interpretations, safety behaviours, hopelessness, defeat, secondary depression/anxiety, poor coping with voices, and psychosis-related functional impairment.",
+ "patientPopulation": "Patients with enough engagement, cognitive capacity, and stability to collaborate on a psychosis-specific formulation and practise coping work between sessions. It often fits best when the person can reflect at least partly on links between triggers, appraisals, voices/beliefs, emotions, and behaviour, even if insight is limited.",
+ "setting": "Emergency/acute",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Anxiety",
+ "Trauma",
+ "Psychosis",
+ "Substance use",
+ "Neurodevelopmental",
+ "Eating/body image",
+ "Crisis/risk",
+ "Emotional regulation",
+ "CBT",
+ "Micro skill"
+ ],
+ "aliases": [
+ "CBTp"
+ ]
+ },
+ {
+ "slug": "cognitive-processing-therapy-cpt",
+ "name": "Cognitive Processing Therapy (CPT)",
+ "category": "Trauma Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Cognitive Processing Therapy (CPT). A manualised trauma psychotherapy, usually classified as a trauma-focused cognitive therapy / trauma-focused CBT treatment for PTSD.",
+ "bestUsedFor": "Strongest use is PTSD. Australian guidelines give a strong recommendation for CPT in adults with PTSD. It is especially useful when maladaptive trauma meanings, guilt, shame, and self-blame are central.",
+ "indications": "Strongest use is PTSD. Australian guidelines give a strong recommendation for CPT in adults with PTSD. It is especially useful when maladaptive trauma meanings, guilt, shame, and self-blame are central. Trauma-related stuck points, guilt, shame, overgeneralised danger beliefs, self-blame, mistrust, damaged-self beliefs, and trauma-linked cognitive rigidity. Reduce PTSD symptoms by revising maladaptive trauma appraisals, reducing shame and guilt, and helping the patient develop a more balanced, adaptive understanding of the trauma and its consequences.",
+ "contraindicationsOrCautions": "Confirm the patient has PTSD or clinically important trauma symptoms and is ready enough for trauma-focused work. Check suicidality, psychosis, intoxication, severe dissociation, cognitive capacity, and whether the patient can reflect on and write about trauma-linked thoughts if that is part of the chosen protocol. Usually not enough if the patient is too dissociated, psychotic, intoxicated, cognitively impaired, or behaviourally unstable for structured trauma-focused cognitive work. It may also be a weaker fit if the dominant problem is primarily exposure avoidance rather than stuck-point-dominated cognitive processing.",
+ "targetSymptoms": "Trauma-related stuck points, guilt, shame, overgeneralised danger beliefs, self-blame, mistrust, damaged-self beliefs, and trauma-linked cognitive rigidity.",
+ "patientPopulation": "Patients with PTSD who can engage in structured cognitive work and who are strongly affected by trauma-linked beliefs about themselves, others, or the world. Often a good fit when cognitive meaning-making appears more central than primary behavioural avoidance alone.",
+ "setting": "Emergency/acute",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Trauma",
+ "Psychosis",
+ "Eating/body image",
+ "Crisis/risk",
+ "Emotional regulation",
+ "CBT",
+ "Micro skill"
+ ],
+ "aliases": [
+ "CPT"
+ ]
+ },
+ {
+ "slug": "cognitive-remediation-therapy-crt",
+ "name": "Cognitive Remediation Therapy (CRT)",
+ "category": "Psychosis & Rehabilitation Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Cognitive Remediation Therapy (CRT). A manualised intervention designed to improve cognitive functioning in people with psychosis, most often used as part of a broader rehabilitation programme rather than as a stand-alone primary psychotherapy.",
+ "bestUsedFor": "Best supported in rehabilitation for adults with complex psychosis, particularly when cognitive impairment is contributing to poor everyday function, educational difficulty, or problems engaging in vocational recovery. NICE specifically recommends considering cognitive remediation alongside vocational rehabilitation services.",
+ "indications": "Best supported in rehabilitation for adults with complex psychosis, particularly when cognitive impairment is contributing to poor everyday function, educational difficulty, or problems engaging in vocational recovery. NICE specifically recommends considering cognitive remediation alongside vocational rehabilitation services. Attention, memory, processing speed, executive function, cognitive strategy use, and downstream functional problems linked to cognitive impairment. Improve cognition enough to support better real-world functioning, rehabilitation progress, vocational engagement, and independence, rather than only producing better test scores.",
+ "contraindicationsOrCautions": "Confirm that cognitive impairment is clinically important and not being explained mainly by delirium, intoxication, medication over-sedation, severe depression, unmanaged positive symptoms, or major neurocognitive disorder. Also check motivation, stamina, literacy, sensory issues, and whether there is a rehabilitation context in which gains can be generalised. It is not a primary treatment for acute psychotic distress, delusions, voices, or severe mood instability. It is weaker if used in isolation without rehabilitation or vocational linkage, or when the person is too acutely unwell or cognitively unavailable to engage meaningfully.",
+ "targetSymptoms": "Attention, memory, processing speed, executive function, cognitive strategy use, and downstream functional problems linked to cognitive impairment.",
+ "patientPopulation": "People with psychosis, especially complex psychosis, who have clear cognitive impairment affecting work, education, independent living, or rehabilitation progress, and who can engage in repeated structured cognitive work.",
+ "setting": "Emergency/acute",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Psychosis",
+ "Substance use",
+ "Neurodevelopmental",
+ "Eating/body image",
+ "Crisis/risk",
+ "Emotional regulation",
+ "CBT",
+ "Multi-session"
+ ],
+ "aliases": [
+ "CRT"
+ ]
+ },
+ {
+ "slug": "cognitive-stimulation-therapy",
+ "name": "Cognitive stimulation therapy",
+ "category": "Brain & Body Therapies",
+ "modality": "ACT",
+ "clinicalSummary": "Cognitive stimulation therapy, CST. A structured psychosocial group intervention for people with mild to moderate dementia, using themed activities and discussion to stimulate cognition, communication, social engagement, and wellbeing.",
+ "bestUsedFor": "Best for mild to moderate dementia. NICE specifically recommends offering group cognitive stimulation therapy to people living with mild to moderate dementia.",
+ "indications": "Best for mild to moderate dementia. NICE specifically recommends offering group cognitive stimulation therapy to people living with mild to moderate dementia. Global cognition, communication, orientation, memory engagement, language, social participation, confidence, mood, quality of life, and withdrawal linked to dementia. Support cognition, communication, social participation, quality of life, and confidence in people with mild to moderate dementia. It aims to maintain and stimulate function, not reverse dementia.",
+ "contraindicationsOrCautions": "Confirm dementia severity, delirium absence, sensory impairment, language/cultural needs, behavioural disturbance, ability to tolerate group work, fatigue, transport/access, carer support, and whether cognitive rehabilitation or OT is more appropriate for functional goals. CST is not the same as cognitive training. NICE recommends CST but advises against cognitive training to treat mild to moderate Alzheimer’s disease. Poor fit in delirium, severe dementia where group participation is not feasible, major behavioural dysregulation that disrupts the group, severe untreated sensory impairment, or when the main problem is functional disability requiring cognitive rehabilitation/OT. It does not replace dementia diagnostic review, medication review, carer support, environmental intervention, or BPSD assessment.",
+ "targetSymptoms": "Global cognition, communication, orientation, memory engagement, language, social participation, confidence, mood, quality of life, and withdrawal linked to dementia.",
+ "patientPopulation": "People with mild to moderate dementia who can participate in a small group, tolerate social interaction, engage with activities, and benefit from structured cognitive/social stimulation. Best fit in memory services, day programmes, community dementia services, residential aged care, and older-adult psychiatry settings.",
+ "setting": "Emergency/acute, Outpatient/community, Group, Family/carer",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Psychosis",
+ "Eating/body image",
+ "Crisis/risk",
+ "ACT",
+ "5-minute intervention"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "cognitive-therapy",
+ "name": "Cognitive Therapy",
+ "category": "Standard Talking Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Cognitive Therapy (CT). A cognitive-focused psychotherapy within the broader CBT family that emphasises identifying, testing, and modifying maladaptive thoughts, assumptions, and core beliefs.",
+ "bestUsedFor": "Classic strongest uses are depression and anxiety disorders, especially where maladaptive appraisals, rumination, or catastrophic thinking are central. In contemporary guidelines, generic CT is often absorbed into the broader CBT label, but specific named forms remain important, such as cognitive therapy for PTSD.",
+ "indications": "Classic strongest uses are depression and anxiety disorders, especially where maladaptive appraisals, rumination, or catastrophic thinking are central. In contemporary guidelines, generic CT is often absorbed into the broader CBT label, but specific named forms remain important, such as cognitive therapy for PTSD. Automatic negative thoughts, biased interpretations, dysfunctional assumptions, core beliefs, self-criticism, hopelessness, catastrophic misinterpretation, and rigid meaning-making. More accurate and flexible thinking, reduced distress linked to distorted appraisals, improved function, and an internalised skill set that helps the patient challenge future maladaptive beliefs.",
+ "contraindicationsOrCautions": "Clarify that distorted appraisal is genuinely central. If the main driver is behavioural avoidance, compulsions, psychotic threat beliefs, trauma re-experiencing, or severe emotion dysregulation, CT alone may be too narrow unless adapted or combined. Also check cognition, literacy, language, neurodevelopmental profile, and whether the patient can tolerate reflective work without becoming trapped in intellectualisation. Usually not enough alone when the core mechanism is exposure-based, compulsive, psychotic, profoundly interpersonal, or primarily behavioural. It is also weaker when the patient is so cognitively overloaded, concrete, dissociated, or disorganised that reflective cognitive work cannot be used effectively.",
+ "targetSymptoms": "Automatic negative thoughts, biased interpretations, dysfunctional assumptions, core beliefs, self-criticism, hopelessness, catastrophic misinterpretation, and rigid meaning-making.",
+ "patientPopulation": "Patients who can reflect on their thinking, notice links between interpretations and emotion, and work collaboratively with guided questioning and structured between-session tasks. Best suited to outpatient and community work, especially when the main maintaining process is cognitive rather than primarily exposure- or interpersonal-driven.",
+ "setting": "Emergency/acute, Outpatient/community, Family/carer",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Anxiety",
+ "Trauma",
+ "Personality/interpersonal",
+ "Neurodevelopmental",
+ "Crisis/risk",
+ "Behavioural activation",
+ "CBT",
+ "Micro skill"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "cognitive-therapy-for-ptsd-ct-ptsd",
+ "name": "Cognitive Therapy for PTSD (CT-PTSD)",
+ "category": "Trauma Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Cognitive Therapy for PTSD (CT-PTSD). A specific trauma-focused cognitive therapy, usually treated as a subtype of trauma-focused CBT, based on the idea that PTSD persists when the trauma is processed in a way that creates an ongoing sense of current threat.",
+ "bestUsedFor": "Strongest use is PTSD in adults. Phoenix Australia gives a strong recommendation for CT in adults with PTSD, alongside TF-CBT, CPT, EMDR, and PE.",
+ "indications": "Strongest use is PTSD in adults. Phoenix Australia gives a strong recommendation for CT in adults with PTSD, alongside TF-CBT, CPT, EMDR, and PE. Current-threat appraisals, trauma memory disturbance, intrusive re-experiencing, avoidance, hypervigilance, safety behaviours, guilt, shame, mistrust, and trauma-linked misinterpretation of triggers. Reduce PTSD symptoms by changing the sense of current threat, updating the trauma memory, weakening avoidance and hypervigilance, and restoring function.",
+ "contraindicationsOrCautions": "Confirm the presentation is trauma-related and that the patient is ready enough for trauma-focused work. Check suicidality, psychosis, severe dissociation, intoxication, mania, cognitive capacity, and whether the patient needs broader stabilisation first. Also confirm that the main mechanism is trauma-linked threat meaning rather than compulsions, primary psychosis, or a non-traumatic depressive disorder. Usually not enough or not first-line when acute instability, severe dissociation, major psychosis, severe substance dysregulation, or severe self-harm instability makes trauma processing unsafe or unworkable. It is also weak if it becomes generic CBT without real trauma-memory work or threat-appraisal updating.",
+ "targetSymptoms": "Current-threat appraisals, trauma memory disturbance, intrusive re-experiencing, avoidance, hypervigilance, safety behaviours, guilt, shame, mistrust, and trauma-linked misinterpretation of triggers.",
+ "patientPopulation": "Patients with PTSD whose symptoms are strongly maintained by trauma-linked meanings, a persistent sense of current threat, and intrusive memory phenomena, and who can engage in structured cognitive and trauma-processing work. This can be especially useful when appraisals and memory updating feel more central than a primarily habituation-based exposure model.",
+ "setting": "Emergency/acute",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Trauma",
+ "Psychosis",
+ "Personality/interpersonal",
+ "Substance use",
+ "Eating/body image",
+ "Crisis/risk",
+ "Distress tolerance",
+ "CBT",
+ "Multi-session"
+ ],
+ "aliases": [
+ "CT-PTSD"
+ ]
+ },
+ {
+ "slug": "community-reinforcement-and-family-training-craft",
+ "name": "Community Reinforcement and Family Training (CRAFT)",
+ "category": "Substance Use Therapies",
+ "modality": "ACT",
+ "clinicalSummary": "Community Reinforcement and Family Training (CRAFT). A structured intervention for a concerned significant other (CSO) of a treatment-resistant person with a substance problem. The identified person does not need to be in treatment for CRAFT to begin.",
+ "bestUsedFor": "Best used when the person with substance use disorder is refusing or avoiding treatment, but a partner, parent, or other close support person is seeking help. The best-established CRAFT outcome is increased treatment entry of the identified person.",
+ "indications": "Best used when the person with substance use disorder is refusing or avoiding treatment, but a partner, parent, or other close support person is seeking help. The best-established CRAFT outcome is increased treatment entry of the identified person. Failure of the person with SUD to enter treatment, CSO distress, ineffective helping attempts, conflict, enabling patterns, and low confidence in how to influence change. Increase treatment entry, reduce harmful substance-use patterns indirectly through changed family responses, and improve the CSO’s mood and functioning.",
+ "contraindicationsOrCautions": "Check for domestic violence, coercive control, major safety risk, severe instability, or circumstances where contact itself is dangerous. CRAFT is not a substitute for safety planning in unsafe relationships. This is a clinical synthesis because CRAFT assumes the CSO can interact with the person in a planned way. CRAFT is not primarily a direct therapy for the identified person’s acute withdrawal or psychiatric crisis. Its strongest and most consistent evidence is for treatment entry, not necessarily direct large reductions in substance use by the identified person.",
+ "targetSymptoms": "Failure of the person with SUD to enter treatment, CSO distress, ineffective helping attempts, conflict, enabling patterns, and low confidence in how to influence change.",
+ "patientPopulation": "Best fit is a motivated CSO who has ongoing contact with the person using substances and wants a practical, non-confrontational method to improve the chance of treatment engagement. This is a clinical synthesis from the CRAFT literature.",
+ "setting": "Emergency/acute, Outpatient/community, Telehealth/digital, Group, Family/carer",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Substance use",
+ "Crisis/risk",
+ "ACT",
+ "Group programme"
+ ],
+ "aliases": [
+ "CRAFT"
+ ]
+ },
+ {
+ "slug": "community-reinforcement-approach",
+ "name": "Community reinforcement approach",
+ "category": "Substance Use Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Community reinforcement approach, CRA. A broad-spectrum behavioural treatment for substance use disorders that restructures the person’s environment and daily life so non-substance rewards become more available and substance use becomes less reinforcing.",
+ "bestUsedFor": "Best for alcohol and other drug use disorders where lifestyle, reinforcement, social context, and recovery capital are central. Evidence is strongest historically for alcohol, cocaine, and opioid-related disorders, but it should be framed as one structured addiction therapy rather than a universal replacement for pharmacotherapy, withdrawal care, or contingency management. A systematic review found limited-to-moderate evidence for CRA, with or without medication or contingency management, across alcohol and substance-related disorders. (NCBI)",
+ "indications": "Best for alcohol and other drug use disorders where lifestyle, reinforcement, social context, and recovery capital are central. Evidence is strongest historically for alcohol, cocaine, and opioid-related disorders, but it should be framed as one structured addiction therapy rather than a universal replacement for pharmacotherapy, withdrawal care, or contingency management. A systematic review found limited-to-moderate evidence for CRA, with or without medication or contingency management, across alcohol and substance-related disorders. (NCBI) Substance-related reinforcement, social isolation, low sober reward, unemployment or role loss, relationship conflict, high-risk routines, craving, poor coping, and environmental cues that make use more likely. Reduce substance use and substance-related harms, increase sober reinforcement, improve recovery capital, restore meaningful roles, and make recovery practically rewarding enough to compete with use.",
+ "contraindicationsOrCautions": "Assess substance type, dependence severity, withdrawal risk, overdose risk, intoxication, psychiatric comorbidity, suicidality, psychosis/mania, trauma, housing, employment, relationships, social network, legal/forensic issues, family violence, and whether pharmacotherapy or withdrawal management is required first. Insufficient alone for severe withdrawal, high overdose risk, acute intoxication, psychosis/mania, severe suicidality, homelessness crisis, or severe dependence needing pharmacotherapy, inpatient withdrawal, residential rehabilitation, or assertive dual-diagnosis care. It is also weaker when the person’s environment cannot be changed or when contingency/pharmacological supports are needed but omitted.",
+ "targetSymptoms": "Substance-related reinforcement, social isolation, low sober reward, unemployment or role loss, relationship conflict, high-risk routines, craving, poor coping, and environmental cues that make use more likely.",
+ "patientPopulation": "Patients who need practical rebuilding of a sober life, not just insight into substance use. Good fit where use is embedded in boredom, social networks, unemployment, poor routine, relationship stress, and lack of meaningful alternatives.",
+ "setting": "Emergency/acute, Inpatient, Outpatient/community, Family/carer",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Trauma",
+ "Psychosis",
+ "Substance use",
+ "Neurodevelopmental",
+ "Eating/body image",
+ "Crisis/risk",
+ "Grief/loss",
+ "Behavioural activation",
+ "CBT",
+ "Micro skill"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "community-based-psychosocial-intervention",
+ "name": "Community-based psychosocial intervention",
+ "category": "Community & Casework Support",
+ "modality": "ACT",
+ "clinicalSummary": "Community-based psychosocial intervention. A broad class of non-clinical or mixed psychosocial supports delivered in community settings to improve everyday functioning, independence, social connection, and recovery. The Australian Government defines psychosocial supports for severe mental illness as non-clinical supports and services delivered in the community, targeted to individual needs, to help people live independently and safely in the community. (Dept of Health, Disability & Ageing)",
+ "bestUsedFor": "Best in severe mental illness, complex psychosis, long-term community care, step-down pathways, and cases where repeated acute treatment has not translated into stable community functioning. NICE recommends rehabilitation for people with complex psychosis wherever they are living, including inpatient and community settings, and Australian Government programmes fund community organisations to deliver tailored psychosocial supports. (Dept of Health, Disability & Ageing)",
+ "indications": "Best in severe mental illness, complex psychosis, long-term community care, step-down pathways, and cases where repeated acute treatment has not translated into stable community functioning. NICE recommends rehabilitation for people with complex psychosis wherever they are living, including inpatient and community settings, and Australian Government programmes fund community organisations to deliver tailored psychosocial supports. (Dept of Health, Disability & Ageing) Functional impairment, social isolation, reduced independent living skills, poor community participation, weak service linkage, and the gap between symptom treatment and real-world recovery. The Commonwealth Psychosocial Support Program specifically targets day-to-day functioning, social skills, friendships and family relationships, and educational, vocational, and training skills. (Dept of Health, Disability & Ageing) Help the person live independently and safely in the community, reduce reliance on acute services, strengthen social and vocational functioning, and support recovery in real-life settings. (Dept of Health, Disability & Ageing)",
+ "contraindicationsOrCautions": "Check diagnosis, acuity, current risk, housing and support needs, cognitive capacity, substance use, and whether the patient is appropriate for community-based support now or first needs more intensive acute containment. Also check eligibility constraints. For example, the Commonwealth Psychosocial Support Program is not available to people receiving similar support through the NDIS or state/territory-funded services. (Dept of Health, Disability & Ageing) It is not a substitute for acute psychiatric treatment, medication optimisation, or disorder-specific psychotherapy. It is also limited when the patient is too acutely unwell to use community supports safely, or when psychosocial work is offered without adequate clinical coordination. (Dept of Health, Disability & Ageing)",
+ "targetSymptoms": "Functional impairment, social isolation, reduced independent living skills, poor community participation, weak service linkage, and the gap between symptom treatment and real-world recovery. The Commonwealth Psychosocial Support Program specifically targets day-to-day functioning, social skills, friendships and family relationships, and educational, vocational, and training skills. (Dept of Health, Disability & Ageing)",
+ "patientPopulation": "Patients with severe mental health challenges who have ongoing functional impairment, recurrent admissions, unstable accommodation, poor social support, or unmet daily living needs, especially when symptom-focused treatment alone has not restored real-world functioning. (Dept of Health, Disability & Ageing)",
+ "setting": "Emergency/acute, Inpatient, Outpatient/community, Telehealth/digital, Group, Family/carer",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Trauma",
+ "Psychosis",
+ "Substance use",
+ "Eating/body image",
+ "Crisis/risk",
+ "ACT",
+ "Group programme"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "compassion-focused-therapy",
+ "name": "Compassion-focused therapy",
+ "category": "Humanistic & Meaning-Based Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Compassion-focused therapy, usually abbreviated CFT. A compassion-based psychotherapy developed to target shame, self-criticism, fears of compassion, and threat-based emotional regulation. It is often described as an emerging third-wave intervention and is recognised in psychotherapy literature, but it is still less guideline-prominent in psychiatry than CBT-family therapies. (PubMed)",
+ "bestUsedFor": "Best when shame and self-criticism are prominent, including some depression, eating-disorder, trauma-related, and transdiagnostic distress presentations. The 2023 meta-analysis found CFT improved compassion-based outcomes and some clinical symptoms compared with waitlist, but the evidence base remains relatively small and heterogeneous compared with major established psychotherapies. (PubMed)",
+ "indications": "Best when shame and self-criticism are prominent, including some depression, eating-disorder, trauma-related, and transdiagnostic distress presentations. The 2023 meta-analysis found CFT improved compassion-based outcomes and some clinical symptoms compared with waitlist, but the evidence base remains relatively small and heterogeneous compared with major established psychotherapies. (PubMed) Self-criticism, shame, fears of compassion, low self-compassion, harsh internal dialogue, and transdiagnostic distress where these processes are central. Recent reviews report the clearest effects on self-compassion and self-criticism, with more mixed evidence on some shame domains and interpersonal compassion flows. (PubMed) Reduce shame and self-criticism, increase self-compassion and compassionate motivation, improve emotional regulation, and reduce symptom burden where these processes are clinically central. (PubMed)",
+ "contraindicationsOrCautions": "Check diagnosis, acuity, suicide and self-harm risk, psychosis, mania, cognitive capacity, dissociation, and whether the patient can tolerate compassion-focused exercises without becoming flooded, cynical, or avoidant. Also check whether a more clearly indicated diagnosis-specific therapy should come first. (RANZCP) Poor fit when the patient is too acutely disorganised, psychotic, manic, or cognitively unable to use the model, or when a more specific active treatment such as ERP or trauma-focused therapy clearly has priority. It is also limited by a still-maturing evidence base and variable intervention fidelity across studies. (PubMed)",
+ "targetSymptoms": "Self-criticism, shame, fears of compassion, low self-compassion, harsh internal dialogue, and transdiagnostic distress where these processes are central. Recent reviews report the clearest effects on self-compassion and self-criticism, with more mixed evidence on some shame domains and interpersonal compassion flows. (PubMed)",
+ "patientPopulation": "Patients with strong self-attacking or shame-based patterns who can engage with imagery, compassionate-mind exercises, reflective practice, and experiential work. It can be especially useful when standard cognitive challenge alone feels too invalidating or ineffective. This latter point is a clinical inference consistent with CFT theory and practice literature. (PubMed)",
+ "setting": "Emergency/acute, Group, Family/carer",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Trauma",
+ "Psychosis",
+ "Personality/interpersonal",
+ "Substance use",
+ "Eating/body image",
+ "Pain/somatic",
+ "Crisis/risk",
+ "Emotional regulation",
+ "CBT",
+ "Group programme"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "constructivist-therapies",
+ "name": "Constructivist therapies",
+ "category": "Humanistic & Meaning-Based Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Constructivist therapies. A broad psychotherapy family grounded in the idea that people actively construct meaning, identity, and reality through interpretive systems rather than simply discovering objective psychological truth. This is an umbrella category rather than one single manualised therapy. It includes lineages such as personal construct psychotherapy, narrative reconstruction, and other constructivist approaches.",
+ "bestUsedFor": "Best for identity, grief, adjustment, self-meaning, and broader distress where a meaning-construction model fits better than a symptom-protocol model. The clearest formal evidence within this family is for personal construct psychotherapy, where older reviews suggest benefit over no treatment but not clear superiority over active treatments.",
+ "indications": "Best for identity, grief, adjustment, self-meaning, and broader distress where a meaning-construction model fits better than a symptom-protocol model. The clearest formal evidence within this family is for personal construct psychotherapy, where older reviews suggest benefit over no treatment but not clear superiority over active treatments. Rigid personal meanings, identity disturbance, grief-related meaning disruption, maladaptive self-organisation, constricted personal constructs, and difficulties where the core problem lies in how experience is interpreted and organised. Broaden and reorganise the person’s meaning system, increase coherence and flexibility, reduce suffering linked to maladaptive self-organisation, and support more adaptive choices and relationships.",
+ "contraindicationsOrCautions": "Check acuity, suicide and self-harm risk, psychosis, mania, cognitive capacity, dissociation, and whether the patient can use abstract reflective work. Also check whether the person actually needs a more operationalised diagnosis-specific therapy first. Poor fit when the person is too acutely unsafe, disorganised, psychotic, manic, or cognitively unable to engage in reflective meaning-based work. It is also limited when the main problem is better addressed by a more specific active ingredient such as exposure, trauma processing, or behavioural skills training.",
+ "targetSymptoms": "Rigid personal meanings, identity disturbance, grief-related meaning disruption, maladaptive self-organisation, constricted personal constructs, and difficulties where the core problem lies in how experience is interpreted and organised.",
+ "patientPopulation": "Reflective patients who can engage with abstract meaning-making, identity work, and revision of long-held constructs. Better fit in outpatient psychotherapy than in acute destabilisation states.",
+ "setting": "Emergency/acute, Outpatient/community, Group, Family/carer",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Trauma",
+ "Psychosis",
+ "Personality/interpersonal",
+ "Crisis/risk",
+ "Grief/loss",
+ "CBT",
+ "Group programme"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "contingency-management-cm",
+ "name": "Contingency Management (CM)",
+ "category": "Substance Use Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Contingency management (CM). A behavioural treatment that uses immediate, tangible reinforcement for target behaviours such as drug-negative biological samples, treatment attendance, or completion of health-promoting interventions. It is now widely regarded as the most effective currently available treatment for stimulant use disorder and also has evidence across other SUDs and as an adjunct to MOUD.",
+ "bestUsedFor": "Best used for stimulant use disorder, for illicit drug use in methadone maintenance, and for engagement / abstinence targets in drug services. NICE explicitly recommends introducing CM to reduce illicit drug use and/or promote engagement for people on methadone maintenance and for people who primarily misuse stimulants.",
+ "indications": "Best used for stimulant use disorder, for illicit drug use in methadone maintenance, and for engagement / abstinence targets in drug services. NICE explicitly recommends introducing CM to reduce illicit drug use and/or promote engagement for people on methadone maintenance and for people who primarily misuse stimulants. Stimulant use, ongoing illicit drug use during treatment, poor engagement, poor attendance, and completion of health-promoting interventions such as infectious-disease testing and vaccination. Increase abstinence or meaningful reduction, improve engagement, and support recovery-related behaviour through reinforcement. NIDA also notes that reduced stimulant use, even without total abstinence, is clinically meaningful.",
+ "contraindicationsOrCautions": "Clarify the target behaviour, testing method, safety, intoxication/withdrawal needs, and whether the patient is in a service that can deliver timely, consistent incentives with adequate programme integrity. Current implementation guidance stresses programme integrity and guardrails as central. CM is not a substitute for withdrawal management, acute medical/psychiatric care, or broader relapse-prevention skills work. It also fails if incentives are delayed, inconsistent, or trivial to the patient. NICE and U.S. implementation reports both emphasise integrity and timeliness.",
+ "targetSymptoms": "Stimulant use, ongoing illicit drug use during treatment, poor engagement, poor attendance, and completion of health-promoting interventions such as infectious-disease testing and vaccination.",
+ "patientPopulation": "Best fit is a patient with stimulant use, recurrent lapses despite counselling, or poor engagement where clear measurable targets can be reinforced. It is especially useful when abstinence or major reduction can be monitored objectively. This fit statement follows the evidence pattern and NICE programme design.",
+ "setting": "Emergency/acute, Outpatient/community",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Substance use",
+ "CBT",
+ "Multi-session"
+ ],
+ "aliases": [
+ "CM"
+ ]
+ },
+ {
+ "slug": "coping-skills-interventions",
+ "name": "Coping-Skills Interventions",
+ "category": "Foundational & Engagement Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Coping-Skills Interventions. A broad family of brief, structured, skills-based psychological interventions aimed at improving day-to-day regulation, coping, and practical functioning.",
+ "bestUsedFor": "Best used as a low-intensity or adjunctive intervention for common mental health problems, subthreshold or mixed distress states, adjustment-related difficulty, stress-related functional decline, and as a bridge while waiting for or building toward more specific treatment. Particularly useful where the main task is teaching practical skills rather than deep formulation or disorder-specific exposure or processing work.",
+ "indications": "Best used as a low-intensity or adjunctive intervention for common mental health problems, subthreshold or mixed distress states, adjustment-related difficulty, stress-related functional decline, and as a bridge while waiting for or building toward more specific treatment. Particularly useful where the main task is teaching practical skills rather than deep formulation or disorder-specific exposure or processing work. Low coping repertoire, poor distress management, stress overload, practical helplessness, low self-efficacy, and avoidant or dysregulated responses to common emotional distress. Improve coping flexibility, reduce distress amplification, increase self-efficacy, and help the patient function better while either recovering or preparing for more specific therapy if needed.",
+ "contraindicationsOrCautions": "Confirm that the patient is not instead needing a more specific active therapy now, such as ERP for OCD, trauma-focused therapy for PTSD, CBTp for psychosis, structured eating-disorder treatment, or urgent medical/biological management. Check cognition, literacy, language, attention, neurodevelopmental needs, and ability to practise between sessions. Usually not enough for severe syndromal illness, psychosis, mania, severe suicidal crisis, severe OCD, severe PTSD, severe eating disorders, or entrenched personality pathology where a more specific therapy is clearly indicated. Also weak if delivered as generic advice without practice, review, or behavioural follow-through.",
+ "targetSymptoms": "Low coping repertoire, poor distress management, stress overload, practical helplessness, low self-efficacy, and avoidant or dysregulated responses to common emotional distress.",
+ "patientPopulation": "Patients who are distressed but still able to learn and rehearse practical skills, especially in community, primary-care-style, stepped-care, public mental health, and adversity-exposed settings. Good fit when symptoms are mixed or comorbid and the immediate need is better day-to-day coping.",
+ "setting": "Emergency/acute, Outpatient/community, Telehealth/digital, Group, Family/carer",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Anxiety",
+ "Trauma",
+ "Psychosis",
+ "Personality/interpersonal",
+ "Neurodevelopmental",
+ "Eating/body image",
+ "Crisis/risk",
+ "Behavioural activation",
+ "CBT",
+ "Group programme"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "couples-therapy",
+ "name": "Couples Therapy",
+ "category": "Family & Couple Therapies",
+ "modality": "ACT",
+ "clinicalSummary": "Couples Therapy. A broad psychotherapy family in which the treatment unit is the couple relationship rather than only one individual. In psychiatric practice it is a legitimate modality, but its strongest explicit guideline-backed role is more selective than generic family therapy. RANZCP recognises couples therapy as a distinct advanced psychotherapy modality.",
+ "bestUsedFor": "The clearest current psychiatric guideline-backed use is behavioural couples therapy for depression when relationship problems may be contributing to depression, or when involving the partner may help treatment. More broadly, couples therapy is used clinically for relationship distress in the context of mental illness, but that broader use has a more mixed and less diagnosis-specific evidence base.",
+ "indications": "The clearest current psychiatric guideline-backed use is behavioural couples therapy for depression when relationship problems may be contributing to depression, or when involving the partner may help treatment. More broadly, couples therapy is used clinically for relationship distress in the context of mental illness, but that broader use has a more mixed and less diagnosis-specific evidence base. Relationship distress, conflict cycles, communication failure, intimacy rupture, maladaptive partner responses to illness, and psychiatric symptoms that are maintained or worsened by couple-level dysfunction. Reduce relationship distress, improve couple functioning, and where relevant improve psychiatric outcome by changing the relational context that is worsening symptoms.",
+ "contraindicationsOrCautions": "Screen for domestic violence, coercive control, intimidation, severe fear, and other situations in which conjoint work may be unsafe or contraindicated. Also clarify whether the main problem is actually a primary individual syndrome needing another first-line treatment before conjoint work. This safety screen is a clinical necessity; the broader couple-therapy evidence does not justify conjoint treatment in unsafe relationships. Couples therapy is not a universal first-line psychiatric treatment across diagnoses. Its psychiatric role is strongest when the relationship itself is contributing to the disorder burden. It is also a poor fit where safety is compromised, one partner is coerced into treatment, or the main need is urgent individual stabilisation.",
+ "targetSymptoms": "Relationship distress, conflict cycles, communication failure, intimacy rupture, maladaptive partner responses to illness, and psychiatric symptoms that are maintained or worsened by couple-level dysfunction.",
+ "patientPopulation": "Couples in which the relationship is clinically relevant to symptoms, relapse, adherence, or recovery, and both partners can engage safely and meaningfully. It is often most useful when relationship distress is clearly linked to depressive symptoms or ongoing psychiatric burden.",
+ "setting": "Emergency/acute, Family/carer",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Trauma",
+ "Substance use",
+ "Eating/body image",
+ "Crisis/risk",
+ "ACT",
+ "Micro skill"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "craving-management-interventions",
+ "name": "Craving-management interventions",
+ "category": "Substance Use Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Craving-management interventions. A set of CBT, motivational, relapse-prevention, mindfulness, pharmacotherapy-adjunctive, and harm-reduction strategies that help patients recognise, tolerate, reduce, or act differently in response to craving. This is not one single psychotherapy.",
+ "bestUsedFor": "Best for alcohol, cannabis, stimulant, opioid, sedative, and polysubstance use where craving is a clear relapse driver. Clinically strongest when integrated into a broader AOD plan including motivational work, relapse prevention, pharmacotherapy where indicated, harm-reduction planning, and management of comorbid psychiatric illness.",
+ "indications": "Best for alcohol, cannabis, stimulant, opioid, sedative, and polysubstance use where craving is a clear relapse driver. Clinically strongest when integrated into a broader AOD plan including motivational work, relapse prevention, pharmacotherapy where indicated, harm-reduction planning, and management of comorbid psychiatric illness. Cue-triggered craving, conditioned responses, urge-driven use, withdrawal-linked craving, emotional triggers, social triggers, craving-related beliefs, impulsive use, and relapse following high-risk situations. NICE drug-misuse guidance includes CBT and relapse-prevention approaches aimed at reducing illicit drug use and improving health and functioning. (nice.org.uk) Reduce craving-driven substance use, improve relapse prevention, increase self-efficacy, and help the patient manage urges without relying only on willpower.",
+ "contraindicationsOrCautions": "Assess substance type, pattern, route, dependence severity, withdrawal risk, overdose risk, last use, intoxication, craving timing, triggers, psychiatric comorbidity, trauma, sleep, pain, medications, social environment, and readiness for change. Check whether craving reflects withdrawal requiring medical management rather than counselling alone. Insufficient alone for severe withdrawal, uncontrolled dependence, high overdose risk, severe intoxication, psychosis/mania, severe suicidality, or unstable dual diagnosis. Craving-management counselling should not replace opioid agonist therapy, alcohol pharmacotherapy, withdrawal management, or residential/intensive treatment where indicated.",
+ "targetSymptoms": "Cue-triggered craving, conditioned responses, urge-driven use, withdrawal-linked craving, emotional triggers, social triggers, craving-related beliefs, impulsive use, and relapse following high-risk situations. NICE drug-misuse guidance includes CBT and relapse-prevention approaches aimed at reducing illicit drug use and improving health and functioning. (nice.org.uk)",
+ "patientPopulation": "Patients who can identify craving patterns, are willing to track triggers, and need practical strategies for high-risk moments. Useful across readiness stages, from harm reduction to abstinence-focused recovery.",
+ "setting": "Emergency/acute, Telehealth/digital, Family/carer",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Trauma",
+ "Psychosis",
+ "Sleep",
+ "Substance use",
+ "Neurodevelopmental",
+ "Eating/body image",
+ "Pain/somatic",
+ "Crisis/risk",
+ "Emotional regulation",
+ "Distress tolerance",
+ "CBT",
+ "Single session"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "crisis-intervention-crisis-oriented-brief-therapy",
+ "name": "Crisis intervention / crisis-oriented brief therapy",
+ "category": "Foundational & Engagement Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Crisis intervention / crisis-oriented brief therapy. A short-term, immediate, structured intervention for an acute psychological or psychiatric crisis, focused on safety, stabilisation, distress reduction, practical problem-solving, mobilisation of supports, and connection to ongoing care.",
+ "bestUsedFor": "Best for acute crisis presentations where the person needs immediate containment and a short practical intervention. Common settings include ED, crisis team, inpatient admission, CL psychiatry, urgent community review, post-self-harm follow-up, post-discharge vulnerability, and acute psychosocial crisis.",
+ "indications": "Best for acute crisis presentations where the person needs immediate containment and a short practical intervention. Common settings include ED, crisis team, inpatient admission, CL psychiatry, urgent community review, post-self-harm follow-up, post-discharge vulnerability, and acute psychosocial crisis. Acute distress, suicidal crisis, self-harm recurrence risk, overwhelming affect, panic or agitation after a stressor, acute interpersonal rupture, unsafe environment, loss of coping, practical crisis triggers, and disengagement from supports. Prevent immediate harm, stabilise the crisis, restore short-term coping, reduce recurrence risk, and connect the person to appropriate ongoing treatment or support.",
+ "contraindicationsOrCautions": "Check immediate safety, suicide/self-harm ideation, intent, plan, access to means, intoxication/withdrawal, psychosis, mania, delirium, domestic/family violence, safeguarding, medical instability, supports, capacity, and ability to follow a safety plan. Do not substitute brief crisis work for urgent containment when imminent risk is present. Insufficient alone for persistent suicidality, severe depression, psychosis, mania, intoxication/withdrawal, domestic violence risk, severe personality crisis needing structured therapy, ongoing trauma exposure, or major social instability. It is a bridge and containment intervention, not definitive treatment for chronic pathology.",
+ "targetSymptoms": "Acute distress, suicidal crisis, self-harm recurrence risk, overwhelming affect, panic or agitation after a stressor, acute interpersonal rupture, unsafe environment, loss of coping, practical crisis triggers, and disengagement from supports.",
+ "patientPopulation": "Patients in acute distress who can participate in brief collaborative planning, or who can do so after initial de-escalation. Also useful for families/carers when immediate safety, supports, and next steps need coordination.",
+ "setting": "Emergency/acute, Inpatient, Outpatient/community, Telehealth/digital, Family/carer",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Anxiety",
+ "Trauma",
+ "Psychosis",
+ "Personality/interpersonal",
+ "Neurodevelopmental",
+ "Crisis/risk",
+ "Grief/loss",
+ "Emotional regulation",
+ "CBT",
+ "Single session"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "cue-exposure-therapy-cet-for-substance-use-disorders",
+ "name": "Cue Exposure Therapy (CET) for Substance Use Disorders",
+ "category": "Substance Use Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Cue Exposure Therapy (CET). A behavioural intervention in which the patient is repeatedly exposed to substance-related cues without using the substance, with the aim of weakening cue-triggered craving and conditioned responding. Recent reviews distinguish conventional CET and technology-assisted CET, including virtual reality formats.",
+ "bestUsedFor": "Best viewed as a selective or emerging adjunctive treatment, not a default first-line SUD psychotherapy. The 2025 qualitative systematic review across SUDs found mixed and generally limited efficacy, with most studies in alcohol and nicotine use disorders and very little convincing effect-size evidence overall.",
+ "indications": "Best viewed as a selective or emerging adjunctive treatment, not a default first-line SUD psychotherapy. The 2025 qualitative systematic review across SUDs found mixed and generally limited efficacy, with most studies in alcohol and nicotine use disorders and very little convincing effect-size evidence overall. Cue-triggered craving, conditioned physiological and psychological reactivity, and relapse risk in environments or situations strongly associated with substance use. Reduce the power of conditioned cues and improve the patient’s ability to encounter previously high-risk stimuli without returning to use.",
+ "contraindicationsOrCautions": "Clarify the substance, cue pattern, current intoxication/withdrawal risk, psychiatric stability, and whether the patient already has or still needs stronger evidence-backed treatment such as motivational work, relapse-prevention CBT, contingency management, or medication-based care where relevant. CET is not a substitute for acute management. This is consistent with the limited current efficacy data and the broader SUD treatment hierarchy. CET is not currently one of the clearest evidence leaders in SUD psychotherapy. The 2025 review found overall efficacy evidence was limited, and the 2017 alcohol meta-analysis supported some benefit in alcohol use disorder but does not justify presenting CET as broadly established across SUDs.",
+ "targetSymptoms": "Cue-triggered craving, conditioned physiological and psychological reactivity, and relapse risk in environments or situations strongly associated with substance use.",
+ "patientPopulation": "Best fit is a patient whose use is strongly cue-driven and who can identify recurrent high-risk triggers, especially when CET is being used alongside broader relapse-prevention or coping-skills treatment rather than instead of it. This is a clinical synthesis based on the CET evidence pattern.",
+ "setting": "Emergency/acute",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Substance use",
+ "Eating/body image",
+ "Crisis/risk",
+ "CBT",
+ "Micro skill"
+ ],
+ "aliases": [
+ "CET"
+ ]
+ },
+ {
+ "slug": "dbt-skills-groups",
+ "name": "DBT skills groups",
+ "category": "Group CBT",
+ "modality": "DBT",
+ "clinicalSummary": "Dialectical behaviour therapy skills groups. Usually one component of a comprehensive DBT programme, not a full stand-alone substitute for DBT. Group format teaches behavioural skills rather than functioning as an unstructured process group. NICE’s BPD guidance specifically recommends considering a comprehensive DBT programme for women with borderline personality disorder when reducing recurrent self-harm is a priority. (NICE)",
+ "bestUsedFor": "Strongest psychiatric use is within a comprehensive DBT programme for borderline personality disorder or closely related chronic emotion-dysregulation presentations, especially where recurrent self-harm or severe affective instability is a major treatment target. Skills groups are also commonly adapted into broader services, but the clearest guideline-backed position is still comprehensive DBT rather than isolated group-only work. (NICE)",
+ "indications": "Strongest psychiatric use is within a comprehensive DBT programme for borderline personality disorder or closely related chronic emotion-dysregulation presentations, especially where recurrent self-harm or severe affective instability is a major treatment target. Skills groups are also commonly adapted into broader services, but the clearest guideline-backed position is still comprehensive DBT rather than isolated group-only work. (NICE) Emotion dysregulation, impulsive self-harm risk, behavioural dyscontrol, crisis escalation, interpersonal chaos, invalidation-sensitive reactions, and poor distress tolerance. In practice it is most relevant when the patient lacks stable behavioural skills under stress. (NICE) Reduce recurrent self-harm and behavioural dyscontrol, improve emotional regulation, strengthen interpersonal functioning, and help the patient replace crisis-driven behaviour with learned, repeatable coping skills. (NICE)",
+ "contraindicationsOrCautions": "Check self-harm and suicide risk, crisis frequency, substance use, dissociation, attendance reliability, behavioural control in group, readiness to work behaviourally, cognitive ability to learn and rehearse skills, and whether the patient is seeking crisis containment that the group itself cannot provide. Also check that the service can define roles clearly across individual therapist, group, and broader care team. (NICE) Poor fit as the only intervention when risk is high, engagement is chaotic, substance use is uncontrolled, psychosis or mania is active, cognition is too impaired for skills learning, or the service cannot provide adequate coordination. Skills groups do not replace a full DBT programme when the patient needs individual prioritisation, crisis coaching, or broader case management. (NICE)",
+ "targetSymptoms": "Emotion dysregulation, impulsive self-harm risk, behavioural dyscontrol, crisis escalation, interpersonal chaos, invalidation-sensitive reactions, and poor distress tolerance. In practice it is most relevant when the patient lacks stable behavioural skills under stress. (NICE)",
+ "patientPopulation": "Patients with chronic emotion dysregulation who can attend regularly, tolerate a structured behavioural group, and are able to practise skills between sessions. Best fit is when the service can also provide individual therapy, crisis planning, and coordinated team-based care, because skills groups alone are often too narrow for complex BPD presentations. (NICE)",
+ "setting": "Emergency/acute, Group",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Trauma",
+ "Psychosis",
+ "Personality/interpersonal",
+ "Substance use",
+ "Neurodevelopmental",
+ "Crisis/risk",
+ "Emotional regulation",
+ "Distress tolerance",
+ "DBT",
+ "Group programme"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "dbt-informed-adjunctive-emotion-regulation-work-for-eating-disorders",
+ "name": "DBT-Informed Adjunctive Emotion-Regulation Work for Eating Disorders",
+ "category": "Eating Disorder Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "DBT-informed adjunctive emotion-regulation work for eating disorders. This is best understood as an adjunctive or adapted treatment element, not as the main first-line psychotherapy replacing diagnosis-specific eating-disorder treatments such as CBT-ED, FT-AN, FT-BN, MANTRA, or SSCM.",
+ "bestUsedFor": "Most defensible for bulimia nervosa, binge eating disorder, and some complex eating-disorder presentations where emotion dysregulation is clearly central. Current evidence suggests DBT-based approaches can improve emotion dysregulation and may help binge-spectrum symptoms, but this evidence is more limited and less guideline-central than the evidence for diagnosis-specific first-line treatments.",
+ "indications": "Most defensible for bulimia nervosa, binge eating disorder, and some complex eating-disorder presentations where emotion dysregulation is clearly central. Current evidence suggests DBT-based approaches can improve emotion dysregulation and may help binge-spectrum symptoms, but this evidence is more limited and less guideline-central than the evidence for diagnosis-specific first-line treatments. Emotion dysregulation, binge eating triggered by affective overload, impulsive compensatory behaviours, poor distress tolerance, shame-driven escalation, and interpersonal triggers that worsen eating-disorder symptoms. Reduce binge/purge behaviour driven by dysregulation, improve emotional control, strengthen coping, and support the person to make better use of the main eating-disorder treatment.",
+ "contraindicationsOrCautions": "Clarify that the person is also receiving, or has at least been considered for, the diagnosis-specific first-line eating-disorder treatment appropriate to age and diagnosis. Also check medical risk, suicidality, self-harm, substance use, and whether the main problem is actually anorexia-related malnutrition rather than emotion-driven binge-spectrum behaviour. It is not a replacement for CBT-ED, FT-AN, FT-BN, MANTRA, or SSCM, and it is not a substitute for medical stabilisation. It is a weaker fit when the eating disorder is primarily restrictive anorexia without major emotion-driven binge/purge behaviour, or when the service uses “DBT-informed” language without a real skills-based programme.",
+ "targetSymptoms": "Emotion dysregulation, binge eating triggered by affective overload, impulsive compensatory behaviours, poor distress tolerance, shame-driven escalation, and interpersonal triggers that worsen eating-disorder symptoms.",
+ "patientPopulation": "Patients with eating disorders whose symptoms are strongly linked to affective storms, impulsivity, or poor distress tolerance, especially when the standard eating-disorder formulation alone is not enough to explain recurrent binge/purge behaviour. It is often best used as an adjunct when the person also needs the main evidence-based eating-disorder treatment.",
+ "setting": "Emergency/acute, Group, Family/carer",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Anxiety",
+ "Personality/interpersonal",
+ "Substance use",
+ "Eating/body image",
+ "Crisis/risk",
+ "Emotional regulation",
+ "Distress tolerance",
+ "CBT",
+ "Group programme"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "developmental-social-skills-interventions",
+ "name": "Developmental social-skills interventions",
+ "category": "Child & Adolescent Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Developmental social-skills interventions. Structured interventions that teach or support social communication, peer interaction, social problem-solving, play, reciprocity, and functional participation in children or young people, especially where developmental, autism, ADHD, anxiety, or social-communication difficulties are central.",
+ "bestUsedFor": "Best for autistic children/young people and other developmental presentations where social communication is a clear functional target. In autism, NICE specifically supports social-communication interventions adjusted to developmental level and involving parents, carers, teachers, or peers. For adults, NICE supports group-based or individually delivered social learning programmes where social interaction problems are identified. (NICE)",
+ "indications": "Best for autistic children/young people and other developmental presentations where social communication is a clear functional target. In autism, NICE specifically supports social-communication interventions adjusted to developmental level and involving parents, carers, teachers, or peers. For adults, NICE supports group-based or individually delivered social learning programmes where social interaction problems are identified. (NICE) Social communication difficulties, limited reciprocal interaction, reduced peer participation, poor play/social routines, social problem-solving deficits, pragmatic communication problems, isolation, and functional social impairment. NICE autism guidance for under-19s recommends social-communication interventions using play-based strategies with parents, carers, teachers, or peers to increase joint attention, engagement, and reciprocal communication. (NICE) Improve meaningful social participation, communication confidence, peer/community access, and quality of life, while respecting neurodiversity and the person’s preferences.",
+ "contraindicationsOrCautions": "Clarify diagnosis and formulation: autism, ADHD, social anxiety, trauma, language disorder, intellectual disability, bullying, psychosis, depression, or environmental mismatch. Assess developmental level, communication profile, sensory needs, motivation, school context, peer safety, family capacity, and whether social-skills work risks masking or compliance-focused goals rather than meaningful participation. Poor fit if used to force masking, eye contact, compliance, or neurotypical performance without functional benefit. Also poor fit if social withdrawal is primarily due to bullying, trauma, social anxiety, depression, psychosis, unsafe school environment, or sensory overload that needs environmental adjustment first.",
+ "targetSymptoms": "Social communication difficulties, limited reciprocal interaction, reduced peer participation, poor play/social routines, social problem-solving deficits, pragmatic communication problems, isolation, and functional social impairment. NICE autism guidance for under-19s recommends social-communication interventions using play-based strategies with parents, carers, teachers, or peers to increase joint attention, engagement, and reciprocal communication. (NICE)",
+ "patientPopulation": "Children and young people with identifiable social-communication goals, capacity to practise skills, and available adults or peers who can support generalisation. Particularly useful when the aim is functional participation rather than making the person appear neurotypical.",
+ "setting": "Emergency/acute, Outpatient/community, Group, Family/carer",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Anxiety",
+ "Trauma",
+ "Psychosis",
+ "Neurodevelopmental",
+ "Eating/body image",
+ "Crisis/risk",
+ "CBT",
+ "Group programme"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "developmentally-adapted-dbt",
+ "name": "Developmentally adapted DBT",
+ "category": "Child & Adolescent Therapies",
+ "modality": "DBT",
+ "clinicalSummary": "Developmentally adapted dialectical behaviour therapy, usually DBT-A when adapted for adolescents. A DBT model modified for young people, usually with individual therapy, skills training, family/carer involvement, coaching or crisis-planning elements, and a focus on self-harm, suicidal ideation, emotion dysregulation, and interpersonal instability.",
+ "bestUsedFor": "Best for adolescents with recurrent self-harm, suicidal ideation, severe emotion dysregulation, emerging borderline traits, or repeated crisis presentations where a structured skills-plus-risk model is needed. The evidence supports DBT-A as valuable for adolescent self-harm and suicidal ideation, though evidence for reducing borderline symptoms is stronger in pre-post studies than controlled comparisons. (Cambridge University Press & Assessment)",
+ "indications": "Best for adolescents with recurrent self-harm, suicidal ideation, severe emotion dysregulation, emerging borderline traits, or repeated crisis presentations where a structured skills-plus-risk model is needed. The evidence supports DBT-A as valuable for adolescent self-harm and suicidal ideation, though evidence for reducing borderline symptoms is stronger in pre-post studies than controlled comparisons. (Cambridge University Press & Assessment) Self-harm, suicidal ideation, emotion dysregulation, impulsivity, interpersonal crises, family conflict, shame, invalidation cycles, and crisis-driven coping. A 2021 meta-analysis of DBT-A found small-to-moderate effects versus control conditions for reducing adolescent self-harm and suicidal ideation, with large pre-post improvements across self-harm, suicidal ideation, and borderline personality symptoms. (Cambridge University Press & Assessment) Reduce self-harm and suicidal behaviour, improve emotion regulation, increase distress tolerance, reduce therapy-interfering behaviours, improve relationships, and build a safer pathway into adulthood.",
+ "contraindicationsOrCautions": "Assess suicide/self-harm risk, current safety, family violence/safeguarding, substance use, eating disorder risk, trauma, bipolarity, psychosis, neurodevelopmental disorders, cognitive capacity, therapy-interfering behaviour, carer capacity, and whether outpatient DBT-A is enough containment. Poor fit as stand-alone outpatient work when acute suicide risk, severe family violence, uncontrolled substance use, psychosis, mania, severe eating-disorder medical risk, or major cognitive impairment requires a more intensive or different pathway. DBT-A should not be used to avoid necessary safeguarding or inpatient/crisis care.",
+ "targetSymptoms": "Self-harm, suicidal ideation, emotion dysregulation, impulsivity, interpersonal crises, family conflict, shame, invalidation cycles, and crisis-driven coping. A 2021 meta-analysis of DBT-A found small-to-moderate effects versus control conditions for reducing adolescent self-harm and suicidal ideation, with large pre-post improvements across self-harm, suicidal ideation, and borderline personality symptoms. (Cambridge University Press & Assessment)",
+ "patientPopulation": "Young people who are behaviourally dysregulated but can engage in structured therapy, attend regularly, practise skills, and involve carers/family to some degree. Particularly useful when risk behaviour is repetitive, emotionally triggered, and reinforced by crisis relief or interpersonal responses.",
+ "setting": "Emergency/acute, Inpatient, Outpatient/community, Group, Family/carer",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Trauma",
+ "Psychosis",
+ "Personality/interpersonal",
+ "Substance use",
+ "Neurodevelopmental",
+ "Eating/body image",
+ "Crisis/risk",
+ "Emotional regulation",
+ "Distress tolerance",
+ "DBT",
+ "Group programme"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "developmentally-adapted-erp",
+ "name": "Developmentally adapted ERP",
+ "category": "Child & Adolescent Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Developmentally adapted exposure and response prevention, developmentally adapted ERP. ERP for children and adolescents with OCD or BDD, modified for age, cognitive maturity, family involvement, motivation, school context, and developmental capacity. NICE states that children and young people with OCD and moderate to severe functional impairment should be offered CBT including ERP, involving family/carers and adapted to developmental age. (NICE)",
+ "bestUsedFor": "Best for paediatric OCD and BDD. NICE recommends CBT including ERP as treatment of choice for children and young people with OCD where guided self-help is insufficient/refused or impairment is moderate to severe, and first-line CBT including ERP for all children and young people with BDD. (NICE)",
+ "indications": "Best for paediatric OCD and BDD. NICE recommends CBT including ERP as treatment of choice for children and young people with OCD where guided self-help is insufficient/refused or impairment is moderate to severe, and first-line CBT including ERP for all children and young people with BDD. (NICE) Obsessions, compulsions, avoidance, reassurance-seeking, family accommodation, magical thinking, contamination rituals, checking, ordering, mental rituals, school impairment, and distress maintained by ritual relief. For BDD, it targets appearance-related preoccupation, checking, avoidance, camouflaging, reassurance, and mirror behaviours. (NICE) Reduce obsessions, compulsions, avoidance, reassurance, and family accommodation; restore developmental functioning; and help the young person tolerate uncertainty/discomfort without ritualising.",
+ "contraindicationsOrCautions": "Assess OCD/BDD severity, suicide/self-harm risk, depression, tic disorder, autism/ADHD/intellectual disability, psychosis, eating disorder symptoms, family accommodation, parental OCD/anxiety, school impairment, safeguarding, and medication history. Clarify covert rituals and reassurance patterns because young people often hide them. Poor fit if used without family/carer involvement, if the young person is too unsafe or psychotic/manic to engage, or if rituals are not properly identified. It may need medication augmentation in moderate to severe or non-responsive cases. NICE recommends considering SSRI addition after inadequate CBT response in children 8–11 and offering SSRI addition in young people 12–18 after multidisciplinary review, with careful monitoring. (NICE)",
+ "targetSymptoms": "Obsessions, compulsions, avoidance, reassurance-seeking, family accommodation, magical thinking, contamination rituals, checking, ordering, mental rituals, school impairment, and distress maintained by ritual relief. For BDD, it targets appearance-related preoccupation, checking, avoidance, camouflaging, reassurance, and mirror behaviours. (NICE)",
+ "patientPopulation": "Children/adolescents with clear obsessions and compulsions who can engage with graded tasks, tolerate distress with support, and have carers able to reduce accommodation and support practice. Group or individual formats can be chosen based on young person and family preference. (NICE)",
+ "setting": "Emergency/acute, Inpatient, Group, Family/carer",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Anxiety",
+ "Trauma",
+ "Psychosis",
+ "Personality/interpersonal",
+ "Neurodevelopmental",
+ "Eating/body image",
+ "Crisis/risk",
+ "CBT",
+ "Group programme"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "dialectical-behaviour-therapy-dbt",
+ "name": "Dialectical Behaviour Therapy (DBT)",
+ "category": "Personality Disorder Therapies",
+ "modality": "DBT",
+ "clinicalSummary": "Dialectical Behaviour Therapy (DBT). A structured, multi-component psychotherapy originally developed for chronically suicidal people with borderline personality disorder and now widely used for severe emotion dysregulation, recurrent self-harm, and related borderline-personality presentations.",
+ "bestUsedFor": "Best supported for borderline personality disorder / borderline personality symptoms, especially when recurrent self-harm is a major treatment priority. In current NICE guidance, for women with borderline personality disorder in whom reducing recurrent self-harm is a priority, clinicians should consider a comprehensive DBT programme. In broader contemporary practice, DBT is widely used across genders for comparable borderline-pathology and dysregulation presentations.",
+ "indications": "Best supported for borderline personality disorder / borderline personality symptoms, especially when recurrent self-harm is a major treatment priority. In current NICE guidance, for women with borderline personality disorder in whom reducing recurrent self-harm is a priority, clinicians should consider a comprehensive DBT programme. In broader contemporary practice, DBT is widely used across genders for comparable borderline-pathology and dysregulation presentations. Recurrent self-harm, suicidal behaviour, emotion dysregulation, crisis-driven impulsivity, interpersonal chaos, chronic invalidation sensitivity, and behavioural instability. Reduce self-harm and suicidal behaviour, improve behavioural control, increase emotion-regulation capacity, improve relationships and treatment engagement, and help the person build a life less organised around crisis.",
+ "contraindicationsOrCautions": "Confirm that the core problem is severe dysregulation / self-harm vulnerability rather than acute psychosis, delirium, untreated bipolar mania, severe substance intoxication/withdrawal, or another dominant syndrome needing different first-line treatment. Also check capacity to stay within a structured treatment frame, current risk, substance use, cognitive profile, and whether the service can actually deliver comprehensive DBT rather than a diluted version. DBT is not a substitute for acute containment, medical detoxification, or treatment of psychosis / mania / delirium. It is also weak if delivered as “DBT-informed support” without a real hierarchy, skills programme, behavioural analysis, and team structure.",
+ "targetSymptoms": "Recurrent self-harm, suicidal behaviour, emotion dysregulation, crisis-driven impulsivity, interpersonal chaos, chronic invalidation sensitivity, and behavioural instability.",
+ "patientPopulation": "Patients with recurrent crises, self-harm, suicidal behaviours, severe emotional lability, and enough willingness to engage in a structured, demanding treatment frame. It is often a strong fit when the person needs both skills training and high treatment structure, not just exploratory therapy.",
+ "setting": "Emergency/acute, Group",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Trauma",
+ "Psychosis",
+ "Personality/interpersonal",
+ "Substance use",
+ "Neurodevelopmental",
+ "Eating/body image",
+ "Crisis/risk",
+ "Emotional regulation",
+ "Distress tolerance",
+ "DBT",
+ "Group programme"
+ ],
+ "aliases": [
+ "DBT"
+ ]
+ },
+ {
+ "slug": "dignity-therapy",
+ "name": "Dignity therapy",
+ "category": "Humanistic & Meaning-Based Therapies",
+ "modality": "ACT",
+ "clinicalSummary": "Dignity therapy, DT. A brief meaning-centred and legacy-focused psychotherapy developed for people with advanced illness or end-of-life distress.",
+ "bestUsedFor": "Best in palliative care, psycho-oncology, advanced illness, neurodegenerative disease, and CL psychiatry where existential distress, dignity, meaning, and legacy are central.",
+ "indications": "Best in palliative care, psycho-oncology, advanced illness, neurodegenerative disease, and CL psychiatry where existential distress, dignity, meaning, and legacy are central. Loss of dignity, demoralisation, existential distress, fear of being forgotten, loss of role/identity, end-of-life distress, spiritual suffering, family communication needs, and legacy concerns. Preserve dignity, reduce existential suffering, support meaning, strengthen identity, create legacy, and support family connection around end of life.",
+ "contraindicationsOrCautions": "Assess cognition, delirium, fatigue, prognosis, timing, depression, suicidality, demoralisation, psychosis, trauma, family conflict, cultural/spiritual needs, consent to share legacy document, and whether the person has enough energy for the process. Poor fit in delirium, severe cognitive impairment, overwhelming fatigue, acute psychosis/mania, severe agitation, or if reflective legacy work is unwanted. Evidence is promising but outcomes are mixed across studies, so avoid overclaiming symptom reduction.",
+ "targetSymptoms": "Loss of dignity, demoralisation, existential distress, fear of being forgotten, loss of role/identity, end-of-life distress, spiritual suffering, family communication needs, and legacy concerns.",
+ "patientPopulation": "Patients with advanced or life-limiting illness who are cognitively able to participate, want reflective life/legacy work, and can tolerate discussion of illness, death, relationships and meaning.",
+ "setting": "Emergency/acute, Outpatient/community, Family/carer",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Trauma",
+ "Psychosis",
+ "Eating/body image",
+ "Crisis/risk",
+ "Grief/loss",
+ "ACT",
+ "Single session"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "dyadic-therapy",
+ "name": "Dyadic Therapy",
+ "category": "Family & Couple Therapies",
+ "modality": "ACT",
+ "clinicalSummary": "Dyadic Therapy. A broad therapy format in which the treatment unit is a pair rather than an individual, couple, or whole family. In psychiatric and developmental practice, the clearest and best-established dyadic forms are usually parent–infant / mother–infant and some parent–child interventions. It is better understood as a format category than one single standardised therapy model.",
+ "bestUsedFor": "The strongest and clearest uses are parent–infant / mother–infant work, especially when maternal mental health and the infant relationship are both clinically relevant. Dyadic formats are also used in some child-developmental and developmental-trauma models, but the evidence base is more heterogeneous there.",
+ "indications": "The strongest and clearest uses are parent–infant / mother–infant work, especially when maternal mental health and the infant relationship are both clinically relevant. Dyadic formats are also used in some child-developmental and developmental-trauma models, but the evidence base is more heterogeneous there. Dyadic dysregulation, impaired bonding or attachment, maladaptive interactive patterns, parent–infant or parent–child relational difficulty, and psychiatric symptoms that are closely tied to the two-person relationship rather than the individual alone. Improve the functioning of the dyad itself so that symptom burden, bonding difficulty, attachment-related problems, or dyadic dysregulation are reduced.",
+ "contraindicationsOrCautions": "Clarify exactly which dyad is being treated and whether a more specific named model is actually indicated, because “dyadic therapy” alone is too broad to guide practice. Also check safeguarding, violence or coercion, severe instability, cognitive capacity, developmental stage, and whether conjoint work is safe and acceptable. Dyadic therapy is too broad to function as a stand-alone diagnosis label. In practice, it should usually be specified into a named dyadic model. The evidence base is strongest in some parent–infant contexts, while effects across broader dyadic care models are heterogeneous.",
+ "targetSymptoms": "Dyadic dysregulation, impaired bonding or attachment, maladaptive interactive patterns, parent–infant or parent–child relational difficulty, and psychiatric symptoms that are closely tied to the two-person relationship rather than the individual alone.",
+ "patientPopulation": "Two-person systems where the relationship is itself part of the pathology or recovery pathway, especially mother–infant, parent–infant, and some parent–child dyads. It fits best when working with the pair together is more clinically informative and effective than treating one member alone.",
+ "setting": "Emergency/acute, Group, Family/carer",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Trauma",
+ "Eating/body image",
+ "Crisis/risk",
+ "ACT",
+ "Group programme"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "dynamic-interpersonal-therapy",
+ "name": "Dynamic interpersonal therapy",
+ "category": "Personality Disorder Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Dynamic interpersonal therapy, DIT. A brief, semi-structured psychodynamic and mentalisation-informed therapy originally developed for depression, usually delivered over 16 sessions. It sits between classic psychodynamic psychotherapy and IPT: relational and attachment-focused, but time-limited and symptom-linked.",
+ "bestUsedFor": "Best-supported use is major depressive disorder, especially when interpersonal patterns, attachment insecurity, relationship loss, or relational conflict are central. Evidence is developing rather than as broad as CBT/IPT. A pilot RCT found DIT superior to low-intensity treatment and broadly equivalent to CBT on most outcomes, but larger replication and local implementation evidence remain important. (PubMed)",
+ "indications": "Best-supported use is major depressive disorder, especially when interpersonal patterns, attachment insecurity, relationship loss, or relational conflict are central. Evidence is developing rather than as broad as CBT/IPT. A pilot RCT found DIT superior to low-intensity treatment and broadly equivalent to CBT on most outcomes, but larger replication and local implementation evidence remain important. (PubMed) Recurrent interpersonal patterns, attachment insecurity, affect avoidance, poor mentalising under interpersonal stress, relational loss/conflict, and depression linked to relationship templates. DIT is described in trial literature as a psychodynamic and mentalisation-based treatment for major depression. (PubMed) Reduce depressive symptoms, improve mentalising and emotional understanding, make relational patterns more conscious and flexible, and reduce recurrence of depression linked to repeated interpersonal templates.",
+ "contraindicationsOrCautions": "Check depressive severity, suicidality, bipolarity, psychosis, substance use, cognitive capacity, interpersonal instability, and capacity to tolerate relational exploration without marked decompensation. Also check that the main formulation is relational/interpersonal rather than primarily OCD, PTSD, panic, psychosis, or severe personality dysregulation requiring another modality. Poor fit as primary therapy for acute mania, psychosis, severe cognitive impairment, severe substance instability, severe OCD needing ERP, PTSD needing trauma-focused work, or high-risk personality presentations needing DBT/MBT-level structure. Evidence is promising but narrower than for major first-line therapies.",
+ "targetSymptoms": "Recurrent interpersonal patterns, attachment insecurity, affect avoidance, poor mentalising under interpersonal stress, relational loss/conflict, and depression linked to relationship templates. DIT is described in trial literature as a psychodynamic and mentalisation-based treatment for major depression. (PubMed)",
+ "patientPopulation": "Reflective patients with depression who can engage with relational formulation, affect, and the therapeutic relationship, but who also benefit from a time-limited and structured frame. Good fit where purely skills-based CBT feels too superficial, but open-ended long-term psychodynamic work is not available or not required.",
+ "setting": "Emergency/acute, Family/carer",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Anxiety",
+ "Trauma",
+ "Psychosis",
+ "Personality/interpersonal",
+ "Substance use",
+ "Neurodevelopmental",
+ "Eating/body image",
+ "Crisis/risk",
+ "Grief/loss",
+ "Emotional regulation",
+ "CBT",
+ "Multi-session"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "eating-disorder-focused-cognitive-behavioural-therapy-cbt-ed-cbt-e",
+ "name": "Eating-Disorder-Focused Cognitive Behavioural Therapy (CBT-ED / CBT-E)",
+ "category": "Eating Disorder Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Eating-Disorder-Focused Cognitive Behavioural Therapy (CBT-ED), often referred to in specialist practice as CBT-E when using the enhanced transdiagnostic Fairburn model. In NICE guidance the standard label is CBT-ED.",
+ "bestUsedFor": "Strongest current guideline-backed use is in adults with bulimia nervosa, adults with binge eating disorder, and as one of the main options for adults with anorexia nervosa. NICE recommends individual CBT-ED for adults with bulimia nervosa when guided self-help is unacceptable, contraindicated, or ineffective after 4 weeks; group CBT-ED as the main treatment for adults with binge eating disorder, with individual CBT-ED if group CBT-ED is unavailable or declined; and individual CBT-ED as one of the treatment options for adults with anorexia nervosa alongside MANTRA and SSCM.",
+ "indications": "Strongest current guideline-backed use is in adults with bulimia nervosa, adults with binge eating disorder, and as one of the main options for adults with anorexia nervosa. NICE recommends individual CBT-ED for adults with bulimia nervosa when guided self-help is unacceptable, contraindicated, or ineffective after 4 weeks; group CBT-ED as the main treatment for adults with binge eating disorder, with individual CBT-ED if group CBT-ED is unavailable or declined; and individual CBT-ED as one of the treatment options for adults with anorexia nervosa alongside MANTRA and SSCM. Dietary restraint, binge eating, purging, shape/weight overvaluation, body-image distress, emotional triggers for eating-disorder behaviour, self-monitoring failure, and relapse vulnerability. Reduce eating-disorder symptoms, normalise eating patterns, reduce body-image-driven psychopathology, improve physical and psychological recovery, and reduce relapse risk. In anorexia nervosa, reaching a healthy body weight is a key treatment goal alongside cognitive and behavioural change.",
+ "contraindicationsOrCautions": "Clarify the diagnosis, nutritional risk, medical instability, weight/BMI severity, purging frequency, suicidality, substance use, and whether the person needs urgent medical / inpatient / day programme support first. In anorexia nervosa, weight restoration and physical safety are critical treatment goals and CBT-ED should not be framed as if cognitive work alone can replace nutritional and medical management. CBT-ED is not a substitute for medical stabilisation, nutritional rehabilitation, or higher-level care when the person is medically compromised. It is also not always the best first choice for every eating-disorder presentation, especially where another guideline-backed option such as MANTRA, SSCM, FT-AN, or FT-BN is more appropriate by age or diagnosis.",
+ "targetSymptoms": "Dietary restraint, binge eating, purging, shape/weight overvaluation, body-image distress, emotional triggers for eating-disorder behaviour, self-monitoring failure, and relapse vulnerability.",
+ "patientPopulation": "Patients with eating-disorder psychopathology who can engage in a structured, formulation-driven treatment and who can complete self-monitoring and between-session tasks. It is especially strong when rigid eating patterns, binge-purge cycles, body-image overvaluation, and emotion-linked eating behaviours are central.",
+ "setting": "Emergency/acute, Inpatient, Group",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Personality/interpersonal",
+ "Substance use",
+ "Neurodevelopmental",
+ "Eating/body image",
+ "Crisis/risk",
+ "CBT",
+ "Group programme"
+ ],
+ "aliases": [
+ "CBT-ED / CBT-E"
+ ]
+ },
+ {
+ "slug": "eating-disorder-focused-focal-psychodynamic-therapy-fpt-for-adult-anorexia-nervosa",
+ "name": "Eating-Disorder-Focused Focal Psychodynamic Therapy (FPT) for Adult Anorexia Nervosa",
+ "category": "Eating Disorder Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Eating-disorder-focused focal psychodynamic therapy (FPT) for adults with anorexia nervosa. In NICE guidance, this is a specialist adult anorexia option used after CBT-ED, MANTRA, or SSCM have been unacceptable, contraindicated, or ineffective, rather than a first offered adult treatment.",
+ "bestUsedFor": "Best used in adults with anorexia nervosa when one of the three main adult psychotherapies already recommended by NICE — CBT-ED, MANTRA, or SSCM — has been unacceptable, contraindicated, or ineffective.",
+ "indications": "Best used in adults with anorexia nervosa when one of the three main adult psychotherapies already recommended by NICE — CBT-ED, MANTRA, or SSCM — has been unacceptable, contraindicated, or ineffective. The personal meaning of anorexia symptoms, the way symptoms affect the person, and the way symptoms influence relationships with other people and the therapist. Reduce anorexia-maintaining patterns by working through symptom meaning, self-esteem, and relationship dynamics, while supporting broader recovery and everyday functioning. Because this is anorexia treatment, progress still needs to sit within the wider goal of improved eating and healthy weight restoration.",
+ "contraindicationsOrCautions": "Confirm anorexia diagnosis, nutritional and medical risk, current BMI/weight trajectory, suicidality, purging, major comorbidity, and whether the person needs more urgent medical, inpatient, or day-patient care first. NICE is explicit that reaching a healthy body weight is a key treatment goal in anorexia treatment generally. It is not a first-offered adult anorexia psychotherapy in NICE, and it is not a substitute for medical stabilisation or multidisciplinary eating-disorder care when risk is high. It is also a poor fit if the person cannot use a focal psychodynamic frame or if another adult anorexia treatment has not yet been adequately tried.",
+ "targetSymptoms": "The personal meaning of anorexia symptoms, the way symptoms affect the person, and the way symptoms influence relationships with other people and the therapist.",
+ "patientPopulation": "Adults with anorexia nervosa who can engage in a longer focal relational treatment and where a psychodynamic formulation of symptom meaning and interpersonal effects is clinically useful. This “best fit” statement is a clinical inference from the NICE model description rather than a separate NICE hierarchy.",
+ "setting": "Emergency/acute, Inpatient",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Personality/interpersonal",
+ "Eating/body image",
+ "Crisis/risk",
+ "Emotional regulation",
+ "CBT",
+ "Multi-session"
+ ],
+ "aliases": [
+ "FPT"
+ ]
+ },
+ {
+ "slug": "ect",
+ "name": "ECT",
+ "category": "Brain & Body Therapies",
+ "modality": "ACT",
+ "clinicalSummary": "Electroconvulsive therapy, ECT. A medical psychiatric treatment in which a brief pulsed electrical current is used to induce a therapeutic seizure under general anaesthesia. RANZCP states ECT is a highly effective treatment with a strong evidence base, particularly for severe depressive disorders. (RANZCP)",
+ "bestUsedFor": "Strongest use is severe depressive disorder, especially where rapid response is needed, previous ECT response has been good, or other treatments have not provided adequate benefit. It is also a major option for catatonia and severe or prolonged mania. RANZCP notes particularly strong evidence in severe depressive disorders. (RANZCP)",
+ "indications": "Strongest use is severe depressive disorder, especially where rapid response is needed, previous ECT response has been good, or other treatments have not provided adequate benefit. It is also a major option for catatonia and severe or prolonged mania. RANZCP notes particularly strong evidence in severe depressive disorders. (RANZCP) Severe depressive illness, including life-threatening or psychotic depression, prolonged or severe mania, catatonia, and selected psychotic states. RANZCP lists severe depression, mania, and psychosis as uses, while NICE specifically recommends ECT for rapid short-term improvement in catatonia and prolonged or severe manic episode when other options have failed or when the condition is potentially life-threatening. (RANZCP) Achieve rapid symptomatic relief, reduce immediate morbidity or mortality, restore function, and bridge the patient into longer-term relapse-prevention treatment. RANZCP notes relapse can occur after a successful acute course and that optimised pharmacological management and, in some cases, continuation or maintenance ECT can reduce relapse risk. (RANZCP)",
+ "contraindicationsOrCautions": "Document diagnosis, indication, urgency, prior treatment history, anaesthetic risk, medical comorbidity, cognitive status, consent/capacity, and risks of no treatment. NICE states the decision should be based on documented assessment of risks and benefits, including anaesthetic risk, comorbidities, anticipated adverse events, especially cognitive impairment, and the risks of not having treatment. (NICE) ECT is not a universal replacement for psychotherapy or medication and is usually reserved for severe illness or urgent clinical need. Important limitations include cognitive adverse effects, especially memory impairment, anaesthetic considerations, and the need for careful consent and legal/ethical review. NICE also advises particular caution in pregnancy, older people with cognitive impairment, and children and young people. (NICE)",
+ "targetSymptoms": "Severe depressive illness, including life-threatening or psychotic depression, prolonged or severe mania, catatonia, and selected psychotic states. RANZCP lists severe depression, mania, and psychosis as uses, while NICE specifically recommends ECT for rapid short-term improvement in catatonia and prolonged or severe manic episode when other options have failed or when the condition is potentially life-threatening. (RANZCP)",
+ "patientPopulation": "Patients with severe illness, marked biological syndrome, high morbidity from non-response, or urgent need for improvement, including severe depressive states with poor intake, psychotic features, or major retardation, and selected catatonic or manic states. This best-fit phrasing is consistent with the indications described by RANZCP and NICE. (RANZCP)",
+ "setting": "Emergency/acute",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Psychosis",
+ "Crisis/risk",
+ "Grief/loss",
+ "ACT",
+ "Multi-session"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "emotion-focused-therapy",
+ "name": "Emotion-focused therapy",
+ "category": "Humanistic & Meaning-Based Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Emotion-focused therapy, usually abbreviated EFT. A humanistic–experiential psychotherapy that aims to identify, access, regulate, transform, and make sense of maladaptive emotional experience. It exists in individual, couple, and family variants. In current evidence, the strongest and clearest empirical support is for emotionally focused couples therapy / EFT for couples, while broader individual EFT is recognised in psychotherapy literature but is less emphasised in current psychiatric guideline sets than CBT, IPT, or DBT. (PubMed)",
+ "bestUsedFor": "Best for emotionally driven distress where maladaptive emotion processing is central, and especially for couple distress in the couples form. Meta-analyses support emotionally focused couples therapy for reducing couple distress and improving relationship satisfaction, with some maintenance of gains at follow-up. The broader individual EFT evidence base is more supportive than definitive, and much less guideline-prominent in psychiatry than CBT-family therapies. (PubMed)",
+ "indications": "Best for emotionally driven distress where maladaptive emotion processing is central, and especially for couple distress in the couples form. Meta-analyses support emotionally focused couples therapy for reducing couple distress and improving relationship satisfaction, with some maintenance of gains at follow-up. The broader individual EFT evidence base is more supportive than definitive, and much less guideline-prominent in psychiatry than CBT-family therapies. (PubMed) Maladaptive emotional processing, shame, unresolved attachment-related pain, blocked primary emotion, rigid secondary emotional responses, and distressed couple interactional cycles in the couples model. (PubMed) Improve emotional processing, transform maladaptive emotional patterns, strengthen secure connection in couple models, and reduce distress by changing how emotion is experienced and organised. (PubMed)",
+ "contraindicationsOrCautions": "Check diagnosis, severity, suicide and self-harm risk, bipolarity, psychosis, major dissociation, substance instability, interpersonal violence in couple work, and whether a more specific diagnosis-driven therapy should come first. In couple therapy versions, safety and coercion screening are especially important. The IPV/safety emphasis is a clinical inference consistent with couple-therapy practice rather than a specific RANZCP EFT guideline. (PubMed) Poor fit when the patient is too disorganised, manic, psychotic, severely cognitively impaired, highly dissociative, or clearly needs a more specific evidence-based treatment such as ERP, trauma-focused CBT, or comprehensive DBT. In couples forms, it is also a poor fit if safety cannot be established. The broader psychiatric evidence base remains less dominant than for CBT-family therapies. (RANZCP)",
+ "targetSymptoms": "Maladaptive emotional processing, shame, unresolved attachment-related pain, blocked primary emotion, rigid secondary emotional responses, and distressed couple interactional cycles in the couples model. (PubMed)",
+ "patientPopulation": "Patients or couples who can engage affectively, tolerate emotion-focused work, and benefit from relational/emotional exploration rather than mainly behavioural homework or cognitive restructuring. In couples work, it fits best when attachment insecurity and negative interaction cycles are prominent. (PubMed)",
+ "setting": "Emergency/acute, Family/carer",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Trauma",
+ "Psychosis",
+ "Personality/interpersonal",
+ "Substance use",
+ "Neurodevelopmental",
+ "Pain/somatic",
+ "Crisis/risk",
+ "Emotional regulation",
+ "CBT",
+ "Multi-session"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "empowerment-focused-practice",
+ "name": "Empowerment-focused practice",
+ "category": "Community & Casework Support",
+ "modality": "ACT",
+ "clinicalSummary": "Empowerment-focused practice. A recovery-oriented therapeutic and psychosocial approach that aims to increase the person’s control, voice, self-determination, and active role in care, rather than positioning them mainly as passive recipients of treatment. In Australian psychiatry, empowerment is explicitly identified by RANZCP as a core element of recovery-oriented practice.",
+ "bestUsedFor": "Best as a cross-cutting psychiatric practice approach in recovery-oriented care, community psychiatry, rehabilitation, trauma-informed practice, and long-term mental healthcare. It is especially useful where engagement, self-management, and collaborative treatment planning are central. (RANZCP)",
+ "indications": "Best as a cross-cutting psychiatric practice approach in recovery-oriented care, community psychiatry, rehabilitation, trauma-informed practice, and long-term mental healthcare. It is especially useful where engagement, self-management, and collaborative treatment planning are central. (RANZCP) Helplessness, passivity, low self-efficacy, service dependence, demoralisation, and treatment relationships that leave the person disengaged or disempowered. In trauma-informed psychiatric care, empowerment is also used to counteract the loss of control that often follows trauma. (RANZCP) Increase self-determination, strengthen recovery agency, improve engagement and self-management, and help the person build a more meaningful and contributing life alongside psychiatric treatment. (RANZCP)",
+ "contraindicationsOrCautions": "Check current risk, acuity, decisional capacity for the decision in question, cognitive ability, and whether empowerment work is being used appropriately rather than as a reason to avoid necessary treatment, safeguarding, or risk management. Also check for trauma sensitivity, because empowerment failures can easily mirror coercive dynamics. (RANZCP) It is not a substitute for acute treatment, involuntary care when legally required, or syndrome-specific therapy. It can also be undermined by severe disorganisation, intoxication, acute mania, severe psychosis, or cognitive impairment that temporarily limit the person’s capacity to participate fully. (RANZCP)",
+ "targetSymptoms": "Helplessness, passivity, low self-efficacy, service dependence, demoralisation, and treatment relationships that leave the person disengaged or disempowered. In trauma-informed psychiatric care, empowerment is also used to counteract the loss of control that often follows trauma. (RANZCP)",
+ "patientPopulation": "Patients who can participate in collaborative goal-setting and decision-making, especially those with chronic illness, repeated service contact, trauma histories, or low confidence in managing their care. It is also relevant in involuntary-care contexts, where preserving as much agency and collaboration as possible becomes especially important. (RANZCP)",
+ "setting": "Emergency/acute, Outpatient/community, Family/carer",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Trauma",
+ "Psychosis",
+ "Crisis/risk",
+ "Grief/loss",
+ "ACT",
+ "Micro skill"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "existential-psychotherapy",
+ "name": "Existential psychotherapy",
+ "category": "Humanistic & Meaning-Based Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Existential psychotherapy. A psychotherapy focused on existential concerns such as meaning, freedom, responsibility, isolation, mortality, and authenticity. It is recognised in psychiatric literature, but it is not one of the main disorder-specific structured therapies foregrounded by current Australian psychiatric position statements in the way CBT, IPT, DBT, ACT, MBT, CAT, and psychodynamic psychotherapy are. (RANZCP)",
+ "bestUsedFor": "Best for patients whose suffering is strongly shaped by meaning, mortality, identity, or existential conflict, including some depressive, anxiety, adjustment, and serious-illness contexts. The clearest review-based evidence is in palliative and advanced cancer settings, where existentially oriented interventions such as meaning-centred psychotherapy and CALM have been studied, although the evidence base remains limited and selective. (PMC)",
+ "indications": "Best for patients whose suffering is strongly shaped by meaning, mortality, identity, or existential conflict, including some depressive, anxiety, adjustment, and serious-illness contexts. The clearest review-based evidence is in palliative and advanced cancer settings, where existentially oriented interventions such as meaning-centred psychotherapy and CALM have been studied, although the evidence base remains limited and selective. (PMC) Existential distress, meaninglessness, death anxiety, isolation, identity disruption, guilt, freedom/responsibility conflicts, and crises triggered by illness, trauma, major transition, or confrontation with mortality. (PubMed) Increase meaning, authenticity, agency, tolerance of existential reality, and the ability to live in line with chosen values despite uncertainty, mortality, or limitation. (PubMed)",
+ "contraindicationsOrCautions": "Check severity, suicide and self-harm risk, psychosis, mania, cognitive capacity, dissociation, substance instability, and whether the patient actually needs a more clearly indicated disorder-specific treatment first. Also check whether the patient can engage with exploratory meaning-focused work without becoming overwhelmed or stalled. The second sentence is a clinical inference supported by the therapy’s depth and by the absence of strong syndrome-specific guideline positioning. (RANZCP) Poor fit when the patient is too disorganised, acutely unsafe, highly concrete and unable to use reflective work, or clearly needs a more active syndrome-specific treatment such as ERP, TF-CBT, IPT, or DBT. Outside selected serious-illness contexts, the evidence base is less operationalised and less guideline-driven than for major structured psychotherapies. (RANZCP)",
+ "targetSymptoms": "Existential distress, meaninglessness, death anxiety, isolation, identity disruption, guilt, freedom/responsibility conflicts, and crises triggered by illness, trauma, major transition, or confrontation with mortality. (PubMed)",
+ "patientPopulation": "Reflective patients who can tolerate abstract and emotionally deep discussion, and whose main need is not only symptom control but help with meaning, identity, purpose, mortality, or life-direction questions. (PubMed)",
+ "setting": "Emergency/acute",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Anxiety",
+ "Trauma",
+ "Psychosis",
+ "Personality/interpersonal",
+ "Substance use",
+ "Crisis/risk",
+ "CBT",
+ "Multi-session"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "experiential-therapies",
+ "name": "Experiential therapies",
+ "category": "Humanistic & Meaning-Based Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Experiential therapies. A broad psychotherapy family that uses in-session emotional and bodily experience as a primary route to change, rather than focusing mainly on cognitive restructuring or advice. In current evidence, this umbrella includes approaches such as emotion-focused therapy and experiential dynamic therapies. RANZCP recognises psychotherapy broadly, but does not foreground “experiential therapies” as a main named psychiatric therapy family in the way it does CBT, IPT, DBT, ACT, MBT, CAT, and psychodynamic psychotherapy. (RANZCP)",
+ "bestUsedFor": "Best when emotional processing difficulty is central, especially in mood, anxiety, personality, and somatic symptom presentations. The strongest current quantitative evidence within this family is for experiential dynamic therapies, where a recent systematic review/meta-analysis found large effects versus inactive controls and smaller mixed findings versus active controls. (PMC)",
+ "indications": "Best when emotional processing difficulty is central, especially in mood, anxiety, personality, and somatic symptom presentations. The strongest current quantitative evidence within this family is for experiential dynamic therapies, where a recent systematic review/meta-analysis found large effects versus inactive controls and smaller mixed findings versus active controls. (PMC) Emotional avoidance, maladaptive affect regulation, unresolved emotional pain, rigid defensive responding, and symptoms maintained by blocked or dysregulated emotional processing. (PMC) Improve emotional processing, reduce maladaptive defensive patterns, increase integration of affect and meaning, and support more flexible behaviour and relationships. (PMC)",
+ "contraindicationsOrCautions": "Check diagnosis, acuity, suicide and self-harm risk, bipolarity, psychosis, dissociation, substance instability, cognitive capacity, and whether the patient can use affect-focused work without major destabilisation. Also check whether a more clearly indicated syndrome-specific treatment should come first. Poor fit when the patient is too acutely unsafe, manic, psychotic, severely dissociative, cognitively unable to engage, or clearly needs a more specific active treatment such as ERP, trauma-focused therapy, or comprehensive DBT first. Evidence across the whole umbrella is also more heterogeneous than for the major structured psychotherapies. (RANZCP)",
+ "targetSymptoms": "Emotional avoidance, maladaptive affect regulation, unresolved emotional pain, rigid defensive responding, and symptoms maintained by blocked or dysregulated emotional processing. (PMC)",
+ "patientPopulation": "Patients who can tolerate emotionally activating work, can reflect on affective experience, and are likely to benefit from deepening emotional processing rather than mainly directive skills work. Better fit in outpatient psychotherapy than in acute behavioural dyscontrol states.",
+ "setting": "Emergency/acute, Outpatient/community, Group, Family/carer",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Anxiety",
+ "Trauma",
+ "Psychosis",
+ "Personality/interpersonal",
+ "Substance use",
+ "Neurodevelopmental",
+ "Pain/somatic",
+ "Crisis/risk",
+ "Emotional regulation",
+ "CBT",
+ "Group programme"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "exposure-and-response-prevention-erp",
+ "name": "Exposure and Response Prevention (ERP)",
+ "category": "OCD & Exposure Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Exposure and Response Prevention (ERP), usually delivered as CBT including ERP. It is the core behavioural treatment model for OCD, and is also used in CBT for BDD.",
+ "bestUsedFor": "Obsessive-compulsive disorder (OCD) is the clearest and strongest use. NICE recommends low-intensity CBT including ERP for adults with mild functional impairment who prefer that approach, more intensive CBT including ERP or an SSRI for mild cases not engaging with low-intensity treatment and for moderate impairment, and combined SSRI plus CBT including ERP for severe impairment. NICE also recommends CBT including ERP for BDD, with severity guiding intensity. Australian Prescriber states psychological interventions and SSRIs are first-line treatments for OCD.",
+ "indications": "Obsessive-compulsive disorder (OCD) is the clearest and strongest use. NICE recommends low-intensity CBT including ERP for adults with mild functional impairment who prefer that approach, more intensive CBT including ERP or an SSRI for mild cases not engaging with low-intensity treatment and for moderate impairment, and combined SSRI plus CBT including ERP for severe impairment. NICE also recommends CBT including ERP for BDD, with severity guiding intensity. Australian Prescriber states psychological interventions and SSRIs are first-line treatments for OCD. The obsession → distress → compulsion / reassurance / avoidance → short-term relief → ongoing OCD cycle, including overt rituals, covert neutralising, and family accommodation. Major reduction in compulsions and accommodation, improved tolerance of obsessional doubt and uncertainty, lower distress and disability, freer daily functioning, and a workable relapse-prevention plan.",
+ "contraindicationsOrCautions": "Confirm the main mechanism is truly compulsive rather than primary psychosis, mainly trauma-driven re-experiencing, or non-compulsive rumination. Assess severity, functional impairment, suicidality, depression, substance use, cognitive capacity, behavioural stability, hidden rituals, reassurance-seeking, and family accommodation. NICE specifically advises considering mental rituals and neutralising strategies when overt compulsions are absent. Usually not enough if acute psychosis, delirium, severe mania, severe cognitive impairment, or major instability prevents structured exposure work. It is also a poor fit if clinicians or family repeatedly provide reassurance or maintain accommodation. NICE advises that when adults refuse or cannot engage with ERP, individual cognitive therapy adapted for OCD may be considered instead.",
+ "targetSymptoms": "The obsession → distress → compulsion / reassurance / avoidance → short-term relief → ongoing OCD cycle, including overt rituals, covert neutralising, and family accommodation.",
+ "patientPopulation": "Patients with a recognisable obsession–compulsion cycle, enough behavioural stability to engage in structured exposure work, and willingness to tolerate short-term distress in service of longer-term improvement. Best suited to outpatient or community care, but can begin in stepped-care or inpatient settings if severity requires it and the team can maintain the model.",
+ "setting": "Emergency/acute, Inpatient, Outpatient/community, Group, Family/carer",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Trauma",
+ "Psychosis",
+ "Substance use",
+ "Crisis/risk",
+ "CBT",
+ "Group programme"
+ ],
+ "aliases": [
+ "ERP"
+ ]
+ },
+ {
+ "slug": "exposure-and-response-prevention-for-tics-erp-for-tics",
+ "name": "Exposure and Response Prevention for Tics (ERP for Tics)",
+ "category": "OCD & Exposure Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Exposure and Response Prevention for Tics (ERP for tics). A behavioural treatment for Tourette syndrome and persistent tic disorders in which the person deliberately experiences the premonitory urge and practises not giving in to the tic for sustained periods. Current reviews and European guidelines place behavioural therapy, including ERP, among first-line non-pharmacological treatments for tic disorders.",
+ "bestUsedFor": "Best used for Tourette syndrome and persistent motor or vocal tic disorder when tics are distressing, impairing, painful, socially disruptive, or functionally limiting. European guidance and recent reviews treat ERP as one of the main evidence-based behavioural therapies alongside HRT and CBIT.",
+ "indications": "Best used for Tourette syndrome and persistent motor or vocal tic disorder when tics are distressing, impairing, painful, socially disruptive, or functionally limiting. European guidance and recent reviews treat ERP as one of the main evidence-based behavioural therapies alongside HRT and CBIT. Premonitory urges, automatic tic responding, urge intolerance, tic severity, and tic-related functional impairment. Reduce tic severity and impairment by weakening the urge–tic–relief loop and improving the person’s ability to tolerate urges without acting on them immediately.",
+ "contraindicationsOrCautions": "Clarify the most impairing tics, level of urge awareness, motivation, developmental level, cognitive capacity, and comorbidity burden. Recent guideline summaries note that poor awareness, low motivation, more severe tics, or substantial comorbidity may justify a longer or more supported behavioural course. ERP is not a substitute for medication when symptoms remain disabling despite behavioural treatment, and it may be harder to deliver when urge awareness is poor, motivation is low, or comorbidity is substantial. It is also not the only valid behavioural option, because HRT and CBIT remain equally core first-line behavioural treatments.",
+ "targetSymptoms": "Premonitory urges, automatic tic responding, urge intolerance, tic severity, and tic-related functional impairment.",
+ "patientPopulation": "Best fit is a person who can notice at least some urge or early build-up before the tic and can practise sustained response prevention. It can be especially useful when the person can engage with prolonged urge exposure rather than only tic-by-tic competing-response work. This fit statement is a clinical synthesis consistent with the ERP model and trial literature.",
+ "setting": "Emergency/acute, Group",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Eating/body image",
+ "Pain/somatic",
+ "Crisis/risk",
+ "CBT",
+ "Group programme"
+ ],
+ "aliases": [
+ "ERP for Tics"
+ ]
+ },
+ {
+ "slug": "exposure-therapy",
+ "name": "Exposure therapy",
+ "category": "OCD & Exposure Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Exposure therapy. A behavioural therapy, usually within CBT, where the patient repeatedly and deliberately faces feared stimuli, situations, bodily sensations, memories, or cues in a planned way while reducing avoidance and safety behaviours.",
+ "bestUsedFor": "Best for anxiety disorders where avoidance maintains symptoms, including specific phobia, panic/agoraphobia, social anxiety, OCD when paired with response prevention, and PTSD when delivered as trauma-focused exposure such as prolonged exposure. NICE includes exposure components across social anxiety CBT, OCD CBT with ERP, and PTSD trauma-focused CBT including prolonged exposure. (NICE)",
+ "indications": "Best for anxiety disorders where avoidance maintains symptoms, including specific phobia, panic/agoraphobia, social anxiety, OCD when paired with response prevention, and PTSD when delivered as trauma-focused exposure such as prolonged exposure. NICE includes exposure components across social anxiety CBT, OCD CBT with ERP, and PTSD trauma-focused CBT including prolonged exposure. (NICE) Avoidance, fear conditioning, catastrophic predictions, safety behaviours, reassurance-seeking, escape behaviour, trauma avoidance, panic-related interoceptive fear, phobic avoidance, social evaluative fear, and compulsive neutralising when used as ERP. Reduce avoidance, improve inhibitory learning, restore functioning, reduce fear-driven restriction, and increase confidence that feared cues can be tolerated without rituals, escape, or avoidance.",
+ "contraindicationsOrCautions": "Confirm the diagnosis and feared predictions. Assess suicide/self-harm risk, psychosis, mania, intoxication/withdrawal, dissociation, medical risk for interoceptive exposure, trauma complexity, current safety, cognitive capacity, and whether exposure is targeting a real danger versus an anxiety-maintained feared cue. Poor fit when the feared stimulus is genuinely unsafe, when active psychosis/mania or severe intoxication is present, when dissociation or trauma instability makes exposure unsafe, or when the patient is being pushed into exposure without consent or adequate formulation. It is also insufficient if used without response prevention in OCD.",
+ "targetSymptoms": "Avoidance, fear conditioning, catastrophic predictions, safety behaviours, reassurance-seeking, escape behaviour, trauma avoidance, panic-related interoceptive fear, phobic avoidance, social evaluative fear, and compulsive neutralising when used as ERP.",
+ "patientPopulation": "Patients with a clear fear-avoidance formulation who can collaborate on graded practice and tolerate short-term anxiety for longer-term functional gain. Best fit when the feared outcome can be operationalised and tested through planned exposure.",
+ "setting": "Emergency/acute, Inpatient, Telehealth/digital, Group, Family/carer",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Anxiety",
+ "Trauma",
+ "Psychosis",
+ "Personality/interpersonal",
+ "Neurodevelopmental",
+ "Crisis/risk",
+ "CBT",
+ "Group programme"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "exposure-based-cbt-exposure-therapy",
+ "name": "Exposure-Based CBT / Exposure Therapy",
+ "category": "OCD & Exposure Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Exposure-Based CBT / Exposure Therapy. A behavioural treatment family, usually delivered within CBT, in which the patient deliberately approaches feared cues, sensations, memories, or situations rather than avoiding them.",
+ "bestUsedFor": "Strongest uses are phobic disorders, panic disorder, social anxiety disorder, and exposure-based elements within broader CBT. Exposure is also a core active ingredient in trauma-focused treatments such as prolonged exposure and in OCD treatment when combined with response prevention, but those are better treated as more specific therapies than generic exposure alone.",
+ "indications": "Strongest uses are phobic disorders, panic disorder, social anxiety disorder, and exposure-based elements within broader CBT. Exposure is also a core active ingredient in trauma-focused treatments such as prolonged exposure and in OCD treatment when combined with response prevention, but those are better treated as more specific therapies than generic exposure alone. Avoidance, escape behaviour, safety behaviours, conditioned fear, catastrophic expectancy, reassurance dependence, and anxiety-driven life narrowing. Reduce fear-driven disability, weaken avoidance loops, improve function, and help the patient learn that feared situations or sensations can be tolerated without relying on escape or safety behaviours.",
+ "contraindicationsOrCautions": "Confirm the feared stimulus is suitable for exposure work and that the main barrier is avoidance, not psychosis, delirium, unstable substance withdrawal, severe dissociation, or another syndrome needing a different first-line treatment. Also clarify whether the patient needs a more specific exposure subtype, such as ERP, interoceptive exposure, or prolonged exposure. Usually not enough when the case clearly requires a more specific treatment, such as ERP for compulsions, trauma-focused therapy for PTSD, or CBTp for psychotic threat beliefs. It is also weak if the clinician allows safety behaviours to continue unchallenged or if the exposure target is too vague, too easy, or not actually the feared stimulus.",
+ "targetSymptoms": "Avoidance, escape behaviour, safety behaviours, conditioned fear, catastrophic expectancy, reassurance dependence, and anxiety-driven life narrowing.",
+ "patientPopulation": "Patients whose main maintaining mechanism is clear avoidance of feared but objectively tolerable cues or situations, and who can engage with a graded, collaborative, action-based model. Best suited to outpatient and community care, though graded exposure principles can sometimes begin in inpatient or rehabilitation settings.",
+ "setting": "Emergency/acute, Inpatient, Outpatient/community, Family/carer",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Anxiety",
+ "Trauma",
+ "Psychosis",
+ "Substance use",
+ "Neurodevelopmental",
+ "Crisis/risk",
+ "CBT",
+ "Micro skill"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "eye-movement-desensitisation-and-reprocessing-emdr",
+ "name": "Eye Movement Desensitisation and Reprocessing (EMDR)",
+ "category": "Trauma Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Eye Movement Desensitisation and Reprocessing (EMDR). A standardised, phased trauma-focused therapy using bilateral stimulation, usually eye movements but also taps or tones, while the person focuses on trauma-related material.",
+ "bestUsedFor": "For adults with PTSD, Phoenix Australia gives EMDR a strong recommendation. NICE recommends EMDR for adults with PTSD or clinically important PTSD symptoms more than 3 months after non-combat-related trauma, and suggests considering it between 1 and 3 months after non-combat trauma if the person prefers EMDR.",
+ "indications": "For adults with PTSD, Phoenix Australia gives EMDR a strong recommendation. NICE recommends EMDR for adults with PTSD or clinically important PTSD symptoms more than 3 months after non-combat-related trauma, and suggests considering it between 1 and 3 months after non-combat trauma if the person prefers EMDR. Distressing trauma memories, intrusive images, trauma-linked negative self-beliefs, physiological distress, avoidance of trauma reminders, and persistent PTSD symptoms. Reduce PTSD symptoms by decreasing distress linked to trauma memories, weakening trauma-linked negative beliefs, reducing avoidance, and improving function.",
+ "contraindicationsOrCautions": "Confirm the presentation is trauma-related and that the patient is ready enough for trauma-focused treatment. Check suicidality, psychosis, severe dissociation, intoxication, acute mania, cognitive capacity, and whether major instability means broader stabilisation should come first. Also note that NICE’s adult recommendation is specifically framed around non-combat-related trauma. Usually not enough or not first-line when acute instability, severe dissociation, major psychosis, severe substance dysregulation, or other major safety issues make trauma-focused processing unsafe. It is also weak if described vaguely without real target-memory work and structured bilateral stimulation.",
+ "targetSymptoms": "Distressing trauma memories, intrusive images, trauma-linked negative self-beliefs, physiological distress, avoidance of trauma reminders, and persistent PTSD symptoms.",
+ "patientPopulation": "Patients with PTSD who can engage in structured trauma-focused work and who are willing to focus on target memories while using bilateral stimulation. It is often a good fit when trauma memory distress and negative self-beliefs are central and the patient prefers EMDR over other trauma therapies.",
+ "setting": "Emergency/acute",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Trauma",
+ "Psychosis",
+ "Substance use",
+ "Eating/body image",
+ "Crisis/risk",
+ "CBT",
+ "Multi-session"
+ ],
+ "aliases": [
+ "EMDR"
+ ]
+ },
+ {
+ "slug": "emdr",
+ "name": "Eye Movement Desensitisation and Reprocessing (EMDR)",
+ "category": "Trauma Therapies",
+ "modality": "individual",
+ "clinicalSummary": "EMDR is an integrative psychotherapy that facilitates the processing of traumatic memories through bilateral stimulation (typically eye movements). It follows a structured 8-phase protocol to reduce the distress associated with traumatic memories.",
+ "bestUsedFor": "PTSD, trauma, grief, phobias, anxiety disorders",
+ "indications": "PTSD, single-incident trauma, complex trauma, phobias, panic disorder",
+ "contraindicationsOrCautions": "Active psychosis, active substance use, severe dissociation without stabilisation, significant medical conditions affecting bilateral stimulation. Requires EMDR-trained therapist.",
+ "targetSymptoms": null,
+ "patientPopulation": null,
+ "setting": null,
+ "reviewStatus": "reviewed",
+ "patientSheetAvailable": false,
+ "briefInterventionAvailable": false,
+ "tags": [
+ "PTSD",
+ "trauma",
+ "bilateral-stimulation",
+ "evidence-based"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "family-intervention-for-psychosis",
+ "name": "Family Intervention for Psychosis",
+ "category": "Psychosis & Rehabilitation Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Family Intervention for Psychosis. A structured psychological intervention for people with psychosis or schizophrenia and their family members or carers, focused on support, education, problem solving, and relapse reduction.",
+ "bestUsedFor": "Best supported for adults with psychosis or schizophrenia who live with or are in close contact with family members or carers. NICE quality standards state that family members of adults with psychosis or schizophrenia should be offered family intervention because it improves coping skills and relapse rates.",
+ "indications": "Best supported for adults with psychosis or schizophrenia who live with or are in close contact with family members or carers. NICE quality standards state that family members of adults with psychosis or schizophrenia should be offered family intervention because it improves coping skills and relapse rates. Family stress, high expressed emotion, confusion about psychosis, maladaptive interaction patterns, relapse risk, crisis escalation, and carer burden. Reduce relapse risk, improve coping and communication, reduce carer burden, strengthen collaborative treatment, and make the home or relational environment more stable and supportive.",
+ "contraindicationsOrCautions": "Confirm who the meaningful family or carer network is and whether involving them is practical, safe, and acceptable. Check for domestic violence, coercive control, major confidentiality concerns, severe family fracture, or situations where family involvement would clearly worsen risk or destabilise care. Family intervention is not a substitute for indicated individual treatment, medication, or acute containment. It is also a poor fit when there is no meaningful family contact, when involvement is unsafe, or when family sessions are attempted without a clear structure and purpose.",
+ "targetSymptoms": "Family stress, high expressed emotion, confusion about psychosis, maladaptive interaction patterns, relapse risk, crisis escalation, and carer burden.",
+ "patientPopulation": "Patients with psychosis who have meaningful family or carer involvement and where the family system is clinically relevant to relapse, support, communication, or crisis patterns. It is especially useful early in illness, around discharge, in relapse-prone illness, and when carers are closely involved day to day.",
+ "setting": "Emergency/acute, Outpatient/community, Group, Family/carer",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Psychosis",
+ "Substance use",
+ "Crisis/risk",
+ "Emotional regulation",
+ "CBT",
+ "Group programme"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "family-problem-solving-interventions",
+ "name": "Family problem-solving interventions",
+ "category": "Family & Couple Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Family problem-solving interventions. Structured family-based interventions that explicitly teach families to identify problems, reduce conflict, improve communication, plan responses to relapse or crises, and solve functional problems collaboratively. In psychosis guidance, this is usually embedded within family intervention rather than named as a separate stand-alone therapy.",
+ "bestUsedFor": "Strongest guideline-backed use is psychosis and schizophrenia, where NICE recommends family intervention for families who live with or are in close contact with the patient. It is also clinically important in bipolar disorder, where structured psychological interventions may include problem-solving around communication patterns and functional difficulties. (NICE)",
+ "indications": "Strongest guideline-backed use is psychosis and schizophrenia, where NICE recommends family intervention for families who live with or are in close contact with the patient. It is also clinically important in bipolar disorder, where structured psychological interventions may include problem-solving around communication patterns and functional difficulties. (NICE) Family conflict, high expressed emotion, crisis escalation, poor communication, uncoordinated responses to relapse signs, functional problems, carer strain, and repeated patterns that undermine recovery. NICE adult psychosis guidance defines family intervention as including negotiated problem-solving or crisis-management work. (NICE) Improve family coping, reduce relapse risk, improve communication and problem-solving, reduce crisis escalation, and make the home/support environment more recovery-compatible.",
+ "contraindicationsOrCautions": "Check family safety, domestic violence, coercive control, safeguarding, patient consent/preferences, confidentiality boundaries, psychosis/mania acuity, carer burden, cognitive/language needs, and whether the family can participate without escalating risk. Poor fit where there is ongoing violence, coercion, severe family hostility, unwilling key participants, or acute illness requiring containment before family work. It should not replace medication, CBTp, relapse-prevention treatment, or acute psychiatric care when those are indicated.",
+ "targetSymptoms": "Family conflict, high expressed emotion, crisis escalation, poor communication, uncoordinated responses to relapse signs, functional problems, carer strain, and repeated patterns that undermine recovery. NICE adult psychosis guidance defines family intervention as including negotiated problem-solving or crisis-management work. (NICE)",
+ "patientPopulation": "Families/carers who are involved in care, affected by relapse risk or conflict, and able to participate in structured sessions. Especially useful after first-episode psychosis, recurrent psychotic relapse, bipolar relapse risk, discharge planning, or ongoing family stress.",
+ "setting": "Emergency/acute, Family/carer",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Psychosis",
+ "Neurodevelopmental",
+ "Eating/body image",
+ "Crisis/risk",
+ "Emotional regulation",
+ "CBT",
+ "Multi-session"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "family-psychoeducation-for-psychosis",
+ "name": "Family Psychoeducation for Psychosis",
+ "category": "Psychosis & Rehabilitation Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Family Psychoeducation for Psychosis. A structured family- or carer-focused intervention centred on helping relatives understand psychosis, relapse, treatment, communication, and coping. It is best understood as a narrower psychoeducational form within or alongside family intervention, rather than a separate first-line psychotherapy with stronger standalone guideline status than full family intervention.",
+ "bestUsedFor": "Most useful for schizophrenia-spectrum and other psychotic disorders when family members or carers are closely involved and need a clearer illness model, relapse plan, and coping framework. Compared with full family intervention, family psychoeducation is most defensible when the main need is education and coping support, not a broader family-therapy programme.",
+ "indications": "Most useful for schizophrenia-spectrum and other psychotic disorders when family members or carers are closely involved and need a clearer illness model, relapse plan, and coping framework. Compared with full family intervention, family psychoeducation is most defensible when the main need is education and coping support, not a broader family-therapy programme. Confusion about psychosis, relapse-sign recognition failure, medication misunderstanding, high family stress, blame, unhelpful communication cycles, and carer burden. Improve family/carer understanding, reduce relapse-promoting misunderstanding, support adherence and early help-seeking, and make the home/support environment more predictable and less escalating.",
+ "contraindicationsOrCautions": "Clarify who the meaningful family/carer network is and whether involving them is safe and acceptable. Check for domestic violence, coercive control, major confidentiality barriers, severe family fracture, or situations where family involvement would predictably worsen risk. It is not a substitute for indicated CBTp, antipsychotic treatment, acute containment, or a broader family intervention when the main problem is communication breakdown, repeated crisis escalation, or complex family dynamics. It is also weak if the family system is unsafe or too fragmented to use the information constructively.",
+ "targetSymptoms": "Confusion about psychosis, relapse-sign recognition failure, medication misunderstanding, high family stress, blame, unhelpful communication cycles, and carer burden.",
+ "patientPopulation": "Patients with psychosis who live with, depend on, or remain in close contact with family or carers, especially early in illness, after relapse, around discharge, or when family misunderstanding is worsening care.",
+ "setting": "Emergency/acute, Group, Family/carer",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Psychosis",
+ "Eating/body image",
+ "Crisis/risk",
+ "CBT",
+ "Group programme"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "family-therapy",
+ "name": "Family Therapy",
+ "category": "Family & Couple Therapies",
+ "modality": "ACT",
+ "clinicalSummary": "Family Therapy. A broad psychotherapy family in which the unit of treatment is the family relationship system rather than only the individual patient. In psychiatric practice, this includes several diagnosis-specific and age-specific forms such as FT-AN, FT-BN, family intervention for psychosis, and family-focused treatments in child and adolescent mental health.",
+ "bestUsedFor": "Best used when the family system is clearly relevant to outcome. Strong guideline-backed examples include anorexia nervosa in children and young people where family therapy is first-line, bulimia nervosa in children and young people where FT-BN is first-line, psychosis where family intervention is recommended, and moderate to severe depression in children and young people where family therapy is one of the treatment options in certain age groups or treatment stages.",
+ "indications": "Best used when the family system is clearly relevant to outcome. Strong guideline-backed examples include anorexia nervosa in children and young people where family therapy is first-line, bulimia nervosa in children and young people where FT-BN is first-line, psychosis where family intervention is recommended, and moderate to severe depression in children and young people where family therapy is one of the treatment options in certain age groups or treatment stages. Maladaptive family interaction patterns, caregiver uncertainty, high conflict, poor communication, family accommodation of symptoms, weak support for recovery, and illness-related family burden or helplessness. Improve the family’s capacity to support recovery, reduce illness-maintaining family patterns, improve communication and coping, and make the home or relational environment more treatment-congruent.",
+ "contraindicationsOrCautions": "Clarify who counts as “family,” whether family involvement is acceptable and safe, and whether there are confidentiality issues, domestic violence, coercive control, safeguarding concerns, or extreme family fracture that would make joint work unsafe or unhelpful. Also confirm whether a specific family therapy subtype is actually needed rather than a vague generic family approach. Family therapy is not one single treatment and should not be used as a vague catch-all when a specific family model is indicated. It is also a poor fit when family involvement is unsafe, unavailable, or clearly not relevant to the maintaining mechanisms of the disorder.",
+ "targetSymptoms": "Maladaptive family interaction patterns, caregiver uncertainty, high conflict, poor communication, family accommodation of symptoms, weak support for recovery, and illness-related family burden or helplessness.",
+ "patientPopulation": "Patients whose recovery depends heavily on family involvement, especially children and adolescents, dependent adults, psychosis with active carer involvement, and situations where conflict, accommodation, or role confusion are major maintaining factors.",
+ "setting": "Emergency/acute, Group, Family/carer",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Psychosis",
+ "Eating/body image",
+ "Crisis/risk",
+ "Emotional regulation",
+ "ACT",
+ "Group programme"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "family-based-treatment-for-adolescent-anorexia-nervosa-ft-an",
+ "name": "Family-Based Treatment for Adolescent Anorexia Nervosa (FT-AN)",
+ "category": "Eating Disorder Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Family-Based Treatment for Adolescent Anorexia Nervosa (FT-AN), also referred to in NICE as family therapy for children and young people with anorexia nervosa. This is the first-line psychological treatment for children and young people with anorexia nervosa.",
+ "bestUsedFor": "Best used for children and young people with anorexia nervosa. NICE recommends anorexia-nervosa-focused family therapy (FT-AN) as the main first-line psychological treatment in this group.",
+ "indications": "Best used for children and young people with anorexia nervosa. NICE recommends anorexia-nervosa-focused family therapy (FT-AN) as the main first-line psychological treatment in this group. Restrictive eating, low weight, anorexia-maintaining family accommodation or confusion, malnutrition, developmental loss of independence, and the family’s difficulty knowing how to support recovery. Restore eating and weight safely, reduce anorexia-maintaining patterns, support age-appropriate developmental recovery, and help the family and young person manage relapse risk at the end of treatment.",
+ "contraindicationsOrCautions": "Confirm anorexia diagnosis, review medical and psychiatric risk, growth and development issues, family availability and safety, and whether there are barriers to family participation. Also review whether the young person or family needs additional support because anorexia treatment in youth still sits alongside ongoing multidisciplinary monitoring of weight, physical health, and risk. FT-AN is not a substitute for urgent medical stabilisation when risk is high, and it is not suitable when family therapy is unacceptable, contraindicated, or ineffective. NICE then recommends considering individual CBT-ED or adolescent-focused psychotherapy for anorexia nervosa (AFP-AN) instead.",
+ "targetSymptoms": "Restrictive eating, low weight, anorexia-maintaining family accommodation or confusion, malnutrition, developmental loss of independence, and the family’s difficulty knowing how to support recovery.",
+ "patientPopulation": "Young people with anorexia nervosa who have family members or carers able to participate meaningfully in treatment and where home support is central to recovery. It is especially suited to developmentally dependent adolescents and family-involved care.",
+ "setting": "Emergency/acute, Inpatient, Group, Family/carer",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Eating/body image",
+ "Crisis/risk",
+ "Grief/loss",
+ "CBT",
+ "Group programme"
+ ],
+ "aliases": [
+ "FT-AN"
+ ]
+ },
+ {
+ "slug": "family-based-treatment-for-bulimia-nervosa-ft-bn",
+ "name": "Family-Based Treatment for Bulimia Nervosa (FT-BN)",
+ "category": "Eating Disorder Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Bulimia-nervosa-focused family therapy (FT-BN) for children and young people with bulimia nervosa. In NICE guidance, this is the first-line psychological treatment for this group.",
+ "bestUsedFor": "Best used for children and young people with bulimia nervosa. NICE states that children and young people with bulimia nervosa should be offered FT-BN.",
+ "indications": "Best used for children and young people with bulimia nervosa. NICE states that children and young people with bulimia nervosa should be offered FT-BN. Binge eating, self-induced vomiting, laxative or other compensatory behaviours, irregular eating patterns, family uncertainty about how to help, and youth bulimia maintained within the home and developmental context. Reduce binge eating and compensatory behaviours, restore more stable eating habits, improve family-supported recovery, and reduce relapse risk as treatment ends.",
+ "contraindicationsOrCautions": "Confirm diagnosis, review medical and psychiatric risk, suicidality, purging severity, family availability, confidentiality issues, and whether family involvement is acceptable and safe. Also clarify whether there are barriers that make FT-BN unacceptable, contraindicated, or ineffective, because that determines the next treatment step. FT-BN is not a substitute for urgent medical stabilisation when risk is high, and it is not the right first treatment if it is unacceptable, contraindicated, or ineffective. NICE then recommends individual CBT-ED for children and young people with bulimia nervosa.",
+ "targetSymptoms": "Binge eating, self-induced vomiting, laxative or other compensatory behaviours, irregular eating patterns, family uncertainty about how to help, and youth bulimia maintained within the home and developmental context.",
+ "patientPopulation": "Young people with bulimia nervosa who have family members or carers able to participate meaningfully in treatment and where collaborative family support is feasible and safe.",
+ "setting": "Emergency/acute, Group, Family/carer",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Eating/body image",
+ "Crisis/risk",
+ "CBT",
+ "Group programme"
+ ],
+ "aliases": [
+ "FT-BN"
+ ]
+ },
+ {
+ "slug": "family-focused-psychoeducation-for-bipolar-disorder",
+ "name": "Family-Focused Psychoeducation for Bipolar Disorder",
+ "category": "Family & Couple Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Family-focused psychoeducation for bipolar disorder. A structured family/carer-inclusive psychoeducational intervention that teaches bipolar illness literacy, relapse recognition, adherence support, and practical coping. It is narrower than full family-focused therapy, because it usually emphasises education/support more than formal communication-skills and problem-solving modules. NICE recommends offering a family intervention to people with bipolar disorder who live with or are in close contact with family, and also recommends a structured manualised psychological intervention that may be individual, group, or family for relapse prevention or persisting inter-episode symptoms.",
+ "bestUsedFor": "Best used for relapse prevention in bipolar disorder, especially when relatives/carers are closely involved in day-to-day life or episode detection. Systematic reviews report that family psychoeducation is associated with reductions in illness recurrence and hospitalisation, while NICE places family intervention and bipolar-specific structured psychological intervention in longer-term management.",
+ "indications": "Best used for relapse prevention in bipolar disorder, especially when relatives/carers are closely involved in day-to-day life or episode detection. Systematic reviews report that family psychoeducation is associated with reductions in illness recurrence and hospitalisation, while NICE places family intervention and bipolar-specific structured psychological intervention in longer-term management. Poor illness understanding, weak early-warning-sign recognition, medication non-adherence, family confusion or burden, unhelpful responses to mood change, and relapse risk in the maintenance phase. Reduce relapse and hospitalisation risk, improve adherence and self-management, strengthen the family’s ability to detect and respond to warning signs, and make the home environment more relapse-preventive.",
+ "contraindicationsOrCautions": "Clarify current mood state, acute risk, psychosis, substance use, family safety, coercive dynamics, confidentiality issues, and whether conjoint work is acceptable. Family psychoeducation is a maintenance / relapse-prevention intervention, not a substitute for acute mania, severe bipolar depression, or crisis stabilisation. It is not a replacement for mood stabilisers, acute treatment, or more intensive psychotherapies when the main need is active bipolar depression, mania, or marked functional collapse. Evidence is stronger for relapse prevention, especially for overall or manic/hypomanic relapse, than for direct improvement in depressive symptoms, functioning, or quality of life. Group psychoeducation has stronger evidence than individual psychoeducation.",
+ "targetSymptoms": "Poor illness understanding, weak early-warning-sign recognition, medication non-adherence, family confusion or burden, unhelpful responses to mood change, and relapse risk in the maintenance phase.",
+ "patientPopulation": "Best fit is a patient with bipolar disorder who is currently stable enough for relapse-prevention work and has family/carers willing to participate, especially when prior episodes were preceded or worsened by poor sleep/routine monitoring, conflict, delayed help-seeking, or medication discontinuation. This is a clinical synthesis grounded in the bipolar psychoeducation literature and NICE relapse-prevention framing.",
+ "setting": "Emergency/acute, Group, Family/carer",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Psychosis",
+ "Sleep",
+ "Substance use",
+ "Crisis/risk",
+ "Behavioural activation",
+ "CBT",
+ "Group programme"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "family-focused-therapy-for-bipolar-disorder-fft-bd",
+ "name": "Family-Focused Therapy for Bipolar Disorder (FFT-BD)",
+ "category": "Family & Couple Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Family-Focused Therapy for Bipolar Disorder (FFT-BD). A structured, manualised family intervention for bipolar disorder, usually used alongside pharmacotherapy, not instead of it.",
+ "bestUsedFor": "Most defensible use is bipolar disorder as an adjunctive longer-term psychosocial treatment, especially after an acute mood episode and when family members or caregivers are closely involved. It has supportive trial evidence in adults and adolescents, but it is not specifically singled out in current NICE bipolar guidance as a named first-line psychotherapy in the way CBTp or family intervention are for psychosis.",
+ "indications": "Most defensible use is bipolar disorder as an adjunctive longer-term psychosocial treatment, especially after an acute mood episode and when family members or caregivers are closely involved. It has supportive trial evidence in adults and adolescents, but it is not specifically singled out in current NICE bipolar guidance as a named first-line psychotherapy in the way CBTp or family intervention are for psychosis. Relapse vulnerability, poor recognition of prodromal mood symptoms, family stress, criticism/hostility/overinvolvement, treatment non-adherence, and family conflict that worsens mood instability. Reduce relapse and symptom burden, improve medication-supported recovery, strengthen family coping and communication, and create a more stable home response to mood episodes.",
+ "contraindicationsOrCautions": "Clarify current phase of illness, acute risk, psychosis, substance use, suicidality, domestic violence/coercive control, and whether family involvement is safe and acceptable. Also check whether the family system is actually relevant enough to justify conjoint work. FFT-BD is not a substitute for mood-stabilising pharmacotherapy, acute containment, or treatment of severe intoxication/withdrawal, delirium, or mania requiring urgent stabilisation. It is also weak if there is no meaningful family involvement, or if conjoint work is unsafe.",
+ "targetSymptoms": "Relapse vulnerability, poor recognition of prodromal mood symptoms, family stress, criticism/hostility/overinvolvement, treatment non-adherence, and family conflict that worsens mood instability.",
+ "patientPopulation": "Patients with bipolar disorder who have meaningful family/carer involvement, recurrent episodes, high family stress or expressed emotion, and enough stability to participate in structured conjoint work. It is especially useful when family response clearly influences relapse course or adherence.",
+ "setting": "Emergency/acute, Outpatient/community, Family/carer",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Psychosis",
+ "Substance use",
+ "Crisis/risk",
+ "CBT",
+ "Micro skill"
+ ],
+ "aliases": [
+ "FFT-BD"
+ ]
+ },
+ {
+ "slug": "functional-family-therapy-fft",
+ "name": "Functional Family Therapy (FFT)",
+ "category": "Family & Couple Therapies",
+ "modality": "ACT",
+ "clinicalSummary": "Functional Family Therapy (FFT). A structured, family-based behavioural intervention for adolescents with behaviour problems, focused on engagement, motivation, communication training, parent training, problem solving, and generalising change beyond the home. NICE also includes FFT as one of the multicomponent programmes for 10 to 17 year-olds who misuse alcohol and have significant comorbidities and/or limited social support.",
+ "bestUsedFor": "Most defensible use is adolescents with behaviour / antisocial problems and young people with alcohol misuse plus significant comorbidities or limited social support. For severe conduct disorder specifically, NICE currently names multimodal interventions such as MST rather than FFT. Recent reviews suggest FFT remains prominent clinically but its effectiveness for behaviour problems is inconsistent / uncertain.",
+ "indications": "Most defensible use is adolescents with behaviour / antisocial problems and young people with alcohol misuse plus significant comorbidities or limited social support. For severe conduct disorder specifically, NICE currently names multimodal interventions such as MST rather than FFT. Recent reviews suggest FFT remains prominent clinically but its effectiveness for behaviour problems is inconsistent / uncertain. Family conflict, poor communication, weak parental behaviour management, antisocial or behaviour problems, and in the NICE alcohol guideline context, alcohol misuse in young people with significant comorbidity or limited social support. Improve family functioning enough to reduce youth behaviour problems, reduce substance-related risk when relevant, and help change persist beyond the therapy setting.",
+ "contraindicationsOrCautions": "Clarify diagnosis, severity, substance use, legal/forensic context, safeguarding, family willingness and safety, literacy/language needs, and whether the case instead needs a more intensive multisystemic or acute intervention. This is a model-based clinical synthesis rather than a direct NICE checklist. FFT is not a substitute for acute containment, detoxification, or treatment of severe psychosis / mania / delirium. For youth behaviour problems, the best current review evidence says FFT does not show consistent benefit or harm versus other services and the certainty of evidence is very low.",
+ "targetSymptoms": "Family conflict, poor communication, weak parental behaviour management, antisocial or behaviour problems, and in the NICE alcohol guideline context, alcohol misuse in young people with significant comorbidity or limited social support.",
+ "patientPopulation": "Adolescents whose main difficulties are embedded in family interaction patterns and who have enough caregiver involvement for structured family work. This is a clinical inference from the FFT model and trial populations rather than a separate formal guideline rule.",
+ "setting": "Emergency/acute, Outpatient/community, Family/carer",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Psychosis",
+ "Substance use",
+ "Crisis/risk",
+ "ACT",
+ "Multi-session"
+ ],
+ "aliases": [
+ "FFT"
+ ]
+ },
+ {
+ "slug": "gestalt-therapy",
+ "name": "Gestalt therapy",
+ "category": "Humanistic & Meaning-Based Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Gestalt therapy. A humanistic–experiential psychotherapy that emphasises present-moment awareness, embodied experience, contact with emotion, and how the person relates to self, others, and environment in the here-and-now. Contemporary overviews describe it as an experiential and relational therapy rather than a disorder-specific manualised psychiatric treatment. (PubMed)",
+ "bestUsedFor": "Best as an experiential psychotherapy for people with depression, anxiety, interpersonal distress, self-esteem problems, or broader psychological distress when an experiential present-focused model fits the case. The evidence base suggests potential effectiveness, but it is older, more heterogeneous, and much less guideline-prominent than CBT-family therapies. (PubMed)",
+ "indications": "Best as an experiential psychotherapy for people with depression, anxiety, interpersonal distress, self-esteem problems, or broader psychological distress when an experiential present-focused model fits the case. The evidence base suggests potential effectiveness, but it is older, more heterogeneous, and much less guideline-prominent than CBT-family therapies. (PubMed) Restricted awareness, emotional avoidance, disowned affect, maladaptive interpersonal contact patterns, and stuck or repetitive experiential configurations. Case-based and historical evidence exists, but the mechanism literature is much less standardised than for CBT or IPT. (PubMed) Increase awareness, integration of emotion and experience, authenticity in relationships, and more flexible contact with self and others. (PubMed)",
+ "contraindicationsOrCautions": "Check diagnosis, acuity, suicide and self-harm risk, bipolarity, psychosis, dissociation, cognitive capacity, and whether a more clearly indicated diagnosis-specific therapy should take priority. Also check whether the patient can use emotionally activating, experiential work without destabilisation. The second sentence is a clinical inference based on the modality and its weaker syndrome-specific guideline position. (RANZCP) Poor fit when the patient is too disorganised, psychotic, manic, cognitively impaired, highly dissociative, or clearly needs a more specific evidence-based treatment such as ERP, trauma-focused therapy, or comprehensive DBT. Evidence for Gestalt therapy is also much less contemporary and less operationally robust than for the major structured psychotherapies. (RANZCP)",
+ "targetSymptoms": "Restricted awareness, emotional avoidance, disowned affect, maladaptive interpersonal contact patterns, and stuck or repetitive experiential configurations. Case-based and historical evidence exists, but the mechanism literature is much less standardised than for CBT or IPT. (PubMed)",
+ "patientPopulation": "Patients who can tolerate experiential work, emotional activation, and reflective discussion of present-moment experience. It tends to fit better with patients seeking an experiential rather than homework-heavy or highly structured symptom protocol. (PubMed)",
+ "setting": "Emergency/acute, Group, Family/carer",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Anxiety",
+ "Trauma",
+ "Psychosis",
+ "Personality/interpersonal",
+ "Neurodevelopmental",
+ "Crisis/risk",
+ "Emotional regulation",
+ "CBT",
+ "Group programme"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "good-psychiatric-management",
+ "name": "Good psychiatric management",
+ "category": "Personality Disorder Therapies",
+ "modality": "DBT",
+ "clinicalSummary": "Good psychiatric management, GPM. A structured, generalist-friendly clinical management model for borderline personality disorder and related personality pathology. It is not “just supportive care”; it is a coherent, principle-based treatment model using diagnosis explanation, psychoeducation, case management, active focus on functioning, interpersonal hypersensitivity, medication restraint, and crisis planning.",
+ "bestUsedFor": "Best for borderline personality disorder or clinically significant borderline traits, especially in general psychiatric, community, outpatient, ED follow-up, CL, and public-sector settings where full DBT, MBT, schema therapy, or TFP is unavailable or not required. Recent literature describes GPM as “good enough,” easier to implement, principle-based, and adaptable for stepped care. (PubMed)",
+ "indications": "Best for borderline personality disorder or clinically significant borderline traits, especially in general psychiatric, community, outpatient, ED follow-up, CL, and public-sector settings where full DBT, MBT, schema therapy, or TFP is unavailable or not required. Recent literature describes GPM as “good enough,” easier to implement, principle-based, and adaptable for stepped care. (PubMed) Interpersonal hypersensitivity, abandonment panic, recurrent crises, self-harm risk, affective instability, treatment overuse or disengagement, invalidating treatment dynamics, occupational/role impairment, and maladaptive crisis-maintenance cycles. Reduce crisis-driven care, self-harm vulnerability, interpersonal chaos, and functional collapse; improve engagement, identity coherence, treatment collaboration, and real-world functioning.",
+ "contraindicationsOrCautions": "Check acute suicide/self-harm risk, violence risk, substance use, psychosis, bipolar disorder, trauma, eating disorder risk, family violence, safeguarding, cognitive capacity, treatment expectations, service boundaries, and whether the patient actually needs a more specialised therapy because of frequent severe self-harm or persistent high-risk dysregulation. Insufficient alone for imminent suicide risk, severe recurrent high-lethality self-harm, severe eating-disorder medical risk, acute psychosis/mania, severe substance dependence, or patients needing a full specialist programme such as DBT, MBT, schema therapy, TFP, or inpatient/day programme care.",
+ "targetSymptoms": "Interpersonal hypersensitivity, abandonment panic, recurrent crises, self-harm risk, affective instability, treatment overuse or disengagement, invalidating treatment dynamics, occupational/role impairment, and maladaptive crisis-maintenance cycles.",
+ "patientPopulation": "Patients with BPD traits who need clear diagnosis, coherent formulation, regular but boundaried care, functional goals, crisis planning, and a treatment relationship that avoids both rejection and over-rescue. Best fit when the service needs a realistic structured approach that can be delivered by trained generalist psychiatrists or teams.",
+ "setting": "Emergency/acute, Inpatient, Outpatient/community, Family/carer",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Anxiety",
+ "Trauma",
+ "Psychosis",
+ "Personality/interpersonal",
+ "Substance use",
+ "Neurodevelopmental",
+ "Eating/body image",
+ "Crisis/risk",
+ "Emotional regulation",
+ "DBT",
+ "Multi-session"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "graded-exposure",
+ "name": "Graded Exposure",
+ "category": "OCD & Exposure Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Graded Exposure. A specific exposure-based behavioural method, usually delivered within CBT, in which feared situations are approached in a planned hierarchy from easier to harder rather than all at once.",
+ "bestUsedFor": "Most useful for phobic avoidance, panic disorder with avoidance, social anxiety disorder, and broader anxiety presentations where the main perpetuating factor is avoidance of feared situations rather than compulsions or trauma re-experiencing. NICE social-anxiety guidance specifically supports exposure to feared or avoided social situations within individual CBT.",
+ "indications": "Most useful for phobic avoidance, panic disorder with avoidance, social anxiety disorder, and broader anxiety presentations where the main perpetuating factor is avoidance of feared situations rather than compulsions or trauma re-experiencing. NICE social-anxiety guidance specifically supports exposure to feared or avoided social situations within individual CBT. Situational avoidance, escape behaviour, anticipatory anxiety, safety behaviours, and fear-driven life restriction. Restore functioning by shrinking the avoidance pattern, increasing behavioural freedom, and weakening the link between feared situations and automatic escape.",
+ "contraindicationsOrCautions": "Confirm the problem is truly avoidance-maintained. If the case is better explained by OCD compulsions, PTSD trauma re-experiencing, psychotic threat beliefs, delirium, intoxication, or major medical instability, graded exposure alone is usually the wrong first treatment. Review safety behaviours carefully because they can make exposure look real while preserving the disorder. Usually not enough when the patient needs a more specific exposure subtype such as interoceptive exposure, ERP, or a trauma-focused therapy such as prolonged exposure. It is also weak when the hierarchy is too vague, too easy, or not linked to the actual feared situation.",
+ "targetSymptoms": "Situational avoidance, escape behaviour, anticipatory anxiety, safety behaviours, and fear-driven life restriction.",
+ "patientPopulation": "Patients who can identify specific feared situations, tolerate a stepwise plan, and complete repeated practice between sessions. Best suited to outpatient and community work, though graded exposure principles can be adapted to rehabilitation and some inpatient settings when the hierarchy is clear and the risk is manageable.",
+ "setting": "Emergency/acute, Inpatient, Outpatient/community, Family/carer",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Anxiety",
+ "Trauma",
+ "Neurodevelopmental",
+ "Eating/body image",
+ "Crisis/risk",
+ "CBT",
+ "Micro skill"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "group-exposure-programmes",
+ "name": "Group exposure programmes",
+ "category": "Group IPT",
+ "modality": "CBT",
+ "clinicalSummary": "Group exposure programmes. Structured group-based delivery of exposure therapy, usually within a CBT framework. Often disorder-specific (e.g. social anxiety groups, panic/agoraphobia groups). Distinct from generic group CBT because exposure is the active ingredient.",
+ "bestUsedFor": "Strongest use is anxiety disorders where exposure is first-line, especially social anxiety disorder, panic disorder with agoraphobia, and specific phobias (though individual exposure is often preferred for highly specific phobias). Group formats are particularly useful in social anxiety due to in vivo interpersonal exposure.",
+ "indications": "Strongest use is anxiety disorders where exposure is first-line, especially social anxiety disorder, panic disorder with agoraphobia, and specific phobias (though individual exposure is often preferred for highly specific phobias). Group formats are particularly useful in social anxiety due to in vivo interpersonal exposure. Fear–avoidance cycles, safety behaviours, avoidance learning, catastrophic misinterpretation of threat, and physiological fear responses. Reduce avoidance, normalise anxiety responses, increase functional participation, and achieve sustained reduction in anxiety symptoms through behavioural change.",
+ "contraindicationsOrCautions": "Confirm diagnosis and exposure suitability. Assess risk, dissociation, trauma history (risk of destabilisation), severity of avoidance, willingness to engage, presence of safety behaviours, and group tolerance. Ensure informed consent for exposure rationale. Poor fit if exposure is unsafe, if severe dissociation or trauma destabilisation risk is high, if psychosis or mania is active, or if the patient refuses exposure rationale. Also insufficient alone for OCD without ERP, or PTSD without trauma-focused protocols.",
+ "targetSymptoms": "Fear–avoidance cycles, safety behaviours, avoidance learning, catastrophic misinterpretation of threat, and physiological fear responses.",
+ "patientPopulation": "Patients with a clear fear-avoidance formulation, willingness to engage in exposure, ability to tolerate anxiety in a group setting, and sufficient stability to avoid behavioural dyscontrol. Particularly good fit when real-life exposure requires social context.",
+ "setting": "Emergency/acute, Group",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Anxiety",
+ "Trauma",
+ "Psychosis",
+ "Personality/interpersonal",
+ "Neurodevelopmental",
+ "Crisis/risk",
+ "CBT",
+ "Group programme"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "group-psychoeducation",
+ "name": "Group psychoeducation",
+ "category": "Group CBT",
+ "modality": "CBT",
+ "clinicalSummary": "Group psychoeducation. A structured group intervention focused on illness understanding, relapse-sign recognition, adherence, self-management, and family or peer-informed coping, rather than a generic support group or full formal psychotherapy. It is commonly used as an adjunct across psychiatry, with some of the clearest evidence in bipolar disorder and psychosis services. (RANZCP)",
+ "bestUsedFor": "Strongest use is as an adjunct in bipolar disorder, especially maintenance-phase care and relapse prevention. It is also widely used in psychosis, depression, and mixed service settings as a foundational group intervention, but the evidence strength is more variable outside specific diagnoses and programme models. (PMC)",
+ "indications": "Strongest use is as an adjunct in bipolar disorder, especially maintenance-phase care and relapse prevention. It is also widely used in psychosis, depression, and mixed service settings as a foundational group intervention, but the evidence strength is more variable outside specific diagnoses and programme models. (PMC) Poor illness insight, low treatment literacy, weak relapse-sign detection, non-adherence, stigma, helplessness, poor self-management, and delayed help-seeking. In bipolar disorder, it particularly targets recurrence risk and early detection of mood change. (PMC) Better self-management, improved adherence, earlier relapse detection, fewer recurrences or admissions where applicable, more collaborative care, and a clearer shared model between patient, clinicians, and often family or carers. (PMC)",
+ "contraindicationsOrCautions": "Check diagnosis, current mood or psychotic state, cognitive capacity, readiness to learn, attendance reliability, language needs, group behavioural safety, and whether the patient is too acutely unwell, intoxicated, disorganised, or interpersonally destabilised for group work. Also check whether psychoeducation alone would be too weak because the patient clearly needs a disorder-specific therapy. (RANZCP) Usually insufficient alone for active severe depression, acute mania, acute psychosis, OCD, PTSD, severe personality pathology, or high-risk states needing more intensive individual or disorder-specific treatment. Psychoeducation can support care in these conditions, but it does not replace the primary active treatment. (RANZCP)",
+ "targetSymptoms": "Poor illness insight, low treatment literacy, weak relapse-sign detection, non-adherence, stigma, helplessness, poor self-management, and delayed help-seeking. In bipolar disorder, it particularly targets recurrence risk and early detection of mood change. (PMC)",
+ "patientPopulation": "Patients who are stable enough for group participation, can engage in reflective learning, and need a clearer illness framework, adherence support, or relapse plan. Often a good fit early after diagnosis, after admission, during step-down care, or when recurrent episodes suggest poor self-monitoring. (PMC)",
+ "setting": "Emergency/acute, Outpatient/community, Group, Family/carer",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Trauma",
+ "Psychosis",
+ "Personality/interpersonal",
+ "Sleep",
+ "Substance use",
+ "Neurodevelopmental",
+ "Crisis/risk",
+ "CBT",
+ "Group programme"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "group-psychoeducation-for-bipolar-disorder",
+ "name": "Group Psychoeducation for Bipolar Disorder",
+ "category": "Group CBT",
+ "modality": "CBT",
+ "clinicalSummary": "Group psychoeducation for bipolar disorder. A structured, manualised group intervention that teaches illness understanding, relapse prevention, self-monitoring, adherence support, and practical coping.",
+ "bestUsedFor": "Best used for maintenance / relapse prevention in bipolar disorder, especially when the patient is not in an acute episode and can engage in a structured group format.",
+ "indications": "Best used for maintenance / relapse prevention in bipolar disorder, especially when the patient is not in an acute episode and can engage in a structured group format. Poor illness understanding, weak early-warning-sign recognition, medication non-adherence, low self-management confidence, stigma, and relapse vulnerability between episodes. Reduce relapse and hospitalisation risk, improve adherence and self-management, and help patients respond earlier and more effectively to prodromal mood change.",
+ "contraindicationsOrCautions": "Clarify current mood state, psychosis, acute risk, substance use, cognitive capacity, group suitability, and whether the patient is stable enough for relapse-prevention work rather than acute treatment. It is not a substitute for mood stabilisers, acute mania/depression treatment, or a more targeted psychotherapy when the main problem is active bipolar depression, mania, or major functional collapse. Evidence is stronger for relapse prevention, especially overall and manic/hypomanic relapse, than for direct improvement in depressive symptoms, quality of life, or functioning.",
+ "targetSymptoms": "Poor illness understanding, weak early-warning-sign recognition, medication non-adherence, low self-management confidence, stigma, and relapse vulnerability between episodes.",
+ "patientPopulation": "Best fit is a clinically stable patient who can learn from repetition, peer discussion, and structured self-management work, especially when past relapse has been preceded by poor adherence, missed prodromal signs, or sleep/routine disruption.",
+ "setting": "Emergency/acute, Group, Family/carer",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Psychosis",
+ "Sleep",
+ "Substance use",
+ "Crisis/risk",
+ "CBT",
+ "Group programme"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "group-relapse-prevention-programmes",
+ "name": "Group relapse-prevention programmes",
+ "category": "Group CBT",
+ "modality": "CBT",
+ "clinicalSummary": "Group relapse-prevention programmes. Best interpreted in psychiatric practice as structured group interventions designed to prevent recurrence after acute improvement, usually by teaching relapse signatures, maintaining gains, and building an action plan. They are not one single manualised therapy family across all diagnoses. The clearest guideline-backed examples are relapse-prevention group CBT and MBCT in recurrent depression, with related models also used in bipolar and substance-use services. (NICE)",
+ "bestUsedFor": "Strongest guideline support is for adults with depression at higher risk of relapse, where NICE recommends relapse-prevention interventions including group CBT or MBCT. Similar programme logic is also used in bipolar disorder and addiction care, but evidence and programme standardisation are more diagnosis-specific and uneven. (NICE)",
+ "indications": "Strongest guideline support is for adults with depression at higher risk of relapse, where NICE recommends relapse-prevention interventions including group CBT or MBCT. Similar programme logic is also used in bipolar disorder and addiction care, but evidence and programme standardisation are more diagnosis-specific and uneven. (NICE) Relapse signatures, residual symptoms, avoidance, rumination, poor maintenance routines, medication drop-off, delayed help-seeking, and failure to recognise triggers or prodromal change. The exact target varies by disorder and programme. (NICE) Reduce relapse frequency, prolong time to recurrence, improve self-management, reduce admission or crisis need where relevant, and shift the patient from passive recovery to active maintenance. (NICE)",
+ "contraindicationsOrCautions": "Check whether the patient is actually in a phase where relapse prevention makes sense rather than needing acute treatment escalation. Assess current severity, suicidality, mania risk, psychotic relapse, substance instability, residual symptoms, cognition, attendance reliability, and whether the group model matches the diagnosis. Confirm the patient can identify prodromes and participate in shared reflective work. (NICE) Poor fit when the person is still acutely unwell, highly suicidal, manic, psychotically disorganised, intoxicated, or needs a disorder-specific acute treatment first. Also limited when the programme is too generic for the illness mechanism, such as using a broad relapse group when the patient really needs ERP, trauma-focused work, DBT, or specialist addiction treatment. (NICE)",
+ "targetSymptoms": "Relapse signatures, residual symptoms, avoidance, rumination, poor maintenance routines, medication drop-off, delayed help-seeking, and failure to recognise triggers or prodromal change. The exact target varies by disorder and programme. (NICE)",
+ "patientPopulation": "Patients in remission or partial remission, or those moving from acute treatment into maintenance care, especially when they have recurrent episodes, residual symptoms, incomplete recovery, persistent stressors, rumination, or previous relapse after stopping treatment. Good fit when a patient can reflect on their own pattern and use a written plan. (NICE)",
+ "setting": "Emergency/acute, Group, Family/carer",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Trauma",
+ "Sleep",
+ "Substance use",
+ "Eating/body image",
+ "Crisis/risk",
+ "CBT",
+ "Group programme"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "group-social-skills-training",
+ "name": "Group social-skills training",
+ "category": "Group IPT",
+ "modality": "CBT",
+ "clinicalSummary": "Group social-skills training, SST. A structured behavioural group intervention teaching practical interpersonal, communication, conversational, assertiveness, relationship, and community-functioning skills.",
+ "bestUsedFor": "Best as a rehabilitation or developmental intervention, especially in psychosis rehabilitation, autism social-learning programmes, and functional recovery settings. Evidence in schizophrenia is supportive but quality is limited; in autism, NICE supports group social-learning programmes for adults with social-interaction difficulties.",
+ "indications": "Best as a rehabilitation or developmental intervention, especially in psychosis rehabilitation, autism social-learning programmes, and functional recovery settings. Evidence in schizophrenia is supportive but quality is limited; in autism, NICE supports group social-learning programmes for adults with social-interaction difficulties. Social withdrawal, poor conversational skills, poor assertiveness, difficulty expressing needs, limited role functioning, negative symptoms/functional impairment in psychosis, autism-related social-learning needs, and social isolation. Improve social functioning, confidence, community participation, communication, relationships, and role recovery.",
+ "contraindicationsOrCautions": "Assess diagnosis, cognitive capacity, social anxiety, autism, psychosis severity, negative symptoms, trauma, language/culture, hearing/communication needs, group tolerance, motivation, and whether the issue is skill deficit versus fear, paranoia, depression, environmental exclusion, or sensory overload. Poor fit if acute psychosis, mania, severe depression, severe social anxiety, cognitive impairment, sensory overload, or active paranoia prevents meaningful group participation. It should not be used to force autistic masking or replace environmental adaptation.",
+ "targetSymptoms": "Social withdrawal, poor conversational skills, poor assertiveness, difficulty expressing needs, limited role functioning, negative symptoms/functional impairment in psychosis, autism-related social-learning needs, and social isolation.",
+ "patientPopulation": "Patients with stable enough mental state to attend a group and practise skills, especially where functional impairment is partly due to skill deficits, avoidance, isolation, negative symptoms, or lack of real-world rehearsal.",
+ "setting": "Emergency/acute, Inpatient, Outpatient/community, Group, Family/carer",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Anxiety",
+ "Trauma",
+ "Psychosis",
+ "Personality/interpersonal",
+ "Neurodevelopmental",
+ "CBT",
+ "Group programme"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "guided-self-help",
+ "name": "Guided self-help",
+ "category": "Self-Help & Digital Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Guided self-help. A low-intensity intervention based on structured self-help materials, usually CBT-based, supported by a trained practitioner who facilitates use of the materials and reviews progress. NICE specifically recommends guided self-help based on CBT principles for less severe depression, and describes practitioner-supported formats rather than unsupported self-help alone. (NICE)",
+ "bestUsedFor": "Best as an initial low-intensity or stepped-care treatment for milder depression and anxiety presentations, especially when symptoms are not highly complex and the patient can work independently with support. In guideline language, it is strongest for mild to moderate common mental health symptoms rather than high-risk or highly complex illness. (NICE)",
+ "indications": "Best as an initial low-intensity or stepped-care treatment for milder depression and anxiety presentations, especially when symptoms are not highly complex and the patient can work independently with support. In guideline language, it is strongest for mild to moderate common mental health symptoms rather than high-risk or highly complex illness. (NICE) Mild to moderate depressive and anxiety symptoms, behavioural avoidance, unhelpful thinking patterns, poor problem-solving, low activation, and reduced self-management capacity in patients who can use structured materials. (NICE) Reduce symptoms, improve self-management, build practical coping skills, and either achieve recovery at low intensity or clarify when a step-up in care is needed. (NICE)",
+ "contraindicationsOrCautions": "Check symptom severity, suicide and self-harm risk, diagnostic fit, cognitive ability, literacy, language needs, motivation, ability to practise between sessions, and whether complexity such as severe personality dysfunction, psychosis, mania, severe substance dependence, or marked dissociation makes low-intensity work unrealistic. NICE’s digital self-help safety material also emphasises monitoring for suicide and self-harm concerns. (NICE) Poor fit for high suicide risk, severe depression, marked complexity, psychosis, mania, severe cognitive impairment, or situations where the patient cannot reliably self-direct. It is usually insufficient alone when the indicated treatment is more specific or intensive, such as ERP, trauma-focused therapy, comprehensive DBT, or specialist psychosis care. (NICE)",
+ "targetSymptoms": "Mild to moderate depressive and anxiety symptoms, behavioural avoidance, unhelpful thinking patterns, poor problem-solving, low activation, and reduced self-management capacity in patients who can use structured materials. (NICE)",
+ "patientPopulation": "Patients with enough motivation, literacy, organisation, and cognitive capacity to use written or digital materials between contacts, and who do not need intensive containment or highly individualised psychotherapy from the outset. (NICE)",
+ "setting": "Emergency/acute, Telehealth/digital",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Anxiety",
+ "Trauma",
+ "Psychosis",
+ "Personality/interpersonal",
+ "Substance use",
+ "Neurodevelopmental",
+ "Crisis/risk",
+ "Behavioural activation",
+ "CBT",
+ "Multi-session"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "guided-self-help-for-binge-eating-disorder",
+ "name": "Guided Self-Help for Binge Eating Disorder",
+ "category": "Eating Disorder Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Binge-eating-disorder-focused guided self-help for adults with binge eating disorder. In NICE guidance, this is the first psychological treatment to offer in adults with binge eating disorder.",
+ "bestUsedFor": "Best used for adults with binge eating disorder as the initial psychological treatment step. NICE makes this a clear first-line recommendation.",
+ "indications": "Best used for adults with binge eating disorder as the initial psychological treatment step. NICE makes this a clear first-line recommendation. Binge eating episodes, irregular eating patterns, poor adherence to structured behaviour change, and the cognitive-behavioural processes maintaining binge eating. Reduce binge eating through an evidence-based low-intensity intervention and either achieve improvement directly or identify quickly that the person needs step-up to more intensive treatment.",
+ "contraindicationsOrCautions": "Confirm binge eating disorder diagnosis, review psychiatric and medical risk, and explain that psychological treatments for binge eating have a limited effect on body weight and that weight loss is not the immediate therapy target. Also check literacy, language, sensory needs, and whether the person can realistically use self-help materials. It is not right for everyone. NICE says that if it is unacceptable, contraindicated, or ineffective after 4 weeks, clinicians should offer group CBT-ED. It is also not designed primarily to change body weight.",
+ "targetSymptoms": "Binge eating episodes, irregular eating patterns, poor adherence to structured behaviour change, and the cognitive-behavioural processes maintaining binge eating.",
+ "patientPopulation": "Adults with binge eating disorder who can use structured self-help materials and engage with brief practitioner sessions. It is especially useful when a lower-intensity but active evidence-based treatment is appropriate.",
+ "setting": "Emergency/acute, Group",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Eating/body image",
+ "Crisis/risk",
+ "Grief/loss",
+ "CBT",
+ "Group programme"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "guided-self-help-for-bulimia-nervosa",
+ "name": "Guided Self-Help for Bulimia-Nervosa",
+ "category": "Eating Disorder Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Bulimia-nervosa-focused guided self-help for adults with bulimia nervosa. In NICE guidance, this is the initial adult psychological treatment to consider before stepping up to individual CBT-ED if it is not suitable or not working.",
+ "bestUsedFor": "Best used for adults with bulimia nervosa as the first psychological treatment step to consider. NICE says to consider bulimia-nervosa-focused guided self-help for adults with bulimia nervosa.",
+ "indications": "Best used for adults with bulimia nervosa as the first psychological treatment step to consider. NICE says to consider bulimia-nervosa-focused guided self-help for adults with bulimia nervosa. Bulimic binge–purge patterns, irregular eating, eating-disorder psychopathology, and early motivation and behaviour change in a lower-intensity format. This target summary is drawn from the NICE self-help and step-up sequence rather than from a separate mechanistic description. Reduce bulimic symptoms through an effective lower-intensity psychological intervention and either achieve improvement directly or identify quickly that the person needs step-up to individual CBT-ED.",
+ "contraindicationsOrCautions": "Confirm bulimia nervosa diagnosis, medical and psychiatric risk, suicidality, purging severity, substance use, literacy/language barriers, and whether guided self-help is acceptable and usable. NICE also advises explaining that psychological treatments for bulimia nervosa have a limited effect on body weight. It is not right for everyone. NICE states that if guided self-help is unacceptable, contraindicated, or ineffective after 4 weeks, clinicians should consider individual CBT-ED. It is also not designed primarily to change body weight.",
+ "targetSymptoms": "Bulimic binge–purge patterns, irregular eating, eating-disorder psychopathology, and early motivation and behaviour change in a lower-intensity format. This target summary is drawn from the NICE self-help and step-up sequence rather than from a separate mechanistic description.",
+ "patientPopulation": "Adults with bulimia nervosa who can use structured self-help materials, attend brief support sessions, and engage in an early low-intensity intervention. It is less suitable if the person cannot meaningfully use self-help or if there are reasons it is clearly contraindicated.",
+ "setting": "Emergency/acute, Family/carer",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Substance use",
+ "Eating/body image",
+ "Crisis/risk",
+ "CBT",
+ "Multi-session"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "habit-reversal-training-cbit",
+ "name": "Habit reversal training / CBIT",
+ "category": "OCD & Exposure Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Habit reversal training, HRT, and comprehensive behavioural intervention for tics, CBIT. HRT is the broader behavioural method used for tics and body-focused repetitive behaviours. CBIT is the tic-specific package that includes HRT plus psychoeducation, function-based interventions, and relaxation/stress-management elements.",
+ "bestUsedFor": "Best-supported use is Tourette syndrome and chronic tic disorders, where CBIT is an evidence-based behavioural treatment. HRT is also commonly used in trichotillomania, excoriation disorder, and other body-focused repetitive behaviours, although evidence strength varies by condition.",
+ "indications": "Best-supported use is Tourette syndrome and chronic tic disorders, where CBIT is an evidence-based behavioural treatment. HRT is also commonly used in trichotillomania, excoriation disorder, and other body-focused repetitive behaviours, although evidence strength varies by condition. Motor/vocal tics, premonitory urges, tic-maintaining environmental factors, hair pulling, skin picking, nail biting, cheek/lip biting, stimulus-driven grooming behaviours, urge–relief cycles, shame, and impairment from repetitive behaviours. Reduce tic or habit-related impairment, increase control over target behaviours, reduce injury and shame, improve functioning, and give the patient a practical self-management method.",
+ "contraindicationsOrCautions": "Confirm diagnosis and functional target. Check tic severity, ADHD, OCD, anxiety, autism, intellectual disability, shame/avoidance, bullying, family responses, medication history, skin/hair injury, infection risk, pain, and whether the behaviour is tic-like, compulsive, stereotyped, self-injurious, psychotic, or sensory-regulatory. Poor fit if the person cannot identify urges/triggers, cannot practise responses, or if the behaviour is primarily driven by acute psychosis, mania, delirium, intoxication, severe self-injury, or a medical/neurological condition needing different management. CBIT/HRT may reduce tics/habits but does not “cure” the underlying vulnerability.",
+ "targetSymptoms": "Motor/vocal tics, premonitory urges, tic-maintaining environmental factors, hair pulling, skin picking, nail biting, cheek/lip biting, stimulus-driven grooming behaviours, urge–relief cycles, shame, and impairment from repetitive behaviours.",
+ "patientPopulation": "Patients who can notice tics/urges or behaviour triggers, practise competing responses, and complete between-session monitoring. In children, best fit improves when parents can support practice without criticism or over-monitoring.",
+ "setting": "Emergency/acute, Family/carer",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Anxiety",
+ "Trauma",
+ "Psychosis",
+ "Personality/interpersonal",
+ "Neurodevelopmental",
+ "Eating/body image",
+ "Pain/somatic",
+ "Crisis/risk",
+ "CBT",
+ "Micro skill"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "habit-reversal-training-for-trichotillomania-and-excoriation-disorder",
+ "name": "Habit Reversal Training for Trichotillomania and Excoriation Disorder",
+ "category": "OCD & Exposure Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Habit Reversal Training (HRT) for trichotillomania and excoriation disorder. This is the most established behavioural treatment across both conditions and is described in current professional sources as the preferred initial psychotherapy or the psychotherapy of choice.",
+ "bestUsedFor": "Best used for trichotillomania (hair-pulling disorder) and excoriation disorder (skin-picking disorder) when symptoms cause distress, impairment, visible damage, infection/scarring risk, or major shame/avoidance. Current professional manuals describe CBT focused on HRT as the preferred initial therapy in trichotillomania and the psychotherapy of choice in excoriation disorder.",
+ "indications": "Best used for trichotillomania (hair-pulling disorder) and excoriation disorder (skin-picking disorder) when symptoms cause distress, impairment, visible damage, infection/scarring risk, or major shame/avoidance. Current professional manuals describe CBT focused on HRT as the preferred initial therapy in trichotillomania and the psychotherapy of choice in excoriation disorder. Recurrent hair pulling, recurrent skin picking, automatic and focused episodes, pre-behaviour tension or urge states, triggers, and the immediate relief or gratification that keeps the behaviour going. Reduce pulling/picking frequency and severity, reduce damage and impairment, improve urge control, and build durable behavioural alternatives that generalise into everyday settings.",
+ "contraindicationsOrCautions": "Clarify diagnosis, body sites, wound or alopecia severity, infection/scarring risk, trichophagia or other medical complications where relevant, automatic versus focused behaviour, anxiety and other comorbidity, and the degree of urge awareness. Recent reviews also note high psychiatric comorbidity across BFRBs, which matters for formulation and pacing. HRT is not a substitute for treating major medical complications of skin or hair damage, and it may be slower or harder when behaviour is highly automatic, shame is high, or comorbidity is severe. Review literature also shows that although HRT is the leading empirically supported psychotherapy, access remains limited and the trial base in some subgroups remains modest.",
+ "targetSymptoms": "Recurrent hair pulling, recurrent skin picking, automatic and focused episodes, pre-behaviour tension or urge states, triggers, and the immediate relief or gratification that keeps the behaviour going.",
+ "patientPopulation": "Best fit is a patient who can learn to notice the earliest pulling/picking cue or urge and can practise replacement responses repeatedly. It is often especially useful when episodes show identifiable contexts such as mirrors, bathrooms, downtime, stress states, or tactile scanning. This is a clinical synthesis from HRT descriptions and BFRB treatment reviews.",
+ "setting": "Emergency/acute, Outpatient/community, Telehealth/digital, Group",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Anxiety",
+ "Eating/body image",
+ "Crisis/risk",
+ "CBT",
+ "Group programme"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "harm-reduction-counselling",
+ "name": "Harm-reduction counselling",
+ "category": "Substance Use Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Harm-reduction counselling. A substance-use counselling approach that aims to reduce health, social, legal, occupational, relational, and psychiatric harms from alcohol or other drug use, whether or not immediate abstinence is the patient’s goal. It is usually delivered through brief intervention, motivational interviewing, CBT-informed work, relapse prevention, safer-use planning, or casework rather than as a single stand-alone manualised psychotherapy.",
+ "bestUsedFor": "Best for patients who are not ready for abstinence, are ambivalent, have limited contact with services, or are at high risk of preventable harm. It is particularly useful in ED, inpatient CL psychiatry, primary care, youth health, homelessness settings, opioid/stimulant/cannabis use, alcohol-related harm, and dual-diagnosis care. Australian psychological treatment information describes brief interventions that may include harm minimisation techniques, such as staying as safe and healthy as possible if the person continues to use alcohol or other drugs. (Australian Psychological Society)",
+ "indications": "Best for patients who are not ready for abstinence, are ambivalent, have limited contact with services, or are at high risk of preventable harm. It is particularly useful in ED, inpatient CL psychiatry, primary care, youth health, homelessness settings, opioid/stimulant/cannabis use, alcohol-related harm, and dual-diagnosis care. Australian psychological treatment information describes brief interventions that may include harm minimisation techniques, such as staying as safe and healthy as possible if the person continues to use alcohol or other drugs. (Australian Psychological Society) High-risk substance use, injecting or sexual risk, overdose risk, intoxication-related harm, withdrawal risk, unsafe use patterns, ambivalence about change, disengagement from services, shame, and all-or-nothing thinking about abstinence. NICE drug-misuse guidance recommends opportunistic brief interventions focused on motivation that explore ambivalence, increase motivation to change, and provide non-judgemental feedback. (NICE) Reduce preventable harm, preserve engagement, improve safety, support patient-directed change, and create a pathway toward reduced use, safer use, pharmacotherapy, withdrawal management, relapse prevention, or abstinence if/when the patient is ready.",
+ "contraindicationsOrCautions": "Assess substances, route, amount, frequency, last use, overdose history, withdrawal risk, injecting risk, blood-borne virus risk, pregnancy, driving/work risk, violence/exploitation, mental state, suicide/self-harm risk, psychosis/mania, cognition, housing, and readiness for change. Clarify whether the immediate target is safer use, reduced use, controlled use, withdrawal management, substitution therapy, or abstinence. Insufficient alone for severe withdrawal risk, high suicide risk, acute psychosis/mania, intoxication delirium, severe dependence needing withdrawal management, opioid agonist therapy, residential treatment, or major safeguarding concerns. It should not be used to avoid offering evidence-based treatment for dependence when the person is ready.",
+ "targetSymptoms": "High-risk substance use, injecting or sexual risk, overdose risk, intoxication-related harm, withdrawal risk, unsafe use patterns, ambivalence about change, disengagement from services, shame, and all-or-nothing thinking about abstinence. NICE drug-misuse guidance recommends opportunistic brief interventions focused on motivation that explore ambivalence, increase motivation to change, and provide non-judgemental feedback. (NICE)",
+ "patientPopulation": "Patients who feel judged by abstinence-only approaches, are precontemplative or ambivalent, have chaotic use, face high acute risks, or need practical safer-use steps before deeper relapse-prevention or abstinence-focused work.",
+ "setting": "Emergency/acute, Inpatient, Outpatient/community, Family/carer",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Trauma",
+ "Psychosis",
+ "Personality/interpersonal",
+ "Substance use",
+ "Neurodevelopmental",
+ "Crisis/risk",
+ "CBT",
+ "Single session"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "health-anxiety-focused-cbt",
+ "name": "Health-anxiety-focused CBT",
+ "category": "Standard Talking Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Health-anxiety-focused CBT. A CBT variant for severe health anxiety, illness anxiety, or hypochondriasis-type presentations, focused on catastrophic misinterpretation of bodily sensations, reassurance cycles, checking, avoidance, and repeated healthcare use.",
+ "bestUsedFor": "Best for persistent health anxiety where adequate medical assessment has not found an explanatory serious disease and the main maintaining mechanism is anxiety-driven misinterpretation and reassurance-seeking. A meta-analysis of 13 RCTs found CBT outperformed control conditions for hypochondriasis/health anxiety at post-treatment and follow-up. (PubMed)",
+ "indications": "Best for persistent health anxiety where adequate medical assessment has not found an explanatory serious disease and the main maintaining mechanism is anxiety-driven misinterpretation and reassurance-seeking. A meta-analysis of 13 RCTs found CBT outperformed control conditions for hypochondriasis/health anxiety at post-treatment and follow-up. (PubMed) Catastrophic interpretation of bodily sensations, selective attention to symptoms, reassurance-seeking, checking, internet searching, avoidance of health cues, repeated medical presentations, and intolerance of uncertainty about health. Reduce illness preoccupation, reduce unnecessary reassurance and healthcare-use cycles, improve tolerance of benign bodily sensations, and restore function while maintaining appropriate medical vigilance.",
+ "contraindicationsOrCautions": "Ensure appropriate medical assessment has occurred and avoid prematurely psychologising unexplained symptoms. Check suicide/self-harm risk, depression, OCD, panic disorder, trauma, psychosis, somatic symptom disorder, actual medical illness, medication/substance causes, and iatrogenic reinforcement from repeated reassurance or investigations. Poor fit if serious medical illness has not been reasonably assessed, if delusional intensity is present, if psychosis or severe depression dominates, or if the patient is unable to consider a psychological formulation. It should not be used to dismiss real medical symptoms.",
+ "targetSymptoms": "Catastrophic interpretation of bodily sensations, selective attention to symptoms, reassurance-seeking, checking, internet searching, avoidance of health cues, repeated medical presentations, and intolerance of uncertainty about health.",
+ "patientPopulation": "Patients who repeatedly seek reassurance or tests, remain anxious despite negative investigations, over-monitor body sensations, or avoid health information because it triggers fear. Works best when they can accept a psychological formulation without feeling dismissed medically.",
+ "setting": "Emergency/acute, Group",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Anxiety",
+ "Trauma",
+ "Psychosis",
+ "Personality/interpersonal",
+ "Substance use",
+ "Neurodevelopmental",
+ "Pain/somatic",
+ "Crisis/risk",
+ "CBT",
+ "Group programme"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "humanistic-psychotherapy",
+ "name": "Humanistic psychotherapy",
+ "category": "Humanistic & Meaning-Based Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Humanistic psychotherapy. A broad psychotherapy family emphasising empathy, experiential awareness, emotional processing, personal meaning, autonomy, and the therapeutic relationship. It includes person-centred, gestalt, experiential/process-experiential, existential, and related non-directive approaches. Research reviews identify it as a distinct psychotherapy family, but current Australian psychiatric position statements do not foreground it as strongly as CBT, IPT, DBT, ACT, MBT, CAT, and psychodynamic psychotherapy. (PubMed)",
+ "bestUsedFor": "Best for depression and broader psychological distress where an exploratory, emotionally focused, relationship-based psychotherapy is appropriate. Evidence reviews support humanistic psychotherapy as an evidence-supported treatment family for a variety of conditions, but compared with CBT and IPT the evidence is generally less robust and less guideline-prominent for depression. (PubMed)",
+ "indications": "Best for depression and broader psychological distress where an exploratory, emotionally focused, relationship-based psychotherapy is appropriate. Evidence reviews support humanistic psychotherapy as an evidence-supported treatment family for a variety of conditions, but compared with CBT and IPT the evidence is generally less robust and less guideline-prominent for depression. (PubMed) Emotional distress, low self-worth, blocked emotional processing, relational difficulties, identity disturbance, and situations where self-experience, emotional processing, and meaning are more central than highly prescriptive technique. (PubMed) Improve emotional processing, self-understanding, authenticity, self-worth, and relational functioning, while reducing distress and increasing psychological flexibility in a broad humanistic sense. (PubMed)",
+ "contraindicationsOrCautions": "Check diagnosis, severity, suicide and self-harm risk, bipolarity, psychosis, cognitive capacity, and whether a more specific structured therapy is clearly indicated. Also check that the patient can benefit from an exploratory and relationally focused model rather than needing more directive symptom-targeted work first. The second sentence is a clinical inference. (RANZCP) Poor fit when the patient clearly needs a disorder-specific active ingredient, such as ERP for OCD, trauma-focused therapy for PTSD, or more structured treatment for recurrent self-harm and behavioural dysregulation. The evidence base is also less operationally clear than for major structured psychotherapies in many psychiatric presentations. (RANZCP)",
+ "targetSymptoms": "Emotional distress, low self-worth, blocked emotional processing, relational difficulties, identity disturbance, and situations where self-experience, emotional processing, and meaning are more central than highly prescriptive technique. (PubMed)",
+ "patientPopulation": "Patients who want an emotionally exploratory and less prescriptive therapy, can use reflection and emotional awareness, and are not specifically seeking homework-heavy or highly manualised treatment. (PubMed)",
+ "setting": "Emergency/acute, Group, Family/carer",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Trauma",
+ "Psychosis",
+ "Personality/interpersonal",
+ "Crisis/risk",
+ "CBT",
+ "Group programme"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "illness-management-and-recovery-style-interventions-imr-style-interventions",
+ "name": "Illness-Management-and-Recovery Style Interventions (IMR-Style Interventions)",
+ "category": "Psychosis & Rehabilitation Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Illness-Management-and-Recovery style interventions. A structured, recovery-oriented psychosocial intervention stream aimed at helping people with severe mental illness understand and manage their illness while working toward personally meaningful recovery goals. The best-known model is Illness Management and Recovery (IMR).",
+ "bestUsedFor": "Most useful in severe mental illness, especially schizophrenia-spectrum disorders and other long-term psychotic illnesses, when the clinical task is ongoing recovery and self-management rather than acute symptom containment alone. It fits best in rehabilitation and continuing community care.",
+ "indications": "Most useful in severe mental illness, especially schizophrenia-spectrum disorders and other long-term psychotic illnesses, when the clinical task is ongoing recovery and self-management rather than acute symptom containment alone. It fits best in rehabilitation and continuing community care. Poor illness self-management, low confidence, weak relapse planning, poor coping with persistent symptoms, weak medication self-management, poor social support, and difficulty translating treatment into daily recovery. Improve illness self-management, reduce relapse vulnerability, support personal recovery goals, and increase day-to-day agency and function.",
+ "contraindicationsOrCautions": "Confirm the person is stable enough for self-management work. If the main task is acute psychosis, delirium, major intoxication or withdrawal, severe suicidality, or severe behavioural disorganisation, stabilisation comes first. Also check cognition, literacy, language, motivation, and whether the service can actually deliver a structured programme with enough continuity. It is not a replacement for acute treatment, CBTp, family intervention, medication optimisation, or more specific psychotherapy when those are clearly indicated. The evidence base is promising but mixed, so it should be described as a useful rehabilitation intervention rather than a universally established first-line treatment.",
+ "targetSymptoms": "Poor illness self-management, low confidence, weak relapse planning, poor coping with persistent symptoms, weak medication self-management, poor social support, and difficulty translating treatment into daily recovery.",
+ "patientPopulation": "People with severe mental illness who are stable enough to engage in structured learning and goal work, especially when relapse prevention, coping with persistent symptoms, medication use, and personal recovery goals are clinically important.",
+ "setting": "Emergency/acute, Outpatient/community, Group, Family/carer",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Psychosis",
+ "Substance use",
+ "Neurodevelopmental",
+ "Crisis/risk",
+ "CBT",
+ "Group programme"
+ ],
+ "aliases": [
+ "IMR-Style Interventions"
+ ]
+ },
+ {
+ "slug": "imagery-rehearsal-therapy-irt-for-nightmare-disorder",
+ "name": "Imagery Rehearsal Therapy (IRT) for Nightmare Disorder",
+ "category": "Brain & Body Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Imagery Rehearsal Therapy (IRT). A cognitive-behavioural treatment for nightmare disorder in which the patient rewrites a recurrent nightmare into a less distressing script and repeatedly rehearses the new imagery while awake.",
+ "bestUsedFor": "Best used for nightmare disorder in adults and for persistent distressing nightmares in broader psychiatric populations. The 2018 AASM position paper states IRT is the only treatment strategy recommended for all patients with nightmare disorder.",
+ "indications": "Best used for nightmare disorder in adults and for persistent distressing nightmares in broader psychiatric populations. The 2018 AASM position paper states IRT is the only treatment strategy recommended for all patients with nightmare disorder. Recurrent nightmares, nightmare distress, sleep disruption due to nightmares, and associated daytime distress. It is especially relevant when nightmares are a major treatment target whether or not PTSD or another psychiatric disorder is also present. Reduce nightmares directly, improve sleep continuity and sleep quality, and reduce the psychological burden associated with recurrent bad dreams.",
+ "contraindicationsOrCautions": "Clarify nightmare frequency, degree of distress, trauma history, current psychiatric stability, dissociation, psychosis, and whether imagery work is tolerable. Case-based and clinical reports note that early nightmare-focused work can be activating for some unstable patients, so timing matters. This is a clinical synthesis grounded in the treatment literature. IRT is not a substitute for broader treatment when the patient’s main needs are acute trauma stabilisation, severe psychosis management, or another dominant syndrome. It may also be harder when imagery is poorly tolerated or dream recall is extremely limited. This is a clinical synthesis based on the trial populations and clinical review cautions.",
+ "targetSymptoms": "Recurrent nightmares, nightmare distress, sleep disruption due to nightmares, and associated daytime distress. It is especially relevant when nightmares are a major treatment target whether or not PTSD or another psychiatric disorder is also present.",
+ "patientPopulation": "Best fit is a patient with recurrent distressing nightmares who can recall dream content and engage in imagery practice. It can also be used in diverse psychiatric populations, not only PTSD. This is supported by trials in mixed psychiatric samples and nightmare-disorder samples.",
+ "setting": "Emergency/acute, Inpatient, Group",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Trauma",
+ "Psychosis",
+ "Sleep",
+ "Crisis/risk",
+ "CBT",
+ "Group programme"
+ ],
+ "aliases": [
+ "IRT"
+ ]
+ },
+ {
+ "slug": "imagery-rescripting",
+ "name": "Imagery rescripting",
+ "category": "OCD & Exposure Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Imagery rescripting, ImRs. An experiential cognitive-behavioural technique in which distressing mental images, memories, or intrusive scenes are revisited and then deliberately updated or “rescripted” to change their emotional meaning.",
+ "bestUsedFor": "Best as a targeted technique within broader therapy for PTSD/complex trauma, social anxiety disorder with negative self-imagery, nightmares, shame-based depression, and some personality/schema presentations. Evidence is promising but heterogeneous, so it should usually be framed as a technique or component rather than a universal stand-alone first-line psychotherapy.",
+ "indications": "Best as a targeted technique within broader therapy for PTSD/complex trauma, social anxiety disorder with negative self-imagery, nightmares, shame-based depression, and some personality/schema presentations. Evidence is promising but heterogeneous, so it should usually be framed as a technique or component rather than a universal stand-alone first-line psychotherapy. Intrusive imagery, trauma memories, recurrent nightmares, shame memories, negative self-imagery, social humiliation memories, childhood adversity memories, anger/helplessness scenes, and emotionally “stuck” images that drive current symptoms. Update emotionally loaded memories/images, reduce symptom-maintaining meanings, improve affect regulation, reduce intrusive imagery/nightmares, and support more adaptive self-beliefs and behaviour.",
+ "contraindicationsOrCautions": "Check suicide/self-harm risk, psychosis, mania, dissociation, trauma readiness, substance instability, cognitive capacity, imagery ability, current safety, and whether the target image is linked to a real ongoing danger. Clarify whether this is adjunctive to CBT, schema therapy, trauma therapy, nightmare therapy, or personality work. Poor fit when the patient is acutely psychotic, manic, highly dissociative, intoxicated, unsafe, or unable to tolerate imagery activation. It should not replace established first-line trauma therapies when PE, CPT, CT-PTSD, EMDR, or TF-CBT are more clearly indicated and available.",
+ "targetSymptoms": "Intrusive imagery, trauma memories, recurrent nightmares, shame memories, negative self-imagery, social humiliation memories, childhood adversity memories, anger/helplessness scenes, and emotionally “stuck” images that drive current symptoms.",
+ "patientPopulation": "Patients who experience vivid distressing images or memory scenes and can engage in imagery work without severe destabilisation. Particularly useful when verbal cognitive restructuring is too intellectual and the emotional meaning is held in imagery.",
+ "setting": "Emergency/acute",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Anxiety",
+ "Trauma",
+ "Psychosis",
+ "Personality/interpersonal",
+ "Sleep",
+ "Substance use",
+ "Neurodevelopmental",
+ "Crisis/risk",
+ "Grief/loss",
+ "Emotional regulation",
+ "Distress tolerance",
+ "CBT",
+ "Single session"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "inference-based-cbt-for-ocd",
+ "name": "Inference-based CBT for OCD",
+ "category": "OCD & Exposure Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Inference-based cognitive behavioural therapy, I-CBT, for obsessive-compulsive disorder. A CBT variant for OCD that targets obsessional doubt and distorted inferential reasoning rather than relying primarily on ERP.",
+ "bestUsedFor": "Best as a selective OCD treatment when ERP is refused, poorly tolerated, or the clinical formulation is dominated by obsessional doubt, poor insight, or “imagined possibility” reasoning. It is promising, but ERP-inclusive CBT remains the guideline-central treatment in NICE.",
+ "indications": "Best as a selective OCD treatment when ERP is refused, poorly tolerated, or the clinical formulation is dominated by obsessional doubt, poor insight, or “imagined possibility” reasoning. It is promising, but ERP-inclusive CBT remains the guideline-central treatment in NICE. Obsessional doubt, inferential confusion, distrust of direct perception, “what if” reasoning, overvalued ideation, compulsive reasoning loops, reassurance-seeking, and compulsions driven by doubt rather than realistic danger. Reduce OCD symptoms by weakening obsessional doubt at its source, improve insight, reduce compulsions and reassurance, and restore confidence in ordinary perception and judgement.",
+ "contraindicationsOrCautions": "Confirm OCD and identify obsessions, compulsions, avoidance, reassurance, mental rituals, insight level, depression, suicide risk, psychosis, autism, trauma, substance use, and whether I-CBT is being chosen because it fits the mechanism rather than because ERP was never properly offered. Not yet guideline-central in the way ERP-inclusive CBT is. Poor fit if the patient needs urgent risk management, cannot engage cognitively, or if the therapist uses I-CBT to avoid necessary ERP when ERP is indicated and acceptable.",
+ "targetSymptoms": "Obsessional doubt, inferential confusion, distrust of direct perception, “what if” reasoning, overvalued ideation, compulsive reasoning loops, reassurance-seeking, and compulsions driven by doubt rather than realistic danger.",
+ "patientPopulation": "Patients with OCD who can reflect on reasoning processes and whose compulsions are driven by doubt that persists despite direct evidence. Particularly useful when the patient says “I know it probably isn’t true, but what if?” or when ERP becomes unacceptable.",
+ "setting": "Emergency/acute, Group, Family/carer",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Trauma",
+ "Psychosis",
+ "Substance use",
+ "Neurodevelopmental",
+ "Eating/body image",
+ "Crisis/risk",
+ "CBT",
+ "Group programme"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "integrated-cbt-for-ptsd-and-substance-use-disorders",
+ "name": "Integrated CBT for PTSD and Substance Use Disorders",
+ "category": "Trauma Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Integrated CBT for PTSD and SUD. A broad class of treatments that address both disorders in one psychotherapy, usually combining trauma-focused PTSD treatment with CBT-based SUD treatment, such as relapse prevention. Key examples include COPE and other integrated CBT models.",
+ "bestUsedFor": "Best used for co-occurring PTSD and SUD when the patient is stable enough for structured treatment and is willing to address trauma directly. VA/DoD-linked guidance states that patients with PTSD and SUD can tolerate and benefit from evidence-based trauma-focused PTSD treatment, and that having one disorder should not block evidence-based treatment for the other.",
+ "indications": "Best used for co-occurring PTSD and SUD when the patient is stable enough for structured treatment and is willing to address trauma directly. VA/DoD-linked guidance states that patients with PTSD and SUD can tolerate and benefit from evidence-based trauma-focused PTSD treatment, and that having one disorder should not block evidence-based treatment for the other. PTSD symptoms, trauma-related avoidance, craving, relapse risk, cue-driven use, and the reciprocal cycle in which PTSD worsens use and use worsens PTSD. Reduce PTSD symptoms, reduce substance use severity, prevent relapse, and stop the two disorders from perpetuating each other.",
+ "contraindicationsOrCautions": "Clarify intoxication/withdrawal risk, severe dissociation, acute suicidality, psychosis, housing/attendance barriers, and whether the patient is ready for trauma-focused work. Integrated treatment is still not a substitute for detoxification or acute containment when those are the primary needs. It is not right for every patient at every stage. Dropout can be high across PTSD+SUD treatments in general, and some patients need motivational, stabilisation, or withdrawal-focused work first.",
+ "targetSymptoms": "PTSD symptoms, trauma-related avoidance, craving, relapse risk, cue-driven use, and the reciprocal cycle in which PTSD worsens use and use worsens PTSD.",
+ "patientPopulation": "Best fit is a patient whose PTSD remains active and clearly drives ongoing use, and who is ready to do a structured trauma-focused CBT model rather than only coping-skills or motivational work. This is a clinical inference from the comparative evidence.",
+ "setting": "Emergency/acute, Outpatient/community, Telehealth/digital",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Trauma",
+ "Psychosis",
+ "Substance use",
+ "Crisis/risk",
+ "CBT",
+ "Multi-session"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "integrated-dual-diagnosis-psychotherapy",
+ "name": "Integrated dual-diagnosis psychotherapy",
+ "category": "Substance Use Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Integrated dual-diagnosis psychotherapy. A combined psychological treatment approach for people with co-occurring mental illness and substance use disorder, where both problems are treated together in one coordinated formulation rather than sequentially or in separate disconnected services.",
+ "bestUsedFor": "Best for psychosis plus cannabis/stimulant use, mood disorder plus alcohol/drug use, PTSD plus substance use, personality/emotion dysregulation plus substance use, and recurrent admissions where separate mental health and AOD care keeps failing. Victorian health information notes that dual diagnosis responds well to integrated programmes that address both substance misuse and mental illness. (betterhealth.vic.gov.au)",
+ "indications": "Best for psychosis plus cannabis/stimulant use, mood disorder plus alcohol/drug use, PTSD plus substance use, personality/emotion dysregulation plus substance use, and recurrent admissions where separate mental health and AOD care keeps failing. Victorian health information notes that dual diagnosis responds well to integrated programmes that address both substance misuse and mental illness. (betterhealth.vic.gov.au) Substance use, psychiatric symptoms, relapse cycles, treatment disengagement, medication non-adherence, intoxication/withdrawal effects, craving, coping deficits, trauma, social instability, and the bidirectional maintenance between mental illness and AOD use. SAMHSA describes integrated treatment for co-occurring disorders as covering mental illness, substance use disorders, or both, and offering practice principles for integrated care. (samhsa.gov) Improve psychiatric stability and substance outcomes together, reduce relapse and crisis presentations, improve engagement, and stop the patient being bounced between separate services.",
+ "contraindicationsOrCautions": "Assess both disorders in detail: mental state, diagnosis, substance type/pattern, intoxication/withdrawal, craving, risk, trauma, medications, adherence, cognitive impairment, housing, family, forensic issues, medical complications, overdose risk, and readiness for change. Do not assume symptoms are “just drugs” or “just mental illness” without longitudinal formulation. Evidence is mixed across specific psychosocial packages. A Cochrane review found studies were difficult to compare and that it remains unclear whether any psychosocial treatment is better or worse than standard care or whether combinations work better than individual approaches. This means integrated care is clinically essential, but specific psychotherapy claims should be modest. (cochrane.org)",
+ "targetSymptoms": "Substance use, psychiatric symptoms, relapse cycles, treatment disengagement, medication non-adherence, intoxication/withdrawal effects, craving, coping deficits, trauma, social instability, and the bidirectional maintenance between mental illness and AOD use. SAMHSA describes integrated treatment for co-occurring disorders as covering mental illness, substance use disorders, or both, and offering practice principles for integrated care. (samhsa.gov)",
+ "patientPopulation": "Patients whose substance use and psychiatric symptoms are functionally linked, who fall between mental health and AOD services, or who repeatedly relapse when one condition is treated while the other is ignored.",
+ "setting": "Emergency/acute, Inpatient, Outpatient/community, Group, Family/carer",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Trauma",
+ "Psychosis",
+ "Personality/interpersonal",
+ "Substance use",
+ "Eating/body image",
+ "Crisis/risk",
+ "CBT",
+ "Group programme"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "intensive-psychodynamic-psychotherapy",
+ "name": "Intensive Psychodynamic Psychotherapy",
+ "category": "Personality Disorder Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Intensive Psychodynamic Psychotherapy. A longer-course, higher-intensity psychodynamic psychotherapy, usually involving a more sustained treatment frame and used for complex, chronic, or severe disorders where briefer treatment is often insufficient. RANZCP explicitly lists intensive psychodynamic psychotherapy separately from structured brief psychotherapies.",
+ "bestUsedFor": "Most defensible for complex mental disorders where there is a combination of syndromal illness and severe personality / vulnerability features, including some borderline personality disorder and treatment-resistant depression presentations. RANZCP states longer-term psychodynamic psychotherapy, defined as one year and longer, benefits individuals with complex disorders and that some treatments may require more than a year and several sessions a week to achieve full benefit. Meta-analytic work found longer-term psychodynamic psychotherapy outperformed less intensive comparators in complex mental disorders.",
+ "indications": "Most defensible for complex mental disorders where there is a combination of syndromal illness and severe personality / vulnerability features, including some borderline personality disorder and treatment-resistant depression presentations. RANZCP states longer-term psychodynamic psychotherapy, defined as one year and longer, benefits individuals with complex disorders and that some treatments may require more than a year and several sessions a week to achieve full benefit. Meta-analytic work found longer-term psychodynamic psychotherapy outperformed less intensive comparators in complex mental disorders. Chronic and complex mental disorders, severe personality pathology, treatment-resistant depression, combined syndromal plus personality-level disturbance, chronic relational pathology, and high vulnerability to repeated psychopathology. Produce durable change in severe or chronic disorders by improving personality functioning, reducing symptom vulnerability, improving relationships and occupational function, and reducing repeated crisis-service use. RANZCP notes intensive longer-term psychotherapy can reduce emergency presentations and inpatient admissions and improve occupational and relationship functioning.",
+ "contraindicationsOrCautions": "Confirm that a high-intensity long-course treatment is justified and that the person is not currently better served by acute containment, brief structured work, detoxification, or a more specific first-line therapy. Also check whether the patient can tolerate and meaningfully use a sustained psychotherapeutic relationship and whether the service can provide the necessary intensity and continuity. Intensive psychodynamic psychotherapy is not a first-line answer to every severe presentation. It is a poor fit when the person needs immediate acute treatment, when they cannot use a sustained psychotherapy frame, or when another mechanism-specific treatment is clearly more appropriate. The evidence base is supportive but still debated, and much of the meta-analytic literature is older than for some other therapies.",
+ "targetSymptoms": "Chronic and complex mental disorders, severe personality pathology, treatment-resistant depression, combined syndromal plus personality-level disturbance, chronic relational pathology, and high vulnerability to repeated psychopathology.",
+ "patientPopulation": "Patients with chronic, severe, or multi-layered pathology who can use an ongoing treatment relationship and where the clinical problem clearly exceeds what a brief therapy can usually achieve. It often fits when severity is not just symptom burden but a pervasive vulnerability affecting relationships, identity, and repeated breakdown.",
+ "setting": "Emergency/acute, Inpatient",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Trauma",
+ "Psychosis",
+ "Personality/interpersonal",
+ "Crisis/risk",
+ "Emotional regulation",
+ "CBT",
+ "Multi-session"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "internet-delivered-cbt",
+ "name": "Internet-delivered CBT",
+ "category": "Self-Help & Digital Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Internet-delivered CBT. CBT delivered through an online platform or programme, usually structured into modules with homework and monitoring, sometimes with clinician guidance. In Australian practice, MindSpot is a prominent government-supported example of therapist-guided digital mental health treatment for adults with anxiety, stress, depression, and chronic pain. (Dept of Health, Disability & Ageing)",
+ "bestUsedFor": "Best for mild to moderate common mental health problems, especially depression and anxiety, when access, distance, mobility, or wait times are barriers. It is also useful as a stepped-care or bridging intervention. Australian government material specifically identifies MindSpot as a free digital mental health clinic for adults with anxiety, stress, depression, and chronic pain. (Dept of Health, Disability & Ageing)",
+ "indications": "Best for mild to moderate common mental health problems, especially depression and anxiety, when access, distance, mobility, or wait times are barriers. It is also useful as a stepped-care or bridging intervention. Australian government material specifically identifies MindSpot as a free digital mental health clinic for adults with anxiety, stress, depression, and chronic pain. (Dept of Health, Disability & Ageing) Depressive and anxiety symptoms, avoidance, cognitive distortions, poor behavioural activation, and low access to in-person care. Depending on the programme, it may also target stress and chronic pain-related distress. (Dept of Health, Disability & Ageing) Improve access to evidence-based CBT, reduce symptoms, strengthen self-management, and either deliver adequate low-intensity treatment or identify patients who need step-up care. (Dept of Health, Disability & Ageing)",
+ "contraindicationsOrCautions": "Check severity, risk, suicidality, self-harm, diagnosis, digital access, literacy, privacy, cognitive ability, motivation, and whether the patient needs more intensive or in-person care. NICE’s digital CBT guidance includes explicit safety monitoring attention to suicide and self-harm. (NICE) Poor fit for high-risk states, severe complexity, unstable psychosis, mania, severe personality crisis, marked dissociation, or patients unable to engage digitally. It should not be presented as interchangeable with higher-intensity face-to-face treatment in all cases. (NICE)",
+ "targetSymptoms": "Depressive and anxiety symptoms, avoidance, cognitive distortions, poor behavioural activation, and low access to in-person care. Depending on the programme, it may also target stress and chronic pain-related distress. (Dept of Health, Disability & Ageing)",
+ "patientPopulation": "Patients who can engage with digital platforms, tolerate self-directed module work, and have enough stability and executive capacity to complete online tasks. Good fit for rural and remote access, waiting-list periods, and patients who prefer remote care. (Dept of Health, Disability & Ageing)",
+ "setting": "Emergency/acute, Telehealth/digital",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Anxiety",
+ "Trauma",
+ "Psychosis",
+ "Personality/interpersonal",
+ "Pain/somatic",
+ "Crisis/risk",
+ "Behavioural activation",
+ "CBT",
+ "Multi-session"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "interoceptive-exposure",
+ "name": "Interoceptive Exposure",
+ "category": "OCD & Exposure Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Interoceptive Exposure. A specific exposure-based treatment, usually delivered within CBT for panic disorder, in which the patient deliberately induces feared bodily sensations so they can be experienced without catastrophic misinterpretation or escape.",
+ "bestUsedFor": "Strongest use is panic disorder, with or without agoraphobic avoidance, especially when the patient fears bodily sensations such as dizziness, tachycardia, breathlessness, chest tightness, depersonalisation, or feeling faint. It can also be helpful when panic-spectrum anxiety is heavily driven by internal sensation monitoring rather than only by external situations.",
+ "indications": "Strongest use is panic disorder, with or without agoraphobic avoidance, especially when the patient fears bodily sensations such as dizziness, tachycardia, breathlessness, chest tightness, depersonalisation, or feeling faint. It can also be helpful when panic-spectrum anxiety is heavily driven by internal sensation monitoring rather than only by external situations. Catastrophic misinterpretation of bodily sensations, panic-related fear of arousal, fear of fear itself, interoceptive avoidance, and rapid escape or safety behaviour in response to internal cues. Reduce panic attacks and panic-driven disability by weakening the link between bodily sensations and catastrophic interpretation, and by reducing interoceptive avoidance and escape.",
+ "contraindicationsOrCautions": "Exclude or stabilise important medical conditions where deliberate induction of symptoms would be unsafe or misleading. Clarify current cardiovascular, respiratory, neurological, endocrine, and substance issues, and confirm the sensations are part of a panic-maintained cycle rather than untreated medical illness alone. Also check whether the patient is too dissociative, psychotic, or medically unstable for this work. Usually not enough if the case is dominated by trauma flashbacks, psychotic threat beliefs, severe OCD, acute medical instability, or severe agoraphobic restriction that needs broader external-situation exposure as well. It is also weak if the clinician uses the exercises without a clear panic formulation or without addressing safety behaviours.",
+ "targetSymptoms": "Catastrophic misinterpretation of bodily sensations, panic-related fear of arousal, fear of fear itself, interoceptive avoidance, and rapid escape or safety behaviour in response to internal cues.",
+ "patientPopulation": "Patients with recurrent panic attacks or panic-like episodes who clearly fear bodily sensations and who can participate in structured, graded induction of those sensations. Best suited to outpatient and community treatment with good explanation and between-session practice.",
+ "setting": "Emergency/acute, Outpatient/community",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Anxiety",
+ "Trauma",
+ "Substance use",
+ "Eating/body image",
+ "Pain/somatic",
+ "CBT",
+ "Micro skill"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "interpersonal-and-social-rhythm-therapy-ipsrt",
+ "name": "Interpersonal and Social Rhythm Therapy (IPSRT)",
+ "category": "Standard Talking Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Interpersonal and Social Rhythm Therapy (IPSRT). A structured psychotherapy for bipolar disorder that combines interpersonal psychotherapy principles with explicit work on social rhythm regularity, especially sleep–wake timing and day-to-day routine. RANZCP training materials explicitly list interpersonal and social rhythm therapy as a structured psychotherapy for bipolar mood disorder.",
+ "bestUsedFor": "Best used as an adjunctive psychotherapy for bipolar disorder, especially in patients whose episodes are clearly linked to sleep/routine disruption or interpersonal stress. NICE does not name IPSRT specifically, but recommends a structured psychological intervention designed for bipolar disorder with an evidence-based manual for relapse prevention or persisting symptoms; IPSRT fits that definition.",
+ "indications": "Best used as an adjunctive psychotherapy for bipolar disorder, especially in patients whose episodes are clearly linked to sleep/routine disruption or interpersonal stress. NICE does not name IPSRT specifically, but recommends a structured psychological intervention designed for bipolar disorder with an evidence-based manual for relapse prevention or persisting symptoms; IPSRT fits that definition. Mood instability, relapse vulnerability, circadian/sleep disruption, irregular routine, role transitions, grief or interpersonal conflict, and impaired psychosocial functioning. Prevent relapse, reduce mood symptoms, stabilise daily routine and sleep, and improve psychosocial functioning by reducing rhythm disruption and interpersonal stress.",
+ "contraindicationsOrCautions": "Clarify current mood state, psychosis, acute risk, substance use, shift-work demands, chronotype/circadian issues, and whether the patient is stable enough to do structured routine-tracking and interpersonal work. Also check whether the main problem is acute bipolar depression or mania requiring more immediate biological and safety-focused treatment. This is a clinical synthesis consistent with bipolar care principles. IPSRT is not a replacement for pharmacotherapy or acute containment. The evidence base is supportive but not uniformly superior to other specialist bipolar psychotherapies. In the 2015 randomized trial in young people, IPSRT and specialist supportive care both improved symptoms and functioning without a significant difference between therapies.",
+ "targetSymptoms": "Mood instability, relapse vulnerability, circadian/sleep disruption, irregular routine, role transitions, grief or interpersonal conflict, and impaired psychosocial functioning.",
+ "patientPopulation": "Best fit is a patient with bipolar disorder who has a pattern of destabilisation after sleep loss, routine disruption, life transitions, or interpersonal upheaval, and who is willing to monitor routines and work on both daily structure and interpersonal issues. This is a clinical synthesis from the IPSRT model and trial literature.",
+ "setting": "Emergency/acute, Outpatient/community, Family/carer",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Psychosis",
+ "Personality/interpersonal",
+ "Sleep",
+ "Substance use",
+ "Eating/body image",
+ "Crisis/risk",
+ "Grief/loss",
+ "Emotional regulation",
+ "CBT",
+ "Micro skill"
+ ],
+ "aliases": [
+ "IPSRT"
+ ]
+ },
+ {
+ "slug": "interpersonal-psychotherapy-ipt",
+ "name": "Interpersonal Psychotherapy (IPT)",
+ "category": "Standard Talking Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Interpersonal Psychotherapy (IPT). A structured, time-limited psychotherapy focused on how current interpersonal relationships and role changes are linked to depressive symptoms.",
+ "bestUsedFor": "Strongest routine use is depression, especially when symptoms are closely linked to bereavement, changing roles, interpersonal conflict, or isolation. NICE includes IPT as a treatment option for both less severe and more severe depression.",
+ "indications": "Strongest routine use is depression, especially when symptoms are closely linked to bereavement, changing roles, interpersonal conflict, or isolation. NICE includes IPT as a treatment option for both less severe and more severe depression. Interpersonal conflict, unresolved grief, role transitions, social withdrawal, relationship strain, impaired communication, and depression maintained by current relational stress. Reduce depressive symptoms by improving interpersonal functioning, resolving or adapting to the key relationship stressor, and strengthening the patient’s ability to manage future interpersonal difficulties.",
+ "contraindicationsOrCautions": "Confirm that current interpersonal processes are a major maintaining factor. If the main mechanism is compulsive, psychotic, trauma re-experiencing, severe behavioural withdrawal, or severe personality dysregulation, another therapy may need to come first or alongside IPT. Check risk, cognition, psychosis, substance use, capacity for reflective discussion, and willingness to talk about close relationships. Usually not enough when the main syndrome is severe psychosis, mania, delirium, severe OCD, severe PTSD needing trauma-focused therapy, or a primarily behavioural or compulsive maintenance loop better addressed by another treatment. It is also less suitable for patients who are unwilling or unable to discuss significant relationships.",
+ "targetSymptoms": "Interpersonal conflict, unresolved grief, role transitions, social withdrawal, relationship strain, impaired communication, and depression maintained by current relational stress.",
+ "patientPopulation": "Patients who can examine current relationships, identify emotional responses to interpersonal events, and work in a structured, focused way on one main interpersonal problem area. Best suited to outpatient and community care, though IPT principles can inform follow-up care after acute stabilisation.",
+ "setting": "Emergency/acute, Outpatient/community, Family/carer",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Trauma",
+ "Psychosis",
+ "Personality/interpersonal",
+ "Substance use",
+ "Eating/body image",
+ "Pain/somatic",
+ "Crisis/risk",
+ "Grief/loss",
+ "CBT",
+ "Micro skill"
+ ],
+ "aliases": [
+ "IPT"
+ ]
+ },
+ {
+ "slug": "interpersonal-therapy",
+ "name": "Interpersonal Therapy (IPT)",
+ "category": "Relational Therapies",
+ "modality": "individual",
+ "clinicalSummary": "IPT is a structured, time-limited therapy that focuses on the link between interpersonal difficulties and psychological symptoms, particularly depression. It targets grief, interpersonal disputes, role transitions, and interpersonal deficits.",
+ "bestUsedFor": "Depression, bipolar disorder, eating disorders, perinatal mental health",
+ "indications": "Major depression (particularly with interpersonal precipitants), grief, adjustment to life transitions, interpersonal conflict",
+ "contraindicationsOrCautions": "Less suitable for personality pathology as primary focus, or where interpersonal context is not clearly relevant.",
+ "targetSymptoms": null,
+ "patientPopulation": null,
+ "setting": null,
+ "reviewStatus": "reviewed",
+ "patientSheetAvailable": false,
+ "briefInterventionAvailable": false,
+ "tags": [
+ "depression",
+ "interpersonal",
+ "grief",
+ "relationship",
+ "evidence-based"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "life-review-therapy-reminiscence-therapy",
+ "name": "Life-review therapy / reminiscence therapy",
+ "category": "Humanistic & Meaning-Based Therapies",
+ "modality": "ACT",
+ "clinicalSummary": "Life-review therapy / reminiscence therapy. A structured therapy using autobiographical memory, life themes, significant events, photographs, music, objects, storytelling and meaning-making to support older adults, people with dementia, depression, grief, or end-of-life concerns.",
+ "bestUsedFor": "Best for older adults with depression/loneliness, dementia-care settings, aged care, palliative/CL psychiatry, and patients needing meaning, identity, continuity or life-story work. Reminiscence therapy has specific evidence in dementia, but effects vary by format and setting.",
+ "indications": "Best for older adults with depression/loneliness, dementia-care settings, aged care, palliative/CL psychiatry, and patients needing meaning, identity, continuity or life-story work. Reminiscence therapy has specific evidence in dementia, but effects vary by format and setting. Low mood, loneliness, identity loss, grief, regret, life-stage transition, dementia-related withdrawal, reduced communication, low life satisfaction, and existential distress in older age or illness. Improve mood, life satisfaction, identity continuity, communication, social connection, quality of life, and meaning. In dementia, aim is stimulation and wellbeing, not disease modification.",
+ "contraindicationsOrCautions": "Assess cognition, delirium, depression severity, trauma history, grief, psychosis, sensory impairment, cultural history, family conflict, fatigue, and whether revisiting the past may evoke distress, shame, trauma or unresolved guilt. Poor fit in delirium, severe distress, active trauma activation, persecutory psychosis, or when memory work worsens shame, grief or agitation. Evidence for dementia outcomes is mixed and often modest; avoid presenting it as cognitive rehabilitation.",
+ "targetSymptoms": "Low mood, loneliness, identity loss, grief, regret, life-stage transition, dementia-related withdrawal, reduced communication, low life satisfaction, and existential distress in older age or illness.",
+ "patientPopulation": "Older adults or cognitively impaired patients who can engage with memories, stories or prompts and who experience benefit from identity, connection and meaning-based work. Can suit individuals or groups.",
+ "setting": "Emergency/acute, Outpatient/community, Group, Family/carer",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Trauma",
+ "Psychosis",
+ "Crisis/risk",
+ "Grief/loss",
+ "ACT",
+ "Group programme"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "low-intensity-relapse-prevention-programmes",
+ "name": "Low-intensity relapse-prevention programmes",
+ "category": "Self-Help & Digital Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Low-intensity relapse-prevention programmes. Brief, structured maintenance interventions designed to reduce recurrence after improvement, usually using low-intensity CBT-informed or mindfulness-informed formats rather than full higher-intensity psychotherapy. NICE’s current depression guidance gives the clearest formal model, recommending group CBT or MBCT for adults at higher risk of depressive relapse, with explicit relapse-prevention content. (NICE)",
+ "bestUsedFor": "Strongest guideline-backed use is recurrent depression or depression in partial/full remission where relapse risk is higher. NICE identifies group CBT and MBCT as effective and cost-effective relapse-prevention options for people at higher risk of relapse. Evidence for briefer or more generic low-intensity psychotherapy programmes outside this depression context is much thinner. (NICE)",
+ "indications": "Strongest guideline-backed use is recurrent depression or depression in partial/full remission where relapse risk is higher. NICE identifies group CBT and MBCT as effective and cost-effective relapse-prevention options for people at higher risk of relapse. Evidence for briefer or more generic low-intensity psychotherapy programmes outside this depression context is much thinner. (NICE) Residual symptoms, rumination, avoidance, poor sleep, loss of helpful routines, delayed help-seeking, and failure to detect or act on early relapse signatures. (NICE) Prolong remission, reduce recurrence, strengthen self-management, and make relapse response faster and more deliberate. (NICE)",
+ "contraindicationsOrCautions": "Check that the patient is actually in a relapse-prevention phase, not still needing acute treatment escalation. Assess current severity, suicidality, bipolarity, psychosis, substance instability, cognitive capacity, adherence likelihood, and whether relapse risk is high enough to justify structured maintenance work. (NICE) Poor fit when the patient is currently severely depressed, suicidal, manic, psychotically unwell, or too cognitively disorganised to use maintenance planning. NICE also notes there was little evidence for brief courses of psychotherapy specifically in preventing relapse, so claims about very brief generic psychotherapy relapse programmes should stay cautious. (NICE)",
+ "targetSymptoms": "Residual symptoms, rumination, avoidance, poor sleep, loss of helpful routines, delayed help-seeking, and failure to detect or act on early relapse signatures. (NICE)",
+ "patientPopulation": "Patients who have achieved at least partial remission, can reflect on their own relapse pattern, and are able to use a brief structured maintenance programme rather than needing acute-phase treatment. Best fit is when the goal is prevention, not rescue of an active severe episode. (NICE)",
+ "setting": "Emergency/acute, Group",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Psychosis",
+ "Sleep",
+ "Substance use",
+ "Crisis/risk",
+ "Grief/loss",
+ "CBT",
+ "Group programme"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "matrix-model",
+ "name": "Matrix Model",
+ "category": "Substance Use Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "The Matrix Model. A manualised intensive outpatient treatment model for stimulant use disorders, especially methamphetamine and cocaine, integrating relapse prevention groups, psychoeducation, individual counselling, family education, urine/breath testing, motivational interviewing, CBT, and 12-step involvement. (samhsa.gov)",
+ "bestUsedFor": "Best used for stimulant use disorder, particularly methamphetamine and cocaine use in outpatient settings. SAMHSA continues to maintain the Matrix manuals as a formal treatment resource for stimulant use disorders. At the same time, contemporary evidence reviews support contingency management more clearly than most other psychosocial options for stimulant use disorder, so the Matrix Model should be described as a real structured treatment model, but not as the clearly dominant evidence leader over CM. (samhsa.gov)",
+ "indications": "Best used for stimulant use disorder, particularly methamphetamine and cocaine use in outpatient settings. SAMHSA continues to maintain the Matrix manuals as a formal treatment resource for stimulant use disorders. At the same time, contemporary evidence reviews support contingency management more clearly than most other psychosocial options for stimulant use disorder, so the Matrix Model should be described as a real structured treatment model, but not as the clearly dominant evidence leader over CM. (samhsa.gov) Stimulant use, relapse risk, poor treatment engagement, craving, limited recovery structure, weak family understanding, and poor linkage to mutual-help and sober support. (pubmed.ncbi.nlm.nih.gov) Reduce stimulant use, prevent relapse, improve engagement and recovery structure, build sober support, and provide a sufficiently intensive outpatient alternative to less structured care. (pubmed.ncbi.nlm.nih.gov)",
+ "contraindicationsOrCautions": "Clarify stimulant type, intoxication/withdrawal needs, psychosis risk, acute psychiatric instability, housing/transport capacity for outpatient attendance, and whether the service can actually deliver a recognisable Matrix programme with adequate structure and fidelity. This is a model-based clinical synthesis consistent with SAMHSA’s manualised implementation approach. (samhsa.gov) The Matrix Model is not an acute detoxification or crisis intervention, and it may be too demanding for patients who cannot attend intensive outpatient treatment reliably. Also, modern review evidence for stimulant use disorder more clearly supports contingency management than most other psychosocial interventions, which means Matrix should not be oversold as the single best-supported psychosocial treatment. (pmc.ncbi.nlm.nih.gov)",
+ "targetSymptoms": "Stimulant use, relapse risk, poor treatment engagement, craving, limited recovery structure, weak family understanding, and poor linkage to mutual-help and sober support. (pubmed.ncbi.nlm.nih.gov)",
+ "patientPopulation": "Best fit is a patient with stimulant use disorder who needs a high-structure outpatient programme with repeated contact, group work, relapse-prevention focus, family education, and urine monitoring, but who does not require inpatient or residential care. This is a clinical synthesis from the model description and implementation literature. (pubmed.ncbi.nlm.nih.gov)",
+ "setting": "Emergency/acute, Inpatient, Outpatient/community, Group, Family/carer",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Psychosis",
+ "Substance use",
+ "Crisis/risk",
+ "CBT",
+ "Group programme"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "maudsley-anorexia-nervosa-treatment-for-adults-mantra",
+ "name": "Maudsley Anorexia Nervosa Treatment for Adults (MANTRA)",
+ "category": "Eating Disorder Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Maudsley Anorexia Nervosa Treatment for Adults (MANTRA). A manual-based, specialist psychotherapy for adults with anorexia nervosa, specifically named in current NICE eating-disorder guidance as one of the main adult treatment options.",
+ "bestUsedFor": "Best supported for adults with anorexia nervosa. NICE recommends offering adults with anorexia one of CBT-ED, MANTRA, or SSCM, and explaining the options so the person can help choose their preferred treatment.",
+ "indications": "Best supported for adults with anorexia nervosa. NICE recommends offering adults with anorexia one of CBT-ED, MANTRA, or SSCM, and explaining the options so the person can help choose their preferred treatment. Restrictive eating, anorexia-linked identity, rigid cognitive/interpersonal style, symptom-maintaining beliefs, nutritional avoidance, and fear-driven resistance to change. Improve nutritional recovery and eating behaviour, reduce anorexia-maintaining patterns, support healthy weight restoration, and help the person build a more flexible identity and life beyond the illness.",
+ "contraindicationsOrCautions": "Confirm the diagnosis, review medical risk, weight/BMI trajectory, suicidality, purging, substance use, cognitive effects of malnutrition, and whether the person needs urgent medical, inpatient, or day-patient support first. NICE is explicit that reaching a healthy body weight is a key treatment goal and that support and monitoring should continue whether or not the person is receiving a specific psychotherapy. MANTRA is not a substitute for medical stabilisation or multidisciplinary eating-disorder care when the person is medically compromised. It is also not the only valid adult treatment option, because NICE places CBT-ED, MANTRA, and SSCM in parallel as adult anorexia options.",
+ "targetSymptoms": "Restrictive eating, anorexia-linked identity, rigid cognitive/interpersonal style, symptom-maintaining beliefs, nutritional avoidance, and fear-driven resistance to change.",
+ "patientPopulation": "Adults with anorexia nervosa who can engage in a collaborative, specialist outpatient therapy and where a formulation-driven treatment focused on the person’s own maintaining profile is a good fit. It may be especially useful when anorexia is tightly woven into identity and interpersonal style. This is a clinical inference from the treatment model and NICE description, not a separate NICE preference statement.",
+ "setting": "Emergency/acute, Inpatient, Outpatient/community, Family/carer",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Personality/interpersonal",
+ "Substance use",
+ "Eating/body image",
+ "Crisis/risk",
+ "CBT",
+ "Multi-session"
+ ],
+ "aliases": [
+ "MANTRA"
+ ]
+ },
+ {
+ "slug": "meaning-centred-psychotherapy",
+ "name": "Meaning-centred psychotherapy",
+ "category": "Humanistic & Meaning-Based Therapies",
+ "modality": "ACT",
+ "clinicalSummary": "Meaning-centred psychotherapy, usually abbreviated MCP. A structured psychotherapy developed mainly in psycho-oncology and palliative care to address meaning, spiritual well-being, and existential distress, especially in advanced cancer and end-of-life contexts. It is more specific and operationalised than broad existential psychotherapy, but its strongest evidence base is still in serious illness rather than general adult psychiatry. (PubMed)",
+ "bestUsedFor": "Best-supported use is advanced cancer, serious illness, and palliative care, where RCTs and reviews suggest benefit for meaning, spiritual well-being, and existential distress. It is not a broadly guideline-dominant first-line psychotherapy across general psychiatric syndromes. (PubMed)",
+ "indications": "Best-supported use is advanced cancer, serious illness, and palliative care, where RCTs and reviews suggest benefit for meaning, spiritual well-being, and existential distress. It is not a broadly guideline-dominant first-line psychotherapy across general psychiatric syndromes. (PubMed) Existential distress, loss of meaning, spiritual distress, hopelessness, demoralisation, death-related distress, and identity collapse in the context of serious illness. (PubMed) Strengthen meaning, spiritual well-being, dignity, connection, and capacity to live deliberately despite suffering, limitation, or approaching death. (PubMed)",
+ "contraindicationsOrCautions": "Check suicide risk, major depressive severity, psychosis, delirium or cognitive impairment, dissociation, and whether the person can meaningfully engage in reflective psychotherapy. Also check whether existential suffering is the main active problem rather than only one layer of a different primary syndrome. The second point is a clinical inference. (PubMed) Poor fit when the person is too cognitively impaired, delirious, acutely unsafe, severely psychotic, or clearly needs a different primary treatment first. Outside serious-illness settings, evidence is much thinner than for major structured psychotherapies in psychiatry. (PubMed)",
+ "targetSymptoms": "Existential distress, loss of meaning, spiritual distress, hopelessness, demoralisation, death-related distress, and identity collapse in the context of serious illness. (PubMed)",
+ "patientPopulation": "Reflective patients facing serious illness, mortality, role loss, or profound existential distress who can engage in meaning-focused discussion and do not primarily need a more specific syndrome-targeted therapy first. (PubMed)",
+ "setting": "Emergency/acute, Group",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Trauma",
+ "Psychosis",
+ "Personality/interpersonal",
+ "Crisis/risk",
+ "Grief/loss",
+ "ACT",
+ "Group programme"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "mentalisation-based-therapy-mbt",
+ "name": "Mentalisation-Based Therapy (MBT)",
+ "category": "Personality Disorder Therapies",
+ "modality": "DBT",
+ "clinicalSummary": "Mentalisation-Based Therapy (MBT). A structured psychotherapy for borderline personality disorder focused on restoring or strengthening the ability to understand self and others in terms of mental states, especially under interpersonal and emotional stress.",
+ "bestUsedFor": "Best supported for borderline personality disorder and related severe personality dysfunction where attachment stress and relational misinterpretation are central. Unlike DBT, MBT is not specifically singled out in NICE BPD recommendations, but it is a recognised structured psychotherapy and has supportive trial and review evidence.",
+ "indications": "Best supported for borderline personality disorder and related severe personality dysfunction where attachment stress and relational misinterpretation are central. Unlike DBT, MBT is not specifically singled out in NICE BPD recommendations, but it is a recognised structured psychotherapy and has supportive trial and review evidence. Failures of mentalising, affective storms under attachment stress, interpersonal misreading, unstable self–other representations, impulsivity, and relationship-driven dysregulation. Improve reflective capacity under stress, reduce impulsive or relationship-driven dysregulation, improve stability in self–other understanding, and reduce borderline symptom severity and functional impairment.",
+ "contraindicationsOrCautions": "Confirm that the case is compatible with a mentalising-based formulation and that the patient can engage in a relational treatment with enough continuity. Also check acute suicidality, severe psychosis, intoxication, cognitive impairment, and whether the service can actually deliver a recognisable MBT model rather than generic psychodynamic support. MBT is not a substitute for acute containment, detoxification, or treatment of psychosis / mania / delirium. It is also weak if delivered as vague exploratory therapy without active attention to mentalising failure, or if the patient needs a more behaviourally structured first-line model such as DBT for severe recurrent self-harm.",
+ "targetSymptoms": "Failures of mentalising, affective storms under attachment stress, interpersonal misreading, unstable self–other representations, impulsivity, and relationship-driven dysregulation.",
+ "patientPopulation": "Patients whose difficulties are strongly relational, attachment-linked, and characterised by rapid loss of reflective capacity under stress. It may be especially useful when interpersonal misunderstanding, identity instability, and collapse of reflective function are more central than recurrent overt self-harm alone.",
+ "setting": "Emergency/acute, Outpatient/community, Group",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Trauma",
+ "Psychosis",
+ "Personality/interpersonal",
+ "Substance use",
+ "Neurodevelopmental",
+ "Crisis/risk",
+ "Grief/loss",
+ "Emotional regulation",
+ "DBT",
+ "Group programme"
+ ],
+ "aliases": [
+ "MBT"
+ ]
+ },
+ {
+ "slug": "metacognitive-therapy-mct",
+ "name": "Metacognitive Therapy (MCT)",
+ "category": "Standard Talking Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Metacognitive Therapy (MCT). A structured psychotherapy focused on changing maladaptive metacognitive processes such as worry, rumination, threat monitoring, and beliefs about thinking itself.",
+ "bestUsedFor": "The strongest current evidence is in anxiety disorders and depression. It is most defensible when repetitive negative thinking is clearly central. However, unlike CBT, it does not currently have the same mainstream first-line positioning across major Australian or NICE psychiatric guidelines.",
+ "indications": "The strongest current evidence is in anxiety disorders and depression. It is most defensible when repetitive negative thinking is clearly central. However, unlike CBT, it does not currently have the same mainstream first-line positioning across major Australian or NICE psychiatric guidelines. Rumination, worry, threat monitoring, perseverative thinking, and dysfunctional metacognitive beliefs such as “I cannot control my thoughts” or “worry keeps me safe.” Reduce repetitive negative thinking, weaken maladaptive metacognitive beliefs, improve attentional flexibility, and decrease symptom persistence driven by prolonged internal processing.",
+ "contraindicationsOrCautions": "Confirm that repetitive thinking is a major maintaining mechanism. If the main problem is compulsions, psychotic threat beliefs, trauma re-experiencing, severe behavioural shutdown, or severe personality dysregulation, MCT may be too narrow or not first-line. Check psychosis, suicidality, dissociation, cognitive capacity, and whether reflective work increases rather than reduces rumination. Usually not enough when the disorder clearly needs a more established first-line modality such as CBT, ERP, trauma-focused therapy, CBTp, DBT, or eating-disorder-specific treatment. It is also weaker when the patient is too disorganised, psychotic, cognitively impaired, or behaviourally unstable for structured metacognitive work.",
+ "targetSymptoms": "Rumination, worry, threat monitoring, perseverative thinking, and dysfunctional metacognitive beliefs such as “I cannot control my thoughts” or “worry keeps me safe.”",
+ "patientPopulation": "Patients whose distress is dominated by worry, rumination, mental checking, and prolonged attentional capture by threat or self-focused thinking. Often a good fit when the patient is cognitively entangled in repetitive thinking rather than primarily behaviourally avoidant or interpersonally driven.",
+ "setting": "Emergency/acute, Family/carer",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Anxiety",
+ "Trauma",
+ "Psychosis",
+ "Personality/interpersonal",
+ "Neurodevelopmental",
+ "Eating/body image",
+ "Crisis/risk",
+ "CBT",
+ "Micro skill"
+ ],
+ "aliases": [
+ "MCT"
+ ]
+ },
+ {
+ "slug": "mindfulness-based-cognitive-therapy-mbct",
+ "name": "Mindfulness-Based Cognitive Therapy (MBCT)",
+ "category": "Standard Talking Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Mindfulness-Based Cognitive Therapy (MBCT). A structured group therapy originally developed for depression relapse prevention that combines mindfulness practices with CBT-informed understanding of depressive thinking patterns.",
+ "bestUsedFor": "Strongest guideline-backed use is relapse prevention in recurrent depression. NICE recommends group CBT or MBCT for people at higher risk of relapse, and also lists a mindfulness-based cognitive therapy programme specifically designed for depression as a treatment option in less severe depression.",
+ "indications": "Strongest guideline-backed use is relapse prevention in recurrent depression. NICE recommends group CBT or MBCT for people at higher risk of relapse, and also lists a mindfulness-based cognitive therapy programme specifically designed for depression as a treatment option in less severe depression. Rumination, automatic negative thinking, early depressive relapse signatures, reactivity to dysphoric mood states, and fusion with thoughts and bodily sensations. Reduce relapse risk, weaken the link between transient dysphoria and full depressive recurrence, increase decentring from negative thoughts, and improve long-term self-management of recurrent depression.",
+ "contraindicationsOrCautions": "Confirm that the task is truly relapse prevention or a depressive pattern marked by rumination and automatic reactivity. Check current severity, suicidality, psychosis, mania, dissociation, trauma history, and whether body-focused or mindfulness exercises may be destabilising or aversive. Also check willingness to complete home practice. Usually not enough for severe acute depression that still needs more direct active treatment, and may be difficult for people with intense or highly distressing thoughts or those who find focusing on the body difficult. It is also not a substitute for trauma-focused therapy, ERP, CBTp, or treatment of acute psychosis or mania.",
+ "targetSymptoms": "Rumination, automatic negative thinking, early depressive relapse signatures, reactivity to dysphoric mood states, and fusion with thoughts and bodily sensations.",
+ "patientPopulation": "Patients with recurrent depression, residual symptoms, or a recognisable rumination-based relapse pattern who are willing to do regular mindfulness practice and can tolerate paying attention to internal experience without becoming overwhelmed. Best suited to outpatient and community care, most commonly in group format.",
+ "setting": "Emergency/acute, Outpatient/community, Group",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Trauma",
+ "Psychosis",
+ "Personality/interpersonal",
+ "Neurodevelopmental",
+ "Eating/body image",
+ "Crisis/risk",
+ "CBT",
+ "Group programme"
+ ],
+ "aliases": [
+ "MBCT"
+ ]
+ },
+ {
+ "slug": "mindfulness-based-cognitive-therapy",
+ "name": "Mindfulness-Based Cognitive Therapy (MBCT)",
+ "category": "Third Wave Therapies",
+ "modality": "group",
+ "clinicalSummary": "MBCT combines mindfulness meditation practices with cognitive therapy elements to prevent depressive relapse. It teaches clients to recognise and disengage from ruminative thought patterns.",
+ "bestUsedFor": "Recurrent depression (3+ episodes), residual depressive symptoms, relapse prevention, anxiety",
+ "indications": "History of recurrent major depression, particularly during partial or full remission. Evidence particularly strong for those with 3+ prior episodes.",
+ "contraindicationsOrCautions": "Active severe depression may require individual CBT first. Not recommended during acute depressive episode as primary treatment.",
+ "targetSymptoms": null,
+ "patientPopulation": null,
+ "setting": null,
+ "reviewStatus": "reviewed",
+ "patientSheetAvailable": false,
+ "briefInterventionAvailable": false,
+ "tags": [
+ "depression",
+ "mindfulness",
+ "relapse-prevention",
+ "group",
+ "cognitive"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "mindfulness-based-relapse-prevention-mbrp",
+ "name": "Mindfulness-Based Relapse Prevention (MBRP)",
+ "category": "Substance Use Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Mindfulness-Based Relapse Prevention (MBRP). A structured relapse-prevention intervention that integrates mindfulness practice with cognitive-behavioural relapse-prevention principles for substance use disorders. The classic programme is often delivered as a 16-hour manualised intervention.",
+ "bestUsedFor": "Best viewed as an adjunctive or selective relapse-prevention treatment for SUDs rather than a clearly dominant stand-alone first-line therapy. The 2025 systematic review and meta-analysis found small benefits for withdrawal/craving symptoms and negative consequences of substance use, but no statistically significant differences versus comparators for relapse, frequency of use, treatment dropout, depressive symptoms, anxiety symptoms, or mindfulness scores overall.",
+ "indications": "Best viewed as an adjunctive or selective relapse-prevention treatment for SUDs rather than a clearly dominant stand-alone first-line therapy. The 2025 systematic review and meta-analysis found small benefits for withdrawal/craving symptoms and negative consequences of substance use, but no statistically significant differences versus comparators for relapse, frequency of use, treatment dropout, depressive symptoms, anxiety symptoms, or mindfulness scores overall. Craving, withdrawal/urge states, emotional reactivity, automaticity, negative affect, and relapse risk after initial change has already begun. Reduce relapse risk, reduce craving-driven or affect-driven use, and strengthen the person’s ability to respond intentionally rather than automatically when high-risk internal states arise.",
+ "contraindicationsOrCautions": "Clarify the current stage of change, acute intoxication/withdrawal risk, psychosis, severe cognitive disorganisation, and whether the person can engage in regular mindfulness practice. Also check whether more basic motivational or behavioural treatment still needs to happen first. This is consistent with MBRP’s role as a relapse-prevention treatment rather than acute stabilisation. MBRP is not clearly superior to standard relapse-prevention approaches overall. The most recent meta-analysis found only small effects on a limited subset of outcomes and low or very low certainty for much of the evidence. It should therefore be described as promising and useful in selected patients, not as a clearly established best treatment across SUDs.",
+ "targetSymptoms": "Craving, withdrawal/urge states, emotional reactivity, automaticity, negative affect, and relapse risk after initial change has already begun.",
+ "patientPopulation": "Best fit is a patient who is already trying to reduce or stop substance use and whose relapse risk is strongly linked to stress reactivity, craving, negative affect, or acting automatically when distressed. This is a clinical synthesis based on the MBRP model and trial literature.",
+ "setting": "Emergency/acute, Outpatient/community",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Anxiety",
+ "Trauma",
+ "Psychosis",
+ "Substance use",
+ "Eating/body image",
+ "Crisis/risk",
+ "Emotional regulation",
+ "CBT",
+ "Multi-session"
+ ],
+ "aliases": [
+ "MBRP"
+ ]
+ },
+ {
+ "slug": "mindfulness-based-stress-reduction",
+ "name": "Mindfulness-based stress reduction",
+ "category": "Humanistic & Meaning-Based Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Mindfulness-based stress reduction, usually abbreviated MBSR. A structured mindfulness programme originally developed to reduce stress and improve coping with distress through formal mindfulness practice, body awareness, and non-judgemental attention to present-moment experience. It is distinct from MBCT because it is not primarily CBT-anchored. (Sage Journals)",
+ "bestUsedFor": "Best as a structured mindfulness intervention for stress, depressive symptoms, and broader distress where mindfulness practice is acceptable and safe. Recent meta-analyses suggest benefit for depressive symptoms across mental disorders and for depression/PTSD in veteran samples, but MBSR is not generally a first-line substitute for more specific psychiatric psychotherapies such as ERP, TF-CBT, or comprehensive DBT. (PubMed)",
+ "indications": "Best as a structured mindfulness intervention for stress, depressive symptoms, and broader distress where mindfulness practice is acceptable and safe. Recent meta-analyses suggest benefit for depressive symptoms across mental disorders and for depression/PTSD in veteran samples, but MBSR is not generally a first-line substitute for more specific psychiatric psychotherapies such as ERP, TF-CBT, or comprehensive DBT. (PubMed) Stress reactivity, rumination, depressive symptoms, anxiety-related distress, PTSD symptoms in some populations, and broader maladaptive responses to internal experience. The exact effect size varies by population and comparator. (PubMed) Improve stress regulation, reduce depressive and related distress symptoms, strengthen mindful awareness, and help the person respond less reactively to difficult internal states. (PubMed)",
+ "contraindicationsOrCautions": "Check diagnosis, acuity, suicidality, psychosis, mania, dissociation, trauma instability, cognitive capacity, and whether sustained mindfulness practice is likely to be grounding or destabilising. Also check whether the patient needs a more clearly indicated syndrome-specific therapy first. Poor fit when the patient is acutely psychotic, manic, highly dissociative, severely unsafe, or unable to engage consistently in structured practice. It is also limited when a more specific therapy is clearly indicated, because MBSR is a broad mindfulness programme rather than a targeted psychiatric protocol.",
+ "targetSymptoms": "Stress reactivity, rumination, depressive symptoms, anxiety-related distress, PTSD symptoms in some populations, and broader maladaptive responses to internal experience. The exact effect size varies by population and comparator. (PubMed)",
+ "patientPopulation": "Patients who can practise mindfulness regularly, tolerate internal observation, and benefit from a group-based or structured skills programme focused on awareness and stress regulation rather than diagnosis-specific cognitive or behavioural protocols.",
+ "setting": "Emergency/acute, Group",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Anxiety",
+ "Trauma",
+ "Psychosis",
+ "Eating/body image",
+ "Crisis/risk",
+ "Distress tolerance",
+ "CBT",
+ "Group programme"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "mindfulness-based-therapies-not-primarily-cbt-anchored",
+ "name": "Mindfulness-based therapies not primarily CBT-anchored",
+ "category": "Humanistic & Meaning-Based Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Mindfulness-based therapies not primarily CBT-anchored. A broad group of structured therapies that centre on mindfulness practice and mindful awareness without being primarily built on CBT case formulation. This includes programmes such as MBSR-adjacent approaches, mindfulness-based relapse prevention, and other mindfulness-centred interventions. RANZCP’s psychotherapy statement recognises psychotherapy broadly and explicitly names ACT and CBT-family approaches, but does not elevate a separate generic non-CBT mindfulness family as a major guideline-dominant psychiatric modality. (RANZCP)",
+ "bestUsedFor": "Best as a structured adjunct or selected primary intervention for stress, depressive symptoms, relapse vulnerability, and transdiagnostic distress where mindfulness practice is acceptable and safe. The evidence base is supportive but heterogeneous, and these therapies are generally less guideline-prominent than CBT, IPT, ERP, TF-CBT, or DBT for specific psychiatric syndromes. (RANZCP)",
+ "indications": "Best as a structured adjunct or selected primary intervention for stress, depressive symptoms, relapse vulnerability, and transdiagnostic distress where mindfulness practice is acceptable and safe. The evidence base is supportive but heterogeneous, and these therapies are generally less guideline-prominent than CBT, IPT, ERP, TF-CBT, or DBT for specific psychiatric syndromes. (RANZCP) Stress reactivity, rumination, experiential avoidance, emotional over-identification, craving or relapse vulnerability in some populations, and maladaptive responses to internal experience. These targets are broad and transdiagnostic rather than tightly syndrome-specific. (RANZCP) Improve mindful awareness, reduce reactivity and avoidance, strengthen self-regulation, and reduce symptom burden or relapse vulnerability where mindfulness is the relevant mechanism.",
+ "contraindicationsOrCautions": "Check diagnosis, suicidality, psychosis, mania, dissociation, trauma instability, substance use, cognitive capacity, and whether sustained mindfulness practice is likely to be grounding or destabilising. Also check whether a more clearly indicated diagnosis-specific therapy should come first. Poor fit when the patient is acutely psychotic, manic, severely unsafe, highly dissociative, or unable to engage consistently in practice. It is also limited when a more specific treatment is clearly indicated, because generic non-CBT mindfulness therapies are broad transdiagnostic approaches rather than first-line syndrome-specific protocols. (RANZCP)",
+ "targetSymptoms": "Stress reactivity, rumination, experiential avoidance, emotional over-identification, craving or relapse vulnerability in some populations, and maladaptive responses to internal experience. These targets are broad and transdiagnostic rather than tightly syndrome-specific. (RANZCP)",
+ "patientPopulation": "Patients who can practise regularly, tolerate sustained attention to internal experience, and benefit from a reflective practice-based approach rather than a highly directive symptom protocol. Better fit when the formulation involves reactivity, rumination, or avoidance of internal states.",
+ "setting": "Emergency/acute, Group, Family/carer",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Trauma",
+ "Psychosis",
+ "Substance use",
+ "Neurodevelopmental",
+ "Eating/body image",
+ "Crisis/risk",
+ "Distress tolerance",
+ "CBT",
+ "Group programme"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "mindfulness-based-therapy-for-insomnia-mbti",
+ "name": "Mindfulness-Based Therapy for Insomnia (MBTI)",
+ "category": "Brain & Body Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Mindfulness-Based Therapy for Insomnia (MBTI). A mindfulness-informed insomnia treatment that combines mindfulness meditation practice with insomnia-focused behavioural and psychoeducational work. It is best understood as a specialised insomnia intervention, not just generic mindfulness for stress.",
+ "bestUsedFor": "Best viewed as an evidence-supported option for chronic insomnia, especially when arousal, worry, and reactive struggle with sleep are prominent. Current insomnia guidelines still place full CBT-I first-line, so MBTI should not be described as guideline-superior to CBT-I.",
+ "indications": "Best viewed as an evidence-supported option for chronic insomnia, especially when arousal, worry, and reactive struggle with sleep are prominent. Current insomnia guidelines still place full CBT-I first-line, so MBTI should not be described as guideline-superior to CBT-I. Sleep-related hyperarousal, rumination, pre-sleep cognitive activation, distress about poor sleep, and chronic insomnia symptoms. Reduce insomnia severity, reduce reactivity to sleeplessness, improve sleep quality, and improve daytime functioning through better regulation of arousal and attention.",
+ "contraindicationsOrCautions": "Clarify that the main problem is insomnia rather than untreated sleep apnoea, circadian misalignment, mania, substance-related sleep disruption, or another primary sleep disorder. Also check willingness for regular practice, because MBTI depends heavily on repeated mindfulness exercises between sessions. This is a clinical synthesis grounded in the insomnia-treatment evidence base. MBTI is not the current default first-line treatment over CBT-I, and it may be a weaker fit when the main maintaining factors are excessive time in bed, strong behavioural dysregulation, or major circadian problems rather than hyperarousal/reactivity. The comparative evidence remains limited.",
+ "targetSymptoms": "Sleep-related hyperarousal, rumination, pre-sleep cognitive activation, distress about poor sleep, and chronic insomnia symptoms.",
+ "patientPopulation": "Best fit is a patient with chronic insomnia who can engage in regular meditation/home practice and whose insomnia is strongly linked to mental overactivity, reactivity to bad nights, or difficulty “letting go” of sleep effort. This is a clinical synthesis supported by the MBTI and mindfulness-insomnia trial literature.",
+ "setting": "Emergency/acute, Telehealth/digital, Group",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Anxiety",
+ "Sleep",
+ "Substance use",
+ "Crisis/risk",
+ "CBT",
+ "Group programme"
+ ],
+ "aliases": [
+ "MBTI"
+ ]
+ },
+ {
+ "slug": "mother-infant-therapy-mother-infant-psychotherapy",
+ "name": "Mother-Infant Therapy / Mother-Infant Psychotherapy",
+ "category": "Family & Couple Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Mother-Infant Therapy / Mother-Infant Psychotherapy. A dyadic therapy in which the treatment unit is the mother–infant relationship, usually in the context of postpartum depression, bonding difficulty, attachment disturbance, or infant regulatory problems.",
+ "bestUsedFor": "Most defensible use is perinatal / postpartum mental health, especially where maternal symptoms and the mother–infant relationship are both clinically relevant. NICE’s perinatal mental-health implementation material specifically notes growing access to parent–infant interventions in specialist perinatal services.",
+ "indications": "Most defensible use is perinatal / postpartum mental health, especially where maternal symptoms and the mother–infant relationship are both clinically relevant. NICE’s perinatal mental-health implementation material specifically notes growing access to parent–infant interventions in specialist perinatal services. Postpartum depression linked to mother–infant interaction difficulty, bonding or attachment problems, infant regulatory disturbance, maternal anxiety or insecurity in caregiving, and dyadic relational strain. Improve maternal mental health sufficiently to support caregiving, improve the quality of the mother–infant relationship, reduce dyadic distress, and support early attachment and developmental recovery.",
+ "contraindicationsOrCautions": "Clarify maternal diagnosis and severity, infant age and needs, safeguarding, psychosis/mania risk, suicidality, domestic violence, substance use, and whether the mother is stable enough for dyadic work versus needing more urgent individual or inpatient treatment first. It is not a substitute for urgent treatment of postpartum psychosis, severe suicidality, severe mania, or other acute perinatal crises. The evidence base is promising but mixed, and effects appear clearer for short-term maternal depressive symptoms than for long-term maternal mood, mother–infant interaction, or infant attachment outcomes.",
+ "targetSymptoms": "Postpartum depression linked to mother–infant interaction difficulty, bonding or attachment problems, infant regulatory disturbance, maternal anxiety or insecurity in caregiving, and dyadic relational strain.",
+ "patientPopulation": "Mothers with postpartum depression or other perinatal mental health problems where the infant relationship is a central treatment target, particularly when the goal is not only symptom reduction but also improved bonding, interaction, and early relational recovery.",
+ "setting": "Emergency/acute, Inpatient, Group, Family/carer",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Anxiety",
+ "Psychosis",
+ "Substance use",
+ "Eating/body image",
+ "Crisis/risk",
+ "Emotional regulation",
+ "CBT",
+ "Group programme"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "motivational-enhancement-therapy-met",
+ "name": "Motivational Enhancement Therapy (MET)",
+ "category": "Foundational & Engagement Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Motivational Enhancement Therapy (MET). A structured, manual-based motivational intervention derived from motivational interviewing, most strongly used in substance-use treatment.",
+ "bestUsedFor": "Highest-yield for substance use disorders, harmful alcohol or drug use, treatment engagement problems, and early behaviour-change work when ambivalence is the main barrier. It is strongest when the patient is not yet fully ready for more action-focused treatment.",
+ "indications": "Highest-yield for substance use disorders, harmful alcohol or drug use, treatment engagement problems, and early behaviour-change work when ambivalence is the main barrier. It is strongest when the patient is not yet fully ready for more action-focused treatment. Ambivalence, low readiness, weak commitment to change, partial engagement, and poor uptake of treatment or recovery actions. Resolve ambivalence enough to improve treatment uptake, strengthen commitment to change, and transition the patient into active behaviour-change or addiction treatment.",
+ "contraindicationsOrCautions": "Confirm that ambivalence is the main treatment bottleneck. Assess intoxication or withdrawal, acute suicidality, psychosis, delirium, cognitive capacity, and whether the patient actually needs urgent stabilisation or a more active treatment now rather than further motivational work. Usually not enough alone when the patient is already ready for action treatment, when severe psychiatric instability is present, or when medical detoxification, relapse-prevention CBT, medication treatment, or structured trauma / OCD / psychosis care is clearly indicated.",
+ "targetSymptoms": "Ambivalence, low readiness, weak commitment to change, partial engagement, and poor uptake of treatment or recovery actions.",
+ "patientPopulation": "Patients who acknowledge some problem but remain mixed, hesitant, externally pressured, or inconsistent about change. Best suited to addiction settings, community psychiatry, ED / CL brief intervention, and early engagement phases.",
+ "setting": "Emergency/acute, Outpatient/community, Family/carer",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Trauma",
+ "Psychosis",
+ "Substance use",
+ "Neurodevelopmental",
+ "Crisis/risk",
+ "CBT",
+ "Single session"
+ ],
+ "aliases": [
+ "MET"
+ ]
+ },
+ {
+ "slug": "motivational-interviewing",
+ "name": "Motivational Interviewing",
+ "category": "Foundational & Engagement Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Motivational Interviewing (MI), sometimes expanded into Motivational Enhancement Therapy (MET) in more structured versions. A brief, collaborative, goal-oriented therapy focused on resolving ambivalence about change.",
+ "bestUsedFor": "Highest-yield in substance use disorders, harmful use, medication ambivalence, health-behaviour change, early engagement, and situations where the patient is not yet ready for direct action treatment. Also useful as a bridge into broader psychiatric care.",
+ "indications": "Highest-yield in substance use disorders, harmful use, medication ambivalence, health-behaviour change, early engagement, and situations where the patient is not yet ready for direct action treatment. Also useful as a bridge into broader psychiatric care. Ambivalence, low readiness for change, inconsistent motivation, resistance to treatment, adherence problems, and behavioural inertia in substance use or other health-behaviour change contexts. Resolve ambivalence enough to allow meaningful behaviour change, treatment uptake, adherence improvement, or transition into the next active treatment step.",
+ "contraindicationsOrCautions": "Confirm that ambivalence is the main barrier. If the patient is already ready for active treatment, do not leave them stuck in prolonged MI. Assess current risk, intoxication/withdrawal state, cognitive capacity, psychosis, and whether the immediate next step actually needs acute stabilisation or structured disorder-specific therapy instead. Usually not enough alone for severe syndromal psychiatric illness, high-risk states, or when the patient is already ready for structured action-focused treatment. It is not a substitute for trauma-focused therapy, ERP, CBTp, specialist BPD therapy, or medical detoxification when those are indicated.",
+ "targetSymptoms": "Ambivalence, low readiness for change, inconsistent motivation, resistance to treatment, adherence problems, and behavioural inertia in substance use or other health-behaviour change contexts.",
+ "patientPopulation": "Patients who are ambivalent, partially engaged, reluctant, or fluctuating in their readiness to change. Especially useful in addiction settings, ED/CL brief interventions, community psychiatry, and early treatment engagement phases.",
+ "setting": "Emergency/acute, Outpatient/community, Family/carer",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Trauma",
+ "Psychosis",
+ "Substance use",
+ "Neurodevelopmental",
+ "Eating/body image",
+ "Crisis/risk",
+ "CBT",
+ "Single session"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "motivational-interviewing-mi-for-substance-use-disorders",
+ "name": "Motivational Interviewing (MI) for Substance Use Disorders",
+ "category": "Substance Use Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Motivational Interviewing (MI). A collaborative, person-centred but directional counselling method used to resolve ambivalence and strengthen motivation for change in substance use disorders. SAMHSA’s current TIP 35 remains the main practical reference, and NICE alcohol guidance explicitly requires a motivational intervention containing key elements of MI as part of the initial assessment for all people who misuse alcohol.",
+ "bestUsedFor": "Best used at engagement, assessment, early treatment, and whenever motivation is unstable. It is especially useful for alcohol misuse, broader substance use disorders, and patients who are reluctant, unsure, or inconsistent in change efforts. NICE alcohol guidance makes motivational intervention universal at intake, and SAMHSA TIP 35 positions MI as a core SUD treatment approach for enhancing participation and retention.",
+ "indications": "Best used at engagement, assessment, early treatment, and whenever motivation is unstable. It is especially useful for alcohol misuse, broader substance use disorders, and patients who are reluctant, unsure, or inconsistent in change efforts. NICE alcohol guidance makes motivational intervention universal at intake, and SAMHSA TIP 35 positions MI as a core SUD treatment approach for enhancing participation and retention. Low readiness to change, ambivalence, poor engagement, defensiveness, minimisation, dropout risk, and weak commitment to treatment goals. NICE states MI-style work should help people recognise problems, resolve ambivalence, and encourage belief in their ability to change, using a persuasive and supportive rather than argumentative stance. Increase readiness for change, improve engagement and retention, support the move into active treatment, and reduce resistance to behaviour change.",
+ "contraindicationsOrCautions": "Clarify severity of use, withdrawal risk, intoxication, cognitive impairment, psychosis, acute suicidality, and whether the person is medically or psychiatrically unstable enough that motivational work alone would be too little. NICE’s alcohol guidance separates motivational intervention at intake from the need for community relapse-prevention interventions, assisted withdrawal, or more intensive treatment when dependence is moderate/severe or comorbidity is high. MI is not a full relapse-prevention programme and is not enough on its own when the main problem is severe dependence needing detoxification, medication, or structured CBT/behavioural treatment. NICE explicitly follows motivational intervention with recommendations to offer community interventions to promote abstinence or moderate drinking and prevent relapse.",
+ "targetSymptoms": "Low readiness to change, ambivalence, poor engagement, defensiveness, minimisation, dropout risk, and weak commitment to treatment goals. NICE states MI-style work should help people recognise problems, resolve ambivalence, and encourage belief in their ability to change, using a persuasive and supportive rather than argumentative stance.",
+ "patientPopulation": "Best fit is a patient who is not fully committed to abstinence, moderation, treatment attendance, or relapse-prevention work, and whose main barrier is “I’m not sure I want to change” rather than lack of skills. This is the classic MI niche described by SAMHSA and substance-use CBT reviews.",
+ "setting": "Emergency/acute, Outpatient/community",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Anxiety",
+ "Psychosis",
+ "Substance use",
+ "Crisis/risk",
+ "CBT",
+ "Multi-session"
+ ],
+ "aliases": [
+ "MI"
+ ]
+ },
+ {
+ "slug": "multi-family-interventions",
+ "name": "Multi-Family Interventions",
+ "category": "Family & Couple Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Multi-Family Interventions. A structured therapeutic format in which several families work together with clinicians around a shared clinical problem, most clearly established in psychosis / schizophrenia care as a form of family intervention. NICE explicitly includes multi-family group intervention as one of the family-intervention formats for psychosis.",
+ "bestUsedFor": "Best supported in psychosis / schizophrenia, where NICE states family intervention should take account of family preference for either single-family intervention or multi-family group intervention. It is most useful when the service wants structured family work but also wants the extra benefits of peer-family learning and mutual support.",
+ "indications": "Best supported in psychosis / schizophrenia, where NICE states family intervention should take account of family preference for either single-family intervention or multi-family group intervention. It is most useful when the service wants structured family work but also wants the extra benefits of peer-family learning and mutual support. Family confusion, high burden, isolation, repeated crisis cycles, relapse-promoting family responses, poor understanding of symptoms or warning signs, and weak problem-solving around chronic severe mental illness. Reduce relapse-promoting family stress, improve coping and communication, support carers, and build a more treatment-congruent family environment while also reducing isolation through contact with other families.",
+ "contraindicationsOrCautions": "Clarify whether group-based family work is acceptable and safe. Check confidentiality concerns, interpersonal hostility, domestic violence, coercive control, major behavioural dyscontrol, language barriers, and whether one family’s needs are so acute or idiosyncratic that single-family work would be more appropriate. NICE also notes the need to adapt delivery for learning disability or cognitive impairment and to use interpreters where needed. It is not a substitute for acute containment, CBTp, medication optimisation, or single-family work when the family’s needs are too complex, unsafe, or private for a group format. It is also weak if it becomes a loose support group without structured psychoeducation, problem-solving, or crisis planning.",
+ "targetSymptoms": "Family confusion, high burden, isolation, repeated crisis cycles, relapse-promoting family responses, poor understanding of symptoms or warning signs, and weak problem-solving around chronic severe mental illness.",
+ "patientPopulation": "Families and carers who are open to group-based work, whose relative has psychosis or schizophrenia, and where the main needs include education, crisis planning, relapse recognition, and support from others in similar situations. It is often a good fit when one-family work would be helpful but families also feel isolated or demoralised.",
+ "setting": "Emergency/acute, Group, Family/carer",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Psychosis",
+ "Personality/interpersonal",
+ "Crisis/risk",
+ "CBT",
+ "Group programme"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "multidimensional-family-therapy",
+ "name": "Multidimensional family therapy",
+ "category": "Family & Couple Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Multidimensional family therapy, MDFT. A manualised, family-based, multisystem treatment for adolescents and young adults with substance use, delinquency, behavioural problems, and co-occurring mental health difficulties.",
+ "bestUsedFor": "Best for adolescents with substance use plus conduct/delinquency or complex family/system involvement. Particularly useful when individual AOD counselling alone is too narrow.",
+ "indications": "Best for adolescents with substance use plus conduct/delinquency or complex family/system involvement. Particularly useful when individual AOD counselling alone is too narrow. Adolescent substance use, cannabis/alcohol/drug problems, delinquency, conduct problems, family conflict, parenting problems, poor school engagement, peer risk, justice involvement, and co-occurring psychiatric problems. Reduce adolescent substance use and delinquency, improve family functioning and parenting, stabilise mental health, improve school/vocational functioning, and prevent transition into more entrenched adult substance/antisocial pathways.",
+ "contraindicationsOrCautions": "Assess substance pattern, withdrawal/overdose risk, mental state, suicide/self-harm risk, violence/forensic risk, family safety, domestic violence, school/legal involvement, parent substance use, neurodevelopment, trauma, and whether the family can safely participate. Poor fit when family work is unsafe, no caregiver/system involvement is possible, acute risk requires containment, or the main issue is severe psychosis/mania/intoxication requiring immediate stabilisation. Not necessary for simple mild substance use without family/system complexity.",
+ "targetSymptoms": "Adolescent substance use, cannabis/alcohol/drug problems, delinquency, conduct problems, family conflict, parenting problems, poor school engagement, peer risk, justice involvement, and co-occurring psychiatric problems.",
+ "patientPopulation": "Young people whose substance use and behaviour are embedded in family conflict, poor parental monitoring, school disengagement, justice involvement, peer risk, or co-occurring mental health problems. Requires family/system access and therapist capacity for outreach/coordination.",
+ "setting": "Emergency/acute, Inpatient, Outpatient/community, Family/carer",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Trauma",
+ "Psychosis",
+ "Personality/interpersonal",
+ "Substance use",
+ "Crisis/risk",
+ "CBT",
+ "Multi-session"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "multisystemic-therapy-mst",
+ "name": "Multisystemic Therapy (MST)",
+ "category": "Family & Couple Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Multisystemic Therapy (MST). An intensive, home- and community-based multimodal intervention for adolescents with severe antisocial / conduct problems, working across family, peer, school, and community systems. NICE also includes MST within multicomponent programmes for 10 to 17 year-olds who misuse alcohol and have significant comorbidities and/or limited social support.",
+ "bestUsedFor": "NICE recommends offering multimodal interventions, for example MST, to children and young people aged 11 to 17 years for conduct disorder. It is especially relevant when problems are severe, persistent, and clearly embedded across family, school, peer, and community systems. MST is also included in NICE youth alcohol-misuse guidance for more complex cases.",
+ "indications": "NICE recommends offering multimodal interventions, for example MST, to children and young people aged 11 to 17 years for conduct disorder. It is especially relevant when problems are severe, persistent, and clearly embedded across family, school, peer, and community systems. MST is also included in NICE youth alcohol-misuse guidance for more complex cases. Conduct disorder, severe antisocial behaviour, delinquency, family dysfunction, school problems, peer-group risk, and in the NICE alcohol guideline context, youth alcohol misuse with significant comorbidity or limited support. Reduce delinquency and severe antisocial behaviour, stabilise family functioning, improve school/community functioning, and reduce the wider systems maintaining risk.",
+ "contraindicationsOrCautions": "Clarify risk, safeguarding, legal/forensic involvement, school functioning, peer-group risks, substance use, family capacity, and whether the service can deliver true MST fidelity with trained case managers and low caseloads. This is a model-based clinical synthesis, not a single formal NICE checklist. MST is intensive and resource-heavy. Evidence is mixed across reviews: older reviews and NICE guidance support it, but more recent reviews note uncertainty in some populations and settings. It is also not a substitute for acute medical/psychiatric containment when immediate stabilisation is needed.",
+ "targetSymptoms": "Conduct disorder, severe antisocial behaviour, delinquency, family dysfunction, school problems, peer-group risk, and in the NICE alcohol guideline context, youth alcohol misuse with significant comorbidity or limited support.",
+ "patientPopulation": "Adolescents with severe conduct / antisocial behaviour, offending risk, or highly system-linked dysfunction where outpatient individual therapy alone is unlikely to be enough. This is a clinical inference consistent with NICE’s multimodal recommendation and MST trial populations.",
+ "setting": "Emergency/acute, Inpatient, Outpatient/community, Group, Family/carer",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Substance use",
+ "Eating/body image",
+ "Crisis/risk",
+ "CBT",
+ "Group programme"
+ ],
+ "aliases": [
+ "MST"
+ ]
+ },
+ {
+ "slug": "narrative-exposure-therapy-net",
+ "name": "Narrative Exposure Therapy (NET)",
+ "category": "Trauma Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Narrative Exposure Therapy (NET). A standardised short-term trauma-focused therapy adapted from testimony therapy and mainstream exposure approaches, in which the person constructs a chronological life narrative with detailed processing of traumatic events.",
+ "bestUsedFor": "In Australian PTSD guidelines, NET has a conditional recommendation for adults with PTSD where trauma is linked to genocide, civil conflict, torture, political detention, or displacement. It is best understood as a selective trauma therapy, not a universal first-line PTSD treatment alongside TF-CBT, CT, CPT, PE, or EMDR.",
+ "indications": "In Australian PTSD guidelines, NET has a conditional recommendation for adults with PTSD where trauma is linked to genocide, civil conflict, torture, political detention, or displacement. It is best understood as a selective trauma therapy, not a universal first-line PTSD treatment alongside TF-CBT, CT, CPT, PE, or EMDR. PTSD symptoms maintained by repeated trauma memories, fragmented autobiographical processing, trauma-linked fear networks, and chronic trauma-related avoidance. Reduce PTSD symptoms, integrate repeated trauma into an autobiographical narrative, reduce avoidance, and improve recovery in people whose trauma history is cumulative and identity-shaping.",
+ "contraindicationsOrCautions": "Confirm the trauma context actually fits the selective role where NET is most supported. Check dissociation, psychosis, intoxication, acute mania, severe self-harm instability, cognitive capacity, interpreter needs, and whether a more mainstream first-line trauma therapy is more appropriate or available. NET does not currently have the same broad first-line guideline status in adult PTSD as TF-CBT, CT, CPT, PE, or EMDR. It is a weaker fit when trauma is not of the repeated/displacement/torture type, when acute instability is high, or when a more established first-line trauma therapy is clearly available and better matched.",
+ "targetSymptoms": "PTSD symptoms maintained by repeated trauma memories, fragmented autobiographical processing, trauma-linked fear networks, and chronic trauma-related avoidance.",
+ "patientPopulation": "Patients with PTSD following multiple, repeated, organised, or displacement-related trauma, especially where trauma is embedded across a longer life story rather than a single isolated event.",
+ "setting": "Emergency/acute",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Trauma",
+ "Psychosis",
+ "Personality/interpersonal",
+ "Crisis/risk",
+ "Distress tolerance",
+ "CBT",
+ "Multi-session"
+ ],
+ "aliases": [
+ "NET"
+ ]
+ },
+ {
+ "slug": "narrative-therapy",
+ "name": "Narrative therapy",
+ "category": "Humanistic & Meaning-Based Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Narrative therapy. A postmodern, constructivist psychotherapy that helps people examine and re-author the stories through which they understand themselves, their problems, and their lives. In psychiatric practice it is better understood as a distinct psychotherapy approach rather than a guideline-dominant first-line treatment for specific syndromes.",
+ "bestUsedFor": "Best when identity, meaning, stigma, trauma-related self-story, family/community narratives, or chronic demoralisation are central. It is often used in community, family, youth, trauma-informed, and culturally responsive contexts. Current evidence is promising but still limited and heterogeneous, rather than strongly syndrome-specific.",
+ "indications": "Best when identity, meaning, stigma, trauma-related self-story, family/community narratives, or chronic demoralisation are central. It is often used in community, family, youth, trauma-informed, and culturally responsive contexts. Current evidence is promising but still limited and heterogeneous, rather than strongly syndrome-specific. Problem-saturated identity, shame, helplessness, stigma, self-defining illness narratives, and distress maintained by rigid or oppressive meanings attached to life events or symptoms. Rebuild a more workable and hopeful sense of identity, reduce the dominance of the problem narrative, strengthen agency, and support more meaningful action in family and community life.",
+ "contraindicationsOrCautions": "Check acuity, suicide and self-harm risk, psychosis, mania, cognitive capacity, dissociation, and whether the person can use reflective story-based work. Also check whether a more clearly indicated syndrome-specific treatment should take priority. Poor fit when the person is too disorganised, highly unsafe, severely psychotic, manic, or cognitively unable to use reflective narrative work. It is also limited when the patient clearly needs a more specific active treatment such as ERP, trauma-focused CBT, or DBT first.",
+ "targetSymptoms": "Problem-saturated identity, shame, helplessness, stigma, self-defining illness narratives, and distress maintained by rigid or oppressive meanings attached to life events or symptoms.",
+ "patientPopulation": "Patients who can reflect on meaning and identity, can engage collaboratively in story-based work, and may benefit from a less pathologising and more culturally responsive frame. It can fit well where the person is overly identified with illness, failure, or trauma.",
+ "setting": "Emergency/acute, Outpatient/community, Group, Family/carer",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Trauma",
+ "Psychosis",
+ "Personality/interpersonal",
+ "Crisis/risk",
+ "CBT",
+ "Group programme"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "narrative-informed-community-work",
+ "name": "Narrative-informed community work",
+ "category": "Community & Casework Support",
+ "modality": "CBT",
+ "clinicalSummary": "Narrative-informed community work. A psychosocial and recovery-oriented practice that draws on narrative therapy principles in community settings, helping people re-author identity, reduce problem-saturated formulations, and reconnect with preferred values, roles, relationships, and community participation. It is better understood as a community-adapted narrative practice than as a single manualised psychiatric therapy. RANZCP’s recovery statement emphasises hope, meaningful life in the community, and engagement with lived experience and social determinants, which aligns well with this model’s community focus. (RANZCP)",
+ "bestUsedFor": "Best in community psychiatry, psychosocial rehabilitation, trauma-informed recovery work, youth or adult community mental health, and severe mental illness where identity, belonging, and social participation are central. It is particularly useful when symptom treatment alone has not restored agency or meaningful social roles. This is a cautious practice-based positioning rather than a strong disorder-specific guideline recommendation. (RANZCP)",
+ "indications": "Best in community psychiatry, psychosocial rehabilitation, trauma-informed recovery work, youth or adult community mental health, and severe mental illness where identity, belonging, and social participation are central. It is particularly useful when symptom treatment alone has not restored agency or meaningful social roles. This is a cautious practice-based positioning rather than a strong disorder-specific guideline recommendation. (RANZCP) Problem-saturated identity, shame, hopelessness, marginalisation, social disconnection, and recovery stagnation where the patient’s sense of self has narrowed around illness, trauma, or exclusion. (RANZCP) Restore agency and identity, reduce problem-saturated formulations, improve community participation, and help the person develop a meaningful and contributing life story beyond illness alone. (RANZCP)",
+ "contraindicationsOrCautions": "Check acuity, suicidality, psychotic disorganisation, cognitive capacity, substance instability, and whether the person can engage in reflective narrative work. Also check that narrative work is not being substituted for a more clearly indicated acute or diagnosis-specific treatment. That caution is a clinical inference. (RANZCP) Poor fit when the patient is too acutely unwell, highly disorganised, or at such high risk that acute containment is the primary task. It is also limited if clinicians use narrative language without practical community linkage or when the real need is a more specific therapy such as ERP, TF-CBT, or DBT. The latter is an inference. (RANZCP)",
+ "targetSymptoms": "Problem-saturated identity, shame, hopelessness, marginalisation, social disconnection, and recovery stagnation where the patient’s sense of self has narrowed around illness, trauma, or exclusion. (RANZCP)",
+ "patientPopulation": "Patients who can reflect on identity, values, relationships, and life direction, and who may benefit from moving beyond a narrow “patient” identity. Good fit when the person is demoralised, socially excluded, or stuck in a deficit-based service narrative. (RANZCP)",
+ "setting": "Emergency/acute, Outpatient/community, Group, Family/carer",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Trauma",
+ "Psychosis",
+ "Substance use",
+ "Crisis/risk",
+ "CBT",
+ "Group programme"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "neurodevelopmentally-adapted-psychosocial-interventions",
+ "name": "Neurodevelopmentally adapted psychosocial interventions",
+ "category": "Child & Adolescent Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Neurodevelopmentally adapted psychosocial interventions. A broad category of mental health and functional interventions adapted for autism, ADHD, intellectual disability, learning disability, developmental language disorder, executive-function difficulty, sensory sensitivity, and social-communication differences. This is not one therapy, but a modification framework applied to CBT, DBT, parent work, social-communication work, behavioural support, psychoeducation, casework, and rehabilitation.",
+ "bestUsedFor": "Best whenever a standard psychosocial therapy is clinically indicated but the person’s neurodevelopmental profile makes usual delivery ineffective or inaccessible. Core examples include adapted CBT for anxiety/depression, adapted ERP for OCD, adapted DBT skills, behavioural parent work, social-communication interventions, structured life-skills programmes, and functional behaviour support. NICE specifically recommends social-communication interventions for autistic children and young people and social learning or structured life-skills programmes for autistic adults where indicated. (NICE)",
+ "indications": "Best whenever a standard psychosocial therapy is clinically indicated but the person’s neurodevelopmental profile makes usual delivery ineffective or inaccessible. Core examples include adapted CBT for anxiety/depression, adapted ERP for OCD, adapted DBT skills, behavioural parent work, social-communication interventions, structured life-skills programmes, and functional behaviour support. NICE specifically recommends social-communication interventions for autistic children and young people and social learning or structured life-skills programmes for autistic adults where indicated. (NICE) Barriers to engagement and functional change caused by communication differences, cognitive rigidity, sensory overload, executive dysfunction, social-communication differences, attention difficulties, learning needs, low predictability, poor generalisation, and mismatch between standard therapy delivery and neurodevelopmental profile. NICE highlights communication impairment, coexisting ADHD/anxiety/depression, environmental sensory factors, routine change, developmental change, exploitation/abuse, reinforcement patterns, and absence of predictability/structure as relevant maintaining factors in autistic children and young people. (NICE) Make evidence-based psychosocial care accessible, improve functional participation, reduce distress, improve self-management, and ensure treatment respects neurodevelopmental difference rather than forcing neurotypical therapy assumptions.",
+ "contraindicationsOrCautions": "Clarify diagnosis/profile, cognitive level, communication style, sensory triggers, executive-function barriers, routine dependence, special interests, family/carer support, school/work demands, risk, safeguarding, medical contributors, sleep, substance use, and coexisting anxiety/depression/OCD/trauma/psychosis. Check whether the goal is symptom treatment, life-skills support, social participation, behaviour support, or environmental adaptation. Poor fit when adaptation is used as a vague label without changing delivery. It is also insufficient if the main problem is acute psychosis, mania, severe self-harm risk, unsafe environment, or medical instability requiring more intensive care. For autistic children, NICE explicitly advises against antipsychotics, antidepressants, anticonvulsants, or exclusion diets for the core features of autism, which reinforces that intervention choice must match the target. (NICE)",
+ "targetSymptoms": "Barriers to engagement and functional change caused by communication differences, cognitive rigidity, sensory overload, executive dysfunction, social-communication differences, attention difficulties, learning needs, low predictability, poor generalisation, and mismatch between standard therapy delivery and neurodevelopmental profile. NICE highlights communication impairment, coexisting ADHD/anxiety/depression, environmental sensory factors, routine change, developmental change, exploitation/abuse, reinforcement patterns, and absence of predictability/structure as relevant maintaining factors in autistic children and young people. (NICE)",
+ "patientPopulation": "Autistic people, people with ADHD, intellectual disability, learning disability, language disorder, or executive dysfunction who have treatable distress or functional impairment but struggle with conventional therapy demands. Best fit is when therapy failure reflects delivery mismatch, not lack of need.",
+ "setting": "Emergency/acute, Group, Family/carer",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Anxiety",
+ "Trauma",
+ "Psychosis",
+ "Personality/interpersonal",
+ "Sleep",
+ "Substance use",
+ "Neurodevelopmental",
+ "Eating/body image",
+ "Crisis/risk",
+ "CBT",
+ "Group programme"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "panic-focused-cbt",
+ "name": "Panic-focused CBT",
+ "category": "Standard Talking Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Panic-focused CBT. A CBT protocol for panic disorder with or without agoraphobia, focused on catastrophic misinterpretation of bodily sensations, panic cycles, avoidance, and safety behaviours.",
+ "bestUsedFor": "Best for panic disorder with or without agoraphobia, especially when recurrent panic attacks, bodily-sensation fear, anticipatory anxiety, and avoidance are central. NICE recommends low-intensity self-help for mild to moderate panic disorder and CBT for moderate to severe panic disorder. (NICE)",
+ "indications": "Best for panic disorder with or without agoraphobia, especially when recurrent panic attacks, bodily-sensation fear, anticipatory anxiety, and avoidance are central. NICE recommends low-intensity self-help for mild to moderate panic disorder and CBT for moderate to severe panic disorder. (NICE) Catastrophic misinterpretation of autonomic sensations, fear of fear, anticipatory anxiety, agoraphobic avoidance, escape behaviours, safety behaviours, reassurance-seeking, and anxiety sensitivity. NICE states that accurate diagnosis of panic disorder is central and that CBT should be used for panic disorder. (NICE) Stop the panic-maintenance cycle, restore mobility and independence, reduce agoraphobic avoidance, and help the patient tolerate bodily sensations without catastrophic interpretation or escape.",
+ "contraindicationsOrCautions": "Confirm panic disorder and exclude key mimics or contributors where clinically indicated, such as arrhythmia, thyrotoxicosis, stimulant/caffeine use, substance withdrawal, hypoglycaemia, asthma, vestibular disorder, seizure phenomena, medication effects, PTSD, OCD, social anxiety, and psychosis. Assess suicide/self-harm risk, agoraphobia severity, depression, substance use, and readiness for exposure. Poor fit as the primary therapy when panic-like symptoms are secondary to PTSD flashbacks, OCD, psychosis, active substance use, severe depression, or a medical disorder requiring treatment. It is also limited if the patient refuses exposure or if agoraphobic avoidance is so severe that stepped or home-based work is needed first.",
+ "targetSymptoms": "Catastrophic misinterpretation of autonomic sensations, fear of fear, anticipatory anxiety, agoraphobic avoidance, escape behaviours, safety behaviours, reassurance-seeking, and anxiety sensitivity. NICE states that accurate diagnosis of panic disorder is central and that CBT should be used for panic disorder. (NICE)",
+ "patientPopulation": "Patients with panic attacks who can engage in a physiological/anxiety formulation, tolerate deliberate symptom induction, and practise between sessions. Good fit when the person repeatedly avoids exercise, crowds, public transport, driving, being alone, or leaving safety zones because of panic.",
+ "setting": "Emergency/acute, Group",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Anxiety",
+ "Trauma",
+ "Psychosis",
+ "Personality/interpersonal",
+ "Substance use",
+ "Neurodevelopmental",
+ "Eating/body image",
+ "Crisis/risk",
+ "CBT",
+ "Group programme"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "parent-management-training-pmt",
+ "name": "Parent Management Training (PMT)",
+ "category": "Child & Adolescent Therapies",
+ "modality": "ACT",
+ "clinicalSummary": "Parent Management Training (PMT). A more specific behavioural form of parent training in which caregivers are taught to modify child behaviour through reinforcement, consistent consequences, and changes in parent–child interaction.",
+ "bestUsedFor": "Best supported for children with clinical levels of disruptive behaviour, especially oppositional and conduct-type presentations in younger children. It overlaps heavily with NICE’s recommended parent training programmes because those are also built on a social learning model.",
+ "indications": "Best supported for children with clinical levels of disruptive behaviour, especially oppositional and conduct-type presentations in younger children. It overlaps heavily with NICE’s recommended parent training programmes because those are also built on a social learning model. Disruptive behaviour, oppositionality, non-compliance, aggression, coercive cycles, ineffective consequences, and inconsistent parenting responses. Reduce disruptive behaviour, improve child compliance and self-control, improve parenting consistency, and improve parent–child interaction quality.",
+ "contraindicationsOrCautions": "Confirm that the target problem is truly disruptive behaviour and that the parents can participate in structured behavioural work. Review developmental stage, autism/ADHD or language issues, safeguarding, parental mental health, and whether a broader intervention is needed because the problem extends well beyond parent–child management. PMT is not a primary treatment for severe psychosis, mania, delirium, or high-risk multisystem offending, and it is weaker when the main drivers are outside parental management, such as entrenched peer delinquency or major school/community-system failure.",
+ "targetSymptoms": "Disruptive behaviour, oppositionality, non-compliance, aggression, coercive cycles, ineffective consequences, and inconsistent parenting responses.",
+ "patientPopulation": "Parents of children whose main clinical problem is behavioural dyscontrol maintained by day-to-day family interaction and reinforcement patterns, rather than primarily by psychosis, major neurocognitive problems, or severe multisystem delinquency.",
+ "setting": "Emergency/acute, Outpatient/community, Group, Family/carer",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Psychosis",
+ "Neurodevelopmental",
+ "Crisis/risk",
+ "ACT",
+ "Group programme"
+ ],
+ "aliases": [
+ "PMT"
+ ]
+ },
+ {
+ "slug": "parent-training",
+ "name": "Parent Training",
+ "category": "Child & Adolescent Therapies",
+ "modality": "ACT",
+ "clinicalSummary": "Parent Training. A broad family of structured interventions that teach parents or carers skills to improve child behaviour, strengthen parenting, and reduce coercive or escalating parent–child interaction patterns. In current NICE guidance for conduct disorder and oppositional problems, the main evidence-based form is social-learning-based parent training.",
+ "bestUsedFor": "Best supported for children aged 3 to 11 years who are at high risk of oppositional defiant disorder or conduct disorder, who already have oppositional defiant disorder or conduct disorder, or who are in contact with the criminal justice system because of antisocial behaviour. NICE recommends group parent training programmes first for this age range.",
+ "indications": "Best supported for children aged 3 to 11 years who are at high risk of oppositional defiant disorder or conduct disorder, who already have oppositional defiant disorder or conduct disorder, or who are in contact with the criminal justice system because of antisocial behaviour. NICE recommends group parent training programmes first for this age range. Oppositional behaviour, conduct problems, coercive parent–child cycles, inconsistent discipline, low positive reinforcement, poor behaviour management, and parenting stress. Reduce disruptive behaviour, improve parenting skill and confidence, reduce coercive interaction cycles, and improve family functioning.",
+ "contraindicationsOrCautions": "Clarify age, diagnosis, severity, safeguarding, neurodevelopmental issues, parental capacity, literacy/language, family stressors, and whether the child’s needs are so severe and complex that parent-and-child training or another more intensive intervention is needed. NICE also notes the evidence base is much stronger for children 11 years and younger than for older children. Parent training is not a substitute for acute risk management, safeguarding intervention, or more intensive multimodal work when the child’s difficulties are severe and complex. It is also a weaker fit in older adolescents, where the evidence is less established and other systemic interventions may be needed.",
+ "targetSymptoms": "Oppositional behaviour, conduct problems, coercive parent–child cycles, inconsistent discipline, low positive reinforcement, poor behaviour management, and parenting stress.",
+ "patientPopulation": "Parents or carers of younger children where the main treatment lever is clearly parenting practice and parent–child interaction. It is strongest when caregivers can attend consistently and use the strategies between sessions.",
+ "setting": "Emergency/acute, Group, Family/carer",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Neurodevelopmental",
+ "Crisis/risk",
+ "ACT",
+ "Group programme"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "parent-and-child-training",
+ "name": "Parent-and-Child Training",
+ "category": "Child & Adolescent Therapies",
+ "modality": "ACT",
+ "clinicalSummary": "Parent-and-Child Training. A more intensive psychosocial intervention for children aged 3 to 11 years with disruptive behaviour whose problems are severe and complex, combining parent work with direct work involving the child.",
+ "bestUsedFor": "Best used for children aged 3 to 11 years at high risk of oppositional defiant disorder or conduct disorder, who already have oppositional defiant disorder or conduct disorder, or who are in contact with the criminal justice system because of antisocial behaviour when their problems are severe and complex.",
+ "indications": "Best used for children aged 3 to 11 years at high risk of oppositional defiant disorder or conduct disorder, who already have oppositional defiant disorder or conduct disorder, or who are in contact with the criminal justice system because of antisocial behaviour when their problems are severe and complex. Severe and complex oppositional or conduct-type behaviour, coercive parent–child cycles, poor compliance, family escalation, and situations where parent-only work is not enough. Reduce severe disruptive behaviour, improve parent–child interaction, strengthen parenting skill under real conditions, and prevent progression to more entrenched conduct problems.",
+ "contraindicationsOrCautions": "Clarify age, severity, safeguarding, developmental profile, autism/ADHD or language issues, family capacity, and whether the child’s needs are so broad across school/peer/community systems that a more intensive multimodal intervention is required instead. It is not a substitute for safeguarding intervention, acute psychiatric stabilisation, or broader multimodal treatment when antisocial behaviour is severe and embedded across peer, school, justice, and community systems. It is also a poor fit if the child is outside the age group or the main problem is not parent–child interaction.",
+ "targetSymptoms": "Severe and complex oppositional or conduct-type behaviour, coercive parent–child cycles, poor compliance, family escalation, and situations where parent-only work is not enough.",
+ "patientPopulation": "Younger children with disruptive behaviour where the main treatment lever is still the parent–child interaction, but where symptom severity or complexity means a parent-only programme is likely to be insufficient.",
+ "setting": "Emergency/acute, Outpatient/community, Group, Family/carer",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Neurodevelopmental",
+ "Crisis/risk",
+ "ACT",
+ "Group programme"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "parent-child-relational-therapy",
+ "name": "Parent-Child Relational Therapy",
+ "category": "Family & Couple Therapies",
+ "modality": "ACT",
+ "clinicalSummary": "Parent-Child Relational Therapy. A broad relational-treatment category in which the therapeutic target is the parent–child relationship, not just the child’s symptoms or the parent’s distress. It is better understood as a format category than one single standardised therapy.",
+ "bestUsedFor": "Most defensible use is where the relationship itself is a central treatment target, especially in disruptive behaviour, developmental and attachment-linked difficulty, early childhood mental health, and selected trauma or caregiving contexts. In practice, this often means using a more specific named model such as Parent–Child Interaction Therapy (PCIT) or another parent–child psychotherapy.",
+ "indications": "Most defensible use is where the relationship itself is a central treatment target, especially in disruptive behaviour, developmental and attachment-linked difficulty, early childhood mental health, and selected trauma or caregiving contexts. In practice, this often means using a more specific named model such as Parent–Child Interaction Therapy (PCIT) or another parent–child psychotherapy. Parent–child interaction problems, coercive cycles, insecure or strained relational patterns, dysregulated dyadic interactions, disruptive behaviour maintained within the relationship, and some attachment- or trauma-linked relational difficulties. Improve the functioning of the parent–child relationship so that child symptoms, parenting stress, and relational dysregulation reduce together rather than being treated separately.",
+ "contraindicationsOrCautions": "Clarify the exact parent–child problem, developmental stage, safeguarding issues, domestic violence/coercion, neurodevelopmental profile, and whether a more specific named intervention is indicated rather than a vague “relational” approach. It is too broad to stand as a precise treatment model on its own. The strongest current evidence is attached to specific named models, especially PCIT for disruptive behaviours, rather than to “parent-child relational therapy” as a single standard intervention.",
+ "targetSymptoms": "Parent–child interaction problems, coercive cycles, insecure or strained relational patterns, dysregulated dyadic interactions, disruptive behaviour maintained within the relationship, and some attachment- or trauma-linked relational difficulties.",
+ "patientPopulation": "Parent–child dyads where the child’s symptoms and the dyadic relationship are closely linked, especially younger children, disruptive-behaviour presentations, and situations in which changing parent–child interaction is more clinically useful than treating the child alone.",
+ "setting": "Emergency/acute, Group, Family/carer",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Trauma",
+ "Neurodevelopmental",
+ "Eating/body image",
+ "Crisis/risk",
+ "ACT",
+ "Group programme"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "parent-child-interaction-therapy-pcit",
+ "name": "Parent–Child Interaction Therapy (PCIT)",
+ "category": "Child & Adolescent Therapies",
+ "modality": "ACT",
+ "clinicalSummary": "Parent–Child Interaction Therapy (PCIT). A structured behavioural parent-training intervention for young children with disruptive behaviour, in which the parent and child are seen together and the clinician coaches the parent live during parent–child interaction.",
+ "bestUsedFor": "Best supported for young children with clinically significant disruptive behaviour problems. Meta-analysis found PCIT outperformed waitlist for parent-rated disruptive behaviour, with larger effects than PMT in the included comparisons, and a recent systematic review concluded PCIT reduces disruptive behaviours and improves parent–child relationships across diverse settings.",
+ "indications": "Best supported for young children with clinically significant disruptive behaviour problems. Meta-analysis found PCIT outperformed waitlist for parent-rated disruptive behaviour, with larger effects than PMT in the included comparisons, and a recent systematic review concluded PCIT reduces disruptive behaviours and improves parent–child relationships across diverse settings. Disruptive behaviour, oppositionality, aggression, non-compliance, parenting stress, and dysfunctional parent–child interaction patterns. Reduce disruptive behaviour, improve parent management skill, strengthen the parent–child relationship, and create durable behaviour change that generalises into everyday life.",
+ "contraindicationsOrCautions": "Clarify that the main target is disruptive behaviour rather than acute psychosis, delirium, mania, severe safeguarding crisis, or a broader multisystem antisocial pattern needing a different intervention. Also check parent availability, language, literacy, neurodevelopmental needs, and whether live coaching is feasible. NICE conduct-disorder guidance prioritises social-learning parent training for children 3 to 11 years, which is the broad guideline frame within which PCIT most naturally sits. PCIT is not a substitute for acute risk management or broader multisystem intervention when peer, school, justice, and community drivers dominate. It is also weaker in older youths, where the broader disruptive-behaviour evidence base shifts toward other interventions. The strongest data are in younger disruptive-behaviour populations.",
+ "targetSymptoms": "Disruptive behaviour, oppositionality, aggression, non-compliance, parenting stress, and dysfunctional parent–child interaction patterns.",
+ "patientPopulation": "Best fit is usually younger children, especially when the main problem is disruptive behaviour maintained within the parent–child interaction and when parents can attend repeated coached sessions. The meta-analysis that compared PMT and PCIT explicitly noted added PCIT benefit in younger ages.",
+ "setting": "Emergency/acute, Outpatient/community",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Psychosis",
+ "Neurodevelopmental",
+ "Crisis/risk",
+ "ACT",
+ "Multi-session"
+ ],
+ "aliases": [
+ "PCIT"
+ ]
+ },
+ {
+ "slug": "peer-recovery-interventions",
+ "name": "Peer recovery interventions",
+ "category": "Substance Use Therapies",
+ "modality": "ACT",
+ "clinicalSummary": "Peer recovery interventions. Substance-use recovery supports delivered by people with lived experience of substance use disorder and recovery, including peer recovery coaching, peer mentoring, recovery groups, linkage support, and community recovery navigation. SAMHSA describes peer recovery support services as designed and delivered by people in recovery from substance use disorders. (SAMHSA)",
+ "bestUsedFor": "Best as an adjunct across the SUD care continuum, especially engagement, post-detox or post-discharge transitions, ED/hospital linkage, community recovery, opioid use disorder care, relapse recovery, and treatment retention. A 2025 systematic review found evidence has coalesced that peer recovery support services can improve SUD treatment engagement and retention, with preliminary but inconclusive evidence for substance-use outcomes. (Springer)",
+ "indications": "Best as an adjunct across the SUD care continuum, especially engagement, post-detox or post-discharge transitions, ED/hospital linkage, community recovery, opioid use disorder care, relapse recovery, and treatment retention. A 2025 systematic review found evidence has coalesced that peer recovery support services can improve SUD treatment engagement and retention, with preliminary but inconclusive evidence for substance-use outcomes. (Springer) Treatment disengagement, isolation, shame, low hope, poor linkage to services, weak recovery identity, low recovery capital, relapse risk, and difficulty using formal treatment in everyday life. SAMHSA states peer workers help people become and stay engaged in recovery and reduce the likelihood of relapse. (SAMHSA) Improve engagement and retention, increase recovery capital, reduce isolation and shame, support sustained recovery, and extend recovery support beyond the clinic into everyday life.",
+ "contraindicationsOrCautions": "Check role clarity, peer worker training/supervision, boundaries, confidentiality, risk pathways, substance-use severity, overdose risk, withdrawal risk, mental state, safeguarding, and whether peer support is an adjunct or the main available support. Do not use peer work as a substitute for needed clinical care. Peer recovery support is not a replacement for withdrawal management, pharmacotherapy, suicide-risk care, acute psychiatric treatment, overdose management, or specialist dual-diagnosis care. Evidence for engagement and retention is stronger than evidence for direct substance-use outcomes, so claims should stay measured. (Springer)",
+ "targetSymptoms": "Treatment disengagement, isolation, shame, low hope, poor linkage to services, weak recovery identity, low recovery capital, relapse risk, and difficulty using formal treatment in everyday life. SAMHSA states peer workers help people become and stay engaged in recovery and reduce the likelihood of relapse. (SAMHSA)",
+ "patientPopulation": "Patients who are ambivalent, disengaged, socially isolated, ashamed, repeatedly relapsing after formal treatment, or likely to benefit from credible lived-experience support. Also useful when trust in clinical services is low.",
+ "setting": "Emergency/acute, Outpatient/community, Telehealth/digital, Group, Family/carer",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Substance use",
+ "Crisis/risk",
+ "ACT",
+ "Group programme"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "peer-support",
+ "name": "Peer Support",
+ "category": "Psychosis & Rehabilitation Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Peer Support. A lived-experience intervention in which support is provided by people with personal experience of mental illness and recovery. In psychosis care it is best understood as a recovery-oriented psychosocial intervention, not a primary symptom-focused psychotherapy like CBTp.",
+ "bestUsedFor": "Most useful in psychosis rehabilitation, community recovery work, discharge transition, engagement support, group activities, and broader recovery-oriented service delivery. NICE recommends that rehabilitation services for complex psychosis provide opportunities for sharing experiences with peers, include peer support workers in multidisciplinary teams, and ensure community-activity programmes involve peer support.",
+ "indications": "Most useful in psychosis rehabilitation, community recovery work, discharge transition, engagement support, group activities, and broader recovery-oriented service delivery. NICE recommends that rehabilitation services for complex psychosis provide opportunities for sharing experiences with peers, include peer support workers in multidisciplinary teams, and ensure community-activity programmes involve peer support. Hopelessness, isolation, disengagement, low confidence, low recovery expectancy, difficulty identifying with recovery, and weak connection to community or services. Increase hope, agency, belonging, engagement, and recovery participation, while helping the person connect lived experience to a more meaningful future.",
+ "contraindicationsOrCautions": "Clarify the actual aim. Peer support is a poor substitute for acute containment, medication review, CBTp, or family intervention when those are clearly needed. Also check role clarity, supervision, boundaries, local training, and whether the service is expecting peer workers to function as generic support staff rather than as lived-experience workers. Peer support is not a first-line stand-alone treatment for acute psychosis, persistent delusional distress, severe suicidality, or major functional collapse. The evidence base is promising but heterogeneous, and umbrella-review quality is often low, so claims should stay modest.",
+ "targetSymptoms": "Hopelessness, isolation, disengagement, low confidence, low recovery expectancy, difficulty identifying with recovery, and weak connection to community or services.",
+ "patientPopulation": "People with psychosis or severe mental illness who are socially isolated, disengaged, demoralised, or trying to rebuild identity and community role after illness. Often especially useful when the person responds better to non-hierarchical, recovery-modelled support than to standard clinician-only contact.",
+ "setting": "Emergency/acute, Outpatient/community, Group, Family/carer",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Psychosis",
+ "Eating/body image",
+ "Crisis/risk",
+ "CBT",
+ "Group programme"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "peer-led-groups",
+ "name": "Peer-led groups",
+ "category": "Group IPT",
+ "modality": "DBT",
+ "clinicalSummary": "Peer-led groups. Group interventions led by people with lived experience of mental health difficulties or recovery, rather than by conventional clinicians alone. In psychiatric practice these are usually best understood as recovery-oriented support interventions rather than diagnosis-specific psychotherapy. The evidence base is real but heterogeneous, and outcomes vary by model, setting, training, and implementation. (SpringerLink)",
+ "bestUsedFor": "Best as an adjunctive recovery-oriented intervention, especially where connection, empowerment, and lived-experience modelling are central. The 2024 umbrella review found peer support is recommended across policy guidance internationally, but also highlighted major heterogeneity in evidence and implementation. Group peer support meta-analysis suggests some benefit, but the most effective models and delivery formats remain uncertain. (SpringerLink)",
+ "indications": "Best as an adjunctive recovery-oriented intervention, especially where connection, empowerment, and lived-experience modelling are central. The 2024 umbrella review found peer support is recommended across policy guidance internationally, but also highlighted major heterogeneity in evidence and implementation. Group peer support meta-analysis suggests some benefit, but the most effective models and delivery formats remain uncertain. (SpringerLink) Isolation, stigma, hopelessness, disengagement, low self-efficacy, and reduced recovery orientation. Depending on the model, peer-led groups may also target service engagement, self-management, or community participation. (SpringerLink) Increase hope, empowerment, connectedness, recovery orientation, and self-management, while reducing isolation and supporting ongoing engagement in care and community life. (SpringerLink)",
+ "contraindicationsOrCautions": "Check risk, behavioural safety, group readiness, boundaries, current distress tolerance, and whether the person is likely to benefit from peer connection rather than needing immediate diagnosis-specific treatment. Also check the training, supervision, and governance of the peer-led model, because implementation quality materially affects safety and usefulness. (SpringerLink) Usually insufficient alone for acute severe syndromes, high-risk states, active psychosis with major behavioural dyscontrol, acute mania, severe OCD, or conditions where a more specific evidence-based therapy is clearly indicated. Peer-led groups can complement care, but they should not be mistaken for a substitute for structured treatment when the latter is needed. (SpringerLink)",
+ "targetSymptoms": "Isolation, stigma, hopelessness, disengagement, low self-efficacy, and reduced recovery orientation. Depending on the model, peer-led groups may also target service engagement, self-management, or community participation. (SpringerLink)",
+ "patientPopulation": "Patients who can engage safely in a group and are likely to benefit from hope, identification, mutual support, and recovery role-modelling. Often a good fit in community and recovery settings, early recovery phases, or long-term care where social disconnection and demoralisation are prominent. (SpringerLink)",
+ "setting": "Emergency/acute, Outpatient/community, Group",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Psychosis",
+ "Crisis/risk",
+ "Emotional regulation",
+ "Distress tolerance",
+ "DBT",
+ "Group programme"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "person-centred-rogerian-therapy",
+ "name": "Person-centred / Rogerian therapy",
+ "category": "Humanistic & Meaning-Based Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Person-centred therapy, also called Rogerian therapy or person-centred counselling. A humanistic therapy centred on empathic listening, emotional exploration, genuineness, and unconditional positive regard, with the therapist facilitating self-understanding rather than directing behavioural change. NICE depression guidance includes counselling using an empirically validated protocol for depression and describes it as focusing on emotional processing, empathic listening, emotional exploration, and helping people find their own solutions. (NICE)",
+ "bestUsedFor": "Best for depression or distress where psychosocial, relationship, or employment problems are contributing and the person would prefer an emotionally exploratory, non-directive therapy. NICE includes counselling as an option for adults with depression, but it is one option among several, not a universally preferred first-line psychotherapy over all others. (NICE)",
+ "indications": "Best for depression or distress where psychosocial, relationship, or employment problems are contributing and the person would prefer an emotionally exploratory, non-directive therapy. NICE includes counselling as an option for adults with depression, but it is one option among several, not a universally preferred first-line psychotherapy over all others. (NICE) Emotional distress, low self-worth, relational strain, difficulty understanding feelings, and problems where deeper emotional processing and self-understanding are more central than highly structured behavioural techniques. In depression guidance, counselling is positioned around emotional processing and meaning-making rather than direct behaviour change. (NICE) Increase self-understanding, improve emotional processing and coping, reduce distress, and help the person develop more adaptive ways of relating to themselves and others. (NICE)",
+ "contraindicationsOrCautions": "Check diagnosis, severity, suicide and self-harm risk, bipolarity, psychosis, substance instability, cognitive capacity, and whether a more specific active treatment is clearly indicated. Also check the patient’s treatment preference and readiness for an exploratory rather than directive model. The preference point is grounded; the “more specific active treatment” caution is a clinical inference. (NICE) Poor fit when the person clearly needs a more structured or diagnosis-specific active ingredient, such as ERP for OCD, trauma-focused therapy for PTSD, or comprehensive DBT for recurrent self-harm and emotion dysregulation. It may also be less suitable for people who do not want to focus on feelings or who need a highly structured skills-based approach. The first limitation is a clinical inference; the second is partly supported by NICE’s contrasts between therapies. (NICE)",
+ "targetSymptoms": "Emotional distress, low self-worth, relational strain, difficulty understanding feelings, and problems where deeper emotional processing and self-understanding are more central than highly structured behavioural techniques. In depression guidance, counselling is positioned around emotional processing and meaning-making rather than direct behaviour change. (NICE)",
+ "patientPopulation": "Patients who value empathic exploration, want help understanding feelings and relationships, and are less drawn to homework-heavy or highly structured CBT-style work. It often suits people who want therapy that is collaborative and emotionally focused without direct advice-giving. (NICE)",
+ "setting": "Emergency/acute",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Trauma",
+ "Psychosis",
+ "Personality/interpersonal",
+ "Substance use",
+ "Neurodevelopmental",
+ "Crisis/risk",
+ "CBT",
+ "Multi-session"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "phase-oriented-trauma-therapy",
+ "name": "Phase-Oriented Trauma Therapy",
+ "category": "Trauma Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Phase-Oriented Trauma Therapy. A staged trauma-treatment approach, most often used for complex trauma / complex PTSD, in which treatment is sequenced rather than beginning immediately with full trauma processing.",
+ "bestUsedFor": "Most defensible for complex trauma / complex PTSD-type presentations where there is marked instability, chronic interpersonal trauma history, and major deficits in regulation or safety. This is a common clinical model and is supported as an evidence-informed way of working, but it does not have the same direct first-line guideline status as adult PTSD treatments such as TF-CBT, CT, CPT, PE, or EMDR.",
+ "indications": "Most defensible for complex trauma / complex PTSD-type presentations where there is marked instability, chronic interpersonal trauma history, and major deficits in regulation or safety. This is a common clinical model and is supported as an evidence-informed way of working, but it does not have the same direct first-line guideline status as adult PTSD treatments such as TF-CBT, CT, CPT, PE, or EMDR. Complex trauma presentations with major affect dysregulation, interpersonal instability, dissociation, functional fragility, and reduced capacity to engage safely in immediate trauma processing. Improve stability, safety, and capacity for treatment; then enable trauma processing; then consolidate recovery, reconnection, and function.",
+ "contraindicationsOrCautions": "Clarify whether a phased approach is genuinely needed or whether trauma-focused treatment is being delayed unnecessarily. Check current suicidality, self-harm, psychosis, intoxication, severe dissociation, domestic violence / current danger, housing instability, and whether the patient can use basic regulation and grounding strategies. Weak if it becomes indefinite “preparation” that prevents the patient ever receiving a first-line trauma-focused treatment. It is also a poor fit when the patient is actually ready for direct evidence-based PTSD treatment and the phased model is being used defensively by the clinician or service.",
+ "targetSymptoms": "Complex trauma presentations with major affect dysregulation, interpersonal instability, dissociation, functional fragility, and reduced capacity to engage safely in immediate trauma processing.",
+ "patientPopulation": "Patients with repeated or prolonged trauma exposure who are not yet ready for direct trauma processing because of severe dysregulation, dissociation, self-harm instability, chaotic relationships, or major practical instability.",
+ "setting": "Emergency/acute",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Trauma",
+ "Psychosis",
+ "Personality/interpersonal",
+ "Sleep",
+ "Crisis/risk",
+ "Emotional regulation",
+ "Distress tolerance",
+ "CBT",
+ "Micro skill"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "play-therapy-play-based-therapies",
+ "name": "Play therapy / play-based therapies",
+ "category": "Child & Adolescent Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Play therapy / play-based therapies. Child-focused therapeutic approaches that use play, toys, stories, art, games, role-play, and symbolic activity to help children express feelings, process experiences, build coping, and communicate when direct verbal therapy is developmentally difficult. This is a broad category, not one single manualised psychiatric treatment.",
+ "bestUsedFor": "Best as a developmentally appropriate therapy or adjunct for younger children with emotional, behavioural, relational, or adjustment difficulties, especially when verbal CBT-style work is too abstract. Evidence exists, but quality and specificity vary. A 2022 systematic review found play-based interventions are widely used in children with autism and developmental language disorder, but mental-health outcome evidence in those groups remains limited and uncertain. (PubMed)",
+ "indications": "Best as a developmentally appropriate therapy or adjunct for younger children with emotional, behavioural, relational, or adjustment difficulties, especially when verbal CBT-style work is too abstract. Evidence exists, but quality and specificity vary. A 2022 systematic review found play-based interventions are widely used in children with autism and developmental language disorder, but mental-health outcome evidence in those groups remains limited and uncertain. (PubMed) Emotional expression, trauma or stress processing, anxiety, behavioural difficulties, grief, adjustment problems, relational insecurity, developmental communication barriers, and psychosocial distress in children who cannot easily use verbal therapy alone. Help the child express and process distress, improve emotional regulation, strengthen relational security, reduce behavioural symptoms, and translate gains into everyday functioning.",
+ "contraindicationsOrCautions": "Assess developmental level, trauma/safeguarding, family context, attachment, neurodevelopment, language, cognitive capacity, school functioning, parental mental health, domestic violence, and whether a more specific therapy is indicated, such as TF-CBT, behavioural parent training, child CBT, or family therapy. Poor fit as stand-alone treatment when risk is high, safeguarding is active, symptoms require a specific evidence-based therapy, or the child’s difficulties are primarily maintained by parent/family/school systems not being addressed. It should not replace TF-CBT for clear PTSD, behavioural parent training for core disruptive behaviour, or medical/neurodevelopmental assessment when indicated.",
+ "targetSymptoms": "Emotional expression, trauma or stress processing, anxiety, behavioural difficulties, grief, adjustment problems, relational insecurity, developmental communication barriers, and psychosocial distress in children who cannot easily use verbal therapy alone.",
+ "patientPopulation": "Younger children, especially those who express distress through behaviour, play themes, somatic complaints, separation difficulties, aggression, withdrawal, or regressive behaviour. It is most useful when the clinician can link play observations to formulation and family work, not just provide unstructured play time.",
+ "setting": "Emergency/acute, Group, Family/carer",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Anxiety",
+ "Trauma",
+ "Neurodevelopmental",
+ "Pain/somatic",
+ "Crisis/risk",
+ "Grief/loss",
+ "Emotional regulation",
+ "CBT",
+ "Group programme"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "problem-management-plus-pm",
+ "name": "Problem Management Plus / PM+",
+ "category": "Self-Help & Digital Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Problem Management Plus, PM+. A WHO low-intensity, scalable psychological intervention for adults impaired by distress in communities exposed to adversity.",
+ "bestUsedFor": "Best for low-resource, community, humanitarian, primary-care, stepped-care, public-health, and service-bridging settings where specialist psychotherapy access is limited. Useful when distress is mixed, adversity-linked and not best treated by a narrow disorder-specific therapy first.",
+ "indications": "Best for low-resource, community, humanitarian, primary-care, stepped-care, public-health, and service-bridging settings where specialist psychotherapy access is limited. Useful when distress is mixed, adversity-linked and not best treated by a narrow disorder-specific therapy first. Psychological distress, depression, anxiety, stress, functional impairment, practical adversity-related problems, low support, reduced activity, and limited access to specialist mental health care. Reduce distress, improve functioning, increase problem-solving capacity, strengthen social support, and make basic psychological help scalable where specialist therapy is scarce.",
+ "contraindicationsOrCautions": "Assess suicide/self-harm risk, psychosis, mania, severe substance use, domestic/family violence, trauma exposure, cognitive capacity, language, safety, medical illness, and whether specialist or crisis care is needed instead. Not a replacement for disorder-specific therapy when OCD, PTSD, psychosis, bipolar disorder, severe depression, eating disorder, or high-risk personality disorder requires targeted treatment. Not adequate alone for imminent suicide risk, acute psychosis/mania, severe intoxication/withdrawal, or unsafe environments.",
+ "targetSymptoms": "Psychological distress, depression, anxiety, stress, functional impairment, practical adversity-related problems, low support, reduced activity, and limited access to specialist mental health care.",
+ "patientPopulation": "Adults with mild to moderate distress who can engage in a brief structured intervention and do not require immediate specialist psychiatric care. Particularly useful where tas\u006b-shared delivery by trained non-specialists is appropriate.",
+ "setting": "Emergency/acute, Outpatient/community, Group, Family/carer",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Anxiety",
+ "Trauma",
+ "Psychosis",
+ "Personality/interpersonal",
+ "Substance use",
+ "Eating/body image",
+ "Crisis/risk",
+ "Behavioural activation",
+ "CBT",
+ "Group programme"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "problem-solving-therapy",
+ "name": "Problem Solving Therapy (PST)",
+ "category": "Cognitive Therapies",
+ "modality": "individual",
+ "clinicalSummary": "Problem Solving Therapy is a brief, structured approach that teaches systematic problem-solving skills to reduce psychological distress. It targets the connection between unresolved problems and emotional difficulties.",
+ "bestUsedFor": "Depression, anxiety, stress, adjustment difficulties, medically ill patients",
+ "indications": "Depression particularly with identifiable life stressors, adjustment disorder, mild-moderate anxiety, when practical problem-solving skills are needed",
+ "contraindicationsOrCautions": "May not be sufficient for severe or complex presentations. Problems need to be at least partially within the person's control.",
+ "targetSymptoms": null,
+ "patientPopulation": null,
+ "setting": null,
+ "reviewStatus": "reviewed",
+ "patientSheetAvailable": false,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "depression",
+ "anxiety",
+ "problem-solving",
+ "brief-intervention",
+ "skills"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "problem-solving-therapy-pst",
+ "name": "Problem-Solving Therapy (PST)",
+ "category": "Foundational & Engagement Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Problem-Solving Therapy (PST). A brief, structured therapy focused on defining practical problems clearly and working through them step by step.",
+ "bestUsedFor": "Most useful for less severe depression, stress-linked depression, adjustment-related difficulty, executive overload, and patients whose distress is closely tied to unresolved current-life problems. It is especially high-yield when the person needs structure more than deep cognitive restructuring.",
+ "indications": "Most useful for less severe depression, stress-linked depression, adjustment-related difficulty, executive overload, and patients whose distress is closely tied to unresolved current-life problems. It is especially high-yield when the person needs structure more than deep cognitive restructuring. Demoralisation, practical overwhelm, helplessness, executive “stuckness,” avoidant indecision, and stress-maintained depressive symptoms. Improve coping, increase effective action, reduce avoidance and overwhelm, and improve mood and function through better real-world problem management.",
+ "contraindicationsOrCautions": "Clarify that the main barrier is problem-management failure, not mainly compulsions, psychosis, severe trauma re-experiencing, or severe personality dysregulation. Assess cognition, urgency of the problems, suicide risk, and whether the patient can participate in structured between-session action steps. Often not enough alone for PTSD, OCD, major psychosis, severe recurrent self-harm, or syndromes where the active mechanism clearly requires exposure, trauma processing, ERP, CBTp, or specialist personality treatment.",
+ "targetSymptoms": "Demoralisation, practical overwhelm, helplessness, executive “stuckness,” avoidant indecision, and stress-maintained depressive symptoms.",
+ "patientPopulation": "Patients who are overwhelmed, practically stuck, or struggling to organise solutions. Often useful in community psychiatry, CL, older-adult settings, primary-care-style stepped care, and mixed psychosocial stress presentations.",
+ "setting": "Emergency/acute, Outpatient/community",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Trauma",
+ "Psychosis",
+ "Personality/interpersonal",
+ "Neurodevelopmental",
+ "Crisis/risk",
+ "CBT",
+ "Single session"
+ ],
+ "aliases": [
+ "PST"
+ ]
+ },
+ {
+ "slug": "process-groups",
+ "name": "Process groups",
+ "category": "Group IPT",
+ "modality": "DBT",
+ "clinicalSummary": "Process groups. Usually a group psychotherapy format, most often psychodynamic or interpersonal in style, where the main therapeutic work comes from examining members’ here-and-now interactions, affect, roles, defences, and relational patterns as they emerge in the group. RANZCP training materials explicitly distinguish psychodynamic or structured group modalities within formal psychotherapy training. (RANZCP)",
+ "bestUsedFor": "Best for patients whose difficulties are strongly interpersonal or personality-pattern based, especially when they can benefit from observing how they relate to others in the moment. It may be useful for chronic relational problems, loneliness, shame, personality dysfunction, and some longer-term psychodynamic treatment settings. It is not one of the clearest first-line guideline therapies for discrete syndromes like OCD or PTSD. (RANZCP)",
+ "indications": "Best for patients whose difficulties are strongly interpersonal or personality-pattern based, especially when they can benefit from observing how they relate to others in the moment. It may be useful for chronic relational problems, loneliness, shame, personality dysfunction, and some longer-term psychodynamic treatment settings. It is not one of the clearest first-line guideline therapies for discrete syndromes like OCD or PTSD. (RANZCP) Repetitive interpersonal patterns, affect regulation in relationships, attachment-linked expectations, social avoidance, maladaptive roles in groups, defensive styles, conflict patterns, and limited self-observation in relationships. It is more relational/process-focused than symptom-manual-focused. (RANZCP) Greater self-awareness in relationships, more adaptive interpersonal functioning, improved affect tolerance, less rigid defensive responding, and more flexible participation in close relationships and groups. (RANZCP)",
+ "contraindicationsOrCautions": "Check risk, behavioural containment, paranoia, dissociation, social tolerance, substance instability, capacity to mentalise under stress, and whether the patient can use interpersonal feedback without severe decompensation. Also check that a process group is the right match rather than a more specific manualised therapy. (RANZCP) Poor fit in acute mania, severe psychotic disorganisation, severe intoxication, major behavioural dyscontrol, very high suicidality needing tighter containment, or when a more disorder-specific treatment clearly has priority. Also poor fit if the patient wants only advice, skills teaching, or symptom coaching. (RANZCP)",
+ "targetSymptoms": "Repetitive interpersonal patterns, affect regulation in relationships, attachment-linked expectations, social avoidance, maladaptive roles in groups, defensive styles, conflict patterns, and limited self-observation in relationships. It is more relational/process-focused than symptom-manual-focused. (RANZCP)",
+ "patientPopulation": "Reflective patients with enough ego strength, behavioural control, and tolerance of interpersonal feedback to stay engaged in a group where feelings and relationships are actively examined. Better fit in outpatient or specialist psychotherapy settings than in acute destabilisation states. (RANZCP)",
+ "setting": "Emergency/acute, Outpatient/community, Group",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Trauma",
+ "Psychosis",
+ "Personality/interpersonal",
+ "Substance use",
+ "Neurodevelopmental",
+ "Crisis/risk",
+ "Emotional regulation",
+ "DBT",
+ "Group programme"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "prolonged-exposure-pe",
+ "name": "Prolonged Exposure (PE)",
+ "category": "Trauma Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Prolonged Exposure (PE). A manualised trauma-focused psychotherapy, usually classified as a subtype of trauma-focused CBT, in which the patient repeatedly approaches trauma memories and safe trauma reminders that they have been avoiding.",
+ "bestUsedFor": "Strongest use is PTSD in adults. Phoenix Australia gives a strong recommendation for PE in adult PTSD. NICE also includes prolonged exposure therapy within recommended adult trauma-focused CBT interventions.",
+ "indications": "Strongest use is PTSD in adults. Phoenix Australia gives a strong recommendation for PE in adult PTSD. NICE also includes prolonged exposure therapy within recommended adult trauma-focused CBT interventions. Trauma avoidance, trauma memory distress, fear of reminders, trauma-linked escape behaviour, overestimation of threat, and persistent PTSD symptoms driven by unprocessed trauma memories. Reduce PTSD symptoms by processing trauma memories more fully, reducing avoidance, weakening trauma-linked fear, and restoring behavioural freedom and function.",
+ "contraindicationsOrCautions": "Confirm the patient has PTSD or clinically important trauma symptoms and is ready enough for trauma-focused work. Check suicidality, psychosis, severe dissociation, severe substance instability, acute mania, delirium, and whether the patient can tolerate repeated imaginal exposure without destabilisation that would outweigh benefit. Usually not enough or not first-line when acute instability, severe dissociation, psychosis, major substance dysregulation, or other major safety issues make direct trauma-memory work unsafe. It may also be a poorer fit when the dominant maintaining process is not avoidance but another mechanism better suited to CPT, CT-PTSD, or EMDR.",
+ "targetSymptoms": "Trauma avoidance, trauma memory distress, fear of reminders, trauma-linked escape behaviour, overestimation of threat, and persistent PTSD symptoms driven by unprocessed trauma memories.",
+ "patientPopulation": "Patients with PTSD who can engage in direct trauma-memory work and who are willing to confront both trauma memories and avoided safe reminders in a structured way. Often a good fit when trauma avoidance is highly prominent and the patient can tolerate repeated imaginal work.",
+ "setting": "Emergency/acute",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Trauma",
+ "Psychosis",
+ "Substance use",
+ "Crisis/risk",
+ "CBT",
+ "Micro skill"
+ ],
+ "aliases": [
+ "PE"
+ ]
+ },
+ {
+ "slug": "prolonged-exposure-therapy",
+ "name": "Prolonged Exposure Therapy (PE)",
+ "category": "Trauma Therapies",
+ "modality": "individual",
+ "clinicalSummary": "Prolonged Exposure is a cognitive-behavioural treatment for PTSD that involves systematic confrontation with trauma-related memories and situations. It reduces PTSD symptoms through habituation and cognitive processing.",
+ "bestUsedFor": "PTSD, trauma, sexual assault, combat trauma, accident-related trauma",
+ "indications": "DSM-5 PTSD diagnosis, trauma-related avoidance, intrusive symptoms",
+ "contraindicationsOrCautions": "Active suicidality, active self-harm, severe dissociation, ongoing trauma, active psychosis. Requires careful risk assessment and safety planning.",
+ "targetSymptoms": null,
+ "patientPopulation": null,
+ "setting": null,
+ "reviewStatus": "reviewed",
+ "patientSheetAvailable": false,
+ "briefInterventionAvailable": false,
+ "tags": [
+ "PTSD",
+ "trauma",
+ "exposure",
+ "anxiety",
+ "evidence-based"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "psychoanalysis",
+ "name": "Psychoanalysis",
+ "category": "Personality Disorder Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Psychoanalysis. A high-intensity, long-term psychodynamic treatment in which the therapeutic relationship, unconscious processes, internal conflicts, developmental history, and recurrent patterns of self and other are explored in depth. RANZCP explicitly lists psychoanalysis among the psychotherapies practised by psychiatrists.",
+ "bestUsedFor": "Most defensible for selected chronic, complex, and personality-level presentations where the person can use an intensive psychodynamic frame and where briefer therapies have been insufficient or are unlikely to address the depth of the pathology. It is a legitimate specialist treatment within psychiatry, but it is not a mainstream first-line guideline treatment for most common disorders in the way CBT, IPT, ERP, or trauma-focused therapies are.",
+ "indications": "Most defensible for selected chronic, complex, and personality-level presentations where the person can use an intensive psychodynamic frame and where briefer therapies have been insufficient or are unlikely to address the depth of the pathology. It is a legitimate specialist treatment within psychiatry, but it is not a mainstream first-line guideline treatment for most common disorders in the way CBT, IPT, ERP, or trauma-focused therapies are. Chronic personality-level dysfunction, recurrent maladaptive relational patterns, rigid defences, identity disturbance, shame, unconscious conflict, and enduring symptom vulnerability that is not well explained by a single narrow syndrome model. Deeper and more durable change in personality functioning, self-understanding, affect tolerance, relational patterns, and long-term symptom vulnerability.",
+ "contraindicationsOrCautions": "Confirm that an intensive, long-term treatment is justified and that the person is not better served first by acute containment, detoxification, medication optimisation, CBTp, trauma-focused treatment, DBT, ERP, or another more mechanism-specific model. Also check whether the person can sustain the frame, whether there is enough psychological mindedness or treatment motivation, and whether resources and continuity are realistically available. Psychoanalysis is not appropriate as a substitute for acute stabilisation, detoxification, or treatment of active psychosis / delirium / mania. It is also weak when the person cannot use the frame, when intensity is not justified by the pathology, or when a more specific evidence-based treatment is clearly indicated. The direct evidence base is smaller and more debated than for many briefer structured psychotherapies.",
+ "targetSymptoms": "Chronic personality-level dysfunction, recurrent maladaptive relational patterns, rigid defences, identity disturbance, shame, unconscious conflict, and enduring symptom vulnerability that is not well explained by a single narrow syndrome model.",
+ "patientPopulation": "Patients with chronic and complex internal/relational pathology, enough stability and reflective capacity to tolerate an intensive treatment relationship, and a clinical picture where enduring characterological patterns are central to impairment. It often fits best when the main problem is a pervasive way of feeling, defending, and relating rather than an isolated symptom cluster.",
+ "setting": "Emergency/acute",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Trauma",
+ "Psychosis",
+ "Personality/interpersonal",
+ "Crisis/risk",
+ "Emotional regulation",
+ "CBT",
+ "Single session"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "psychodynamic-psychotherapy",
+ "name": "Psychodynamic Psychotherapy",
+ "category": "Personality Disorder Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Psychodynamic Psychotherapy. A psychotherapy family focused on unconscious and partly unconscious emotional, relational, developmental, and defensive processes, using the therapeutic relationship and exploration of recurring patterns to produce change. RANZCP explicitly identifies psychodynamic therapy as one of the most common psychotherapy foundations in psychiatry.",
+ "bestUsedFor": "Best supported across common mental disorders, especially depression, some anxiety and panic presentations, somatoform / functional-symptom presentations, substance-related disorders, eating disorders, and personality disorders. RANZCP states there is considerable empirical evidence supporting psychodynamic approaches in these conditions. The 2023 umbrella review concluded psychodynamic psychotherapy qualifies as an empirically supported treatment for several common mental disorders, though it is not always the most prominent first-line named therapy in mainstream guidelines.",
+ "indications": "Best supported across common mental disorders, especially depression, some anxiety and panic presentations, somatoform / functional-symptom presentations, substance-related disorders, eating disorders, and personality disorders. RANZCP states there is considerable empirical evidence supporting psychodynamic approaches in these conditions. The 2023 umbrella review concluded psychodynamic psychotherapy qualifies as an empirically supported treatment for several common mental disorders, though it is not always the most prominent first-line named therapy in mainstream guidelines. Recurrent maladaptive relationship patterns, self-criticism, affect avoidance, internal conflict, interpersonal repetition, identity disturbance, and symptoms linked to entrenched emotional themes rather than a single narrow behavioural mechanism. Reduce symptoms by improving self-understanding, affect tolerance, relationship functioning, and flexibility of response, with benefits that may extend beyond the acute symptom episode. RANZCP notes psychotherapy benefits can endure and may increase with time.",
+ "contraindicationsOrCautions": "Clarify whether the main treatment need is actually better matched to another first-line therapy such as ERP, trauma-focused therapy, CBTp, DBT, or acute biological treatment. Also check acute suicidality, psychosis, delirium, mania, intoxication/withdrawal, cognition, and whether the person can use a reflective therapy frame. Psychodynamic psychotherapy is a poor immediate substitute for acute containment. It is not a substitute for acute containment, detoxification, or treatment of psychosis / mania / delirium. It is also weak when delivered as vague exploratory support without a coherent formulation, focus, and treatment frame. For many disorders, psychodynamic psychotherapy is a valid option but not necessarily the most specifically guideline-privileged one.",
+ "targetSymptoms": "Recurrent maladaptive relationship patterns, self-criticism, affect avoidance, internal conflict, interpersonal repetition, identity disturbance, and symptoms linked to entrenched emotional themes rather than a single narrow behavioural mechanism.",
+ "patientPopulation": "Patients with persistent interpersonal patterns, recurrent affective themes, shame, self-attack, conflict around closeness or autonomy, or chronic symptom patterns that feel linked to the way they relate to self and others. It often fits when the patient can engage reflectively and when a broader personality/relationship formulation is more clinically useful than a narrow symptom-technique model alone.",
+ "setting": "Emergency/acute, Group, Family/carer",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Anxiety",
+ "Trauma",
+ "Psychosis",
+ "Personality/interpersonal",
+ "Substance use",
+ "Eating/body image",
+ "Crisis/risk",
+ "Emotional regulation",
+ "CBT",
+ "Group programme"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "psychoeducation",
+ "name": "Psychoeducation",
+ "category": "Foundational & Engagement Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Psychoeducation. A foundational cross-diagnostic psychological intervention, usually delivered as part of broader psychiatric care rather than as a stand-alone specialist psychotherapy.",
+ "bestUsedFor": "Broadly useful across most psychiatric disorders. Highest-yield in psychosis, bipolar disorder, depression, anxiety disorders, OCD, eating disorders, and relapse-prevention work. It is especially important early in treatment, after diagnosis clarification, at discharge planning, and after relapse.",
+ "indications": "Broadly useful across most psychiatric disorders. Highest-yield in psychosis, bipolar disorder, depression, anxiety disorders, OCD, eating disorders, and relapse-prevention work. It is especially important early in treatment, after diagnosis clarification, at discharge planning, and after relapse. Poor illness understanding, stigma, confusion about symptoms and treatment, low adherence, weak relapse recognition, fragmented family understanding, and low self-management capacity. Shared formulation, improved adherence, better self-management, earlier help-seeking in relapse, more coherent family/support-system response, and reduced preventable disengagement.",
+ "contraindicationsOrCautions": "Check current mental state, cognitive capacity, language level, literacy, sensory or neurodevelopmental barriers, family/carer role, and whether acute disorganisation, delirium, or severe distress means the information must be simplified and repeated later. Usually not enough alone when a disorder-specific active therapy is clearly indicated, such as ERP for OCD, trauma-focused therapy for PTSD, structured specialist therapy for severe BPD, CBTp/family intervention for psychosis, or specialist eating-disorder therapy.",
+ "targetSymptoms": "Poor illness understanding, stigma, confusion about symptoms and treatment, low adherence, weak relapse recognition, fragmented family understanding, and low self-management capacity.",
+ "patientPopulation": "Almost any patient or family who needs clearer illness understanding and treatment collaboration. Especially useful in inpatient psychiatry, early psychosis, mood disorder care, community follow-up, CL work, and perinatal/family-involved settings.",
+ "setting": "Emergency/acute, Inpatient, Outpatient/community, Telehealth/digital, Group, Family/carer",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Anxiety",
+ "Trauma",
+ "Psychosis",
+ "Neurodevelopmental",
+ "Eating/body image",
+ "Crisis/risk",
+ "CBT",
+ "Group programme"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "psychoeducation-for-psychosis",
+ "name": "Psychoeducation for Psychosis",
+ "category": "Psychosis & Rehabilitation Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Psychoeducation for Psychosis. A foundational psychosis-focused intervention in which the patient, and often carers, are helped to understand symptoms, relapse patterns, treatment, and recovery. It is best understood as a core therapeutic component of psychosis care, but not as a stand-alone first-line psychotherapy with the same formal status as CBTp or family intervention in current NICE guidance.",
+ "bestUsedFor": "Broadly useful across first-episode psychosis, established schizophrenia-spectrum illness, relapse prevention, discharge planning, rehabilitation, and self-management work. It is especially high-yield when the person needs a clearer model of symptoms, treatment, relapse risk, and what to do if symptoms worsen.",
+ "indications": "Broadly useful across first-episode psychosis, established schizophrenia-spectrum illness, relapse prevention, discharge planning, rehabilitation, and self-management work. It is especially high-yield when the person needs a clearer model of symptoms, treatment, relapse risk, and what to do if symptoms worsen. Poor illness understanding, relapse-sign unawareness, treatment confusion, medication misunderstanding, stigma, helplessness, and weak self-management. Improve collaborative care, reduce preventable relapse, strengthen self-management and treatment understanding, and support safer recovery planning.",
+ "contraindicationsOrCautions": "Check current mental state, attention, cognition, intoxication, delirium, language, literacy, paranoia, and whether the person is too disorganised or distressed to use the information at that moment. In acute psychosis, the timing and dose of information matter. Psychoeducation alone is usually not enough for ongoing psychotic distress or disability when CBTp, family intervention, rehabilitation, medication review, or more intensive psychosocial treatment is indicated. It is also weak if delivered as a single didactic talk without repetition, checking of understanding, or connection to real-world coping.",
+ "targetSymptoms": "Poor illness understanding, relapse-sign unawareness, treatment confusion, medication misunderstanding, stigma, helplessness, and weak self-management.",
+ "patientPopulation": "Almost any patient with psychosis who has enough stability and cognitive capacity to engage meaningfully, especially when misunderstanding, fear, poor adherence, or repeated relapse are prominent. It is also highly useful after acute improvement, when the person can actually retain and use the information.",
+ "setting": "Emergency/acute, Group, Family/carer",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Psychosis",
+ "Eating/body image",
+ "Crisis/risk",
+ "CBT",
+ "Group programme"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "psychoeducational-recovery-groups",
+ "name": "Psychoeducational recovery groups",
+ "category": "Group IPT",
+ "modality": "ACT",
+ "clinicalSummary": "Psychoeducational recovery groups. Best understood as structured recovery-oriented groups that combine illness education with self-management and personal recovery goal work. The clearest established model is Illness Management and Recovery (IMR), which was designed for people with severe mental illness to improve illness self-management while pursuing personally meaningful recovery goals. (SAMHSA)",
+ "bestUsedFor": "Strongest use is in severe mental illness, especially schizophrenia-spectrum and other long-term psychiatric disorders where self-management and recovery functioning are central. IMR-type groups are best viewed as psychosocial rehabilitation and illness-management interventions rather than high-intensity psychotherapy. Evidence is promising overall, but not uniformly superior across all trials. (PMC)",
+ "indications": "Strongest use is in severe mental illness, especially schizophrenia-spectrum and other long-term psychiatric disorders where self-management and recovery functioning are central. IMR-type groups are best viewed as psychosocial rehabilitation and illness-management interventions rather than high-intensity psychotherapy. Evidence is promising overall, but not uniformly superior across all trials. (PMC) Poor illness understanding, weak self-management, medication and relapse-prevention problems, low agency, poor coping with persistent symptoms, and difficulty translating recovery goals into workable daily plans. (PubMed) Improve illness self-management, reduce relapse vulnerability, strengthen coping and recovery agency, and help the person pursue meaningful life goals beyond symptom control alone. (SAMHSA)",
+ "contraindicationsOrCautions": "Check diagnosis, phase of illness, cognitive ability, motivation, attendance reliability, current risk, psychotic disorganisation, intoxication, and whether the person can use a structured self-management format. Also check that the service can deliver the programme with enough consistency, because implementation quality and participation vary widely. (PMC) Usually insufficient alone for acute severe syndromes, immediate high-risk states, severe mania, major behavioural dyscontrol, or conditions needing more specific active psychotherapy. It should not be mistaken for the primary treatment of OCD, PTSD, or acute personality crisis when a more targeted therapy is indicated. (PubMed)",
+ "targetSymptoms": "Poor illness understanding, weak self-management, medication and relapse-prevention problems, low agency, poor coping with persistent symptoms, and difficulty translating recovery goals into workable daily plans. (PubMed)",
+ "patientPopulation": "Patients with severe mental illness who are stable enough for a structured group, can engage with education and action planning, and would benefit from linking illness understanding to meaningful personal goals. Often suited to community mental health, rehabilitation, and recovery-oriented services. (PMC)",
+ "setting": "Emergency/acute, Outpatient/community, Group, Family/carer",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Trauma",
+ "Psychosis",
+ "Personality/interpersonal",
+ "Crisis/risk",
+ "ACT",
+ "Group programme"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "psychosis-specific-self-management-programmes",
+ "name": "Psychosis-specific self-management programmes",
+ "category": "Psychosis & Rehabilitation Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Psychosis-specific self-management programmes. Manualised, recovery-oriented psychosocial programmes for people with psychosis or schizophrenia that teach illness understanding, symptom monitoring, medication self-management, coping, crisis response, relapse prevention, support use, and personal recovery goals.",
+ "bestUsedFor": "Best as part of continuing care for psychosis or schizophrenia, especially in community, early psychosis, rehabilitation, and relapse-prevention settings. NICE recommends considering a manualised self-management programme delivered face-to-face as part of treatment and management for people with psychosis or schizophrenia.",
+ "indications": "Best as part of continuing care for psychosis or schizophrenia, especially in community, early psychosis, rehabilitation, and relapse-prevention settings. NICE recommends considering a manualised self-management programme delivered face-to-face as part of treatment and management for people with psychosis or schizophrenia. Poor illness understanding, weak symptom monitoring, relapse vulnerability, medication-management difficulty, low coping confidence, poor crisis planning, social isolation, low self-efficacy, service-navigation difficulty, and limited personal recovery planning. Improve self-efficacy, relapse prevention, crisis response, symptom coping, medication self-management, service navigation, and personal recovery in psychosis.",
+ "contraindicationsOrCautions": "Check current psychosis severity, disorganisation, mania/depression, suicide/self-harm risk, substance use, cognitive impairment, negative symptoms, insight, medication issues, family/carer support, accommodation, health literacy, cultural/language needs, and whether acute stabilisation or CBTp/family intervention is the immediate priority. Insufficient alone for acute psychosis, severe mania, severe depression, high suicide risk, severe substance instability, or marked cognitive/disorganisation barriers. It does not replace CBTp, family intervention, medication optimisation, rehabilitation, or acute containment when those are indicated.",
+ "targetSymptoms": "Poor illness understanding, weak symptom monitoring, relapse vulnerability, medication-management difficulty, low coping confidence, poor crisis planning, social isolation, low self-efficacy, service-navigation difficulty, and limited personal recovery planning.",
+ "patientPopulation": "People with psychosis who are stable enough to engage in structured recovery work and who would benefit from clearer illness-management skills. Particularly useful when the person has recurrent relapse, poor early-warning recognition, partial medication adherence, high stress sensitivity, or limited confidence managing symptoms.",
+ "setting": "Emergency/acute, Inpatient, Outpatient/community, Telehealth/digital, Group, Family/carer",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Psychosis",
+ "Personality/interpersonal",
+ "Sleep",
+ "Substance use",
+ "Crisis/risk",
+ "CBT",
+ "Group programme"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "psychosocial-case-planning",
+ "name": "Psychosocial case planning",
+ "category": "Community & Casework Support",
+ "modality": "ACT",
+ "clinicalSummary": "Psychosocial case planning. A structured care-planning process that organises treatment and support around the person’s functional needs, strengths, risks, goals, supports, and community context, rather than focusing only on symptoms. In psychiatry it is best understood as a clinical–psychosocial planning framework, not a stand-alone psychotherapy. NICE rehabilitation guidance explicitly recommends developing a care plan and support package based on the person’s skills, aspirations, goals, support networks, needs, risks, and motivating factors. (Dept of Health, Disability & Ageing)",
+ "bestUsedFor": "Best in severe mental illness, rehabilitation, discharge planning, community psychiatry, complex psychosis, repeated admissions, and presentations where functioning, support needs, or service coordination are central. It is particularly useful when several domains need to be integrated into one coherent plan. (Dept of Health, Disability & Ageing)",
+ "indications": "Best in severe mental illness, rehabilitation, discharge planning, community psychiatry, complex psychosis, repeated admissions, and presentations where functioning, support needs, or service coordination are central. It is particularly useful when several domains need to be integrated into one coherent plan. (Dept of Health, Disability & Ageing) Fragmented care, unclear priorities, unmet psychosocial needs, poor coordination, repeated crisis use, weak follow-through, and the gap between symptom treatment and day-to-day functioning. Community psychosocial support programmes in Australia are explicitly designed to support independent and safe living in the community and reduce reliance on acute services. (Dept of Health, Disability & Ageing) Create a coherent plan that supports independent and safe community living, reduces crisis-driven care, strengthens recovery, and aligns psychiatric treatment with the person’s actual life goals and support needs. (Dept of Health, Disability & Ageing)",
+ "contraindicationsOrCautions": "Check acuity, immediate risk, decisional capacity for key planning decisions, substance instability, cognitive limitations, housing/safeguarding needs, and whether the person first needs acute containment before detailed psychosocial planning can be used. Also check who is available to help enact the plan, because unsupported planning is often ineffective. The last point is a clinical inference grounded in case-planning practice. (RANZCP) It is not a substitute for diagnosis-specific treatment, acute risk management, or medication optimisation. It is also weak when it becomes paperwork without follow-through, when goals are imposed rather than shared, or when the plan ignores illness severity. These implementation failures are clinical inferences but are strongly consistent with the recovery-oriented literature. (RANZCP)",
+ "targetSymptoms": "Fragmented care, unclear priorities, unmet psychosocial needs, poor coordination, repeated crisis use, weak follow-through, and the gap between symptom treatment and day-to-day functioning. Community psychosocial support programmes in Australia are explicitly designed to support independent and safe living in the community and reduce reliance on acute services. (Dept of Health, Disability & Ageing)",
+ "patientPopulation": "Patients with significant psychosocial impairment, multiple providers, housing or relationship instability, vocational disruption, or long-term support needs. Good fit when symptom treatment alone has not translated into stable functioning or safer community living. (Dept of Health, Disability & Ageing)",
+ "setting": "Emergency/acute, Inpatient, Outpatient/community, Group, Family/carer",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Trauma",
+ "Psychosis",
+ "Substance use",
+ "Crisis/risk",
+ "ACT",
+ "Group programme"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "recovery-groups",
+ "name": "Recovery groups",
+ "category": "Group IPT",
+ "modality": "ACT",
+ "clinicalSummary": "Recovery groups. Broad recovery-oriented group interventions aimed at supporting personal recovery rather than only symptom reduction. In Australian psychiatric framing, recovery means helping a person build a meaningful life in the community, with or without ongoing symptoms. These groups are not one single standardised psychotherapy model. (RANZCP)",
+ "bestUsedFor": "Best as an adjunctive intervention in longer-term psychiatric care, community recovery settings, step-down services, psychosocial rehabilitation, and chronic illness pathways where personal recovery, self-management, and community participation matter. The broad recovery orientation is well endorsed in policy and professional statements, but the evidence for any single “recovery group” format is heterogeneous. (RANZCP)",
+ "indications": "Best as an adjunctive intervention in longer-term psychiatric care, community recovery settings, step-down services, psychosocial rehabilitation, and chronic illness pathways where personal recovery, self-management, and community participation matter. The broad recovery orientation is well endorsed in policy and professional statements, but the evidence for any single “recovery group” format is heterogeneous. (RANZCP) Demoralisation, hopelessness, low agency, reduced social connection, over-identification with illness, poor self-management, and limited participation in meaningful roles or community life. (RANZCP) Build a meaningful and contributing life, improve self-management, strengthen agency and recovery identity, and support participation in community, work, education, relationships, or other valued roles. (RANZCP)",
+ "contraindicationsOrCautions": "Check current risk, behavioural safety, substance instability, cognitive ability to engage, group readiness, and whether the patient needs acute syndrome-focused treatment first. Also check that the group has a clear recovery purpose rather than vague supportive intent only. (RANZCP) Usually insufficient alone for acute severe syndromes, high-risk states, active mania, marked psychotic disorganisation, severe OCD, or conditions where a more specific evidence-based treatment is clearly needed. Recovery orientation complements evidence-based care but does not replace it. (RANZCP)",
+ "targetSymptoms": "Demoralisation, hopelessness, low agency, reduced social connection, over-identification with illness, poor self-management, and limited participation in meaningful roles or community life. (RANZCP)",
+ "patientPopulation": "Patients who are stable enough for group participation and likely to benefit from hope, recovery role-modelling, collaborative goal-setting, and reflection on life beyond illness. Often a good fit for people with severe or persistent mental illness in community-oriented care. (RANZCP)",
+ "setting": "Emergency/acute, Outpatient/community, Group, Family/carer",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Substance use",
+ "Eating/body image",
+ "Crisis/risk",
+ "ACT",
+ "Group programme"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "recovery-planning-for-addiction",
+ "name": "Recovery planning for addiction",
+ "category": "Substance Use Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Recovery planning for addiction. A structured substance-use recovery intervention that turns the person’s recovery goals, relapse risks, supports, coping strategies, treatment options, and crisis plans into a practical written or shared plan. It is not one single manualised psychotherapy, but a core recovery-oriented AOD intervention.",
+ "bestUsedFor": "Best in alcohol and other drug treatment, dual-diagnosis care, inpatient discharge planning, residential rehab step-down, opioid agonist treatment support, relapse-prevention work, and recovery-oriented case management. It is especially useful after detox, admission, relapse, legal/forensic crisis, or transition between services.",
+ "indications": "Best in alcohol and other drug treatment, dual-diagnosis care, inpatient discharge planning, residential rehab step-down, opioid agonist treatment support, relapse-prevention work, and recovery-oriented case management. It is especially useful after detox, admission, relapse, legal/forensic crisis, or transition between services. Relapse risk, poor self-management, high-risk situations, craving, low recovery capital, weak social support, treatment disengagement, unstable routines, shame after lapse, and lack of a clear response plan. Support sustained recovery, reduce relapse harm, improve self-efficacy, strengthen recovery capital, and make treatment gains usable outside sessions.",
+ "contraindicationsOrCautions": "Assess substance pattern, dependence severity, withdrawal risk, overdose risk, psychiatric comorbidity, suicide/self-harm risk, housing, family support, trauma, cognition, legal issues, physical health, medications, pharmacotherapy options, and stage of change. Clarify whether the goal is abstinence, reduced use, safer use, stabilisation, or engagement. Insufficient alone for severe withdrawal, overdose risk, acute intoxication, psychosis, mania, high suicide risk, homelessness crisis, or severe dependence needing pharmacotherapy, withdrawal management, residential rehabilitation, or assertive dual-diagnosis care.",
+ "targetSymptoms": "Relapse risk, poor self-management, high-risk situations, craving, low recovery capital, weak social support, treatment disengagement, unstable routines, shame after lapse, and lack of a clear response plan.",
+ "patientPopulation": "Patients who can identify recovery goals and risks, or who need help translating “I want to stop/reduce use” into a concrete daily plan. Also useful for people pursuing harm reduction rather than immediate abstinence, provided the plan honestly targets safety and function.",
+ "setting": "Emergency/acute, Inpatient, Outpatient/community, Telehealth/digital, Group, Family/carer",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Trauma",
+ "Psychosis",
+ "Personality/interpersonal",
+ "Sleep",
+ "Substance use",
+ "Neurodevelopmental",
+ "Eating/body image",
+ "Crisis/risk",
+ "CBT",
+ "Group programme"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "recovery-oriented-case-management",
+ "name": "Recovery-oriented case management",
+ "category": "Community & Casework Support",
+ "modality": "ACT",
+ "clinicalSummary": "Recovery-oriented case management. An ongoing case-management approach that explicitly organises support around personal recovery goals, self-determination, strengths, community participation, and meaningful life roles, while still coordinating psychiatric treatment and ris\u006b-aware care. It overlaps with strengths-based case management but places even clearer emphasis on personal recovery principles described by RANZCP, including hope, self-determination, self-management, empowerment, and advocacy. (RANZCP)",
+ "bestUsedFor": "Best in community psychiatry, rehabilitation, severe mental illness, complex psychosis, long-term support pathways, and step-down care where sustained psychosocial coordination is needed. It is especially useful when symptom care alone is not enough to improve day-to-day life, role functioning, or engagement. (Dept of Health, Disability & Ageing)",
+ "indications": "Best in community psychiatry, rehabilitation, severe mental illness, complex psychosis, long-term support pathways, and step-down care where sustained psychosocial coordination is needed. It is especially useful when symptom care alone is not enough to improve day-to-day life, role functioning, or engagement. (Dept of Health, Disability & Ageing) Service dependence, demoralisation, poor care coordination, reduced community participation, repeated crisis use, low self-management, and recovery stagnation in people with persistent mental health difficulties. Australian psychosocial support programmes explicitly aim to help people live independently and safely in the community and reduce demand on more acute services. (Dept of Health, Disability & Ageing) Support independent and safe community living, reduce reliance on acute services, improve self-management and participation, and help the person move toward a meaningful and contributing life. (Dept of Health, Disability & Ageing)",
+ "contraindicationsOrCautions": "Check acuity, current risk, decision-specific capacity, housing and safeguarding needs, substance use, cognition, service eligibility, and whether the patient first needs more intensive acute treatment or assertive outreach. Also check whether the service can offer genuine recovery-oriented case management rather than minimal contact with little practical support. This last point is a clinical inference. (Dept of Health, Disability & Ageing) It is not a substitute for acute psychiatric treatment, medication optimisation, or specialist psychotherapy when those are clearly indicated. It is also limited when case management is too low-intensity, overly administrative, or not meaningfully linked to recovery goals and community opportunities. (RANZCP)",
+ "targetSymptoms": "Service dependence, demoralisation, poor care coordination, reduced community participation, repeated crisis use, low self-management, and recovery stagnation in people with persistent mental health difficulties. Australian psychosocial support programmes explicitly aim to help people live independently and safely in the community and reduce demand on more acute services. (Dept of Health, Disability & Ageing)",
+ "patientPopulation": "Patients with severe or enduring mental illness, recurrent admissions, functional impairment, unstable social circumstances, or multiple unmet needs who need a continuing coordinating relationship rather than only episodic clinical review. (Dept of Health, Disability & Ageing)",
+ "setting": "Emergency/acute, Outpatient/community, Group, Family/carer",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Trauma",
+ "Psychosis",
+ "Substance use",
+ "Crisis/risk",
+ "ACT",
+ "Group programme"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "recovery-oriented-psychosocial-interventions",
+ "name": "Recovery-Oriented Psychosocial Interventions",
+ "category": "Psychosis & Rehabilitation Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Recovery-Oriented Psychosocial Interventions. A broad psychosocial rehabilitation approach centred on helping the person build a meaningful life, greater independence, and community participation despite serious mental illness. It is broader than one named therapy and often organises whole rehabilitation programmes.",
+ "bestUsedFor": "Best supported in rehabilitation for adults with complex psychosis. NICE recommends recovery-orientated rehabilitation services that help people choose and work towards personal goals, find meaningful occupations, build support networks, gain skills to manage everyday activities and mental health, share experiences with peers, and develop confidence through positive ris\u006b-taking.",
+ "indications": "Best supported in rehabilitation for adults with complex psychosis. NICE recommends recovery-orientated rehabilitation services that help people choose and work towards personal goals, find meaningful occupations, build support networks, gain skills to manage everyday activities and mental health, share experiences with peers, and develop confidence through positive ris\u006b-taking. Functional impairment, low autonomy, loss of role identity, social exclusion, inactivity, low confidence, low self-esteem, poor self-management, and limited participation in work, leisure, education, and community life. Maximise independence, improve social and everyday functioning, support meaningful occupation and community inclusion, and enable long-term recovery rather than only crisis containment.",
+ "contraindicationsOrCautions": "Clarify that the person is in a phase where rehabilitation is appropriate. If the dominant need is acute containment, delirium work-up, medication stabilisation, or major risk management, those come first. Also review housing, cognition, substance use, physical health, and whether the service can actually provide a rehabilitation pathway rather than just generic follow-up. Recovery-oriented psychosocial work is not a substitute for indicated acute treatments such as antipsychotic optimisation, CBTp, family intervention, or medical work-up. It is also weak if “recovery” is used as vague language without concrete rehabilitation tasks, review points, and graded support.",
+ "targetSymptoms": "Functional impairment, low autonomy, loss of role identity, social exclusion, inactivity, low confidence, low self-esteem, poor self-management, and limited participation in work, leisure, education, and community life.",
+ "patientPopulation": "People with severe mental illness, especially complex psychosis, whose main unmet needs are long-term function, independence, community reintegration, daily living skills, role recovery, and sustained support rather than only acute symptom control.",
+ "setting": "Emergency/acute, Inpatient, Outpatient/community, Group, Family/carer",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Psychosis",
+ "Substance use",
+ "Neurodevelopmental",
+ "Crisis/risk",
+ "Grief/loss",
+ "CBT",
+ "Group programme"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "relapse-prevention-therapy-for-substance-use-disorders",
+ "name": "Relapse Prevention Therapy for Substance Use Disorders",
+ "category": "Substance Use Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Relapse Prevention Therapy (RPT) for substance use disorders. A cognitive-behavioural treatment approach, most classically associated with Marlatt and Gordon, focused on identifying high-risk situations, building coping skills, managing lapses, and preventing a lapse from becoming a full return to problematic use. It is often delivered as part of broader CBT for SUDs rather than as a completely separate silo.",
+ "bestUsedFor": "Best used after initial motivation has improved and the patient is actively trying to reduce, stop, or maintain abstinence, especially in alcohol use disorder and broader substance use disorders. NICE alcohol guidance recommends offering community-based interventions to promote abstinence or moderate drinking and prevent relapse, and recommends CBT/behavioural therapies focused on alcohol-related problems.",
+ "indications": "Best used after initial motivation has improved and the patient is actively trying to reduce, stop, or maintain abstinence, especially in alcohol use disorder and broader substance use disorders. NICE alcohol guidance recommends offering community-based interventions to promote abstinence or moderate drinking and prevent relapse, and recommends CBT/behavioural therapies focused on alcohol-related problems. High-risk situations, craving, cue exposure, low coping self-efficacy, substance-use expectancies, lapses, poor coping plans, lifestyle imbalance, and the tendency to escalate a slip into full relapse. Marlatt’s model explicitly includes high-risk situations, coping skills, expectancies, self-efficacy, urges/craving, and lapse management. Maintain gains, reduce return to problematic use, reduce severity and duration of lapses, strengthen coping, and build longer-term recovery stability.",
+ "contraindicationsOrCautions": "Clarify whether the patient is currently intoxicated, withdrawing, cognitively impaired, or too unstable for structured CBT work. Also clarify whether the main barrier is still motivation rather than coping skill. If motivation is the limiting step, MI usually comes first; if the person is already trying to change, relapse prevention becomes more relevant. This sequencing is consistent with NICE’s initial motivational intervention followed by relapse-prevention interventions. RPT is not a substitute for detoxification, acute withdrawal management, medication treatment when indicated, or motivational work when the person is not yet ready to change. It is also weaker when delivered as generic “avoid triggers” advice without functional analysis and coping-skills practice.",
+ "targetSymptoms": "High-risk situations, craving, cue exposure, low coping self-efficacy, substance-use expectancies, lapses, poor coping plans, lifestyle imbalance, and the tendency to escalate a slip into full relapse. Marlatt’s model explicitly includes high-risk situations, coping skills, expectancies, self-efficacy, urges/craving, and lapse management.",
+ "patientPopulation": "Best fit is a patient who can examine patterns of use, identify triggers, and practise alternative coping responses. It is especially useful when relapse follows recurrent predictable patterns such as social cues, negative affect, conflict, boredom, or overconfidence after early recovery gains. This fit is consistent with Marlatt-style relapse prevention and CBT-for-SUD literature.",
+ "setting": "Emergency/acute, Outpatient/community, Group",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Substance use",
+ "Eating/body image",
+ "Crisis/risk",
+ "Emotional regulation",
+ "CBT",
+ "Group programme"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "relapse-prevention-psychotherapy",
+ "name": "Relapse-Prevention Psychotherapy",
+ "category": "Foundational & Engagement Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Relapse-Prevention Psychotherapy. A structured continuation or follow-on psychological treatment focused on keeping a patient well after acute improvement, rather than treating the acute episode alone.",
+ "bestUsedFor": "Strongest guideline-backed use is recurrent depression, especially after remission or partial remission in people at higher relapse risk. It is most clearly used either by continuing the same psychological therapy adapted for relapse prevention or by using group CBT or mindfulness-based cognitive therapy for relapse prevention.",
+ "indications": "Strongest guideline-backed use is recurrent depression, especially after remission or partial remission in people at higher relapse risk. It is most clearly used either by continuing the same psychological therapy adapted for relapse prevention or by using group CBT or mindfulness-based cognitive therapy for relapse prevention. Relapse vulnerability, residual symptoms, rumination, avoidance, poor early-warning recognition, weak maintenance routines, and loss of helpful strategies after acute treatment ends. Maintain remission or partial remission, reduce relapse frequency and severity, strengthen self-management, and ensure the patient can respond early and effectively if depressive symptoms re-emerge.",
+ "contraindicationsOrCautions": "Confirm that the patient has actually had meaningful acute improvement and that the clinical task is now maintenance, not untreated ongoing acute illness. Review relapse history, residual symptoms, sleep, adherence, relapse triggers, psychosocial stressors, and whether medication continuation or combined treatment is also indicated. Not enough when the patient is still in an active untreated moderate-severe syndrome, when the real problem is ongoing psychosis, mania, severe substance instability, or when a more specific acute intervention is still needed. It is also weak if framed vaguely as “maintenance chats” without explicit relapse-prevention content.",
+ "targetSymptoms": "Relapse vulnerability, residual symptoms, rumination, avoidance, poor early-warning recognition, weak maintenance routines, and loss of helpful strategies after acute treatment ends.",
+ "patientPopulation": "Patients who have improved from an acute depressive episode but remain at higher risk because of recurrent episodes, incomplete response, severe past episodes, coexisting mental or physical illness, or persistent unhelpful coping styles such as rumination or avoidance. Best suited to outpatient and community follow-up rather than acute crisis care.",
+ "setting": "Emergency/acute, Outpatient/community, Group, Family/carer",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Trauma",
+ "Psychosis",
+ "Sleep",
+ "Substance use",
+ "Neurodevelopmental",
+ "Eating/body image",
+ "Crisis/risk",
+ "Grief/loss",
+ "CBT",
+ "Group programme"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "relational-psychodynamic-therapies",
+ "name": "Relational psychodynamic therapies",
+ "category": "Personality Disorder Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Relational psychodynamic therapies. Psychodynamic therapies that emphasise how symptoms, affect, identity, and behaviour are shaped by relational patterns, attachment history, internalised relationship templates, transference, countertransference, and the therapeutic relationship. This is an umbrella family, not one single manualised therapy.",
+ "bestUsedFor": "Best for complex depression, personality vulnerability, chronic relational problems, trauma-linked relational patterns, recurrent interpersonal crises, and presentations where symptoms are embedded in long-standing developmental and relational patterns. RANZCP notes considerable empirical evidence supporting psychodynamic approaches across depression, panic, somatoform disorders, substance-related disorders, personality disorders, eating disorders, and some anxiety disorders. (RANZCP)",
+ "indications": "Best for complex depression, personality vulnerability, chronic relational problems, trauma-linked relational patterns, recurrent interpersonal crises, and presentations where symptoms are embedded in long-standing developmental and relational patterns. RANZCP notes considerable empirical evidence supporting psychodynamic approaches across depression, panic, somatoform disorders, substance-related disorders, personality disorders, eating disorders, and some anxiety disorders. (RANZCP) Recurrent relationship patterns, attachment insecurity, defences, affect avoidance, shame, dependency/autonomy conflict, interpersonal sensitivity, transference patterns, and personality-level vulnerability. RANZCP states psychotherapy works through focus on the therapeutic relationship, attitudes, thoughts, affect, behaviour, social context, and development. (RANZCP) Improve self-understanding, affect regulation, relational functioning, reflective capacity, and personality-level flexibility, while reducing symptoms maintained by repeated relational and defensive patterns.",
+ "contraindicationsOrCautions": "Check acuity, suicide/self-harm risk, psychosis, mania, substance instability, cognitive capacity, attachment instability, therapy-interfering behaviours, and whether the service can provide the required continuity and supervision. Check whether a brief/focal therapy is enough or whether longer-term work is needed. Poor fit as primary treatment in acute mania, severe psychosis, severe intoxication, delirium, severe cognitive impairment, or when a more specific active treatment is urgent, such as ERP for OCD, TF-CBT/EMDR for PTSD, or ECT for life-threatening depression/catatonia.",
+ "targetSymptoms": "Recurrent relationship patterns, attachment insecurity, defences, affect avoidance, shame, dependency/autonomy conflict, interpersonal sensitivity, transference patterns, and personality-level vulnerability. RANZCP states psychotherapy works through focus on the therapeutic relationship, attitudes, thoughts, affect, behaviour, social context, and development. (RANZCP)",
+ "patientPopulation": "Patients who can engage in reflective work, tolerate emotional exploration, and benefit from understanding patterns over time. Particularly useful when the main issue is not simply symptom suppression but repeated breakdowns in relationships, identity, affect regulation, and engagement with care.",
+ "setting": "Emergency/acute, Family/carer",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Anxiety",
+ "Trauma",
+ "Psychosis",
+ "Personality/interpersonal",
+ "Substance use",
+ "Neurodevelopmental",
+ "Eating/body image",
+ "Pain/somatic",
+ "Crisis/risk",
+ "Emotional regulation",
+ "CBT",
+ "Multi-session"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "relational-cultural-therapy",
+ "name": "Relational-cultural therapy",
+ "category": "Humanistic & Meaning-Based Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Relational-cultural therapy, usually abbreviated RCT. A relational psychotherapy model that understands growth and healing as occurring through connection, mutuality, authenticity, and movement out of chronic disconnection. It is recognised in psychotherapy literature, but it is not a guideline-dominant first-line psychiatric therapy in current Australian practice in the way CBT, IPT, DBT, ACT, MBT, CAT, and psychodynamic psychotherapy are. (RANZCP)",
+ "bestUsedFor": "Best when the case formulation is strongly relational, especially in trauma-informed, women’s mental health, identity, marginalisation, or chronic relational-distress presentations. The direct outcome literature is limited, with one older outcome study in a women’s mental health centre suggesting benefit, so claims should stay cautious. (PubMed)",
+ "indications": "Best when the case formulation is strongly relational, especially in trauma-informed, women’s mental health, identity, marginalisation, or chronic relational-distress presentations. The direct outcome literature is limited, with one older outcome study in a women’s mental health centre suggesting benefit, so claims should stay cautious. (PubMed) Chronic disconnection, shame, relational trauma patterns, silencing, low relational confidence, and identity or emotional difficulties maintained by isolation or non-mutual relationships. This formulation is drawn from RCT theory and available clinical outcome literature rather than from disorder-specific guideline statements. (ScienceDirect) Reduce chronic disconnection, strengthen authentic and mutual relationships, improve relational resilience, and support a more connected, less shame-dominated sense of self. (ScienceDirect)",
+ "contraindicationsOrCautions": "Check acuity, suicide and self-harm risk, psychosis, mania, substance instability, cognitive capacity, and whether a more clearly indicated syndrome-specific therapy should come first. Also check whether the person can use relational exploration without becoming overwhelmed or destabilised. The second sentence is a clinical inference. (RANZCP) Poor fit when the person is too acutely unsafe, disorganised, manic, psychotic, or cognitively unable to use reflective relational work. It is also limited when the main active mechanism is better treated with a more specific therapy such as ERP, TF-CBT, or DBT. This limitation is partly empirical and partly clinical inference. (RANZCP)",
+ "targetSymptoms": "Chronic disconnection, shame, relational trauma patterns, silencing, low relational confidence, and identity or emotional difficulties maintained by isolation or non-mutual relationships. This formulation is drawn from RCT theory and available clinical outcome literature rather than from disorder-specific guideline statements. (ScienceDirect)",
+ "patientPopulation": "Patients who can use a relationally exploratory therapy, tolerate discussion of connection and disconnection, and are likely to benefit from a strongly validating, culturally attentive, relationship-centred frame. (ScienceDirect)",
+ "setting": "Emergency/acute, Group",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Trauma",
+ "Psychosis",
+ "Personality/interpersonal",
+ "Substance use",
+ "Crisis/risk",
+ "CBT",
+ "Group programme"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "relationship-focused-therapy",
+ "name": "Relationship-focused therapy",
+ "category": "Family & Couple Therapies",
+ "modality": "DBT",
+ "clinicalSummary": "Relationship-focused therapy. Best interpreted as an umbrella term for psychotherapy where the relationship context is the main treatment focus, including couples therapy, dyadic therapy, family/system therapy, and relationally focused individual work. RANZCP explicitly states psychotherapy may be practised with an individual, dyad, couple, family, group, or system. (RANZCP)",
+ "bestUsedFor": "Best when relationship problems are contributing to symptoms or recovery. NICE specifically recommends considering behavioural couples therapy for depression when relationship problems may contribute to depression or involving the partner may help treatment. (NICE)",
+ "indications": "Best when relationship problems are contributing to symptoms or recovery. NICE specifically recommends considering behavioural couples therapy for depression when relationship problems may contribute to depression or involving the partner may help treatment. (NICE) Relationship conflict, communication breakdown, attachment insecurity, recurrent interpersonal patterns, emotional withdrawal, invalidation, partner/family stress, and symptoms maintained by relational strain. Reduce relational-maintained distress, improve communication and support, strengthen attachment or collaboration, and help the relationship context support recovery rather than perpetuate symptoms.",
+ "contraindicationsOrCautions": "Screen for family/domestic violence, coercive control, safeguarding concerns, severe substance use, acute psychosis/mania, high suicide risk, and whether conjoint work is safe. Clarify whether the relationship is a treatment resource, treatment target, or risk factor. Poor fit for unsafe relationships, coercive control, active violence, severe untreated addiction, acute mania/psychosis, or when the main mechanism is better treated by ERP, trauma-focused therapy, DBT, or acute psychiatric care. Relationship-focused work should not be used to pressure a patient into unsafe conjoint sessions.",
+ "targetSymptoms": "Relationship conflict, communication breakdown, attachment insecurity, recurrent interpersonal patterns, emotional withdrawal, invalidation, partner/family stress, and symptoms maintained by relational strain.",
+ "patientPopulation": "Patients or couples where the relational system is central to formulation: depression linked to partner conflict, adjustment stress, family strain, caregiver stress, repeated relational ruptures, or poor communication undermining treatment.",
+ "setting": "Emergency/acute, Group, Family/carer",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Trauma",
+ "Psychosis",
+ "Personality/interpersonal",
+ "Substance use",
+ "Neurodevelopmental",
+ "Eating/body image",
+ "Crisis/risk",
+ "DBT",
+ "Group programme"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "resource-linkage-coordination-as-therapeutic-intervention",
+ "name": "Resource-linkage / coordination as therapeutic intervention",
+ "category": "Community & Casework Support",
+ "modality": "ACT",
+ "clinicalSummary": "Resource-linkage / coordination as therapeutic intervention. A psychosocial and recovery-oriented intervention in which connecting the patient to the right services, supports, and community resources is itself a core active part of treatment, rather than an administrative extra. Australian psychosocial support programmes explicitly aim to connect people with clinical care and other services they need, while helping with day-to-day functioning and social, educational, and vocational skills. (Dept of Health, Disability & Ageing)",
+ "bestUsedFor": "Best in severe mental illness, complex psychosis, recurrent admissions, step-down care, discharge planning, community psychiatry, and presentations where progress depends partly on support packages, service access, and continuity across sectors. NICE rehabilitation guidance also supports tailored support packages and use of voluntary, health, social care, and mainstream resources. (NICE)",
+ "indications": "Best in severe mental illness, complex psychosis, recurrent admissions, step-down care, discharge planning, community psychiatry, and presentations where progress depends partly on support packages, service access, and continuity across sectors. NICE rehabilitation guidance also supports tailored support packages and use of voluntary, health, social care, and mainstream resources. (NICE) Fragmented care, poor service navigation, unmet practical needs, weak linkage to housing or community supports, loss to follow-up, and functional stagnation caused by poor coordination rather than by symptoms alone. (Dept of Health, Disability & Ageing) Improve continuity, reduce crisis-driven care, strengthen community support, and help the person use treatment in real life through coordinated access to relevant services and supports. (Dept of Health, Disability & Ageing)",
+ "contraindicationsOrCautions": "Check acuity, current risk, capacity for key decisions, cognitive and communication needs, housing instability, safeguarding issues, and whether the patient is clinically safe for community linkage work now or first needs acute stabilisation. Also check which services are actually available and appropriate, because coordination without real options is weak. The final clause is a clinical inference. (NICE) It is not a substitute for acute treatment, medication optimisation, or diagnosis-specific psychotherapy. It is also weak when clinicians mistake referral-making for real coordination, or when the main driver is acute illness severity rather than unmet resource linkage. The second clause is a clinical inference. (RANZCP)",
+ "targetSymptoms": "Fragmented care, poor service navigation, unmet practical needs, weak linkage to housing or community supports, loss to follow-up, and functional stagnation caused by poor coordination rather than by symptoms alone. (Dept of Health, Disability & Ageing)",
+ "patientPopulation": "Patients with multiple providers, psychosocial instability, repeated service drop-out, day-to-day functional impairment, or unmet housing, relationship, educational, vocational, or community-participation needs. (Dept of Health, Disability & Ageing)",
+ "setting": "Emergency/acute, Outpatient/community, Telehealth/digital, Family/carer",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Trauma",
+ "Psychosis",
+ "Crisis/risk",
+ "Grief/loss",
+ "ACT",
+ "Multi-session"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "rtms",
+ "name": "rTMS",
+ "category": "Brain & Body Therapies",
+ "modality": "ACT",
+ "clinicalSummary": "Repetitive transcranial magnetic stimulation, rTMS. A non-invasive neuromodulation treatment that applies a localised pulsed magnetic field to the cerebral cortex. RANZCP states it is an effective, well tolerated, and safe medical procedure, especially for episodes of major depression. (RANZCP)",
+ "bestUsedFor": "Best-supported psychiatric use is major depressive disorder, particularly treatment-resistant or hard-to-treat depressive episodes. NICE states rTMS is usually considered for depression not responding to antidepressants or when antidepressants are not suitable, and RANZCP recommends it be offered in clinical settings with appropriate protocols, training, and TGA-approved equipment. (NICE)",
+ "indications": "Best-supported psychiatric use is major depressive disorder, particularly treatment-resistant or hard-to-treat depressive episodes. NICE states rTMS is usually considered for depression not responding to antidepressants or when antidepressants are not suitable, and RANZCP recommends it be offered in clinical settings with appropriate protocols, training, and TGA-approved equipment. (NICE) Primarily major depressive disorder, especially episodes not adequately improved with antidepressants or where antidepressants are unsuitable. RANZCP also states it may be offered on a restricted basis for carefully selected patients with schizophrenia who have persistent auditory hallucinations after adequate antipsychotic trials. (RANZCP) Reduce depressive symptoms, improve functioning, and provide a safe non-invasive neuromodulation option when standard pharmacotherapy has failed, been poorly tolerated, or is unsuitable. (RANZCP)",
+ "contraindicationsOrCautions": "Confirm diagnosis, episode severity, treatment history, appropriateness for repeated attendance, and whether the depressive illness is severe enough to require another modality such as ECT. Also check seizure risk, implanted devices or metal-related contraindication issues, and service capability. RANZCP emphasises evidence-based patient selection, appropriate protocols, staff training, and quality service delivery. (RANZCP) It is not the fastest option for life-threatening depressive states and is not a substitute for ECT when extremely rapid response is required. It is also limited by the need for repeated attendance and by variable individual response. For non-depression psychiatric indications, RANZCP advises use should generally be restricted or research-based unless evidence is stronger. (RANZCP)",
+ "targetSymptoms": "Primarily major depressive disorder, especially episodes not adequately improved with antidepressants or where antidepressants are unsuitable. RANZCP also states it may be offered on a restricted basis for carefully selected patients with schizophrenia who have persistent auditory hallucinations after adequate antipsychotic trials. (RANZCP)",
+ "patientPopulation": "Patients with major depression who need a non-invasive biological treatment, can attend repeated outpatient sessions, and do not currently need the speed or severity-level indication that would favour ECT instead. The “ECT instead” distinction is a clinical inference from the relative positioning of rTMS versus ECT in practice; the outpatient repeated-session format is directly supported by NICE. (NICE)",
+ "setting": "Emergency/acute, Outpatient/community",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Psychosis",
+ "Crisis/risk",
+ "ACT",
+ "Micro skill"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "schema-therapy",
+ "name": "Schema Therapy",
+ "category": "Personality Disorder Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Schema Therapy (ST). An integrative psychotherapy developed for chronic, entrenched patterns, especially personality disorder, combining cognitive-behavioural, attachment, experiential, and relational elements. RANZCP names schema therapy among the structured psychotherapies used by psychiatrists.",
+ "bestUsedFor": "Strongest and clearest use is personality disorder, especially borderline personality disorder (BPD) and other chronic personality pathology. Current evidence suggests schema therapy is an effective specialist treatment for BPD, but NICE BPD guidance does not single it out by name in the way it mentions DBT for recurrent self-harm.",
+ "indications": "Strongest and clearest use is personality disorder, especially borderline personality disorder (BPD) and other chronic personality pathology. Current evidence suggests schema therapy is an effective specialist treatment for BPD, but NICE BPD guidance does not single it out by name in the way it mentions DBT for recurrent self-harm. Maladaptive schemas, schema modes, chronic shame, abandonment sensitivity, punitive self-attack, dysfunctional coping styles such as avoidance, surrender, and overcompensation, and severe interpersonal/personality dysfunction. Reduce personality-disorder severity, improve relationships and self-coherence, weaken maladaptive coping styles, and build more stable, adaptive emotional and interpersonal functioning.",
+ "contraindicationsOrCautions": "Confirm that the main treatment need is chronic personality-pattern change rather than acute psychosis, delirium, severe mania, intoxication/withdrawal, or a dominant syndrome needing a more immediate first-line therapy. Also check whether the service can deliver a recognisable schema therapy model rather than generic integrative support. Schema therapy is not a substitute for acute containment or treatment of major psychosis/mania/delirium, and it is usually a poor fit when the immediate task is severe crisis control rather than personality-pattern work. It is also weak if delivered without a clear schema/mode model or without sufficient structure.",
+ "targetSymptoms": "Maladaptive schemas, schema modes, chronic shame, abandonment sensitivity, punitive self-attack, dysfunctional coping styles such as avoidance, surrender, and overcompensation, and severe interpersonal/personality dysfunction.",
+ "patientPopulation": "Patients with chronic maladaptive patterns, unstable relationships, entrenched self-criticism or shame, and recurring “mode shifts” who can engage in a longer-course specialist therapy. It often fits best when pathology feels broader and more characterological than a single-syndrome problem.",
+ "setting": "Emergency/acute, Group",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Trauma",
+ "Psychosis",
+ "Personality/interpersonal",
+ "Substance use",
+ "Eating/body image",
+ "Crisis/risk",
+ "CBT",
+ "Group programme"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "school-refusal-cbt",
+ "name": "School-refusal CBT",
+ "category": "Child & Adolescent Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "School-refusal CBT. A child/adolescent CBT intervention for school refusal or school attendance anxiety, usually involving the young person, parents/carers, and school. It is not simply treating “non-attendance”; it targets anxiety, avoidance, family accommodation, and practical return-to-school behaviour.",
+ "bestUsedFor": "Best for school refusal where anxiety/avoidance is central and the young person can work toward graded reattendance. It is most useful when paired with parent and school intervention rather than child-only CBT. Evidence supports CBT-based and behavioural approaches, but school refusal interventions are heterogeneous and require formulation-led use rather than a single universal protocol. (Springer)",
+ "indications": "Best for school refusal where anxiety/avoidance is central and the young person can work toward graded reattendance. It is most useful when paired with parent and school intervention rather than child-only CBT. Evidence supports CBT-based and behavioural approaches, but school refusal interventions are heterogeneous and require formulation-led use rather than a single universal protocol. (Springer) School avoidance, separation anxiety, social anxiety, panic symptoms, depressive withdrawal, somatic anxiety, reinforcement of staying home, family accommodation, sleep–wake disruption, school-based fear, and functional deterioration. Recent reviews emphasise school refusal as clinically significant and associated with psychiatric and neurodevelopmental conditions. (SpringerLink) Restore attendance and developmental functioning, reduce avoidance, treat the underlying anxiety/mood process, reduce family accommodation, and create a sustainable school participation plan.",
+ "contraindicationsOrCautions": "Assess suicide/self-harm risk, depression, anxiety subtype, bullying, trauma, autism/ADHD/intellectual disability, learning disorder, sleep phase delay, substance use, family conflict, parental anxiety, safeguarding, and school factors. Clarify whether the young person is refusing school, being excluded, truanting for non-anxiety reasons, or unable to attend due to neurodevelopmental mismatch. Poor fit as stand-alone CBT if the main driver is active abuse, severe bullying, major depression with high risk, psychosis, mania, severe substance use, untreated autism/ADHD mismatch, or school environment failure. In those cases, safeguarding, neurodevelopmental adaptation, school-system change, or higher-level care may be primary.",
+ "targetSymptoms": "School avoidance, separation anxiety, social anxiety, panic symptoms, depressive withdrawal, somatic anxiety, reinforcement of staying home, family accommodation, sleep–wake disruption, school-based fear, and functional deterioration. Recent reviews emphasise school refusal as clinically significant and associated with psychiatric and neurodevelopmental conditions. (SpringerLink)",
+ "patientPopulation": "Children/adolescents with emerging or established school refusal, especially where avoidance is reinforced by short-term anxiety relief and home-based safety. Best fit when parents/carers and school can collaborate on attendance goals and reduce accommodation.",
+ "setting": "Emergency/acute, Telehealth/digital, Family/carer",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Anxiety",
+ "Trauma",
+ "Psychosis",
+ "Personality/interpersonal",
+ "Sleep",
+ "Substance use",
+ "Neurodevelopmental",
+ "Eating/body image",
+ "Pain/somatic",
+ "Crisis/risk",
+ "CBT",
+ "Micro skill"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "seeking-safety",
+ "name": "Seeking Safety",
+ "category": "Trauma Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Seeking Safety. A present-focused, coping-skills-based, integrated treatment for co-occurring PTSD and substance use disorder (SUD) that does not include trauma processing or exposure.",
+ "bestUsedFor": "Best viewed as a stabilisation-oriented integrated treatment when the patient needs a present-focused approach, is not ready for trauma processing, or when a service cannot yet deliver trauma-focused integrated treatment. It is also widely implemented and generally acceptable to patients and clinicians.",
+ "indications": "Best viewed as a stabilisation-oriented integrated treatment when the patient needs a present-focused approach, is not ready for trauma processing, or when a service cannot yet deliver trauma-focused integrated treatment. It is also widely implemented and generally acceptable to patients and clinicians. PTSD symptoms, unsafe coping, emotion dysregulation, substance-use triggers, and stabilisation problems in people with both disorders. Improve safety and coping, reduce PTSD symptoms, and reduce substance use risk through present-focused stabilisation.",
+ "contraindicationsOrCautions": "Clarify intoxication/withdrawal risk, suicidality, psychosis, dissociation, acute instability, and whether the patient is actually ready for a more effective trauma-focused integrated treatment. VA/DoD-linked guidance says PTSD and SUD should both be treated and that SUD should not be a barrier to evidence-based PTSD treatment. It is not trauma-focused and is not the best-supported option when the patient is ready for trauma processing. VA’s current PTSD/SUD review states that more rigorous trials and meta-analyses suggest Seeking Safety is less effective for PTSD symptom reduction than trauma-focused treatments, and the direct comparison trial found COPE produced greater PTSD reduction and higher PTSD remission than Seeking Safety.",
+ "targetSymptoms": "PTSD symptoms, unsafe coping, emotion dysregulation, substance-use triggers, and stabilisation problems in people with both disorders.",
+ "patientPopulation": "Best fit is a patient with PTSD+SUD who needs coping skills, structure, and engagement and who may currently be too avoidant, unstable, or reluctant for exposure-based trauma work. This is an inference from the model and evidence profile.",
+ "setting": "Emergency/acute, Group",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Trauma",
+ "Psychosis",
+ "Personality/interpersonal",
+ "Substance use",
+ "Crisis/risk",
+ "Emotional regulation",
+ "Distress tolerance",
+ "CBT",
+ "Group programme"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "self-management-interventions",
+ "name": "Self-Management Interventions",
+ "category": "Foundational & Engagement Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Self-Management Interventions. Manualised or structured psychosocial interventions that help patients understand their illness, monitor symptoms, manage treatment, respond early to deterioration, and work toward recovery goals.",
+ "bestUsedFor": "Strongest formal guideline support is in psychosis and schizophrenia, where NICE recommends considering a manualised self-management programme as part of treatment and management. Self-management principles are also highly relevant in mood disorders, chronic severe mental illness, rehabilitation, and relapse-prevention work, but the most explicit guideline-backed programme language is in psychosis.",
+ "indications": "Strongest formal guideline support is in psychosis and schizophrenia, where NICE recommends considering a manualised self-management programme as part of treatment and management. Self-management principles are also highly relevant in mood disorders, chronic severe mental illness, rehabilitation, and relapse-prevention work, but the most explicit guideline-backed programme language is in psychosis. Low illness ownership, weak relapse recognition, poor day-to-day symptom management, weak coping structure, low confidence, poor medication self-management, and limited recovery planning. Improve independence, reduce relapse risk, strengthen coping and recovery planning, increase confidence and self-efficacy, and support safer, more sustainable day-to-day illness management.",
+ "contraindicationsOrCautions": "Confirm the patient has enough stability, cognition, and support to engage meaningfully. Check whether the main task is truly recovery/self-management or whether acute delirium, severe mania, major disorganisation, severe depression, or high-risk psychosis makes the immediate task stabilisation first. Clarify which domain needs work: symptoms, medication management, crisis planning, stress, function, or social recovery. Usually not enough alone when the patient needs a more active disorder-specific therapy such as ERP, trauma-focused therapy, CBTp, FT-AN, DBT, or urgent biological treatment. It is also weak if the patient is too disorganised or unstable to use the programme meaningfully, or if self-management is framed as abandonment rather than supported skill-building.",
+ "targetSymptoms": "Low illness ownership, weak relapse recognition, poor day-to-day symptom management, weak coping structure, low confidence, poor medication self-management, and limited recovery planning.",
+ "patientPopulation": "Patients with ongoing severe mental illness who are stable enough to participate in collaborative recovery work and who would benefit from more active monitoring, coping, and relapse-prevention structure. Best suited to community, rehabilitation, early psychosis, and continuing-care settings rather than acute crisis phases.",
+ "setting": "Emergency/acute, Outpatient/community, Telehealth/digital, Group, Family/carer",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Trauma",
+ "Psychosis",
+ "Neurodevelopmental",
+ "Crisis/risk",
+ "CBT",
+ "Group programme"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "short-term-psychodynamic-psychotherapy-stpp",
+ "name": "Short-Term Psychodynamic Psychotherapy (STPP)",
+ "category": "Personality Disorder Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Short-Term Psychodynamic Psychotherapy (STPP). A time-limited psychodynamic psychotherapy focused on unconscious conflict, affect, attachment patterns, and recurrent relational themes, delivered in a briefer and more focal format than longer psychodynamic psychotherapy.",
+ "bestUsedFor": "The strongest current evidence is in depressive disorders. There is also emerging evidence in some anxiety conditions, but the clearest support remains depression. It is best viewed as a legitimate evidence-based option, though in mainstream guidelines it does not have the same broad first-line prominence as CBT or IPT.",
+ "indications": "The strongest current evidence is in depressive disorders. There is also emerging evidence in some anxiety conditions, but the clearest support remains depression. It is best viewed as a legitimate evidence-based option, though in mainstream guidelines it does not have the same broad first-line prominence as CBT or IPT. Recurrent maladaptive interpersonal patterns, avoided affect, internal conflict, self-criticism, relational repetition, and symptom persistence linked to unresolved emotional themes. Reduce symptoms through increased insight, improved affect tolerance, greater flexibility in relationships and self-experience, and interruption of the focal maladaptive pattern.",
+ "contraindicationsOrCautions": "Confirm that the patient can use a reflective, affect-focused model and that the main treatment need is not better met by ERP, trauma-focused therapy, acute psychosis treatment, DBT, or another more specific modality. Also check suicidality, psychosis, mania, intoxication, cognitive capacity, and whether the service can deliver real STPP rather than vague supportive counselling. STPP is not a substitute for acute containment, treatment of psychosis / mania / delirium, or for more specific therapies when the main mechanism is compulsive, trauma-driven, severely behaviourally dysregulated, or psychosis-specific. It is also weak when the therapy lacks a clear focal conflict or becomes generic supportive work.",
+ "targetSymptoms": "Recurrent maladaptive interpersonal patterns, avoided affect, internal conflict, self-criticism, relational repetition, and symptom persistence linked to unresolved emotional themes.",
+ "patientPopulation": "Patients with depression or other common mental disorders where recurrent relational themes, affect avoidance, self-criticism, or internal conflict are central, and who can engage in a focused, time-limited reflective therapy. It may fit especially well when the patient wants more than symptom-technique work but does not require or want long-term psychodynamic treatment.",
+ "setting": "Emergency/acute, Family/carer",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Anxiety",
+ "Trauma",
+ "Psychosis",
+ "Personality/interpersonal",
+ "Crisis/risk",
+ "Emotional regulation",
+ "CBT",
+ "Single session"
+ ],
+ "aliases": [
+ "STPP"
+ ]
+ },
+ {
+ "slug": "short-term-psychodynamic-psychotherapy-for-depression-stpp",
+ "name": "Short-Term Psychodynamic Psychotherapy for Depression (STPP)",
+ "category": "Standard Talking Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Short-Term Psychodynamic Psychotherapy (STPP) for depression. A structured, time-limited, empirically validated protocol developed specifically for depression, focused on difficult feelings, significant relationships, stressful situations, and repetitive relational-emotional patterns.",
+ "bestUsedFor": "Best used for adult depression when relational-emotional patterns and developmental difficulties in close relationships are central. NICE includes STPP in first-line treatment options for adult depression, and the 2023 meta-analysis found STPP superior to no intervention and to usual unstructured treatments for depressive disorders.",
+ "indications": "Best used for adult depression when relational-emotional patterns and developmental difficulties in close relationships are central. NICE includes STPP in first-line treatment options for adult depression, and the 2023 meta-analysis found STPP superior to no intervention and to usual unstructured treatments for depressive disorders. Depressive symptoms linked to emotional and developmental difficulties in relationships, stressful situations, repeated relational patterns, and affective avoidance. NICE explicitly frames STPP around recognising difficult feelings in significant relationships and stressful situations, and identifying how patterns can be repeated. Reduce depressive symptoms by improving emotional processing, recognising and modifying repeated relationship-linked patterns, and helping the person work through key current conflicts.",
+ "contraindicationsOrCautions": "Clarify severity, suicidality, psychosis, bipolarity, substance use, cognitive ability, and whether the patient can use an affect-focused, insight-oriented model. Also check whether the main treatment need is better matched to BA, CBT, ERP, trauma-focused therapy, or another more specific first-line model. This is a clinical synthesis consistent with NICE’s matched-care structure. STPP is not a substitute for urgent treatment of severe suicidality, psychotic depression, mania, or marked cognitive disorganisation. It may be less suitable when the person does not want to focus on painful feelings or close relationships, or when the depression is more clearly maintained by another mechanism. NICE explicitly warns that focusing on painful close/family experiences could initially be distressing.",
+ "targetSymptoms": "Depressive symptoms linked to emotional and developmental difficulties in relationships, stressful situations, repeated relational patterns, and affective avoidance. NICE explicitly frames STPP around recognising difficult feelings in significant relationships and stressful situations, and identifying how patterns can be repeated.",
+ "patientPopulation": "Best fit is a patient with depression who is willing to focus on difficult feelings and close relationships, and whose depression seems strongly tied to repeated emotional-relational patterns rather than primarily to inactivity, obsessionality, trauma re-experiencing, or psychosis. NICE specifically notes STPP may be less suitable for people who do not want to focus on their feelings or close/family relationships.",
+ "setting": "Emergency/acute, Group, Family/carer",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Trauma",
+ "Psychosis",
+ "Personality/interpersonal",
+ "Substance use",
+ "Pain/somatic",
+ "Crisis/risk",
+ "Emotional regulation",
+ "CBT",
+ "Group programme"
+ ],
+ "aliases": [
+ "STPP"
+ ]
+ },
+ {
+ "slug": "skills-training-groups",
+ "name": "Skills-training groups",
+ "category": "Group IPT",
+ "modality": "ACT",
+ "clinicalSummary": "Skills-training groups. Broad psychiatric category for structured group interventions that teach specific functional, interpersonal, coping, or illness-management skills. This is not one single standardised therapy, so the clinical value depends heavily on the exact target skill set and diagnosis. In psychosis care, NICE does not recommend routine social skills training as a specific intervention, but NICE rehabilitation guidance does support structured group activities aimed at improving interpersonal skills in complex psychosis rehabilitation settings. (NICE)",
+ "bestUsedFor": "Best when there is a clear, observable skill deficit contributing to ongoing impairment. Stronger service-level use is in rehabilitation, recovery, community functioning, and structured psychosocial programmes. It is less defensible to treat it as a generic primary therapy for complex syndromes unless the skill target is tightly matched to the clinical problem. In psychosis specifically, broad social skills training as a stand-alone specific intervention is not routinely recommended by NICE, whereas structured interpersonal group activity is supported in rehabilitation settings. (NICE)",
+ "indications": "Best when there is a clear, observable skill deficit contributing to ongoing impairment. Stronger service-level use is in rehabilitation, recovery, community functioning, and structured psychosocial programmes. It is less defensible to treat it as a generic primary therapy for complex syndromes unless the skill target is tightly matched to the clinical problem. In psychosis specifically, broad social skills training as a stand-alone specific intervention is not routinely recommended by NICE, whereas structured interpersonal group activity is supported in rehabilitation settings. (NICE) Skill deficits rather than only symptoms. Examples include interpersonal skills, communication, assertiveness, coping routines, activity planning, illness-management behaviours, or other practical deficits that sustain disability or relapse risk. (NICE) Improve practical functioning, increase participation, reduce disability related to skill deficits, and help patients transfer learned skills into real-world social, occupational, or self-management settings. (NICE)",
+ "contraindicationsOrCautions": "Define the actual skill deficit. Check diagnosis, recovery stage, cognition, motivation, social tolerance, behavioural safety, intoxication, psychotic disorganisation, and whether the patient’s primary need is actually symptom-focused psychotherapy, medication change, or crisis containment. Without a defined target skill, these groups become too vague. (NICE) Poor fit when the problem is primarily acute mood disorder, active psychosis, severe suicidality, OCD, PTSD, or severe personality instability that needs a more specific treatment. Also weak when the group is too generic, poorly targeted, or divorced from real-world practice. In psychosis, routine stand-alone social skills training is not generally recommended as a specific intervention. (NICE)",
+ "targetSymptoms": "Skill deficits rather than only symptoms. Examples include interpersonal skills, communication, assertiveness, coping routines, activity planning, illness-management behaviours, or other practical deficits that sustain disability or relapse risk. (NICE)",
+ "patientPopulation": "Patients with enough stability and behavioural control to participate in a structured group, who have identifiable gaps in coping, social, or day-to-day functioning, and who benefit from repeated practice rather than abstract formulation alone. Particularly useful in rehabilitation or recovery-oriented settings. (NICE)",
+ "setting": "Emergency/acute, Inpatient, Outpatient/community, Group, Family/carer",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Trauma",
+ "Psychosis",
+ "Personality/interpersonal",
+ "Neurodevelopmental",
+ "Eating/body image",
+ "Crisis/risk",
+ "ACT",
+ "Group programme"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "sleep-compression-therapy-for-insomnia",
+ "name": "Sleep Compression Therapy for Insomnia",
+ "category": "Brain & Body Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Sleep compression therapy. A behavioural insomnia treatment that gradually reduces time in bed to more closely match actual sleep time. It is best understood as a gentler variant of sleep restriction therapy, not a wholly separate first-line guideline treatment.",
+ "bestUsedFor": "Best used for chronic insomnia disorder when the clinician wants the core logic of sleep restriction but in a more tolerable, gradual format. Current high-quality evidence suggests it may be a practical alternative when standard sleep restriction feels too harsh or is poorly tolerated.",
+ "indications": "Best used for chronic insomnia disorder when the clinician wants the core logic of sleep restriction but in a more tolerable, gradual format. Current high-quality evidence suggests it may be a practical alternative when standard sleep restriction feels too harsh or is poorly tolerated. Low sleep efficiency, long periods awake in bed, irregular sleep timing, excessive compensatory time in bed, and behavioural perpetuation of chronic insomnia. Consolidate sleep, reduce insomnia severity, improve sleep efficiency, and do so in a way that may be more acceptable and tolerable than abrupt sleep restriction for some patients.",
+ "contraindicationsOrCautions": "Clarify that the problem is truly chronic insomnia rather than untreated sleep apnoea, circadian disorder, restless legs, mania, delirium, or another primary sleep disorder. Also review driving risk, falls risk, severe daytime sleepiness, seizure risk, and bipolar-spectrum history before using any time-in-bed reduction strategy. It is not a substitute for full CBT-I when cognitive arousal, conditioned wakefulness, or broader insomnia maintenance factors are prominent. It is also not yet as guideline-central as standard sleep restriction therapy, because the evidence base is newer and smaller.",
+ "targetSymptoms": "Low sleep efficiency, long periods awake in bed, irregular sleep timing, excessive compensatory time in bed, and behavioural perpetuation of chronic insomnia.",
+ "patientPopulation": "Best fit is a patient with chronic insomnia who spends clearly too long in bed for the amount they actually sleep, but who may be reluctant to do strict sleep restriction because of fatigue, anxiety, or adherence concerns.",
+ "setting": "Emergency/acute",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Anxiety",
+ "Sleep",
+ "Eating/body image",
+ "Crisis/risk",
+ "CBT",
+ "Multi-session"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "social-cognition-training",
+ "name": "Social Cognition Training",
+ "category": "Psychosis & Rehabilitation Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Social Cognition Training (SCT). A psychosocial rehabilitation intervention for psychosis focused on improving how the person recognises emotions, reads social cues, understands others’ mental states, and interprets social interactions.",
+ "bestUsedFor": "Best used as a selective rehabilitation adjunct in psychosis or schizophrenia when social-cognitive deficits are clearly contributing to poor relationships, poor community functioning, or difficulty using rehabilitation opportunities. It does not currently have the same mainstream first-line guideline status as CBTp or family intervention.",
+ "indications": "Best used as a selective rehabilitation adjunct in psychosis or schizophrenia when social-cognitive deficits are clearly contributing to poor relationships, poor community functioning, or difficulty using rehabilitation opportunities. It does not currently have the same mainstream first-line guideline status as CBTp or family intervention. Emotion perception, social perception, theory of mind, and sometimes attributional bias or hostile interpretation style. Improve social understanding sufficiently to support better interpersonal functioning, rehabilitation participation, and community recovery.",
+ "contraindicationsOrCautions": "Confirm that social-cognitive impairment is a real barrier and not being explained mainly by delirium, intoxication, severe active psychosis, major neurocognitive disorder, profound negative symptoms alone, or language/cultural mismatch. Also check whether there is a rehabilitation context in which gains can generalise. It is not a primary treatment for acute psychosis, delusions, voices, mania, or major behavioural instability. It is also weaker if delivered in isolation without opportunities for real-world transfer or when the main barrier is untreated positive symptoms, marked cognitive impairment, or social deprivation rather than social-cognitive deficit itself.",
+ "targetSymptoms": "Emotion perception, social perception, theory of mind, and sometimes attributional bias or hostile interpretation style.",
+ "patientPopulation": "People with psychosis who remain socially impaired, misread others’ intentions or emotions, or struggle with social understanding despite reasonable stabilisation of acute symptoms. Often most useful in outpatient or rehabilitation settings where gains can be practised in real social contexts.",
+ "setting": "Emergency/acute, Outpatient/community, Group, Family/carer",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Psychosis",
+ "Personality/interpersonal",
+ "Eating/body image",
+ "Emotional regulation",
+ "CBT",
+ "Group programme"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "social-skills-training-sst",
+ "name": "Social Skills Training (SST)",
+ "category": "Psychosis & Rehabilitation Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Social Skills Training (SST). A behavioural skills intervention that teaches and rehearses concrete interpersonal behaviours such as conversation, assertiveness, problem solving, role performance, and everyday interaction skills.",
+ "bestUsedFor": "Most defensible as a rehabilitation adjunct when there is clear behavioural social-skill deficit affecting recovery. However, NICE explicitly states: “Do not routinely offer social skills training (as a specific intervention) to people with psychosis or schizophrenia.” That makes SST a selective, not routine, intervention in mainstream adult psychosis care.",
+ "indications": "Most defensible as a rehabilitation adjunct when there is clear behavioural social-skill deficit affecting recovery. However, NICE explicitly states: “Do not routinely offer social skills training (as a specific intervention) to people with psychosis or schizophrenia.” That makes SST a selective, not routine, intervention in mainstream adult psychosis care. Conversational skills, assertiveness, social confidence, role performance, behavioural competence, and some aspects of day-to-day community functioning. Improve interpersonal competence and support better community participation, relationships, and practical functioning.",
+ "contraindicationsOrCautions": "Confirm the main barrier is truly a social skill deficit and not mainly paranoia, negative symptoms, active hallucinations, untreated depression, autism-related communication style, cognitive impairment, or major environmental deprivation. Also check whether the patient can tolerate role-play or group-based work. It is not a primary treatment for acute psychosis, persistent delusional distress, major negative symptoms alone, or cognitive dysfunction without broader rehabilitation support. It is also weak if delivered as isolated drills without meaningful practice or when the patient’s social difficulty is driven mainly by mistrust, fear, or social-cognitive misinterpretation rather than skill deficit.",
+ "targetSymptoms": "Conversational skills, assertiveness, social confidence, role performance, behavioural competence, and some aspects of day-to-day community functioning.",
+ "patientPopulation": "People with psychosis who are reasonably stabilised but have persistent interpersonal behavioural difficulties, especially in rehabilitation or recovery settings where social performance and everyday role functioning can be practised repeatedly.",
+ "setting": "Emergency/acute, Inpatient, Outpatient/community, Group",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Psychosis",
+ "Personality/interpersonal",
+ "Neurodevelopmental",
+ "Crisis/risk",
+ "Emotional regulation",
+ "CBT",
+ "Group programme"
+ ],
+ "aliases": [
+ "SST"
+ ]
+ },
+ {
+ "slug": "social-anxiety-focused-cbt",
+ "name": "Social-anxiety-focused CBT",
+ "category": "Standard Talking Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Social-anxiety-focused CBT. A CBT protocol for social anxiety disorder, targeting fear of negative evaluation, self-focused attention, avoidance, safety behaviours, distorted self-imagery, and anticipatory/post-event processing.",
+ "bestUsedFor": "Best for social anxiety disorder in adults, and developmentally adapted CBT for children and young people. NICE recommends individual CBT specifically developed for social anxiety disorder as the first intervention for adults, using Clark and Wells or Heimberg models. (NICE)",
+ "indications": "Best for social anxiety disorder in adults, and developmentally adapted CBT for children and young people. NICE recommends individual CBT specifically developed for social anxiety disorder as the first intervention for adults, using Clark and Wells or Heimberg models. (NICE) Fear of scrutiny, shame, embarrassment, negative self-imagery, self-focused attention, social avoidance, performance avoidance, safety behaviours, anticipatory worry, post-event rumination, and core beliefs about social inadequacy. NICE specifically describes Clark and Wells and Heimberg CBT models with these active components. (NICE) Reduce fear of negative evaluation, restore social and occupational functioning, reduce avoidance and safety behaviours, and help the patient tolerate being seen without relying on self-protective strategies.",
+ "contraindicationsOrCautions": "Confirm social anxiety disorder and assess depression, self-harm risk, substance use, autism, psychosis/paranoia, body dysmorphic disorder, avoidant personality traits, trauma-related shame, bullying history, and functional impairment. Clarify whether the key fear is negative evaluation rather than panic sensations, contamination, trauma reminders, or delusional threat. Poor fit as the primary therapy if social withdrawal is mainly due to psychosis/paranoia, severe depression, autism-related social communication differences, body dysmorphic disorder, PTSD, or severe personality pathology requiring a different primary approach. It may still be useful once the dominant mechanism is clarified.",
+ "targetSymptoms": "Fear of scrutiny, shame, embarrassment, negative self-imagery, self-focused attention, social avoidance, performance avoidance, safety behaviours, anticipatory worry, post-event rumination, and core beliefs about social inadequacy. NICE specifically describes Clark and Wells and Heimberg CBT models with these active components. (NICE)",
+ "patientPopulation": "Patients with fear of judgement, avoidance of social or performance situations, safety behaviours, distorted self-view, and willingness to do behavioural experiments or exposure. Particularly useful when social anxiety is the primary disorder rather than only a consequence of depression, psychosis, autism, trauma, or body dysmorphic disorder.",
+ "setting": "Emergency/acute, Group, Family/carer",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Anxiety",
+ "Trauma",
+ "Psychosis",
+ "Personality/interpersonal",
+ "Substance use",
+ "Neurodevelopmental",
+ "Eating/body image",
+ "Crisis/risk",
+ "CBT",
+ "Group programme"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "social-communication-parent-mediated-autism-interventions",
+ "name": "Social-Communication / Parent-Mediated Autism Interventions",
+ "category": "Child & Adolescent Therapies",
+ "modality": "ACT",
+ "clinicalSummary": "Social-communication interventions, often parent-mediated in preschool children. These are the clearest NICE-recommended psychosocial interventions for the core features of autism in children and young people. They are usually play-based, relationship-based, and focused on increasing joint attention, engagement, reciprocal communication, social routines, and responsive interaction.",
+ "bestUsedFor": "Best supported for children and young people with autism, especially preschool children where NICE says to consider parent, carer or teacher mediation, and for school-aged children where NICE says to consider peer mediation. This is the most direct current mainstream guideline recommendation for treating the core features of autism in children.",
+ "indications": "Best supported for children and young people with autism, especially preschool children where NICE says to consider parent, carer or teacher mediation, and for school-aged children where NICE says to consider peer mediation. This is the most direct current mainstream guideline recommendation for treating the core features of autism in children. Joint attention, engagement, reciprocal communication, interactive play, social routines, parent/carer responsiveness, and everyday social communication skills. Improve real-world communication and interaction, make social situations easier, and support the child’s participation in home, school, and community settings.",
+ "contraindicationsOrCautions": "Clarify developmental level, language level, family capacity, schooling context, sensory/attention profile, and whether the main target is core social communication versus challenging behaviour, anxiety, ADHD, or other coexisting problems that need separate treatment plans. NICE specifically recommends matching strategies to the child’s developmental level. These interventions are not meant to treat every coexisting autism-related difficulty. NICE separately addresses challenging behaviour, mental health problems, sleep, and other coexisting issues. Effects on social communication are supportive overall but still variable by model, dosage, age, and study quality.",
+ "targetSymptoms": "Joint attention, engagement, reciprocal communication, interactive play, social routines, parent/carer responsiveness, and everyday social communication skills.",
+ "patientPopulation": "Best fit is a child whose main unmet needs are social communication, engagement, and joint attention, especially when parents/carers can take an active role and when the treatment can be embedded in natural play and everyday interaction.",
+ "setting": "Emergency/acute, Outpatient/community, Family/carer",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Anxiety",
+ "Sleep",
+ "Neurodevelopmental",
+ "Eating/body image",
+ "ACT",
+ "Multi-session"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "social-role-restoration-work",
+ "name": "Social-role restoration work",
+ "category": "Community & Casework Support",
+ "modality": "ACT",
+ "clinicalSummary": "Social-role restoration work. A rehabilitation-focused psychosocial intervention aimed at helping the person re-enter, rebuild, or newly develop meaningful social roles such as worker, student, parent, partner, friend, volunteer, community member, or household contributor. In RANZCP recovery language, recovery includes a meaningful and contributing life in the community, and NICE rehabilitation guidance explicitly recommends helping people find meaningful occupations including work, leisure, or education and build support networks. (RANZCP)",
+ "bestUsedFor": "Best in severe mental illness, rehabilitation, longer-term community care, step-down settings, and recovery pathways where the main challenge is not just symptom control but re-establishing a life structure and meaningful contribution. NICE specifically supports rehabilitation for people with complex psychosis wherever they are living, including community settings. (NICE)",
+ "indications": "Best in severe mental illness, rehabilitation, longer-term community care, step-down settings, and recovery pathways where the main challenge is not just symptom control but re-establishing a life structure and meaningful contribution. NICE specifically supports rehabilitation for people with complex psychosis wherever they are living, including community settings. (NICE) Role loss, inactivity, identity collapse around illness, social withdrawal, vocational disengagement, reduced confidence, and long-term disability in which the person no longer occupies meaningful roles outside the patient role. This wording is partly guideline-grounded and partly a clinically reasonable synthesis. (RANZCP) Restore meaningful occupation, rebuild identity and confidence, increase community participation, and help the person move toward a meaningful and contributing life rather than remaining defined mainly by illness and service use. (RANZCP)",
+ "contraindicationsOrCautions": "Check acuity, risk, cognitive function, communication needs, current daily-living skills, substance use, social network, trauma history, and whether the person currently has enough stability to attempt role restoration safely. NICE rehabilitation guidance explicitly includes occupational and educational history, social history, current skills in activities of daily living, and cognitive function in assessment. (NICE) Poor fit when the person is too acutely unwell, unsafe, or disorganised to attempt role restoration, or when the main active need is acute treatment rather than rehabilitation. It is also limited if services push role goals without enough scaffolding, skills work, or community support. The second clause is a clinical inference. (NICE)",
+ "targetSymptoms": "Role loss, inactivity, identity collapse around illness, social withdrawal, vocational disengagement, reduced confidence, and long-term disability in which the person no longer occupies meaningful roles outside the patient role. This wording is partly guideline-grounded and partly a clinically reasonable synthesis. (RANZCP)",
+ "patientPopulation": "Patients with functional recovery needs, repeated admissions, long periods out of work or study, social disconnection, role loss after illness, or demoralisation linked to lack of meaningful occupation and identity. (NICE)",
+ "setting": "Emergency/acute, Outpatient/community, Family/carer",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Trauma",
+ "Psychosis",
+ "Substance use",
+ "Eating/body image",
+ "Crisis/risk",
+ "Grief/loss",
+ "ACT",
+ "Multi-session"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "solution-focused-brief-therapy",
+ "name": "Solution-focused brief therapy",
+ "category": "Community & Casework Support",
+ "modality": "CBT",
+ "clinicalSummary": "Solution-focused brief therapy, usually abbreviated SFBT. A short, goal-directed therapy that emphasises strengths, exceptions, preferred futures, and practical change rather than detailed analysis of problems or pathology. RANZCP’s psychotherapy statement does not single it out as a major named structured psychotherapy in the way it does CBT, DBT, IPT, ACT, CAT, and MBT, so in psychiatrist practice it is better framed as a brief pragmatic therapy approach than as a universally first-line specialist psychotherapy. (RANZCP)",
+ "bestUsedFor": "Best as a brief pragmatic intervention for adjustment-type problems, mild to moderate distress, engagement work, or situations where a focused collaborative change conversation is clinically useful. Current higher-level reviews suggest potential benefit across varied settings, but the evidence base is heterogeneous and not strong enough to rank SFBT above better-established disorder-specific therapies for major syndromes. (NCBI)",
+ "indications": "Best as a brief pragmatic intervention for adjustment-type problems, mild to moderate distress, engagement work, or situations where a focused collaborative change conversation is clinically useful. Current higher-level reviews suggest potential benefit across varied settings, but the evidence base is heterogeneous and not strong enough to rank SFBT above better-established disorder-specific therapies for major syndromes. (NCBI) Demoralisation, feeling stuck, low agency, diffuse problem focus, and situations where mobilising strengths and near-term goals is more useful than deep formulation or symptom-specific technique. (PubMed) Improve agency, increase practical movement toward desired change, reduce problem saturation, and help the patient leave with a more workable plan and a stronger sense of capability. (PubMed)",
+ "contraindicationsOrCautions": "Check diagnosis, severity, suicide and self-harm risk, psychosis, mania, cognitive capacity, substance instability, and whether a disorder-specific evidence-based treatment clearly has priority. Also check that the patient can work with goals and exceptions rather than needing more containment or more explicit symptom-focused technique. This latter point is a clinical inference consistent with the therapy model. (RANZCP) Poor fit when the patient needs a clearly indicated disorder-specific therapy such as ERP for OCD, trauma-focused therapy for PTSD, or a more intensive treatment for high-risk personality dysfunction, psychosis, mania, or severe depression. Review-level evidence also remains heterogeneous, so claims of broad superiority should be avoided. (RANZCP)",
+ "targetSymptoms": "Demoralisation, feeling stuck, low agency, diffuse problem focus, and situations where mobilising strengths and near-term goals is more useful than deep formulation or symptom-specific technique. (PubMed)",
+ "patientPopulation": "Patients who want a practical, future-oriented, time-limited approach, can identify goals, and are not primarily seeking deep exploratory work. It can fit well in community, primary care, brief intervention, or engagement settings. (PubMed)",
+ "setting": "Emergency/acute, Outpatient/community",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Trauma",
+ "Psychosis",
+ "Personality/interpersonal",
+ "Substance use",
+ "Crisis/risk",
+ "CBT",
+ "Multi-session"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "specialist-supportive-clinical-management-sscm",
+ "name": "Specialist Supportive Clinical Management (SSCM)",
+ "category": "Eating Disorder Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Specialist Supportive Clinical Management (SSCM). A specialist therapy for adults with anorexia nervosa that combines supportive clinical work with a strong focus on eating, weight restoration, psychoeducation, and ongoing physical monitoring. NICE names SSCM as one of the main adult anorexia treatment options.",
+ "bestUsedFor": "Best supported for adults with anorexia nervosa. NICE recommends offering adults one of CBT-ED, MANTRA, or SSCM and helping them choose by explaining what each involves.",
+ "indications": "Best supported for adults with anorexia nervosa. NICE recommends offering adults one of CBT-ED, MANTRA, or SSCM and helping them choose by explaining what each involves. Restrictive eating, low weight, poor nutrition, anorexia-maintaining behaviour, weak insight into the link between symptoms and eating, and poor engagement with behavioural change. Restore healthy eating and weight, reduce anorexia symptoms, maintain medical safety, and support recovery through a supportive but active specialist clinical relationship.",
+ "contraindicationsOrCautions": "Confirm diagnosis, medical risk, weight/BMI status, purging, suicidality, comorbidity, and whether the person needs urgent medical or inpatient/day-patient support first. NICE is explicit that weight gain is a key goal in anorexia treatment and that support and monitoring should continue regardless of whether the person is having a specific intervention. SSCM is not a substitute for urgent medical stabilisation or multidisciplinary eating-disorder care when risk is high. It is also not the only adult anorexia psychotherapy option, because NICE places CBT-ED, MANTRA, and SSCM alongside each other.",
+ "targetSymptoms": "Restrictive eating, low weight, poor nutrition, anorexia-maintaining behaviour, weak insight into the link between symptoms and eating, and poor engagement with behavioural change.",
+ "patientPopulation": "Adults with anorexia nervosa who need a specialist therapy that is supportive, practical, and strongly anchored to restoring healthy eating and weight, rather than a more elaborated cognitive or identity-based model. This fit statement is a clinical inference from the NICE description rather than a separate NICE hierarchy.",
+ "setting": "Emergency/acute, Inpatient",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Eating/body image",
+ "Crisis/risk",
+ "CBT",
+ "Multi-session"
+ ],
+ "aliases": [
+ "SSCM"
+ ]
+ },
+ {
+ "slug": "stabilisation-focused-trauma-preparation",
+ "name": "Stabilisation-focused trauma preparation",
+ "category": "Trauma Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Stabilisation-focused trauma preparation. A preparatory trauma intervention used before trauma-focused processing when the person is not yet safe, stable, or sufficiently resourced to engage in direct trauma memory work. It is not the definitive evidence-based treatment for PTSD by itself. Australian PTSD guidance prioritises trauma-focused psychological treatments for PTSD, while also recognising stepped/collaborative care matched to severity and complexity.",
+ "bestUsedFor": "Best as a preparatory phase for complex, unstable, unsafe, or high-risk trauma presentations where immediate trauma processing is clinically unsafe or unlikely to be tolerated. It is most defensible when it directly enables later trauma-focused CBT, CPT, PE, EMDR, or another evidence-based trauma treatment. Phoenix Australia’s guidelines emphasise stepped/collaborative care for adults with PTSD symptoms within the first three months, tailored to severity and complexity. (Phoenix Australia)",
+ "indications": "Best as a preparatory phase for complex, unstable, unsafe, or high-risk trauma presentations where immediate trauma processing is clinically unsafe or unlikely to be tolerated. It is most defensible when it directly enables later trauma-focused CBT, CPT, PE, EMDR, or another evidence-based trauma treatment. Phoenix Australia’s guidelines emphasise stepped/collaborative care for adults with PTSD symptoms within the first three months, tailored to severity and complexity. (Phoenix Australia) Acute instability, poor affect regulation, unsafe environment, suicidal or homicidal ideation, substance misuse, dissociation, current life crises, poor grounding skills, and low capacity to tolerate trauma reminders. Open Arms guidance explicitly states that when trauma memories feel overwhelming, clinicians may need to establish trust and work on stabilising emotions, addressing current crises, suicidal/homicidal ideation, and substance abuse issues before trauma-focused work. (openarms.gov.au) Make trauma-focused treatment safer and more feasible, reduce acute destabilisation, improve coping and containment, and prepare the patient to engage in evidence-based PTSD treatment.",
+ "contraindicationsOrCautions": "Check current safety, suicide/self-harm risk, violence risk, ongoing trauma exposure, domestic/family violence, substance use, dissociation, psychosis, mania, housing instability, supports, capacity, and readiness for trauma memory work. Also check that stabilisation is not becoming indefinite avoidance of indicated trauma treatment. Poor fit if used as a long-term substitute for trauma-focused treatment when PTSD is established and the person is ready. Also insufficient alone for persistent PTSD where avoidance and trauma memory processing remain central. Routine psychological debriefing after trauma is not recommended in Australian PTSD guidance, so stabilisation should not be confused with debriefing. (Phoenix Australia)",
+ "targetSymptoms": "Acute instability, poor affect regulation, unsafe environment, suicidal or homicidal ideation, substance misuse, dissociation, current life crises, poor grounding skills, and low capacity to tolerate trauma reminders. Open Arms guidance explicitly states that when trauma memories feel overwhelming, clinicians may need to establish trust and work on stabilising emotions, addressing current crises, suicidal/homicidal ideation, and substance abuse issues before trauma-focused work. (openarms.gov.au)",
+ "patientPopulation": "Patients with PTSD or complex trauma features who have current instability, marked dissociation, poor emotion regulation, active substance use, unsafe housing or relationships, high shame, or difficulty trusting clinicians, but who may later benefit from trauma-focused work.",
+ "setting": "Emergency/acute, Inpatient, Outpatient/community, Family/carer",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Trauma",
+ "Psychosis",
+ "Personality/interpersonal",
+ "Sleep",
+ "Substance use",
+ "Neurodevelopmental",
+ "Eating/body image",
+ "Crisis/risk",
+ "Emotional regulation",
+ "Distress tolerance",
+ "CBT",
+ "Single session"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "stair-skills-training-in-affective-and-interpersonal-regulation",
+ "name": "STAIR (Skills Training in Affective and Interpersonal Regulation)",
+ "category": "Trauma Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Skills Training in Affective and Interpersonal Regulation, STAIR. A structured skills-based trauma therapy for people with complex trauma-related affect regulation and interpersonal difficulties. It is often used as a phase-based or preparatory intervention before trauma processing, or as an adjunctive treatment for complex PTSD-type presentations.",
+ "bestUsedFor": "Best for complex trauma / complex PTSD-type presentations where the dominant problems are emotion regulation and interpersonal functioning. It is especially useful when the person is not ready for direct trauma processing or when these difficulties are blocking engagement with PE, CPT, EMDR, or other trauma-focused work. Evidence supports symptom improvement, but direct comparisons with immediate trauma-focused therapies are mixed, so it should not be automatically placed above first-line PTSD treatments.",
+ "indications": "Best for complex trauma / complex PTSD-type presentations where the dominant problems are emotion regulation and interpersonal functioning. It is especially useful when the person is not ready for direct trauma processing or when these difficulties are blocking engagement with PE, CPT, EMDR, or other trauma-focused work. Evidence supports symptom improvement, but direct comparisons with immediate trauma-focused therapies are mixed, so it should not be automatically placed above first-line PTSD treatments. Affect dysregulation, emotional avoidance, poor emotion identification, distress intolerance, interpersonal mistrust, boundary problems, shame, negative self-concept, relationship instability, and trauma-linked disturbances in self-organisation. Improve affect regulation and interpersonal functioning, reduce complex-trauma-related dyscontrol, strengthen treatment readiness, and help the patient safely engage with trauma processing or broader recovery work.",
+ "contraindicationsOrCautions": "Assess PTSD/CPTSD symptoms, dissociation, suicide/self-harm risk, current danger, family/domestic violence, substance use, psychosis, mania, cognitive capacity, interpersonal functioning, attachment triggers, readiness for trauma processing, and whether skills work is being used clinically rather than as indefinite avoidance of trauma treatment. STAIR is not the same as PE, CPT, EMDR, CT-PTSD, or TF-CBT, and should not be presented as the default first-line PTSD treatment when standard trauma-focused therapy is feasible and appropriate. It is also insufficient alone when PTSD remains dominated by unprocessed trauma memories and avoidance that require trauma-focused treatment.",
+ "targetSymptoms": "Affect dysregulation, emotional avoidance, poor emotion identification, distress intolerance, interpersonal mistrust, boundary problems, shame, negative self-concept, relationship instability, and trauma-linked disturbances in self-organisation.",
+ "patientPopulation": "Patients with chronic interpersonal trauma histories, emotional flooding, dissociation-prone states, relational instability, shame, mistrust, or poor capacity to use standard trauma-focused work safely. Good fit when the immediate therapeutic task is building capacity rather than processing trauma memories immediately.",
+ "setting": "Emergency/acute, Inpatient, Group, Family/carer",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Trauma",
+ "Psychosis",
+ "Personality/interpersonal",
+ "Substance use",
+ "Neurodevelopmental",
+ "Crisis/risk",
+ "Emotional regulation",
+ "Distress tolerance",
+ "CBT",
+ "Group programme"
+ ],
+ "aliases": [
+ "Skills Training in Affective and Interpersonal Regulation"
+ ]
+ },
+ {
+ "slug": "strengths-based-case-management",
+ "name": "Strengths-based case management",
+ "category": "Community & Casework Support",
+ "modality": "ACT",
+ "clinicalSummary": "Strengths-based case management. A structured case-management model that uses a strengths framework to identify personal assets, goals, resources, and community opportunities, then mobilises these to support recovery. It is more specific than generic strengths-based practice because it is tied to the case-management function. In the literature, the best-known form is the Strengths Model of Case Management for people with severe mental illness. (PubMed)",
+ "bestUsedFor": "Best in severe mental illness, especially where long-term community follow-up, rehabilitation, and recovery planning are needed. The evidence base is mixed but supportive enough to justify cautious use: a 2014 meta-analysis found promising effects of strengths-based service models, and an RCT found reduced inpatient days, fewer unmet needs, and better service satisfaction compared with standard care, although clinical and social outcomes were not clearly superior. (PubMed)",
+ "indications": "Best in severe mental illness, especially where long-term community follow-up, rehabilitation, and recovery planning are needed. The evidence base is mixed but supportive enough to justify cautious use: a 2014 meta-analysis found promising effects of strengths-based service models, and an RCT found reduced inpatient days, fewer unmet needs, and better service satisfaction compared with standard care, although clinical and social outcomes were not clearly superior. (PubMed) Repeated hospital use, unmet needs, service dependence, low satisfaction with care, reduced community functioning, and poor progress toward employment, education, independent living, or other recovery goals in people with severe mental illness. (PubMed) Reduce hospital dependence, improve satisfaction and engagement, support functional recovery, and help people move toward independent living, employment, education, and other personally meaningful outcomes. (PubMed)",
+ "contraindicationsOrCautions": "Check acuity, current risk, housing and social instability, cognitive limitations, substance use, service engagement, and whether the patient needs assertive symptom treatment or crisis management before a strengths-based recovery plan can be meaningfully pursued. Also check whether the service can deliver case management with adequate fidelity, because outcome data suggest fidelity matters. (PubMed) Poor fit if it is used as a substitute for needed acute treatment, if staffing is too thin to provide real follow-through, or if the service uses strengths language without changing practice. Evidence is encouraging but not uniformly strong across all clinical and social outcomes, so it should not be oversold as a proven superior replacement for every other case-management model. (PubMed)",
+ "targetSymptoms": "Repeated hospital use, unmet needs, service dependence, low satisfaction with care, reduced community functioning, and poor progress toward employment, education, independent living, or other recovery goals in people with severe mental illness. (PubMed)",
+ "patientPopulation": "Patients with severe and enduring mental illness, functional impairment, recurrent admissions, or complex rehabilitation needs who need an ongoing coordinating clinician or team to help convert goals into real-world supports and opportunities. (PubMed)",
+ "setting": "Emergency/acute, Inpatient, Outpatient/community, Family/carer",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Substance use",
+ "Crisis/risk",
+ "ACT",
+ "Single session"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "strengths-based-practice",
+ "name": "Strengths-based practice",
+ "category": "Community & Casework Support",
+ "modality": "ACT",
+ "clinicalSummary": "Strengths-based practice. A recovery-oriented clinical and psychosocial approach that deliberately identifies and builds on a person’s existing abilities, interests, aspirations, supports, and past successes rather than organising care only around deficits, symptoms, or risks. In psychiatry it is best understood as a practice framework that can shape assessment, care planning, rehabilitation, and engagement, rather than as a single manualised psychotherapy. NICE rehabilitation guidance explicitly recommends that staff build on people’s strengths and encourage hope and optimism as part of recovery-oriented rehabilitation. (NICE)",
+ "bestUsedFor": "Best as a cross-cutting recovery-oriented approach in rehabilitation, community psychiatry, long-term care, and complex severe mental illness, especially when functional recovery, self-management, and meaningful life goals are central. NICE’s rehabilitation guideline gives this the clearest formal support in complex psychosis services. (NICE)",
+ "indications": "Best as a cross-cutting recovery-oriented approach in rehabilitation, community psychiatry, long-term care, and complex severe mental illness, especially when functional recovery, self-management, and meaningful life goals are central. NICE’s rehabilitation guideline gives this the clearest formal support in complex psychosis services. (NICE) Demoralisation, helplessness, low agency, service dependence, over-identification with illness, and rehabilitation stagnation. It also targets a service culture that focuses only on deficits and risk at the expense of hope, goals, and functional progress. (RANZCP) Increase agency, confidence, self-esteem, independence, community participation, and progress toward a meaningful life, while integrating illness management and psychiatric treatment rather than replacing them. (NICE)",
+ "contraindicationsOrCautions": "Check current risk, symptom acuity, decision-making capacity, cognitive limitations, and whether the person is stable enough for collaborative recovery planning. Also check that “strengths-based” work is not being used to minimise active psychosis, suicidality, safeguarding issues, or medical instability. That last caution is a clinical inference from the recovery-oriented framework, not a stand-alone guideline statement. (RANZCP) Poor fit when used as a slogan without structure, or when it is misused to avoid diagnosis-specific treatment, medication optimisation, risk management, or assertive intervention in severe illness. It is a care philosophy and practice orientation, not a substitute for ERP, trauma-focused therapy, acute mania treatment, or psychosis management. (RANZCP)",
+ "targetSymptoms": "Demoralisation, helplessness, low agency, service dependence, over-identification with illness, and rehabilitation stagnation. It also targets a service culture that focuses only on deficits and risk at the expense of hope, goals, and functional progress. (RANZCP)",
+ "patientPopulation": "Patients with severe or persistent mental illness, functional impairment, repeated admissions, or long-term service contact who need engagement, rehabilitation, and personally meaningful goal-setting. It is especially useful when progress depends on restoring hope, confidence, and practical independence. (NICE)",
+ "setting": "Emergency/acute, Inpatient, Outpatient/community, Family/carer",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Trauma",
+ "Psychosis",
+ "Crisis/risk",
+ "ACT",
+ "Multi-session"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "structured-clinical-management",
+ "name": "Structured clinical management",
+ "category": "Personality Disorder Therapies",
+ "modality": "DBT",
+ "clinicalSummary": "Structured clinical management, SCM. A manualised, structured, generalist treatment model for borderline personality disorder/personality disorder, developed as a high-quality “best generic care” comparator to specialist therapies such as MBT. It combines supportive counselling, case management, advocacy support, problem-oriented psychotherapy, psychiatric review, crisis planning, and team consistency.",
+ "bestUsedFor": "Best for BPD/personality disorder in public-sector or general mental health settings where a structured, consistent, manualised clinical model is needed and specialist therapies may not be available. SCM has been used as a comparator in trials against MBT, with one trial describing it as protocol-driven best current clinical practice delivered by non-specialist practitioners in a publicly funded service. (SpringerLink)",
+ "indications": "Best for BPD/personality disorder in public-sector or general mental health settings where a structured, consistent, manualised clinical model is needed and specialist therapies may not be available. SCM has been used as a comparator in trials against MBT, with one trial describing it as protocol-driven best current clinical practice delivered by non-specialist practitioners in a publicly funded service. (SpringerLink) Self-harm, crisis presentations, interpersonal instability, poor engagement, problem-solving failure, functional impairment, affective distress, chaotic service use, and treatment fragmentation. Stabilise care, reduce self-harm and crisis use, improve functioning, improve problem-solving, strengthen engagement, and provide a credible structured pathway when specialist therapy is unavailable or not indicated.",
+ "contraindicationsOrCautions": "Check self-harm/suicide risk, violence risk, substance use, trauma, psychosis/mania, eating-disorder risk, safeguarding, care fragmentation, family/carer role, team capacity, treatment frame, and whether the patient requires a specialist model rather than generic structured care. Insufficient alone when the patient needs full DBT, MBT, schema therapy, TFP, inpatient containment, eating-disorder admission, substance withdrawal management, or acute psychosis/mania treatment. It can also fail if “structured” becomes only administrative structure without a therapeutic formulation and active problem-solving.",
+ "targetSymptoms": "Self-harm, crisis presentations, interpersonal instability, poor engagement, problem-solving failure, functional impairment, affective distress, chaotic service use, and treatment fragmentation.",
+ "patientPopulation": "Patients needing reliable structure, problem-solving, crisis planning, practical support, and consistent care coordination. Good fit for services that need a deliverable alternative to specialist therapy while still avoiding vague, unstructured, crisis-reactive management.",
+ "setting": "Emergency/acute, Inpatient, Outpatient/community, Group, Family/carer",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Trauma",
+ "Psychosis",
+ "Personality/interpersonal",
+ "Substance use",
+ "Neurodevelopmental",
+ "Eating/body image",
+ "Crisis/risk",
+ "Emotional regulation",
+ "DBT",
+ "Group programme"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "support-groups",
+ "name": "Support groups",
+ "category": "Group IPT",
+ "modality": "ACT",
+ "clinicalSummary": "Support groups. A group format centred on mutual support, shared experience, normalisation, and encouragement around a common problem. These may be clinician-led or peer-led. They are not the same as formal group psychotherapy, and they are usually less interpretive and less technically intensive than process groups. NICE uses related terms such as carer-focused education and support programmes in psychosis care. (NICE)",
+ "bestUsedFor": "Best as an adjunctive intervention for people or carers who benefit from shared experience, practical coping ideas, and community connection. Particularly useful in long-term conditions, recovery settings, bereavement, chronic illness adjustment, psychosis carer support, and service pathways where belonging and sustained peer contact matter. Evidence for peer group support shows potential benefit, but effects vary and models are heterogeneous. (NICE)",
+ "indications": "Best as an adjunctive intervention for people or carers who benefit from shared experience, practical coping ideas, and community connection. Particularly useful in long-term conditions, recovery settings, bereavement, chronic illness adjustment, psychosis carer support, and service pathways where belonging and sustained peer contact matter. Evidence for peer group support shows potential benefit, but effects vary and models are heterogeneous. (NICE) Isolation, shame, helplessness, demoralisation, poor illness adjustment, reduced confidence, and low social connectedness. In carer groups it also targets burden, distress, and uncertainty about how to respond to illness. (NICE) Increase support and connectedness, reduce distress linked to isolation, improve coping and morale, and sustain engagement with recovery or caregiving over time. (NICE)",
+ "contraindicationsOrCautions": "Check group purpose, leadership model, safety, confidentiality limits, behavioural expectations, and whether the patient actually needs formal psychotherapy, crisis management, or medication review instead. Also assess whether hearing other members’ distress may destabilise the person. (NICE) Usually insufficient alone for active severe syndromes needing disorder-specific therapy, high suicide risk, acute psychosis, acute mania, severe OCD, major trauma processing, or unstable personality pathology. Support groups can help alongside treatment, but they rarely replace the primary therapy when a specific evidence-based intervention is indicated. (RANZCP)",
+ "targetSymptoms": "Isolation, shame, helplessness, demoralisation, poor illness adjustment, reduced confidence, and low social connectedness. In carer groups it also targets burden, distress, and uncertainty about how to respond to illness. (NICE)",
+ "patientPopulation": "Patients or carers who are willing to join a shared forum, can tolerate hearing others’ stories, and are mainly seeking connection, validation, and practical coping rather than intensive psychotherapy. Good fit when loneliness, stigma, or burden are prominent. (NICE)",
+ "setting": "Emergency/acute, Outpatient/community, Group, Family/carer",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Trauma",
+ "Psychosis",
+ "Personality/interpersonal",
+ "Neurodevelopmental",
+ "Crisis/risk",
+ "Grief/loss",
+ "ACT",
+ "Group programme"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "supported-digital-cbt",
+ "name": "Supported digital CBT",
+ "category": "Self-Help & Digital Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Supported digital CBT. Structured CBT delivered through a digital platform or programme, with human support from a clinician, coach, or trained practitioner to improve uptake, adherence, and safety. It is broader than internet-delivered CBT because the defining feature is the support layer, not just the online format. NICE defines guided self-help digital CBT as digital CBT with regular support and guidance from a healthcare professional. (NICE)",
+ "bestUsedFor": "Best as an initial or stepped-care treatment for mild to moderate common mental health problems, especially when access barriers, waiting lists, geography, mobility, or preference for remote care matter. NICE recommends certain guided self-help digital CBT technologies as an initial option for children and young people with mild to moderate anxiety or low mood while evidence continues to be generated, and the Australian Government describes MindSpot as a therapist-guided online clinic for adults. (NICE)",
+ "indications": "Best as an initial or stepped-care treatment for mild to moderate common mental health problems, especially when access barriers, waiting lists, geography, mobility, or preference for remote care matter. NICE recommends certain guided self-help digital CBT technologies as an initial option for children and young people with mild to moderate anxiety or low mood while evidence continues to be generated, and the Australian Government describes MindSpot as a therapist-guided online clinic for adults. (NICE) Mild to moderate anxiety or low mood, avoidance, unhelpful thinking, behavioural withdrawal, and poor self-management in patients who can use digital materials but benefit from review and accountability. In Australian public models, it commonly targets anxiety, stress, depression, and sometimes chronic pain-related distress. (Dept of Health, Disability & Ageing) Improve access to evidence-based CBT, reduce symptoms, strengthen self-management, and either achieve improvement at low intensity or identify the need for step-up care early. (Dept of Health, Disability & Ageing)",
+ "contraindicationsOrCautions": "Check diagnosis, severity, suicide and self-harm risk, digital access, privacy, cognitive capacity, reading level, adherence likelihood, and whether the case is too complex for low-intensity digital work. NICE’s evidence-generation material specifically flags additional monitoring for suicide and self-harm among users of guided self-help digital CBT technologies. (NICE) Poor fit for high suicide risk, severe depression, mania, unstable psychosis, severe dissociation, severe personality crisis, marked cognitive impairment, or cases needing high-intensity individual therapy from the outset. NICE’s current positive recommendation is also conditional and evidence-generating in youth rather than a blanket endorsement for all digital CBT models. (NICE)",
+ "targetSymptoms": "Mild to moderate anxiety or low mood, avoidance, unhelpful thinking, behavioural withdrawal, and poor self-management in patients who can use digital materials but benefit from review and accountability. In Australian public models, it commonly targets anxiety, stress, depression, and sometimes chronic pain-related distress. (Dept of Health, Disability & Ageing)",
+ "patientPopulation": "Patients with enough motivation, digital access, privacy, literacy, and executive capacity to complete modules between check-ins, but who benefit from encouragement, troubleshooting, and ris\u006b-aware follow-up. Good fit for rural and remote patients, waitlist periods, and people preferring lower-intensity entry care. (Dept of Health, Disability & Ageing)",
+ "setting": "Emergency/acute, Telehealth/digital",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Anxiety",
+ "Trauma",
+ "Psychosis",
+ "Personality/interpersonal",
+ "Pain/somatic",
+ "Crisis/risk",
+ "Behavioural activation",
+ "CBT",
+ "Multi-session"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "supported-digital-trauma-focused-cbt",
+ "name": "Supported digital trauma-focused CBT",
+ "category": "Trauma Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Supported digital trauma-focused CBT. Digitally delivered trauma-focused CBT with clinician, therapist, or trained-practitioner support. It is not generic online CBT for distress. It should include trauma-focused active ingredients and monitoring, with support to maintain safety and engagement.",
+ "bestUsedFor": "Best as a selective access-expanding option for PTSD when the person is stable enough for trauma-focused work but barriers make face-to-face trauma therapy difficult or delayed. Evidence supports potential benefit, especially compared with inactive controls, but it is not as established as face-to-face PE, CPT, EMDR, or standard TF-CBT. (PubMed)",
+ "indications": "Best as a selective access-expanding option for PTSD when the person is stable enough for trauma-focused work but barriers make face-to-face trauma therapy difficult or delayed. Evidence supports potential benefit, especially compared with inactive controls, but it is not as established as face-to-face PE, CPT, EMDR, or standard TF-CBT. (PubMed) PTSD symptoms, trauma-related avoidance, re-experiencing, maladaptive trauma meanings, hyperarousal, functional restriction, and avoidance of trauma reminders. Internet-delivered CBT reviews have found reductions in PTSD symptom severity compared with waitlist or usual care, though evidence is heterogeneous. (PubMed) Reduce PTSD symptoms, improve trauma-related functioning, increase access to evidence-based trauma care, and either complete an adequate trauma-focused digital intervention or identify the need for face-to-face step-up early.",
+ "contraindicationsOrCautions": "Confirm PTSD formulation, current safety, suicide/self-harm risk, dissociation, substance use, ongoing trauma exposure, domestic/family violence, psychosis, mania, cognitive capacity, privacy, digital literacy, and emergency backup pathways. Also check that digital treatment will not leave the patient isolated with destabilising trauma material. Poor fit for high suicide risk, ongoing danger, severe dissociation, unstable substance use, acute psychosis/mania, inability to secure privacy, or patients unable to self-regulate during digital trauma work. Acceptability evidence is promising but shows dropout concerns, including higher dropout versus waitlist in one systematic review. (PMC)",
+ "targetSymptoms": "PTSD symptoms, trauma-related avoidance, re-experiencing, maladaptive trauma meanings, hyperarousal, functional restriction, and avoidance of trauma reminders. Internet-delivered CBT reviews have found reductions in PTSD symptom severity compared with waitlist or usual care, though evidence is heterogeneous. (PubMed)",
+ "patientPopulation": "Patients with PTSD who can engage digitally, have adequate privacy, can complete modules and homework, and can use support contact constructively. Best suited when risk is manageable and the main barrier is access, geography, wait time, mobility, stigma, or preference for remote care.",
+ "setting": "Emergency/acute, Telehealth/digital, Family/carer",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Trauma",
+ "Psychosis",
+ "Personality/interpersonal",
+ "Substance use",
+ "Crisis/risk",
+ "Distress tolerance",
+ "CBT",
+ "Multi-session"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "supported-digital-trauma-focused-cbt-self-help-and-digital-therapies",
+ "name": "Supported digital trauma-focused CBT (Self-Help & Digital Therapies)",
+ "category": "Self-Help & Digital Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Supported digital trauma-focused CBT. Digitally delivered trauma-focused CBT with clinician or therapist guidance, usually including structured trauma psychoeducation, coping skills, cognitive work, and often trauma-processing or exposure components. This is a digital adaptation of trauma-focused CBT, not just general digital CBT for distressed trauma survivors. The evidence base is promising but more limited than for face-to-face first-line trauma therapies. (PubMed)",
+ "bestUsedFor": "Best as a selective option for PTSD or clinically significant post-traumatic stress symptoms when the patient is appropriate for trauma-focused work but remote or digital delivery is preferable or necessary. The strongest evidence currently supports some post-treatment benefit from internet-delivered CBT for PTSD, with better effects seen in trauma-focused versions than non-trauma-focused versions, and with increased effect when guidance is provided. (PubMed)",
+ "indications": "Best as a selective option for PTSD or clinically significant post-traumatic stress symptoms when the patient is appropriate for trauma-focused work but remote or digital delivery is preferable or necessary. The strongest evidence currently supports some post-treatment benefit from internet-delivered CBT for PTSD, with better effects seen in trauma-focused versions than non-trauma-focused versions, and with increased effect when guidance is provided. (PubMed) PTSD symptoms, trauma-related avoidance, maladaptive trauma appraisals, hyperarousal, intrusive symptoms, and trauma-linked functional restriction. In trauma-focused versions, it should target PTSD mechanisms rather than only general anxiety or mood symptoms. (PubMed) Reduce PTSD symptoms, improve trauma-related functioning, weaken avoidance and maladaptive trauma meaning, and increase access to trauma-focused care where standard face-to-face therapy is delayed or inaccessible. (PubMed)",
+ "contraindicationsOrCautions": "Confirm PTSD or trauma-spectrum formulation, current safety, suicide and self-harm risk, dissociation, substance use, domestic violence or ongoing trauma exposure, privacy at home, digital access, and capacity to tolerate trauma-focused work. Also check whether the patient actually needs staged stabilisation, in-person therapy, or a different treatment priority first. (PubMed) Poor fit for ongoing trauma exposure without safety planning, severe dissociation, major behavioural instability, very high suicide risk, unstable psychosis or mania, or cases where the patient cannot complete trauma work privately and safely. Evidence is also less mature than for face-to-face trauma-focused CBT or EMDR, and long-term maintenance data remain limited. (PubMed)",
+ "targetSymptoms": "PTSD symptoms, trauma-related avoidance, maladaptive trauma appraisals, hyperarousal, intrusive symptoms, and trauma-linked functional restriction. In trauma-focused versions, it should target PTSD mechanisms rather than only general anxiety or mood symptoms. (PubMed)",
+ "patientPopulation": "Patients with PTSD who are stable enough for trauma-focused treatment, can engage digitally, have enough privacy and emotional regulation to do between-session trauma work, and are likely to use support contact constructively. Better fit when in-person trauma therapy is unavailable, delayed, or impractical, but the patient can still engage in structured trauma work. (PubMed)",
+ "setting": "Emergency/acute, Telehealth/digital",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Anxiety",
+ "Trauma",
+ "Psychosis",
+ "Personality/interpersonal",
+ "Substance use",
+ "Crisis/risk",
+ "CBT",
+ "Multi-session"
+ ],
+ "aliases": [
+ "Supported digital trauma-focused CBT"
+ ]
+ },
+ {
+ "slug": "supported-education",
+ "name": "Supported education",
+ "category": "Psychosis & Rehabilitation Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Supported education, SEd. A psychiatric rehabilitation intervention that helps people with mental illness choose, access, remain in, and succeed in education or training. It is the education-focused counterpart to supported employment.",
+ "bestUsedFor": "Best for early psychosis, complex psychosis rehabilitation, youth/young adult mental health, and severe mental illness where education is a meaningful recovery goal. NICE rehabilitation guidance recommends offering educational and skill-development opportunities, including recovery colleges and mainstream adult education settings, for people with complex psychosis.",
+ "indications": "Best for early psychosis, complex psychosis rehabilitation, youth/young adult mental health, and severe mental illness where education is a meaningful recovery goal. NICE rehabilitation guidance recommends offering educational and skill-development opportunities, including recovery colleges and mainstream adult education settings, for people with complex psychosis. Interrupted schooling, failed study attempts, low confidence in the student role, cognitive/executive barriers, stigma, anxiety about return to study, functional disability, loss of role identity, and educational disengagement after psychosis or severe mental illness. Restore educational participation, improve role identity, increase independence, build confidence and qualifications, and support long-term social and vocational recovery.",
+ "contraindicationsOrCautions": "Clarify the person’s educational goal, current mental state, relapse risk, cognition, negative symptoms, anxiety, trauma, ADHD/autism, substance use, housing, finances/benefits, transport, digital access, disclosure preferences, academic accommodations, and whether the educational environment is realistic and safe. Poor fit if acute psychosis, mania, intoxication, severe depression, homelessness, or high risk makes study unrealistic right now. It is also weak if it becomes vague encouragement without practical liaison, accommodations, study-skills support, and relapse planning.",
+ "targetSymptoms": "Interrupted schooling, failed study attempts, low confidence in the student role, cognitive/executive barriers, stigma, anxiety about return to study, functional disability, loss of role identity, and educational disengagement after psychosis or severe mental illness.",
+ "patientPopulation": "People whose symptoms are sufficiently stable for rehabilitation and who want to return to school, TAFE, university, adult education, recovery college, vocational training, or skill development. Especially useful when illness onset disrupted study or when educational re-entry could restore identity, routine, and social inclusion.",
+ "setting": "Emergency/acute, Outpatient/community, Telehealth/digital, Family/carer",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Anxiety",
+ "Trauma",
+ "Psychosis",
+ "Substance use",
+ "Neurodevelopmental",
+ "Crisis/risk",
+ "Grief/loss",
+ "CBT",
+ "Micro skill"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "supported-employment-individual-placement-and-support-ips",
+ "name": "Supported Employment / Individual Placement and Support (IPS)",
+ "category": "Psychosis & Rehabilitation Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Supported Employment using the Individual Placement and Support (IPS) model. A specific, evidence-based vocational rehabilitation approach for people with severe mental illness that aims for rapid placement into competitive employment with ongoing individualised support.",
+ "bestUsedFor": "Best supported for psychosis / schizophrenia and complex psychosis rehabilitation when the person wants mainstream employment. NICE says that for people who want to work towards mainstream employment, clinicians should consider referral to supported employment using the IPS approach.",
+ "indications": "Best supported for psychosis / schizophrenia and complex psychosis rehabilitation when the person wants mainstream employment. NICE says that for people who want to work towards mainstream employment, clinicians should consider referral to supported employment using the IPS approach. Unemployment, social exclusion, reduced role identity, low confidence, and functional stagnation related to severe mental illness, especially where the person wants mainstream work. Achieve and sustain mainstream competitive employment, improve role recovery and social inclusion, and support long-term functional recovery rather than only symptom reduction.",
+ "contraindicationsOrCautions": "Confirm that the person actually wants work, that acute instability is not the immediate barrier, and that there is enough clinical support to coordinate employment goals with mental health care. Also review benefits, housing, transport, cognition, substance use, and current symptom burden because these affect implementation even when they are not absolute exclusions. NICE specifically advises taking into account and advising people about the impact of supported employment on welfare benefits. IPS is not the best immediate intervention when the person is too acutely unwell to engage in work goals, and it is not a substitute for CBTp, medication optimisation, housing support, or broader rehabilitation when those are the main unmet needs. It is also a poor fit when the person does not currently want competitive employment.",
+ "targetSymptoms": "Unemployment, social exclusion, reduced role identity, low confidence, and functional stagnation related to severe mental illness, especially where the person wants mainstream work.",
+ "patientPopulation": "People with severe mental illness who want ordinary paid work and are willing to pursue it, including those who have had prolonged illness or disability. Meta-analytic evidence suggests IPS benefits a broad range of service users and improves competitive employment outcomes compared with usual vocational approaches.",
+ "setting": "Emergency/acute",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Psychosis",
+ "Substance use",
+ "Eating/body image",
+ "Emotional regulation",
+ "CBT",
+ "Multi-session"
+ ],
+ "aliases": [
+ "IPS"
+ ]
+ },
+ {
+ "slug": "supportive-psychotherapy",
+ "name": "Supportive Psychotherapy",
+ "category": "Foundational & Engagement Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Supportive psychotherapy. A foundational psychiatric psychotherapy focused on alliance, validation, containment, clarification, adaptive coping, and psychological support.",
+ "bestUsedFor": "High-yield in ED, inpatient psychiatry, consultation-liaison psychiatry, older-adult psychiatry, severe comorbidity, adjustment reactions, and bridging phases before or between more specific therapies. Also useful when a patient is too unwell, overwhelmed, ambivalent, or cognitively overloaded for a manualised therapy.",
+ "indications": "High-yield in ED, inpatient psychiatry, consultation-liaison psychiatry, older-adult psychiatry, severe comorbidity, adjustment reactions, and bridging phases before or between more specific therapies. Also useful when a patient is too unwell, overwhelmed, ambivalent, or cognitively overloaded for a manualised therapy. Acute distress, demoralisation, affect overload, low coping capacity, weakened self-organisation, poor engagement, treatment ambivalence, and psychological strain in the setting of mixed, evolving, or complex psychopathology. Stabilisation, preserved alliance, improved coping, better function and adherence, reduced demoralisation, and readiness for ongoing or more specific treatment when needed.",
+ "contraindicationsOrCautions": "Clarify whether supportive psychotherapy is the right current step or merely the easiest one. Check for disorders where a more specific active therapy should not be delayed once feasible, especially OCD, PTSD, psychosis, eating disorders, and recurrent self-harm BPD. Assess risk, stability, cognition, dependence needs, and treatment readiness. Often insufficient alone when a clearly indicated disorder-specific treatment exists, such as ERP for OCD, trauma-focused therapy for PTSD, CBTp plus family intervention for psychosis, FT-AN for adolescent anorexia nervosa, or structured longer-course therapy for severe BPD.",
+ "targetSymptoms": "Acute distress, demoralisation, affect overload, low coping capacity, weakened self-organisation, poor engagement, treatment ambivalence, and psychological strain in the setting of mixed, evolving, or complex psychopathology.",
+ "patientPopulation": "Patients needing containment, consistency, engagement, and coping support more than a narrow technique-based therapy right now. Especially useful in medically ill patients, diagnostically mixed presentations, frail patients, high-stress situational collapse, and complex public psychiatry contexts.",
+ "setting": "Emergency/acute, Inpatient, Outpatient/community, Family/carer",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Trauma",
+ "Psychosis",
+ "Personality/interpersonal",
+ "Neurodevelopmental",
+ "Eating/body image",
+ "Crisis/risk",
+ "Emotional regulation",
+ "CBT",
+ "Single session"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "supportive-expressive-psychodynamic-counselling-approaches-for-depression",
+ "name": "Supportive-Expressive / Psychodynamic Counselling Approaches for Depression",
+ "category": "Standard Talking Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Supportive-expressive / psychodynamic counselling approaches for depression. Best understood as brief psychodynamic depression treatments that combine supportive techniques with expressive, relationship-focused work. This is not the same thing as NICE’s separate “counselling for depression” model, although they can overlap clinically.",
+ "bestUsedFor": "Most defensible for adult depression when recurrent relationship themes and difficult affects are central. It has supportive evidence, but it is less guideline-central than the named NICE depression treatments such as BA, CBT, IPT, counselling for depression, and STPP.",
+ "indications": "Most defensible for adult depression when recurrent relationship themes and difficult affects are central. It has supportive evidence, but it is less guideline-central than the named NICE depression treatments such as BA, CBT, IPT, counselling for depression, and STPP. Depressive symptoms tied to repetitive relationship difficulties, affect avoidance, self-criticism, and chronic interpersonal distress. It is more relational-emotional than BA and more pattern-focused than generic supportive counselling. Reduce depressive symptoms by improving understanding of relationship-linked affective patterns, reducing maladaptive repetition, and increasing emotional flexibility and self-understanding.",
+ "contraindicationsOrCautions": "Clarify severity, suicidality, psychosis, bipolarity, substance use, cognitive capacity, and whether the patient can use a reflective, affect-focused model. Also check whether a more mechanism-specific therapy is clearly better matched, such as ERP, trauma-focused therapy, CBTp, or BA. This is a clinical synthesis consistent with NICE matched-care thinking. It is not a substitute for urgent management of severe suicidality, psychotic depression, mania, or marked disorganisation. It is also weaker when the depression is better explained by another dominant mechanism or when the patient cannot use an affect-focused model. The direct depression trial base is supportive but still smaller than for some more guideline-prominent therapies.",
+ "targetSymptoms": "Depressive symptoms tied to repetitive relationship difficulties, affect avoidance, self-criticism, and chronic interpersonal distress. It is more relational-emotional than BA and more pattern-focused than generic supportive counselling.",
+ "patientPopulation": "Best fit is a patient whose depression seems to replay through close relationships and affective patterns, and who can engage with a focused relational-emotional therapy. It is often a better fit than BA when the person is not mainly stuck in behavioural withdrawal, and a better fit than IPT when the work needs to go more deeply into repeated emotional-relational themes rather than one main interpersonal problem area. This is a clinical synthesis from the evidence base.",
+ "setting": "Emergency/acute, Outpatient/community",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Trauma",
+ "Psychosis",
+ "Personality/interpersonal",
+ "Substance use",
+ "Pain/somatic",
+ "Crisis/risk",
+ "Emotional regulation",
+ "CBT",
+ "Single session"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "systemic-family-therapy",
+ "name": "Systemic Family Therapy",
+ "category": "Family & Couple Therapies",
+ "modality": "ACT",
+ "clinicalSummary": "Systemic Family Therapy (SFT). A family-therapy model that explicitly focuses on the system of relationships, meanings, roles, interaction patterns, and feedback loops around the identified problem, rather than locating the problem only inside one person.",
+ "bestUsedFor": "Best used when a systemic formulation is clinically more useful than an individual-only one. NICE explicitly names systemic family therapy in children and young people with depression, including as an option after non-response to earlier treatment. It is also relevant more broadly across CAMHS and family-based psychiatric work where systemic maintaining factors are prominent.",
+ "indications": "Best used when a systemic formulation is clinically more useful than an individual-only one. NICE explicitly names systemic family therapy in children and young people with depression, including as an option after non-response to earlier treatment. It is also relevant more broadly across CAMHS and family-based psychiatric work where systemic maintaining factors are prominent. Relationship loops, role patterns, conflict cycles, systemic maintaining factors, problematic communication, attachment- and context-linked interaction patterns, and symptoms that are embedded in the wider family system. Change the relational system sufficiently that symptoms, crises, or impairing patterns are no longer reinforced by the family context, and improve family flexibility, communication, and problem solving.",
+ "contraindicationsOrCautions": "Clarify whether the case truly needs a systemic model rather than a narrower psychoeducational, behavioural, or diagnosis-specific family intervention. Check for violence, coercive control, safeguarding concerns, active abuse, and severe instability that would make conjoint systemic work unsafe or inappropriate. It is not the first-line family treatment for every psychiatric disorder. In some diagnoses, a specific structured family model such as FT-AN, FT-BN, or psychosis family intervention is more evidence-based and more directly useful. It is also weak if the case is forced into a systemic model when the main mechanism is not relationally systemic.",
+ "targetSymptoms": "Relationship loops, role patterns, conflict cycles, systemic maintaining factors, problematic communication, attachment- and context-linked interaction patterns, and symptoms that are embedded in the wider family system.",
+ "patientPopulation": "Families in which the presenting problem is clearly relationally embedded, especially where repeated interaction cycles, role patterns, or family meanings are keeping the problem going. It is often particularly useful in child and adolescent work.",
+ "setting": "Emergency/acute, Family/carer",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Psychosis",
+ "Eating/body image",
+ "ACT",
+ "Single session"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "tas\u006b-centred-practice",
+ "name": "Tas\u006b-centred practice",
+ "category": "Community & Casework Support",
+ "modality": "ACT",
+ "clinicalSummary": "Tas\u006b-centred practice. A brief, structured, problem-focused social-work intervention that breaks a defined problem into small agreed tasks to be completed between contacts. In psychiatric use, it is best understood as a pragmatic psychosocial intervention rather than a major manualised specialist psychotherapy.",
+ "bestUsedFor": "Best for circumscribed, practical, time-limited problems where rapid action is more useful than deeper exploratory work, such as housing, benefits, service engagement, daily-structure problems, adherence barriers, or role-function disruption. It fits best in community mental health, rehabilitation, discharge planning, and psychosocial casework.",
+ "indications": "Best for circumscribed, practical, time-limited problems where rapid action is more useful than deeper exploratory work, such as housing, benefits, service engagement, daily-structure problems, adherence barriers, or role-function disruption. It fits best in community mental health, rehabilitation, discharge planning, and psychosocial casework. Feeling stuck, practical barriers, low agency, avoidance around concrete tasks, service disengagement, and psychosocial problems that are maintaining distress or impairing recovery. Reduce practical barriers, build momentum, improve problem-solving confidence, and help the person move from passive distress to active recovery steps.",
+ "contraindicationsOrCautions": "Check whether the problem is actually tas\u006b-addressable rather than primarily driven by acute psychosis, mania, severe depression, severe OCD, high suicide risk, or trauma-related instability. Also check cognition, substance use, motivation, and the ability to complete between-session tasks. Poor fit when the main maintaining mechanism is not a practical problem but a syndrome needing a more specific active treatment, such as ERP, trauma-focused therapy, acute mania treatment, or psychosis-focused care. It is also weak when goals are too vague or when environmental barriers are overwhelming.",
+ "targetSymptoms": "Feeling stuck, practical barriers, low agency, avoidance around concrete tasks, service disengagement, and psychosocial problems that are maintaining distress or impairing recovery.",
+ "patientPopulation": "Patients who can identify at least one concrete problem, can work collaboratively on short-term goals, and benefit from visible progress through small practical steps. Good fit when executive overload or demoralisation improves with structure rather than intensive interpretive therapy.",
+ "setting": "Emergency/acute, Outpatient/community, Family/carer",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Trauma",
+ "Psychosis",
+ "Substance use",
+ "Neurodevelopmental",
+ "Eating/body image",
+ "Crisis/risk",
+ "ACT",
+ "Single session"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "telehealth-delivered-psychotherapy",
+ "name": "Telehealth-delivered psychotherapy",
+ "category": "Self-Help & Digital Therapies",
+ "modality": "ACT",
+ "clinicalSummary": "Telehealth-delivered psychotherapy. Psychotherapy delivered remotely by video-conference or telephone rather than face to face. RANZCP defines telehealth in psychiatry as a consultation between a patient and a psychiatrist conducted via video-conference or telephone, and states that telehealth can improve access and can be as effective as face-to-face consultations in achieving improved outcomes. (RANZCP)",
+ "bestUsedFor": "Best when an evidence-based psychotherapy is indicated and telehealth is safe and clinically appropriate, especially for rural and remote patients, patients with travel barriers, and situations where continuity would otherwise be disrupted. In Australia, Better Access telehealth arrangements are permanent for eligible individual mental health services, which supports telehealth as a mainstream access pathway rather than only a pandemic workaround. (RANZCP)",
+ "indications": "Best when an evidence-based psychotherapy is indicated and telehealth is safe and clinically appropriate, especially for rural and remote patients, patients with travel barriers, and situations where continuity would otherwise be disrupted. In Australia, Better Access telehealth arrangements are permanent for eligible individual mental health services, which supports telehealth as a mainstream access pathway rather than only a pandemic workaround. (RANZCP) The target is the same as the underlying therapy being delivered, such as depression, anxiety, trauma symptoms, personality dysfunction, or relapse prevention, while also addressing access barriers related to geography, mobility, time, and service availability. (RANZCP) Improve access and continuity while still delivering genuine psychotherapy, reduce missed care due to logistics, and maintain evidence-based treatment for patients who do not need face-to-face contact to use the therapy safely and effectively. (RANZCP)",
+ "contraindicationsOrCautions": "Check diagnosis, current risk, self-harm or suicide risk, privacy, location, technology reliability, emergency contact arrangements, cognitive capacity, hearing or communication barriers, dissociation, intoxication, and whether telehealth is clinically appropriate for the patient’s acuity and complexity. RANZCP emphasises privacy, confidentiality, and professional standards as critical in telepsychiatry. (RANZCP) Poor fit when privacy cannot be secured, risk is too high for remote management, severe behavioural dyscontrol or major cognitive impairment makes telehealth unsafe, or the therapy depends heavily on in-room containment or detailed nonverbal observation that cannot be reproduced remotely. The first three limitations are directly grounded in telehealth standards; the last is a cautious clinical inference. (RANZCP)",
+ "targetSymptoms": "The target is the same as the underlying therapy being delivered, such as depression, anxiety, trauma symptoms, personality dysfunction, or relapse prevention, while also addressing access barriers related to geography, mobility, time, and service availability. (RANZCP)",
+ "patientPopulation": "Patients who can engage reliably by video or phone, have enough privacy, can tolerate the relative loss of in-room contact, and do not need constant in-person containment. Best fit is when the therapy model remains appropriate and the remote format mainly changes logistics rather than the core formulation. (RANZCP)",
+ "setting": "Emergency/acute, Telehealth/digital, Group",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Anxiety",
+ "Trauma",
+ "Personality/interpersonal",
+ "Neurodevelopmental",
+ "Crisis/risk",
+ "Grief/loss",
+ "Distress tolerance",
+ "ACT",
+ "Group programme"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "telephone-delivered-cbt",
+ "name": "Telephone-delivered CBT",
+ "category": "Self-Help & Digital Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Telephone-delivered CBT. CBT delivered primarily by phone rather than in person, usually in a structured, manual-informed, brief format. In current Australian service models, this often sits within digital mental health or teletherapy services rather than traditional clinic-only psychotherapy. MindSpot states that its services are delivered online or via telephone, and its teletherapy offers up to 4 structured telephone sessions using evidence-based therapies including CBT. (MindSpot)",
+ "bestUsedFor": "Best as a lower-intensity or access-expanding CBT format for mild to moderate common mental health presentations, especially where distance, mobility, wait times, or preference for phone-based care are major barriers. It is also useful as a bridge while waiting for higher-intensity care. Australian government material explicitly positions digital and phone services as complements or alternatives to face-to-face therapies, particularly where face-to-face access is harder. (Dept of Health, Disability & Ageing)",
+ "indications": "Best as a lower-intensity or access-expanding CBT format for mild to moderate common mental health presentations, especially where distance, mobility, wait times, or preference for phone-based care are major barriers. It is also useful as a bridge while waiting for higher-intensity care. Australian government material explicitly positions digital and phone services as complements or alternatives to face-to-face therapies, particularly where face-to-face access is harder. (Dept of Health, Disability & Ageing) Common mental health problems most amenable to structured CBT, especially depression, anxiety, stress, and related functional impairment. Service models may also include OCD, PTSD, sleep problems, or chronic pain, but suitability depends on programme design and patient complexity. (MindSpot) Reduce symptoms, improve coping and self-management, increase access to evidence-based therapy, and either achieve improvement through remote CBT or identify need for step-up care early. (Dept of Health, Disability & Ageing)",
+ "contraindicationsOrCautions": "Check diagnosis, severity, suicide and self-harm risk, privacy at home, hearing/communication barriers, cognitive capacity, motivation, and whether complexity such as psychosis, mania, severe dissociation, severe personality crisis, or major substance instability makes telephone CBT too limited. Also check whether the patient needs visual assessment or richer nonverbal data than phone delivery can provide. This last point is an inference from the modality rather than a formal guideline quote. (Dept of Health, Disability & Ageing) Poor fit for high-risk states, severe complexity, unstable psychosis or mania, marked dissociation, severe cognitive impairment, or cases where the patient cannot engage well without visual structure or in-person containment. It also should not be treated as interchangeable with full higher-intensity face-to-face CBT in all cases. (Dept of Health, Disability & Ageing)",
+ "targetSymptoms": "Common mental health problems most amenable to structured CBT, especially depression, anxiety, stress, and related functional impairment. Service models may also include OCD, PTSD, sleep problems, or chronic pain, but suitability depends on programme design and patient complexity. (MindSpot)",
+ "patientPopulation": "Patients who can engage verbally without strong need for visual cues, have enough privacy for phone sessions, can complete between-session tasks, and are suitable for structured CBT rather than intensive containment. Good fit for rural and remote patients and for people who prefer lower-barrier access. (Dept of Health, Disability & Ageing)",
+ "setting": "Emergency/acute, Telehealth/digital",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Anxiety",
+ "Trauma",
+ "Psychosis",
+ "Personality/interpersonal",
+ "Sleep",
+ "Substance use",
+ "Pain/somatic",
+ "Crisis/risk",
+ "Behavioural activation",
+ "CBT",
+ "Multi-session"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "transference-focused-psychotherapy-tfp",
+ "name": "Transference-Focused Psychotherapy (TFP)",
+ "category": "Personality Disorder Therapies",
+ "modality": "DBT",
+ "clinicalSummary": "Transference-Focused Psychotherapy (TFP). A structured, manualised psychodynamic psychotherapy developed for borderline personality disorder (BPD) and severe personality pathology, with a strong focus on the patient’s relational patterns as they emerge in the therapeutic relationship.",
+ "bestUsedFor": "Best supported for borderline personality disorder and closely related severe personality organisation. It is a specialist treatment option with supportive evidence from trials and reviews, but it is not specifically privileged by NICE in the way that DBT is mentioned for recurrent self-harm in women with BPD.",
+ "indications": "Best supported for borderline personality disorder and closely related severe personality organisation. It is a specialist treatment option with supportive evidence from trials and reviews, but it is not specifically privileged by NICE in the way that DBT is mentioned for recurrent self-harm in women with BPD. Identity diffusion, unstable self–other representations, affective instability, impulsivity, aggression, recurrent self-destructive patterns, and severe interpersonal instability. Improve identity integration, reduce borderline symptom severity, stabilise relationships and affect, reduce destructive enactments, and support more coherent self–other understanding.",
+ "contraindicationsOrCautions": "Confirm that the main treatment need is severe personality pathology rather than acute psychosis, delirium, untreated mania, severe intoxication/withdrawal, or another dominant syndrome needing a different first-line approach. Also check whether the service can deliver a recognisable TFP model with clear frame, supervision, and psychodynamic expertise rather than generic supportive psychotherapy. TFP is not a substitute for acute containment, detoxification, or treatment of psychosis / mania / delirium. It is also weak if delivered without a clear frame, without active transference work, or when the patient’s immediate need is behavioural crisis management better matched to DBT.",
+ "targetSymptoms": "Identity diffusion, unstable self–other representations, affective instability, impulsivity, aggression, recurrent self-destructive patterns, and severe interpersonal instability.",
+ "patientPopulation": "Patients with chronic relational instability, identity disturbance, splitting, severe affect dysregulation, and enough capacity to engage in a structured, interpretive, longer-course therapy. It often fits best when personality dysfunction is severe and relationally enacted rather than mainly syndrome-specific or purely behavioural.",
+ "setting": "Emergency/acute, Inpatient, Outpatient/community",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Trauma",
+ "Psychosis",
+ "Personality/interpersonal",
+ "Substance use",
+ "Eating/body image",
+ "Crisis/risk",
+ "Emotional regulation",
+ "DBT",
+ "Multi-session"
+ ],
+ "aliases": [
+ "TFP"
+ ]
+ },
+ {
+ "slug": "trauma-focused-cognitive-behavioural-therapy-tf-cbt",
+ "name": "Trauma-Focused Cognitive Behavioural Therapy (TF-CBT)",
+ "category": "Trauma Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Trauma-Focused Cognitive Behavioural Therapy (TF-CBT). A structured trauma psychotherapy family within the broader CBT tradition, focused on processing trauma memories, reducing avoidance, and changing trauma-related meanings.",
+ "bestUsedFor": "Strongest use is PTSD. It is also appropriate for clinically important post-traumatic symptoms after trauma, depending on timing, severity, and readiness. In Australian guidelines, TF-CBT, CPT, CT, and PE are all recommended adult PTSD treatments.",
+ "indications": "Strongest use is PTSD. It is also appropriate for clinically important post-traumatic symptoms after trauma, depending on timing, severity, and readiness. In Australian guidelines, TF-CBT, CPT, CT, and PE are all recommended adult PTSD treatments. Trauma avoidance, trauma memory fragmentation or under-processing, trauma-linked appraisals, shame, guilt, anger, arousal dysregulation, and trauma-driven functional restriction. Reduce PTSD symptoms, weaken trauma-driven avoidance and over-threat meanings, improve emotional and physiological regulation, and restore function and recovery.",
+ "contraindicationsOrCautions": "Confirm the main syndrome is trauma-related and that the patient is ready enough for trauma-focused work. Check suicidality, dissociation, psychosis, mania, intoxication, severe self-harm instability, major substance dysregulation, and whether body-based or memory-based work is likely to overwhelm rather than help. Clarify whether the patient needs broader stabilisation first. Usually not enough or not first-line when acute instability, severe dissociation, major psychosis, severe substance dysregulation, or severe personality destabilisation is making trauma processing unsafe. It is also weak if delivered as generic supportive counselling without direct trauma processing or if “trauma-informed” care is confused with trauma-focused treatment.",
+ "targetSymptoms": "Trauma avoidance, trauma memory fragmentation or under-processing, trauma-linked appraisals, shame, guilt, anger, arousal dysregulation, and trauma-driven functional restriction.",
+ "patientPopulation": "Patients with PTSD or clinically important trauma symptoms who can engage in a structured trauma model, tolerate trauma-focused work with support, and are not so unstable that trauma processing would be unsafe or unworkable. Best suited to outpatient and community treatment, though preparation and staged work may begin elsewhere.",
+ "setting": "Emergency/acute, Outpatient/community, Family/carer",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Trauma",
+ "Psychosis",
+ "Personality/interpersonal",
+ "Substance use",
+ "Crisis/risk",
+ "Distress tolerance",
+ "CBT",
+ "Multi-session"
+ ],
+ "aliases": [
+ "TF-CBT"
+ ]
+ },
+ {
+ "slug": "trauma-informed-skills-work",
+ "name": "Trauma-Informed Skills Work",
+ "category": "Trauma Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Trauma-Informed Skills Work. A skills-focused, trauma-informed intervention stream aimed at improving regulation, grounding, interpersonal functioning, and readiness for broader treatment. It is best understood as an adjunctive or preparatory intervention, not a primary replacement for first-line trauma-focused PTSD treatment.",
+ "bestUsedFor": "Most useful when trauma exposure has left the patient with major emotion-regulation or interpersonal difficulties, especially in complex trauma presentations. It is also useful as a bridge into more definitive trauma-focused treatment or as an adjunct alongside broader care.",
+ "indications": "Most useful when trauma exposure has left the patient with major emotion-regulation or interpersonal difficulties, especially in complex trauma presentations. It is also useful as a bridge into more definitive trauma-focused treatment or as an adjunct alongside broader care. Affect dysregulation, grounding failure, interpersonal instability, crisis escalation, chronic threat activation, low self-soothing capacity, and poor day-to-day coping after trauma. Improve regulation and interpersonal capacity, reduce day-to-day trauma-driven dyscontrol, and increase readiness for more definitive trauma-focused treatment when indicated.",
+ "contraindicationsOrCautions": "Clarify that the work is being used for a real treatment reason and not just because trauma-focused therapy feels difficult. Check suicidality, dissociation, current violence or coercion, substance use, cognitive ability, literacy, and whether current social instability is so severe that basic practical safety work is needed first. It is not a first-line stand-alone PTSD treatment in the same way that TF-CBT, CT, CPT, PE, or EMDR are. It is weak if used indefinitely instead of moving toward active trauma-focused work when the patient is ready.",
+ "targetSymptoms": "Affect dysregulation, grounding failure, interpersonal instability, crisis escalation, chronic threat activation, low self-soothing capacity, and poor day-to-day coping after trauma.",
+ "patientPopulation": "Patients with trauma histories who are highly dysregulated, dissociative, interpersonally chaotic, or functionally unstable, and who need concrete skills more than immediate deep trauma processing.",
+ "setting": "Emergency/acute, Group, Family/carer",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Trauma",
+ "Psychosis",
+ "Personality/interpersonal",
+ "Substance use",
+ "Crisis/risk",
+ "Emotional regulation",
+ "Distress tolerance",
+ "CBT",
+ "Group programme"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "twelve-step-facilitation-tsf",
+ "name": "Twelve-Step Facilitation (TSF)",
+ "category": "Substance Use Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Twelve-Step Facilitation (TSF). A structured clinical intervention designed to increase involvement in 12-step mutual-help programs such as Alcoholics Anonymous (AA) or Narcotics Anonymous (NA). It is not the same as AA itself. AA/NA are peer-led mutual-help groups. TSF is clinician-delivered and aims to help the patient engage with that recovery pathway. (cochrane.org)",
+ "bestUsedFor": "The strongest evidence is for alcohol use disorder (AUD). A 2020 Cochrane review found AA/TSF was at least as effective as other established treatments and often better for continuous abstinence and remission over follow-up, with evidence of healthcare cost savings. It is more accurate to present TSF as especially evidence-supported for AUD than as equally established across all SUDs. (cochrane.org)",
+ "indications": "The strongest evidence is for alcohol use disorder (AUD). A 2020 Cochrane review found AA/TSF was at least as effective as other established treatments and often better for continuous abstinence and remission over follow-up, with evidence of healthcare cost savings. It is more accurate to present TSF as especially evidence-supported for AUD than as equally established across all SUDs. (cochrane.org) Ambivalence about abstinence, low recovery-community affiliation, poor sober social support, relapse risk, and weak continuity of recovery support outside formal treatment. (pubmed.ncbi.nlm.nih.gov) Increase recovery-community connection, support abstinence, improve long-term remission, and reduce reliance on time-limited formal care alone. (cochrane.org)",
+ "contraindicationsOrCautions": "Clarify the substance, current intoxication/withdrawal risk, motivation for abstinence, prior experiences with mutual-help groups, and whether the patient is willing to engage with a 12-step philosophy. TSF is not a substitute for detoxification, withdrawal management, or acute psychiatric care. (samhsa.gov) TSF is not the best fit for every patient. It is usually less suitable when the patient is strongly opposed to a 12-step framework, is not pursuing abstinence, or mainly needs motivational work, contingency management, medication treatment, or coping-skills training. Evidence is strongest in AUD and much less definitive for broader SUDs. (cochrane.org)",
+ "targetSymptoms": "Ambivalence about abstinence, low recovery-community affiliation, poor sober social support, relapse risk, and weak continuity of recovery support outside formal treatment. (pubmed.ncbi.nlm.nih.gov)",
+ "patientPopulation": "Best fit is a patient who is open to an abstinence-oriented recovery framework, can benefit from regular sober peer contact, and needs more ongoing recovery support than time-limited clinic treatment alone can provide. This is especially relevant when isolation, weak sober network, or repeated post-treatment drift is a major relapse driver. (cochrane.org)",
+ "setting": "Emergency/acute, Outpatient/community, Group",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Substance use",
+ "Eating/body image",
+ "Crisis/risk",
+ "CBT",
+ "Group programme"
+ ],
+ "aliases": [
+ "TSF"
+ ]
+ },
+ {
+ "slug": "values-based-therapies",
+ "name": "Values-based therapies",
+ "category": "Humanistic & Meaning-Based Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Values-based therapies. A broad family of therapies that make clarifying and acting in line with personally chosen values a core mechanism of change. In contemporary psychiatry, the clearest and strongest formalised example is acceptance and commitment therapy (ACT), where values are central to psychological flexibility. “Values-based therapies” is therefore best understood as an umbrella term rather than a single manualised treatment. (RANZCP)",
+ "bestUsedFor": "Best when a values-based mechanism is clearly central, especially in ACT-informed work for transdiagnostic distress, chronic health conditions, and problems maintained by avoidance and overcontrol. Current psychiatric positioning is strongest when values work is embedded in ACT or values-based CBT, rather than treated as a stand-alone general therapy family with its own large guideline base. (RANZCP)",
+ "indications": "Best when a values-based mechanism is clearly central, especially in ACT-informed work for transdiagnostic distress, chronic health conditions, and problems maintained by avoidance and overcontrol. Current psychiatric positioning is strongest when values work is embedded in ACT or values-based CBT, rather than treated as a stand-alone general therapy family with its own large guideline base. (RANZCP) Experiential avoidance, disengagement from meaningful life directions, behavioural drift away from chosen values, shame-based or fear-based constriction, and reduced psychological flexibility. In practice this is usually ACT-framed. (PubMed) Increase psychological flexibility, reduce avoidance-driven living, and help the person build a life that is more coherent with personally chosen values rather than dominated by distress management alone. (PubMed)",
+ "contraindicationsOrCautions": "Check diagnosis, acuity, suicidality, psychosis, mania, cognitive capacity, and whether a more specific syndrome-targeted therapy clearly has priority. Also check whether the patient can distinguish values from goals, rules, or external expectations. The latter is a clinical inference supported by ACT theory. (PubMed) Poor fit when the person is too acutely unwell, disorganised, psychotic, manic, or cognitively impaired to use abstract values work, or when a more specific active treatment is clearly needed first. As a broad label, “values-based therapies” has a weaker evidence identity than ACT itself, so overclaiming should be avoided. (RANZCP)",
+ "targetSymptoms": "Experiential avoidance, disengagement from meaningful life directions, behavioural drift away from chosen values, shame-based or fear-based constriction, and reduced psychological flexibility. In practice this is usually ACT-framed. (PubMed)",
+ "patientPopulation": "Patients who can reflect on personal values, tolerate ambiguity, and use values to guide behavioural change. Often fits well when the person feels stuck, overfocused on symptom elimination, or disconnected from meaning and direction. (PubMed)",
+ "setting": "Emergency/acute, Group, Family/carer",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Trauma",
+ "Psychosis",
+ "Crisis/risk",
+ "CBT",
+ "Group programme"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "vocational-rehabilitation",
+ "name": "Vocational Rehabilitation",
+ "category": "Psychosis & Rehabilitation Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Vocational Rehabilitation. A broader rehabilitation stream aimed at helping people prepare for, return to, or sustain work or education. It includes but is not limited to IPS, educational support, skill development, transitional options, and work-preparation interventions.",
+ "bestUsedFor": "Best used in rehabilitation for complex psychosis and other severe mental illness when the person’s recovery goals include work, study, or structured occupation. NICE recommends educational and skill-development opportunities, supported employment for those wanting mainstream work, and alternatives such as transitional employment or volunteering for those not ready for paid work.",
+ "indications": "Best used in rehabilitation for complex psychosis and other severe mental illness when the person’s recovery goals include work, study, or structured occupation. NICE recommends educational and skill-development opportunities, supported employment for those wanting mainstream work, and alternatives such as transitional employment or volunteering for those not ready for paid work. Functional disability, occupational disengagement, low confidence, interrupted education, loss of role identity, and barriers to returning to work or study. Improve occupational recovery, social inclusion, confidence, role identity, and long-term independence through work, study, or other meaningful structured activity.",
+ "contraindicationsOrCautions": "Clarify whether the main barrier is untreated acute illness, cognitive impairment, negative symptoms, substance use, housing instability, or lack of opportunity. Check occupational goals, prior work/education history, benefit concerns, stamina, social functioning, and whether the person wants mainstream employment now or needs a different step first. Vocational rehabilitation is broader and less specific than IPS. It is weaker if it becomes vague occupational encouragement without a clear pathway, and it is not a substitute for acute symptom treatment, housing support, CBTp, or medication review when those are the main barriers.",
+ "targetSymptoms": "Functional disability, occupational disengagement, low confidence, interrupted education, loss of role identity, and barriers to returning to work or study.",
+ "patientPopulation": "People whose symptoms are stable enough for rehabilitation work but who still need structured support around cognition, confidence, work readiness, education, benefits, or graded occupational re-engagement. Often a good fit in community rehabilitation and recovery services.",
+ "setting": "Emergency/acute, Outpatient/community",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Psychosis",
+ "Substance use",
+ "Grief/loss",
+ "CBT",
+ "Micro skill"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "waitlist-bridging-brief-interventions",
+ "name": "Waitlist-bridging brief interventions",
+ "category": "Self-Help & Digital Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Waitlist-bridging brief interventions. Short, low-resource interventions offered while a patient is waiting for more definitive treatment. This is not a single standardised therapy family. In practice it usually refers to brief guided self-help, digital CBT, problem-solving, psychoeducation, monitoring, or other low-intensity symptom-focused support designed to reduce deterioration and improve retention until full therapy starts. Evidence is promising but still limited and heterogeneous. (PubMed)",
+ "bestUsedFor": "Best when waits are long and the patient has mild to moderate symptoms or is suitable for a low-intensity interim intervention. Recent Australian policy also supports this general stepped-care logic: Medicare Mental Health Check In launched in 2026 to provide free low-intensity CBT guided by trained practitioners for people with mild mental health challenges or emerging mental illness. That service is broader than a psychotherapy waiting-list tool, but it is relevant as a current Australian bridging-style access model. (Dept of Health, Disability & Ageing)",
+ "indications": "Best when waits are long and the patient has mild to moderate symptoms or is suitable for a low-intensity interim intervention. Recent Australian policy also supports this general stepped-care logic: Medicare Mental Health Check In launched in 2026 to provide free low-intensity CBT guided by trained practitioners for people with mild mental health challenges or emerging mental illness. That service is broader than a psychotherapy waiting-list tool, but it is relevant as a current Australian bridging-style access model. (Dept of Health, Disability & Ageing) Symptom deterioration during waiting, disengagement, hopelessness about access, loss of motivation, and untreated mild to moderate anxiety or depressive symptoms while patients wait for standard care. Depending on the model, it may also target practical coping and problem-solving. (PubMed) Prevent deterioration, reduce drop-out before treatment begins, provide some symptom relief, and improve readiness or retention for the therapy the patient is waiting to receive. (PubMed)",
+ "contraindicationsOrCautions": "Check risk, current severity, suicide and self-harm risk, likely wait duration, whether the patient is genuinely safe to wait, and whether a brief interim approach is appropriate rather than delaying urgently needed full treatment. If there is significant risk or rapidly worsening illness, a bridging intervention should not be used as a justification for leaving the patient on an unsuitable waitlist. That risk caution is partly evidence-based and partly a necessary clinical inference. (PubMed) Poor fit for high-risk states, severe complexity, rapidly worsening illness, or presentations needing urgent specialist care. Evidence for waitlist-bridging interventions is still limited, and not all studies show clear superiority over usual waiting conditions or active controls. (PubMed)",
+ "targetSymptoms": "Symptom deterioration during waiting, disengagement, hopelessness about access, loss of motivation, and untreated mild to moderate anxiety or depressive symptoms while patients wait for standard care. Depending on the model, it may also target practical coping and problem-solving. (PubMed)",
+ "patientPopulation": "Patients who are motivated to engage, can use a brief structured approach, and do not require immediate high-intensity care. Good fit when the likely benefit is maintaining momentum, reducing early symptom burden, and keeping the patient connected to care while waiting. (PubMed)",
+ "setting": "Emergency/acute, Telehealth/digital, Family/carer",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Anxiety",
+ "Personality/interpersonal",
+ "Eating/body image",
+ "Crisis/risk",
+ "Grief/loss",
+ "CBT",
+ "Single session"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "wake-therapy-sleep-deprivation-chronotherapy",
+ "name": "Wake therapy / sleep-deprivation chronotherapy",
+ "category": "Brain & Body Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Wake therapy / sleep-deprivation chronotherapy. A short-term chronotherapeutic intervention for depressive disorders involving deliberate total or partial sleep deprivation, usually followed by sleep phase advance and/or bright-light therapy to sustain antidepressant response.",
+ "bestUsedFor": "Best as a specialist adjunctive intervention for selected depressive episodes where rapid mood improvement is clinically useful and the service can monitor the patient safely. Evidence supports rapid antidepressant effects, but it is not a routine first-line depression treatment in Australian psychiatric practice and should not be presented as equivalent to CBT, antidepressants, ECT, or rTMS.",
+ "indications": "Best as a specialist adjunctive intervention for selected depressive episodes where rapid mood improvement is clinically useful and the service can monitor the patient safely. Evidence supports rapid antidepressant effects, but it is not a routine first-line depression treatment in Australian psychiatric practice and should not be presented as equivalent to CBT, antidepressants, ECT, or rTMS. Depressed mood, circadian dysregulation, hypersomnia or disrupted sleep–wake timing, melancholic/biological rhythm features, treatment-resistant depressive symptoms, and mood states linked to abnormal sleep/circadian regulation. Produce rapid short-term antidepressant improvement, realign circadian rhythm where relevant, and then sustain gains through sleep phase advance, bright-light therapy, pharmacotherapy, rhythm stabilisation, and ongoing depression treatment.",
+ "contraindicationsOrCautions": "Check bipolar disorder, current or past mania/hypomania, mixed features, psychosis, suicide risk, agitation, seizure disorder, delirium risk, substance use, sleep apnoea, medical frailty, shift-work constraints, medication interactions, current sleep deprivation, and ability to be supervised. In bipolar disorder, wake therapy should only be considered with careful mood-stabilising context because sleep loss can precipitate mania or mixed states. Poor fit for acute mania, mixed states, psychosis with sleep loss, delirium, severe agitation, uncontrolled suicidality without containment, seizure vulnerability, frailty, unsafe home environment, or inability to monitor. Response can be rapid but short-lived, so it should not be used as a stand-alone maintenance strategy.",
+ "targetSymptoms": "Depressed mood, circadian dysregulation, hypersomnia or disrupted sleep–wake timing, melancholic/biological rhythm features, treatment-resistant depressive symptoms, and mood states linked to abnormal sleep/circadian regulation.",
+ "patientPopulation": "Selected patients with unipolar depression or bipolar depression under specialist supervision, especially where circadian dysregulation is prominent and monitoring is available. Better fit in inpatient, day-programme, or specialist mood-disorder settings than unsupervised outpatient self-directed use.",
+ "setting": "Emergency/acute, Inpatient, Outpatient/community",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Psychosis",
+ "Sleep",
+ "Substance use",
+ "Eating/body image",
+ "Crisis/risk",
+ "Grief/loss",
+ "CBT",
+ "Multi-session"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "workbook-based-therapy",
+ "name": "Workbook-based therapy",
+ "category": "Self-Help & Digital Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Workbook-based therapy. Structured psychological treatment delivered through a workbook or manual, usually CBT-based, with exercises, psychoeducation, monitoring sheets, and between-session tasks. In practice it is often part of guided self-help or low-intensity CBT rather than a separate therapy family. NICE explicitly recommends structured self-help materials written to an appropriate reading level for guided self-help in depression. (Dept of Health, Disability & Ageing)",
+ "bestUsedFor": "Best as guided self-help or low-intensity CBT for milder common mental health presentations, especially when a patient prefers written structure or when digital access is limited. It can also work as adjunctive homework support within higher-intensity therapy. The strongest evidence base is for CBT-oriented workbook use, not generic psychoeducational reading. (Dept of Health, Disability & Ageing)",
+ "indications": "Best as guided self-help or low-intensity CBT for milder common mental health presentations, especially when a patient prefers written structure or when digital access is limited. It can also work as adjunctive homework support within higher-intensity therapy. The strongest evidence base is for CBT-oriented workbook use, not generic psychoeducational reading. (Dept of Health, Disability & Ageing) Mild to moderate depression and anxiety symptoms, avoidance, behavioural withdrawal, worry, low activation, and poor self-management in patients who can engage with written materials. (Dept of Health, Disability & Ageing) Reduce symptoms, improve self-management, teach transferable CBT skills, and provide a scalable low-intensity treatment option or useful adjunct to fuller therapy.",
+ "contraindicationsOrCautions": "Check symptom severity, suicide and self-harm risk, reading level, language, cognitive capacity, vision/accessibility barriers, homework adherence likelihood, and whether the patient’s condition is suitable for low-intensity work. Also check whether workbook-only treatment would be too weak because the indicated treatment is more specific, intensive, or exposure-based. (Dept of Health, Disability & Ageing) Poor fit for severe depression, high suicide risk, psychosis, mania, marked cognitive impairment, severe personality dysfunction, or presentations needing more intensive or specialised therapy such as ERP or trauma-focused therapy. Workbook-based therapy is also weak when literacy or concentration barriers are substantial. (Dept of Health, Disability & Ageing)",
+ "targetSymptoms": "Mild to moderate depression and anxiety symptoms, avoidance, behavioural withdrawal, worry, low activation, and poor self-management in patients who can engage with written materials. (Dept of Health, Disability & Ageing)",
+ "patientPopulation": "Patients with adequate literacy, concentration, motivation, and organisational ability to work through materials between contacts. Good fit when the patient likes concrete structure, worksheets, and written exercises, and does not need high-intensity therapist input from the outset.",
+ "setting": "Emergency/acute, Telehealth/digital, Family/carer",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Anxiety",
+ "Trauma",
+ "Psychosis",
+ "Personality/interpersonal",
+ "Eating/body image",
+ "Crisis/risk",
+ "Behavioural activation",
+ "CBT",
+ "Multi-session"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "worry-focused-cbt",
+ "name": "Worry-focused CBT",
+ "category": "Standard Talking Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Worry-focused CBT. A CBT variant for generalised anxiety disorder (GAD) and excessive uncontrollable worry. It overlaps with standard CBT for GAD but is more specifically framed around worry as the central maintaining process.",
+ "bestUsedFor": "Best for GAD or transdiagnostic presentations where worry is the dominant maintaining process rather than panic attacks, compulsions, trauma re-experiencing, or social evaluative fear. NICE recommends high-intensity CBT or applied relaxation for GAD when low-intensity options are insufficient or impairment is marked. (NICE)",
+ "indications": "Best for GAD or transdiagnostic presentations where worry is the dominant maintaining process rather than panic attacks, compulsions, trauma re-experiencing, or social evaluative fear. NICE recommends high-intensity CBT or applied relaxation for GAD when low-intensity options are insufficient or impairment is marked. (NICE) Excessive worry, intolerance of uncertainty, threat overestimation, reassurance-seeking, avoidance, safety behaviours, mental problem-solving loops, and physiological tension. NICE identifies significant worry and difficulty stopping or controlling worry as central to GAD recognition. (NICE) Reduce excessive uncontrollable worry, improve tolerance of uncertainty, reduce avoidance and safety behaviours, and restore function without requiring certainty before action.",
+ "contraindicationsOrCautions": "Confirm GAD or worry-dominant formulation. Check suicide/self-harm risk, depression severity, bipolarity, psychosis, substance use, cognitive capacity, sleep impairment, trauma symptoms, OCD features, and whether worry is primary or secondary to another disorder. Poor fit as a primary therapy when the core mechanism is OCD rituals, panic misinterpretation, PTSD intrusions, psychosis, acute mania, or severe depressive retardation. Worry-focused CBT may still be adjunctive, but it should not replace the disorder-specific treatment.",
+ "targetSymptoms": "Excessive worry, intolerance of uncertainty, threat overestimation, reassurance-seeking, avoidance, safety behaviours, mental problem-solving loops, and physiological tension. NICE identifies significant worry and difficulty stopping or controlling worry as central to GAD recognition. (NICE)",
+ "patientPopulation": "Patients with chronic worry, anticipatory anxiety, overplanning, reassurance-seeking, intolerance of uncertainty, and sufficient reflective capacity to identify worry processes and practise between-session tasks.",
+ "setting": "Emergency/acute, Telehealth/digital, Group",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Anxiety",
+ "Trauma",
+ "Psychosis",
+ "Personality/interpersonal",
+ "Sleep",
+ "Substance use",
+ "Neurodevelopmental",
+ "Eating/body image",
+ "Crisis/risk",
+ "Behavioural activation",
+ "CBT",
+ "Group programme"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "written-exposure-therapy",
+ "name": "Written exposure therapy",
+ "category": "Trauma Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Written exposure therapy, WET. A brief, manualised, exposure-based psychotherapy for PTSD in which the patient writes repeatedly about the traumatic event in session using structured trauma-focused writing instructions.",
+ "bestUsedFor": "Best as a brief trauma-focused PTSD treatment option when a concise, lower-burden exposure-based therapy is needed. Current VA/DoD guidance places WET as a second-line PTSD psychotherapy, not above PE, CPT, or EMDR. It is not currently included in NICE or Phoenix Australia PTSD guideline recommendations, so in Australian practice it should be framed as promising and evidence-supported internationally, but not yet an Australian first-line guideline therapy.",
+ "indications": "Best as a brief trauma-focused PTSD treatment option when a concise, lower-burden exposure-based therapy is needed. Current VA/DoD guidance places WET as a second-line PTSD psychotherapy, not above PE, CPT, or EMDR. It is not currently included in NICE or Phoenix Australia PTSD guideline recommendations, so in Australian practice it should be framed as promising and evidence-supported internationally, but not yet an Australian first-line guideline therapy. Trauma memory avoidance, intrusive trauma-related distress, avoidance of trauma-linked thoughts and feelings, PTSD symptoms, shame/guilt where trauma-linked, and functional restriction maintained by not engaging with the trauma memory. Reduce PTSD symptoms and trauma avoidance through a brief, structured exposure-based protocol, while providing a lower-burden option for patients who may not complete longer trauma-focused therapies.",
+ "contraindicationsOrCautions": "Confirm PTSD diagnosis, trauma target, current safety, suicide/self-harm risk, psychosis, mania, dissociation, substance instability, cognitive capacity, literacy, language, and ability to tolerate written trauma exposure. Check whether the patient instead needs one of the strongest guideline-backed PTSD therapies first, such as PE, CPT, EMDR, CT-PTSD, or TF-CBT. Not currently a Phoenix Australia or NICE-listed first-line PTSD therapy. Poor fit if the patient is acutely unsafe, highly dissociative, psychotic, manic, intoxicated, severely cognitively impaired, unable to write/use language safely, or unable to tolerate trauma activation. Also limited if multiple traumas require a more flexible or longer trauma-focused approach.",
+ "targetSymptoms": "Trauma memory avoidance, intrusive trauma-related distress, avoidance of trauma-linked thoughts and feelings, PTSD symptoms, shame/guilt where trauma-linked, and functional restriction maintained by not engaging with the trauma memory.",
+ "patientPopulation": "Patients with PTSD who can write, tolerate in-session trauma-memory engagement, and benefit from a short structured protocol. Useful where dropout risk, time burden, access, or therapy fatigue makes longer PE/CPT-style treatment less feasible.",
+ "setting": "Emergency/acute, Inpatient, Group",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Trauma",
+ "Psychosis",
+ "Personality/interpersonal",
+ "Substance use",
+ "Eating/body image",
+ "Crisis/risk",
+ "Emotional regulation",
+ "CBT",
+ "Group programme"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "youth-ipt-ipt-a",
+ "name": "Youth IPT / IPT-A",
+ "category": "Child & Adolescent Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Youth interpersonal psychotherapy, usually IPT-A when delivered to adolescents. A manualised, time-limited interpersonal psychotherapy adapted for young people with depression, focusing on the link between mood symptoms and current interpersonal stressors.",
+ "bestUsedFor": "Best-supported for adolescent depression, especially when interpersonal stressors are central. NICE recommends considering IPT-A for 12–18-year-olds with moderate to severe depression if individual CBT would not meet clinical needs or is unsuitable. Meta-analytic evidence suggests IPT-A improves depressive symptoms and performs similarly to CBT in limited comparative studies, but conclusions remain cautious because the controlled evidence base is smaller than for CBT. (NICE)",
+ "indications": "Best-supported for adolescent depression, especially when interpersonal stressors are central. NICE recommends considering IPT-A for 12–18-year-olds with moderate to severe depression if individual CBT would not meet clinical needs or is unsuitable. Meta-analytic evidence suggests IPT-A improves depressive symptoms and performs similarly to CBT in limited comparative studies, but conclusions remain cautious because the controlled evidence base is smaller than for CBT. (NICE) Depressive symptoms maintained by interpersonal conflict, role transition, grief, social isolation, poor communication, peer/family stress, and low social support. IPT-A is specifically described in systematic review literature as a manualised, time-limited intervention for young people with depression. (PubMed) Reduce depressive symptoms, improve interpersonal functioning, strengthen support, improve communication, resolve or adapt to interpersonal stressors, and reduce relapse vulnerability linked to relationship patterns.",
+ "contraindicationsOrCautions": "Assess depression severity, suicide/self-harm risk, family safety, bullying, trauma, substance use, eating disorder symptoms, bipolarity, psychosis, neurodevelopmental issues, developmental maturity, communication needs, and whether relationship work is safe and clinically central. Also clarify parent/carer involvement and confidentiality boundaries. Poor fit as primary therapy when depression is driven mainly by OCD, PTSD, psychosis, mania, severe substance use, eating disorder medical risk, or high-risk personality/emotion-dysregulation requiring another treatment. It is also limited if the adolescent cannot engage in interpersonal reflection or if the environment remains unsafe.",
+ "targetSymptoms": "Depressive symptoms maintained by interpersonal conflict, role transition, grief, social isolation, poor communication, peer/family stress, and low social support. IPT-A is specifically described in systematic review literature as a manualised, time-limited intervention for young people with depression. (PubMed)",
+ "patientPopulation": "Adolescents whose depression is linked to family conflict, peer difficulties, bullying/social exclusion, grief, romantic stress, parental separation, school transition, identity/role transition, or loneliness. Best fit when the young person can reflect on relationships and practise communication changes.",
+ "setting": "Emergency/acute, Telehealth/digital, Family/carer",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Trauma",
+ "Psychosis",
+ "Personality/interpersonal",
+ "Substance use",
+ "Neurodevelopmental",
+ "Eating/body image",
+ "Crisis/risk",
+ "Grief/loss",
+ "Emotional regulation",
+ "CBT",
+ "Multi-session"
+ ],
+ "aliases": []
+ },
+ {
+ "slug": "youth-trauma-focused-cbt",
+ "name": "Youth trauma-focused CBT",
+ "category": "Child & Adolescent Therapies",
+ "modality": "CBT",
+ "clinicalSummary": "Youth trauma-focused CBT. Developmentally adapted trauma-focused cognitive behavioural therapy for children and adolescents with PTSD or clinically important post-traumatic stress symptoms. It is not generic child CBT, and it should directly target trauma memory, avoidance, trauma meanings, arousal, and functional recovery.",
+ "bestUsedFor": "Best for children and adolescents with PTSD or clinically important PTSD symptoms. NICE recommends individual trauma-focused CBT for children and young people aged 7–17 years with PTSD symptoms, and considers it for 5–6-year-olds in appropriate circumstances. (NICE)",
+ "indications": "Best for children and adolescents with PTSD or clinically important PTSD symptoms. NICE recommends individual trauma-focused CBT for children and young people aged 7–17 years with PTSD symptoms, and considers it for 5–6-year-olds in appropriate circumstances. (NICE) Trauma memories, re-experiencing, avoidance, nightmares, hyperarousal, trauma-related guilt/shame, distorted responsibility, fear of reminders, functional restriction, and developmental disruption after trauma. Phoenix Australia describes TF-CBT for children and teens as helping them make sense of trauma memories, manage upsetting feelings, gradually face avoided reminders, and return to everyday activities. (Phoenix Australia) Reduce PTSD symptoms, integrate the trauma memory safely, correct maladaptive trauma meanings, reduce avoidance, restore developmental functioning, and strengthen family/school support around recovery.",
+ "contraindicationsOrCautions": "Assess trauma type and timing, PTSD symptoms, suicide/self-harm risk, ongoing danger, family/domestic violence, abuse/safeguarding, dissociation, substance use, depression, grief, psychosis/mania, neurodevelopmental needs, cognitive capacity, parent/carer availability, school functioning, and readiness for trauma memory work. Poor fit if the young person remains in active danger, is acutely suicidal, severely dissociative, psychotic, manic, intoxicated, or unable to engage safely in trauma-focused work. In those cases, stabilisation, safeguarding, crisis care, or broader multidisciplinary work takes priority.",
+ "targetSymptoms": "Trauma memories, re-experiencing, avoidance, nightmares, hyperarousal, trauma-related guilt/shame, distorted responsibility, fear of reminders, functional restriction, and developmental disruption after trauma. Phoenix Australia describes TF-CBT for children and teens as helping them make sense of trauma memories, manage upsetting feelings, gradually face avoided reminders, and return to everyday activities. (Phoenix Australia)",
+ "patientPopulation": "Young people with trauma symptoms who are developmentally able to engage in structured trauma work, can tolerate graded exposure to trauma material, and have enough safety and support for between-session practice. Parent/carer involvement is often important, especially in younger children.",
+ "setting": "Emergency/acute, Inpatient, Outpatient/community, Family/carer",
+ "reviewStatus": "needs_review",
+ "patientSheetAvailable": true,
+ "briefInterventionAvailable": true,
+ "tags": [
+ "Mood",
+ "Trauma",
+ "Psychosis",
+ "Personality/interpersonal",
+ "Sleep",
+ "Substance use",
+ "Neurodevelopmental",
+ "Crisis/risk",
+ "Grief/loss",
+ "Emotional regulation",
+ "Distress tolerance",
+ "CBT",
+ "Multi-session"
+ ],
+ "aliases": []
+ }
+]
diff --git a/scripts/build-therapies-index.mjs b/scripts/build-therapies-index.mjs
index acfd9913e..68f99b10a 100644
--- a/scripts/build-therapies-index.mjs
+++ b/scripts/build-therapies-index.mjs
@@ -13,7 +13,9 @@ import { fileURLToPath } from "node:url";
const root = join(dirname(fileURLToPath(import.meta.url)), "..");
const source = join(root, "public", "therapy-compass-data", "therapies.json");
-const target = join(root, "src", "data", "therapies-index.json");
+const serverTarget = join(root, "src", "data", "therapies-index.json");
+const browserTarget = join(root, "public", "therapy-compass-data", "therapies-index.json");
+const checkOnly = process.argv.includes("--check");
const therapies = JSON.parse(readFileSync(source, "utf8"));
@@ -35,5 +37,53 @@ const projected = therapies
}))
.sort((a, b) => a.name.localeCompare(b.name));
-writeFileSync(target, `${JSON.stringify(projected, null, 2)}\n`);
-console.log(`Wrote ${projected.length} therapy records to ${target}`);
+const browserProjected = therapies
+ .map((therapy) => ({
+ slug: therapy.slug,
+ name: therapy.name,
+ category: therapy.category ?? null,
+ modality: therapy.modality ?? null,
+ clinicalSummary: therapy.clinicalSummary ?? null,
+ bestUsedFor: therapy.bestUsedFor ?? null,
+ indications: therapy.indications ?? null,
+ contraindicationsOrCautions: therapy.contraindicationsOrCautions ?? null,
+ targetSymptoms: therapy.targetSymptoms ?? null,
+ patientPopulation: therapy.patientPopulation ?? null,
+ setting: therapy.setting ?? null,
+ reviewStatus: therapy.reviewStatus ?? "needs_review",
+ patientSheetAvailable: Boolean(therapy.patientSheetAvailable),
+ briefInterventionAvailable: Boolean(therapy.briefInterventionAvailable),
+ tags: Array.isArray(therapy.tags) ? therapy.tags : [],
+ aliases: Array.isArray(therapy.aliases) ? therapy.aliases : [],
+ }))
+ .sort((a, b) => a.name.localeCompare(b.name));
+
+function syncTarget(target, records) {
+ // Avoid a false OpenAI-key signature when ordinary words contain an embedded
+ // `sk-` sequence. JSON decoding restores the exact original string value.
+ const expected = `${JSON.stringify(records, null, 2).replace(/(?<=[A-Za-z0-9])sk-/g, "s\\u006b-")}\n`;
+ if (checkOnly) {
+ let actual = "";
+ try {
+ actual = readFileSync(target, "utf8");
+ } catch {
+ throw new Error(`Missing generated therapy index: ${target}`);
+ }
+ let parsed;
+ try {
+ parsed = JSON.parse(actual);
+ } catch {
+ throw new Error(`Generated therapy index is invalid JSON: ${target}`);
+ }
+ if (JSON.stringify(parsed) !== JSON.stringify(records)) {
+ throw new Error(`Generated therapy index is stale: ${target}`);
+ }
+ return;
+ }
+ writeFileSync(target, expected);
+ console.log(`Wrote ${records.length} therapy records to ${target}`);
+}
+
+syncTarget(serverTarget, projected);
+syncTarget(browserTarget, browserProjected);
+if (checkOnly) console.log(`Therapy indexes are current (${projected.length} records).`);
diff --git a/scripts/ci-change-scope.mjs b/scripts/ci-change-scope.mjs
index 8c7383707..9abb071e7 100644
--- a/scripts/ci-change-scope.mjs
+++ b/scripts/ci-change-scope.mjs
@@ -97,7 +97,7 @@ const uiPatterns = [
/^tests\/ui-.*\.spec\.ts$/,
/^tests\/playwright-.*\.ts$/,
/^playwright(?:\..*)?\.config\.ts$/,
- /^scripts\/(run-playwright|playwright-base-url)\.mjs$/,
+ /^scripts\/(run-playwright|playwright-base-url)\.(?:mjs|ts)$/,
];
const dbPatterns = [
@@ -413,6 +413,11 @@ function selfTest() {
coverage_changed: true,
ui_changed: true,
});
+ assertScope("playwright-base-url-helper", ["scripts/playwright-base-url.ts"], {
+ source_changed: true,
+ coverage_changed: true,
+ ui_changed: true,
+ });
assertScope("runtime-data", ["data/medications-snapshot.json"], {
source_changed: true,
coverage_changed: true,
diff --git a/scripts/verify-release-offline.mjs b/scripts/verify-release-offline.mjs
index 399dacf9a..3d600305a 100644
--- a/scripts/verify-release-offline.mjs
+++ b/scripts/verify-release-offline.mjs
@@ -11,9 +11,10 @@ const steps = [
"test",
"build",
"test:e2e",
- "check:production-readiness",
- "governance:release",
- "eval:quality:release:offline",
+ "check:function-grants",
+ "check:owner-scope",
+ "check:rag:fixtures",
+ "eval:rag:offline",
];
const offlineEnv = {
...process.env,
@@ -23,6 +24,12 @@ const offlineEnv = {
OPENAI_API_KEY: "",
OPENAI_ORG_ID: "",
OPENAI_PROJECT_ID: "",
+ NEXT_PUBLIC_SUPABASE_URL: "https://offline.invalid",
+ NEXT_PUBLIC_SUPABASE_PUBLISHABLE_KEY: "offline-placeholder",
+ SUPABASE_SERVICE_ROLE_KEY: "offline-placeholder",
+ SUPABASE_DB_URL: "postgresql://offline:offline@offline.invalid:5432/offline",
+ CROSS_TENANT_SUPABASE_URL: "https://offline.invalid",
+ CROSS_TENANT_SUPABASE_SERVICE_ROLE_KEY: "offline-placeholder",
};
for (const step of steps) {
diff --git a/src/app/api/documents/[id]/route.ts b/src/app/api/documents/[id]/route.ts
index a78a3c7f2..455cacfcf 100644
--- a/src/app/api/documents/[id]/route.ts
+++ b/src/app/api/documents/[id]/route.ts
@@ -11,7 +11,7 @@ import { AuthenticationError, requireAuthenticatedUser, unauthorizedResponse } f
import { writeAuditLog } from "@/lib/audit";
import {
DocumentDetailRateLimitError,
- documentDetailQuerySchema,
+ documentDetailApiQuerySchema,
loadAuthorizedDocumentDetail,
} from "@/lib/document-detail";
import { parseJsonBody } from "@/lib/validation/body";
@@ -114,7 +114,7 @@ async function updateStorageCleanupJob(args: {
export async function GET(request: Request, { params }: { params: Promise<{ id: string }> }) {
try {
const { id: rawId } = await params;
- const detailQuery = parseRequestQuery(request, documentDetailQuerySchema, "Invalid document detail query.");
+ const detailQuery = parseRequestQuery(request, documentDetailApiQuerySchema, "Invalid document detail query.");
const payload = await loadAuthorizedDocumentDetail({ request, rawId, query: detailQuery });
return NextResponse.json(payload);
} catch (error) {
diff --git a/src/app/api/documents/[id]/summarize/route.ts b/src/app/api/documents/[id]/summarize/route.ts
index 1a5fb8219..976af5a39 100644
--- a/src/app/api/documents/[id]/summarize/route.ts
+++ b/src/app/api/documents/[id]/summarize/route.ts
@@ -39,7 +39,7 @@ export async function POST(request: Request, { params }: { params: Promise<{ id:
const rateLimit = await consumeApiRateLimit({ supabase, ownerId: user.id, bucket: "document_summarize" });
if (rateLimit.limited)
return rateLimitJsonResponse("Too many document summary requests. Retry shortly.", rateLimit);
- const answer = await summarizeDocument(id, user.id);
+ const answer = await summarizeDocument(id, user.id, { signal: request.signal });
const governedResponse = buildGovernedAnswerClientResponse(answer);
logAnswerDiagnostics({
supabase,
diff --git a/src/app/api/search/route.ts b/src/app/api/search/route.ts
index 08b55f9b5..901457d85 100644
--- a/src/app/api/search/route.ts
+++ b/src/app/api/search/route.ts
@@ -67,7 +67,13 @@ const searchSchema = z.object({
type SearchRequestBody = z.infer