import type { FieldGroup } from './types.js'; /** * Step 8 — Mental Health & Neurodiversity (restructured 2026-04) * * 14 sub-steps covering: * 1. neurodiverseIdentity (diagnosis status) * 2. neurodevelopmentalConditions (core ND — conditional on ND identity) * 3. mentalHealthConditions (mood, anxiety, trauma, OCD-spectrum, eating, psychotic — shown to everyone) * 4. personalityPatterns (DSM-5 Cluster A/B/C — shown to everyone) * 5. neurologicalChronicConditions (comorbid neurological/chronic — shown to everyone) * 6. ageOfRealization * 7. sensoryProfile * 8. cognitiveStrengths * 9. executiveFunctionChallenges * 10. learningStyle * 11. communicationPreference * 12. supportAndAccommodations * 13. maskingAndBurnout * 14. impactOnLife * * Condition lists are DSM-5-TR (2022) aligned with person-first, non-pathologizing * language. Each option has a full descriptive name (not just an acronym) and a * description explaining what it means — both translatable via i18n. */ export declare const neurodiverseIdentityOptions: readonly [{ readonly value: "yes_diagnosed"; readonly label: "Yes — formally diagnosed"; readonly description: "Clinically diagnosed by a qualified professional"; }, { readonly value: "yes_self_identified"; readonly label: "Yes — self-identified"; readonly description: "Identify as neurodivergent without formal diagnosis"; }, { readonly value: "exploring"; readonly label: "Exploring / suspect"; readonly description: "Not sure yet — exploring whether I'm neurodivergent"; }, { readonly value: "no_neurotypical"; readonly label: "No — neurotypical"; readonly description: "Don't identify as neurodivergent"; }, { readonly value: "prefer_not_to_say"; readonly label: "Prefer not to say"; }]; export declare const neurodevelopmentalConditionOptions: readonly [{ readonly value: "adhd"; readonly label: "ADHD — Attention Deficit Hyperactivity Disorder"; readonly description: "Inattentive, hyperactive, or combined type — affects focus, impulse control, and organization"; }, { readonly value: "autism"; readonly label: "Autism Spectrum Condition (ASC / ASD)"; readonly description: "Differences in social communication, sensory processing, and patterns of behavior"; }, { readonly value: "dyslexia"; readonly label: "Dyslexia — Reading & Language Processing"; readonly description: "Difficulty with reading, spelling, and language decoding despite adequate intelligence"; }, { readonly value: "dyscalculia"; readonly label: "Dyscalculia — Mathematical Processing"; readonly description: "Difficulty with numbers, arithmetic, and mathematical reasoning"; }, { readonly value: "dysgraphia"; readonly label: "Dysgraphia — Writing & Fine Motor"; readonly description: "Difficulty with handwriting, spelling, and organizing written thoughts"; }, { readonly value: "dyspraxia_dcd"; readonly label: "Dyspraxia / DCD — Developmental Coordination Disorder"; readonly description: "Difficulty with motor coordination, planning movements, and spatial awareness"; }, { readonly value: "tourettes_tics"; readonly label: "Tourette's Syndrome / Tic Disorder"; readonly description: "Involuntary repetitive movements or vocalizations (motor and/or vocal tics)"; }, { readonly value: "speech_sound"; readonly label: "Speech Sound Disorder"; readonly description: "Difficulty producing speech sounds correctly — affects pronunciation and clarity"; }, { readonly value: "stuttering"; readonly label: "Stuttering / Fluency Disorder"; readonly description: "Disruptions in the flow of speech — repetitions, prolongations, or blocks"; }, { readonly value: "language_disorder"; readonly label: "Language Disorder"; readonly description: "Difficulty understanding or using spoken/written language despite normal hearing"; }, { readonly value: "social_communication"; readonly label: "Social (Pragmatic) Communication Disorder"; readonly description: "Difficulty with social use of language — understanding context, humor, or implied meaning"; }, { readonly value: "intellectual_disability"; readonly label: "Intellectual Disability"; readonly description: "Limitations in intellectual functioning and adaptive behavior"; }, { readonly value: "sensory_processing"; readonly label: "Sensory Processing Differences"; readonly description: "Difficulty processing and responding to sensory input (sound, light, touch, etc.)"; }, { readonly value: "giftedness_2e"; readonly label: "Giftedness / Twice-Exceptional (2e)"; readonly description: "High cognitive ability combined with a neurodevelopmental difference"; }, { readonly value: "other_neurodevelopmental"; readonly label: "Other neurodevelopmental condition"; readonly description: "A neurodevelopmental condition not listed above"; }, { readonly value: "prefer_not_to_say"; readonly label: "Prefer not to say"; }]; export declare const mentalHealthConditionOptions: readonly [{ readonly value: "depression_major"; readonly label: "Major Depressive Disorder"; readonly description: "Persistent sadness, loss of interest, and fatigue lasting 2+ weeks"; }, { readonly value: "depression_persistent"; readonly label: "Persistent Depressive Disorder (Dysthymia)"; readonly description: "Chronic low-grade depression lasting 2+ years"; }, { readonly value: "depression_seasonal"; readonly label: "Seasonal Affective Disorder (SAD)"; readonly description: "Depression that follows a seasonal pattern, typically in winter"; }, { readonly value: "pmdd"; readonly label: "Premenstrual Dysphoric Disorder (PMDD)"; readonly description: "Severe mood changes tied to the menstrual cycle"; }, { readonly value: "bipolar_i"; readonly label: "Bipolar I Disorder"; readonly description: "Manic episodes lasting 7+ days, often with depressive episodes"; }, { readonly value: "bipolar_ii"; readonly label: "Bipolar II Disorder"; readonly description: "Hypomanic and depressive episodes without full mania"; }, { readonly value: "cyclothymia"; readonly label: "Cyclothymic Disorder"; readonly description: "Chronic mood fluctuations — milder than bipolar but persistent"; }, { readonly value: "anxiety_generalized"; readonly label: "Generalized Anxiety Disorder (GAD)"; readonly description: "Persistent, excessive worry about everyday situations"; }, { readonly value: "anxiety_social"; readonly label: "Social Anxiety Disorder"; readonly description: "Intense fear of social situations and being judged by others"; }, { readonly value: "panic_disorder"; readonly label: "Panic Disorder"; readonly description: "Recurrent unexpected panic attacks with physical symptoms"; }, { readonly value: "specific_phobia"; readonly label: "Specific Phobia(s)"; readonly description: "Intense, irrational fear of a specific object or situation"; }, { readonly value: "agoraphobia"; readonly label: "Agoraphobia"; readonly description: "Fear of situations where escape might be difficult — crowds, open spaces, public transport"; }, { readonly value: "ocd"; readonly label: "Obsessive-Compulsive Disorder (OCD)"; readonly description: "Intrusive unwanted thoughts (obsessions) and repetitive behaviors (compulsions)"; }, { readonly value: "body_dysmorphia"; readonly label: "Body Dysmorphic Disorder (BDD)"; readonly description: "Preoccupation with perceived flaws in physical appearance not observable by others"; }, { readonly value: "hoarding"; readonly label: "Hoarding Disorder"; readonly description: "Persistent difficulty discarding possessions regardless of their value"; }, { readonly value: "trichotillomania"; readonly label: "Trichotillomania — Hair-Pulling Disorder"; readonly description: "Recurrent urge to pull out hair resulting in noticeable hair loss"; }, { readonly value: "excoriation"; readonly label: "Excoriation — Skin-Picking Disorder"; readonly description: "Recurrent picking at skin resulting in lesions"; }, { readonly value: "ptsd"; readonly label: "Post-Traumatic Stress Disorder (PTSD)"; readonly description: "Flashbacks, nightmares, and hypervigilance following traumatic events"; }, { readonly value: "cptsd"; readonly label: "Complex PTSD (C-PTSD)"; readonly description: "PTSD symptoms plus difficulties with emotional regulation, self-concept, and relationships"; }, { readonly value: "anorexia"; readonly label: "Anorexia Nervosa"; readonly description: "Restriction of food intake, intense fear of weight gain, distorted body image"; }, { readonly value: "bulimia"; readonly label: "Bulimia Nervosa"; readonly description: "Binge eating followed by compensatory behaviors (purging, fasting, excessive exercise)"; }, { readonly value: "binge_eating"; readonly label: "Binge Eating Disorder"; readonly description: "Recurrent episodes of eating large amounts without compensatory behaviors"; }, { readonly value: "arfid"; readonly label: "ARFID — Avoidant/Restrictive Food Intake Disorder"; readonly description: "Extremely picky eating or food avoidance not related to body image — often sensory-driven"; }, { readonly value: "did"; readonly label: "Dissociative Identity Disorder (DID)"; readonly description: "Presence of two or more distinct identity states with gaps in memory"; }, { readonly value: "depersonalization"; readonly label: "Depersonalization / Derealization Disorder"; readonly description: "Feeling detached from yourself or that the world around you is unreal"; }, { readonly value: "schizophrenia"; readonly label: "Schizophrenia"; readonly description: "Disruptions in thought processes, perceptions, emotions, and behavior"; }, { readonly value: "schizoaffective"; readonly label: "Schizoaffective Disorder"; readonly description: "Symptoms of schizophrenia combined with mood disorder episodes"; }, { readonly value: "other_mental_health"; readonly label: "Other mental health condition"; readonly description: "A condition not listed above"; }, { readonly value: "prefer_not_to_say"; readonly label: "Prefer not to say"; }]; export declare const personalityPatternOptions: readonly [{ readonly value: "paranoid_pd"; readonly label: "Paranoid Personality"; readonly description: "Pervasive distrust and suspicion of others — interpreting motives as malevolent"; }, { readonly value: "schizoid_pd"; readonly label: "Schizoid Personality"; readonly description: "Detachment from social relationships and limited emotional expression"; }, { readonly value: "schizotypal_pd"; readonly label: "Schizotypal Personality"; readonly description: "Eccentric behavior, unusual perceptual experiences, and social discomfort"; }, { readonly value: "antisocial_pd"; readonly label: "Antisocial Personality (ASPD)"; readonly description: "Disregard for and violation of the rights of others — lack of remorse"; }, { readonly value: "borderline_pd"; readonly label: "Borderline Personality (BPD)"; readonly description: "Instability in relationships, self-image, emotions, and impulsivity — fear of abandonment"; }, { readonly value: "histrionic_pd"; readonly label: "Histrionic Personality (HPD)"; readonly description: "Excessive attention-seeking, dramatic behavior, and exaggerated emotional expression"; }, { readonly value: "narcissistic_pd"; readonly label: "Narcissistic Personality (NPD)"; readonly description: "Grandiosity, need for admiration, and lack of empathy for others"; }, { readonly value: "avoidant_pd"; readonly label: "Avoidant Personality (AVPD)"; readonly description: "Social inhibition, feelings of inadequacy, and extreme sensitivity to criticism"; }, { readonly value: "dependent_pd"; readonly label: "Dependent Personality (DPD)"; readonly description: "Excessive need to be taken care of — submissive, clingy, and fear of separation"; }, { readonly value: "ocpd"; readonly label: "Obsessive-Compulsive Personality (OCPD)"; readonly description: "Preoccupation with orderliness, perfectionism, and control — different from OCD"; }, { readonly value: "other_personality"; readonly label: "Other personality pattern"; readonly description: "A personality pattern not listed above"; }, { readonly value: "prefer_not_to_say"; readonly label: "Prefer not to say"; }]; export declare const neurologicalChronicConditionOptions: readonly [{ readonly value: "epilepsy"; readonly label: "Epilepsy / Seizure Disorder"; readonly description: "Recurrent seizures caused by abnormal electrical activity in the brain"; }, { readonly value: "chronic_fatigue_me"; readonly label: "Chronic Fatigue Syndrome / ME"; readonly description: "Extreme fatigue that doesn’t improve with rest and worsens with physical/mental activity"; }, { readonly value: "fibromyalgia"; readonly label: "Fibromyalgia"; readonly description: "Widespread musculoskeletal pain with fatigue, sleep, and cognitive difficulties"; }, { readonly value: "chronic_pain"; readonly label: "Chronic Pain Syndrome"; readonly description: "Persistent pain lasting months or years beyond expected healing time"; }, { readonly value: "migraine"; readonly label: "Chronic Migraine"; readonly description: "Severe recurring headaches often with nausea, sensitivity to light and sound"; }, { readonly value: "tbi"; readonly label: "Traumatic Brain Injury (TBI)"; readonly description: "Brain damage from external force — can affect cognition, behavior, and emotions"; }, { readonly value: "ehlers_danlos"; readonly label: "Ehlers-Danlos Syndrome (EDS)"; readonly description: "Connective tissue disorder causing joint hypermobility, skin fragility, and chronic pain"; }, { readonly value: "pots"; readonly label: "POTS — Postural Orthostatic Tachycardia Syndrome"; readonly description: "Autonomic nervous system dysfunction causing rapid heartbeat and dizziness on standing"; }, { readonly value: "sleep_disorder"; readonly label: "Sleep Disorder (Insomnia, Narcolepsy, Sleep Apnea)"; readonly description: "Persistent difficulty falling/staying asleep, or excessive daytime sleepiness"; }, { readonly value: "none"; readonly label: "None of these"; readonly description: "No neurological or chronic conditions"; }, { readonly value: "other_neurological"; readonly label: "Other neurological / chronic condition"; readonly description: "A condition not listed above"; }, { readonly value: "prefer_not_to_say"; readonly label: "Prefer not to say"; }]; export declare const ageOfRealizationOptions: readonly [{ readonly value: "childhood"; readonly label: "Childhood (before 13)"; }, { readonly value: "teen"; readonly label: "Teen years (13–18)"; }, { readonly value: "young_adult"; readonly label: "Young adult (19–30)"; }, { readonly value: "adult"; readonly label: "Adult (31–50)"; }, { readonly value: "later_life"; readonly label: "Later in life (50+)"; }, { readonly value: "still_exploring"; readonly label: "Still exploring"; }, { readonly value: "prefer_not_to_say"; readonly label: "Prefer not to say"; }]; export declare const sensoryProfileOptions: readonly [{ readonly value: "hyper_sound"; readonly label: "Hypersensitive to sound"; }, { readonly value: "hypo_sound"; readonly label: "Hyposensitive to sound"; }, { readonly value: "hyper_light"; readonly label: "Hypersensitive to light"; }, { readonly value: "hypo_light"; readonly label: "Hyposensitive to light"; }, { readonly value: "hyper_touch"; readonly label: "Hypersensitive to touch / textures"; }, { readonly value: "hypo_touch"; readonly label: "Hyposensitive to touch"; }, { readonly value: "hyper_smell"; readonly label: "Hypersensitive to smells"; }, { readonly value: "hypo_smell"; readonly label: "Hyposensitive to smells"; }, { readonly value: "hyper_taste"; readonly label: "Hypersensitive to taste"; }, { readonly value: "hypo_taste"; readonly label: "Hyposensitive to taste"; }, { readonly value: "seeks_stimulation"; readonly label: "Seeks sensory stimulation"; }, { readonly value: "sensory_overwhelm"; readonly label: "Sensory overwhelm / shutdown"; }, { readonly value: "none"; readonly label: "No specific sensitivities"; }, { readonly value: "prefer_not_to_say"; readonly label: "Prefer not to say"; }]; export declare const cognitiveStrengthOptions: readonly [{ readonly value: "hyperfocus"; readonly label: "Hyperfocus on interests"; }, { readonly value: "pattern_recognition"; readonly label: "Pattern recognition"; }, { readonly value: "creative_thinking"; readonly label: "Creative / divergent thinking"; }, { readonly value: "attention_to_detail"; readonly label: "Attention to detail"; }, { readonly value: "systems_thinking"; readonly label: "Systems thinking"; }, { readonly value: "big_picture"; readonly label: "Big-picture thinking"; }, { readonly value: "visual_spatial"; readonly label: "Visual-spatial skills"; }, { readonly value: "specialized_memory"; readonly label: "Specialized / topic memory"; }, { readonly value: "problem_solving"; readonly label: "Problem-solving"; }, { readonly value: "empathy"; readonly label: "Empathy / emotional insight"; }, { readonly value: "passionate_curiosity"; readonly label: "Passionate curiosity"; }, { readonly value: "directness_honesty"; readonly label: "Honesty / directness"; }, { readonly value: "persistence"; readonly label: "Persistence"; }, { readonly value: "none_unsure"; readonly label: "None / unsure"; }, { readonly value: "prefer_not_to_say"; readonly label: "Prefer not to say"; }]; export declare const executiveFunctionChallengeOptions: readonly [{ readonly value: "planning_organization"; readonly label: "Planning / organization"; }, { readonly value: "time_management"; readonly label: "Time management / time blindness"; }, { readonly value: "task_initiation"; readonly label: "Task initiation (getting started)"; }, { readonly value: "task_switching"; readonly label: "Task switching / transitions"; }, { readonly value: "working_memory"; readonly label: "Working memory"; }, { readonly value: "emotional_regulation"; readonly label: "Emotional regulation"; }, { readonly value: "impulse_control"; readonly label: "Impulse control"; }, { readonly value: "focus_attention"; readonly label: "Focus / sustaining attention"; }, { readonly value: "prioritization"; readonly label: "Prioritization"; }, { readonly value: "decision_fatigue"; readonly label: "Decision-making / decision fatigue"; }, { readonly value: "self_motivation"; readonly label: "Self-motivation"; }, { readonly value: "sleep_regulation"; readonly label: "Sleep regulation"; }, { readonly value: "none"; readonly label: "No significant challenges"; }, { readonly value: "prefer_not_to_say"; readonly label: "Prefer not to say"; }]; export declare const learningStyleOptions: readonly [{ readonly value: "visual"; readonly label: "Visual learner"; }, { readonly value: "auditory"; readonly label: "Auditory learner"; }, { readonly value: "kinesthetic"; readonly label: "Kinesthetic / hands-on"; }, { readonly value: "reading_writing"; readonly label: "Reading & writing"; }, { readonly value: "multimodal"; readonly label: "Multimodal (combination)"; }, { readonly value: "needs_repetition"; readonly label: "Needs repetition"; }, { readonly value: "needs_structure"; readonly label: "Learns best with structure"; }, { readonly value: "prefers_autonomy"; readonly label: "Learns best with autonomy"; }, { readonly value: "prefer_not_to_say"; readonly label: "Prefer not to say"; }]; export declare const communicationPreferenceOptions: readonly [{ readonly value: "face_to_face"; readonly label: "Face-to-face verbal"; }, { readonly value: "written"; readonly label: "Written (text / email / chat)"; }, { readonly value: "phone"; readonly label: "Phone calls"; }, { readonly value: "video"; readonly label: "Video calls"; }, { readonly value: "small_groups"; readonly label: "Small groups only"; }, { readonly value: "one_on_one"; readonly label: "One-on-one"; }, { readonly value: "visual_aids"; readonly label: "With visual aids"; }, { readonly value: "async"; readonly label: "Async over synchronous"; }, { readonly value: "prefer_not_to_say"; readonly label: "Prefer not to say"; }]; export declare const supportAccommodationOptions: readonly [{ readonly value: "flexible_schedule"; readonly label: "Flexible schedule / deadlines"; }, { readonly value: "written_instructions"; readonly label: "Written instructions"; }, { readonly value: "quiet_workspace"; readonly label: "Quiet workspace"; }, { readonly value: "regular_breaks"; readonly label: "Regular breaks"; }, { readonly value: "body_doubling"; readonly label: "Body-doubling / co-working"; }, { readonly value: "assistive_tech"; readonly label: "Assistive technology"; }, { readonly value: "noise_cancelling"; readonly label: "Noise-cancelling headphones"; }, { readonly value: "fidget_tools"; readonly label: "Fidget tools / sensory items"; }, { readonly value: "structured_routines"; readonly label: "Structured routines"; }, { readonly value: "clear_expectations"; readonly label: "Clear expectations"; }, { readonly value: "visual_schedules"; readonly label: "Visual schedules / checklists"; }, { readonly value: "therapy"; readonly label: "Professional therapy / counseling"; }, { readonly value: "medication"; readonly label: "Medication"; }, { readonly value: "peer_support"; readonly label: "Peer support groups"; }, { readonly value: "coaching"; readonly label: "ADHD / ASD coaching"; }, { readonly value: "family_support"; readonly label: "Family / caregiver support"; }, { readonly value: "none"; readonly label: "No specific support needed"; }, { readonly value: "prefer_not_to_say"; readonly label: "Prefer not to say"; }]; export declare const maskingBurnoutOptions: readonly [{ readonly value: "frequently"; readonly label: "Frequently — leads to burnout"; readonly description: "Mask most of the time; often experience burnout"; }, { readonly value: "sometimes"; readonly label: "Sometimes"; readonly description: "Mask in certain settings"; }, { readonly value: "rarely"; readonly label: "Rarely"; }, { readonly value: "never"; readonly label: "Never"; }, { readonly value: "not_sure"; readonly label: "Not sure what this means"; }, { readonly value: "prefer_not_to_say"; readonly label: "Prefer not to say"; }]; export declare const impactOnLifeOptions: readonly [{ readonly value: "significant"; readonly label: "Significant impact"; readonly description: "Need daily support to function"; }, { readonly value: "moderate"; readonly label: "Moderate impact"; readonly description: "Some support helps me thrive"; }, { readonly value: "mild"; readonly label: "Mild impact"; readonly description: "Manageable with awareness"; }, { readonly value: "minimal"; readonly label: "Minimal / no noticeable impact"; }, { readonly value: "varies"; readonly label: "Varies day to day"; }, { readonly value: "prefer_not_to_say"; readonly label: "Prefer not to say"; }]; export declare const neurodiversity: FieldGroup; //# sourceMappingURL=08-neurodiversity.d.ts.map