'use client';
import { User, Brain, Clock } from 'lucide-react';
interface ProfileTabProps {
clientId: string;
}
export function ProfileTab({ clientId }: ProfileTabProps) {
return (
{/* Header */}
Probleemprofiel
DSM-light categorisatie en ernst indicatie
{/* Coming Soon State */}
Coming Soon - Week 3
AI-gestuurde probleemclassificatie met DSM-light categorieën wordt
toegevoegd in Week 3.
{/* Feature Preview */}
🎯 DSM-light Categorieën:
📊 Geplande Features:
-
✓
AI Categorisatie - Automatische DSM-light
classificatie
-
✓
Ernst Indicatie - Laag, Middel, Hoog scoring
-
✓
Visuele Dashboard - Overzichtelijke
weergave per categorie
-
✓
Bronverwijzing - Link naar intake notities
{/* Timeline Preview */}
Week 3: 18-24 November 2024
);
}