fieldnotesai
    Preparing search index...

    Represents the complete intake form data structure, including client information, safety plans, health assessments, and session summaries.

    interface IntakeFormData {
        abuse_types?: string[];
        barriers_to_care?: string;
        birth_country?: string;
        care_accessed?: boolean;
        children?: ChildRecord[];
        children_present_during_incident?: boolean;
        children_services_client_concerns?: string;
        children_services_involvement?: boolean;
        children_services_notes?: string;
        children_services_trigger?: string;
        children_services_type?: string;
        client_emotional_state?: string;
        client_response_patterns?: string;
        current_housing?: string;
        current_safety_rating?: number;
        date_of_intake?: string;
        dob?: string;
        elements_in_place?: string;
        emergency_contact_location?: string;
        emergency_contact_name?: string;
        emergency_contact_phone?: string;
        emergency_contact_relationship?: string;
        employment_status?: string;
        financial_stressors?: string;
        follow_up_appointment?: string;
        full_name?: string;
        gaps_identified?: string;
        has_existing_plan?: boolean;
        housing_safety_concern_detail?: string;
        housing_stability?: string;
        immediate_financial_needs?: string;
        income_source?: string;
        indigenous_identity?: boolean;
        key_issues?: string;
        long_term_goals?: string;
        medium_term_goals?: string;
        mental_health_notes?: string;
        message_visibility_concern?: boolean;
        message_visibility_concern_detail?: string;
        most_recent_incident?: string;
        most_severe_incident?: string;
        next_steps?: string;
        number_of_children?: number;
        partner_contact_patterns?: string;
        physical_health_notes?: string;
        practitioner_name?: string;
        preferred_contact_method?: string;
        preferred_name?: string;
        primary_supports?: string;
        release_of_information?: string;
        safety_concerns?: boolean;
        secondary_supports?: string;
        short_term_goals?: string;
        support_barriers?: string;
        times_of_increased_fear?: string;
        year_of_arrival?: string;
    }
    Index

    Properties

    abuse_types?: string[]
    barriers_to_care?: string
    birth_country?: string
    care_accessed?: boolean
    children?: ChildRecord[]
    children_present_during_incident?: boolean
    children_services_client_concerns?: string
    children_services_involvement?: boolean
    children_services_notes?: string
    children_services_trigger?: string
    children_services_type?: string
    client_emotional_state?: string
    client_response_patterns?: string
    current_housing?: string
    current_safety_rating?: number
    date_of_intake?: string
    dob?: string
    elements_in_place?: string
    emergency_contact_location?: string
    emergency_contact_name?: string
    emergency_contact_phone?: string
    emergency_contact_relationship?: string
    employment_status?: string
    financial_stressors?: string
    follow_up_appointment?: string
    full_name?: string
    gaps_identified?: string
    has_existing_plan?: boolean
    housing_safety_concern_detail?: string
    housing_stability?: string
    immediate_financial_needs?: string
    income_source?: string
    indigenous_identity?: boolean
    key_issues?: string
    long_term_goals?: string
    medium_term_goals?: string
    mental_health_notes?: string
    message_visibility_concern?: boolean
    message_visibility_concern_detail?: string
    most_recent_incident?: string
    most_severe_incident?: string
    next_steps?: string
    number_of_children?: number
    partner_contact_patterns?: string
    physical_health_notes?: string
    practitioner_name?: string
    preferred_contact_method?: string
    preferred_name?: string
    primary_supports?: string
    release_of_information?: string
    safety_concerns?: boolean
    secondary_supports?: string
    short_term_goals?: string
    support_barriers?: string
    times_of_increased_fear?: string
    year_of_arrival?: string