fieldnotesai
    Preparing search index...

    Interface HealthAssessment

    Provides functionality for health assessment.

    interface HealthAssessment {
        barriers_to_care?: string;
        care_accessed: boolean;
        case_id: string;
        created_at: string;
        id: string;
        mental_health_notes?: string;
        physical_health_notes?: string;
    }
    Index

    Properties

    barriers_to_care?: string
    care_accessed: boolean
    case_id: string
    created_at: string
    id: string
    mental_health_notes?: string
    physical_health_notes?: string