feat: add comprehensive documentation and client dashboard
- Rename releases.ts to documentatie.ts for better naming - Add 'use client' directives to UI components for client-side rendering - Add new documentation pages for features: - Client Management (CRUD operations) - Intake System (AI-powered intake analysis) - Treatment Planning (SMART goals and progress tracking) - Verpleegkundige Overdracht (nursing handover with ROM measurements) - Voice-Controlled Reporting (AI-driven speech recording) - Interface Design System (complete UI/UX specifications) - Build Errors Fix (troubleshooting guide) - Add client dashboard page with route structure - Update documentation index with new categories and planned features - Refactor BentoCard to use native anchor tags instead of Button component 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
65
content/nl/documentatie/intake-system.mdx
Normal file
65
content/nl/documentatie/intake-system.mdx
Normal file
@@ -0,0 +1,65 @@
|
||||
---
|
||||
title: "Intake Systeem"
|
||||
category: "intake-system"
|
||||
group: "features"
|
||||
version: "1.0.0"
|
||||
releaseDate: "TBD"
|
||||
status: "planned"
|
||||
description: "Intake gesprekken registreren, notities maken en AI-gestuurde analyse voor diagnose ondersteuning"
|
||||
---
|
||||
|
||||
## Overview
|
||||
|
||||
Het intake systeem vormt de basis voor cliëntbegeleiding in het Mini-ECD prototype. Behandelaars kunnen hier gesprekken documenteren en automatisch laten analyseren door AI.
|
||||
|
||||
**Kernfunctionaliteit:**
|
||||
- Intake gesprekken registreren
|
||||
- Gestructureerde notities maken
|
||||
- AI-gestuurde samenvatting
|
||||
- Probleemprofiel analyse
|
||||
- Koppeling naar diagnose
|
||||
|
||||
---
|
||||
|
||||
## Binnenkort beschikbaar
|
||||
|
||||
Deze documentatie is nog in ontwikkeling. De volgende onderwerpen worden toegevoegd:
|
||||
|
||||
**Intake Formulier:**
|
||||
- Gespreksnotities editor
|
||||
- Gestructureerde vragen
|
||||
- Type intake (eerste gesprek, telefonisch, follow-up)
|
||||
- Tijdregistratie
|
||||
|
||||
**AI Samenvatting:**
|
||||
- Automatische analyse van notities
|
||||
- Kernpunten extractie
|
||||
- Probleemcategorieën identificatie
|
||||
- Risico-inschatting
|
||||
|
||||
**Intake Overzicht:**
|
||||
- Chronologische geschiedenis
|
||||
- Detail weergave per intake
|
||||
- Slide-in panel interface
|
||||
- Bewerken en verwijderen
|
||||
|
||||
**Probleemprofiel:**
|
||||
- DSM-light categorisatie
|
||||
- Ernst indicatie
|
||||
- Multi-problematiek detectie
|
||||
- Overgang naar diagnose
|
||||
|
||||
---
|
||||
|
||||
## Gerelateerde Documentatie
|
||||
|
||||
**Interface:**
|
||||
- [Interface Design System](/documentatie/interface-design) - UI/UX specificaties voor intake schermen
|
||||
|
||||
**Features:**
|
||||
- Client Management (binnenkort)
|
||||
- Behandelplanning (binnenkort)
|
||||
- AI Integrations (binnenkort)
|
||||
|
||||
**Basis:**
|
||||
- [Authentication System](/documentatie/authentication) - Toegangsbeheer
|
||||
Reference in New Issue
Block a user