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:
73
content/nl/documentatie/treatment-planning.mdx
Normal file
73
content/nl/documentatie/treatment-planning.mdx
Normal file
@@ -0,0 +1,73 @@
|
||||
---
|
||||
title: "Behandelplanning"
|
||||
category: "treatment-planning"
|
||||
group: "features"
|
||||
version: "1.0.0"
|
||||
releaseDate: "TBD"
|
||||
status: "planned"
|
||||
description: "SMART doelen formuleren, interventies plannen, voortgang monitoren en behandelplannen beheren"
|
||||
---
|
||||
|
||||
## Overview
|
||||
|
||||
Het behandelplanning systeem helpt behandelaars om gestructureerde, evidence-based behandelplannen op te stellen en te monitoren. Met AI-ondersteuning en SMART-doelen methodiek.
|
||||
|
||||
**Kernfunctionaliteit:**
|
||||
- SMART doelen formuleren
|
||||
- Interventies kiezen en plannen
|
||||
- Frequentie en duur bepalen
|
||||
- Meetmomenten plannen
|
||||
- Voortgang monitoren
|
||||
- Versie beheer
|
||||
|
||||
---
|
||||
|
||||
## Binnenkort beschikbaar
|
||||
|
||||
Deze documentatie is nog in ontwikkeling. De volgende onderwerpen worden toegevoegd:
|
||||
|
||||
**Plan Structuur:**
|
||||
- SMART doelen definitie
|
||||
- Interventie library
|
||||
- Rationale per interventie
|
||||
- Behandelprotocollen
|
||||
|
||||
**AI Generatie:**
|
||||
- Automatisch plan voorstellen
|
||||
- Op basis van diagnose en intake
|
||||
- Aanpasbare templates
|
||||
- Best practices integratie
|
||||
|
||||
**Versie Beheer:**
|
||||
- Status: Concept, Actief, Afgerond
|
||||
- Meerdere versies per cliënt
|
||||
- Wijzigingsgeschiedenis
|
||||
- Goedkeuringsflow
|
||||
|
||||
**Voortgang Tracking:**
|
||||
- Doelen status (Not Started, In Progress, Completed)
|
||||
- Sessie registratie
|
||||
- ROM metingen
|
||||
- Evaluatie momenten
|
||||
|
||||
**Rapportage:**
|
||||
- Voortgang visualisatie
|
||||
- KPI dashboards
|
||||
- Export naar PDF
|
||||
- Delen met cliënt/verwijzer
|
||||
|
||||
---
|
||||
|
||||
## Gerelateerde Documentatie
|
||||
|
||||
**Interface:**
|
||||
- [Interface Design System](/documentatie/interface-design) - UI/UX voor behandelplan schermen
|
||||
|
||||
**Features:**
|
||||
- Client Management (binnenkort)
|
||||
- Intake Systeem (binnenkort)
|
||||
- AI Integrations (binnenkort)
|
||||
|
||||
**Basis:**
|
||||
- Database Schema (binnenkort)
|
||||
- [Authentication System](/documentatie/authentication) - Toegangsbeheer
|
||||
Reference in New Issue
Block a user