chore(strip): verwijder dubbele diagnosemodule op patientniveau

De intake-variant (intakes/[intakeId]/diagnosis) is de meest complete en
blijft. Sidebar-items Diagnose en Behandelplan (level 2) verwijderd —
behandelplan-module zelf volgt in de volgende commit.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
colinislit
2026-07-14 22:39:58 +02:00
parent 10c994b252
commit 5e910c3053
7 changed files with 0 additions and 1073 deletions

View File

@@ -17,8 +17,6 @@ import {
LayoutDashboard,
User,
ClipboardList,
Stethoscope,
Calendar,
FileBarChart,
PenLine,
Zap
@@ -70,8 +68,6 @@ const level2NavigationItems: NavigationItem[] = [
{ id: "basisgegevens", name: "Basisgegevens", icon: User, href: "/basisgegevens" },
{ id: "screening", name: "Screening", icon: ClipboardList, href: "/screening" },
{ id: "intake", name: "Intake", icon: FileText, href: "/intakes" },
{ id: "diagnose", name: "Diagnose", icon: Stethoscope, href: "/diagnose" },
{ id: "behandelplan", name: "Behandelplan", icon: Calendar, href: "/behandelplan" },
{ id: "rapportage", name: "Rapportage", icon: FileBarChart, href: "/rapportage" },
];