IFSPType


Description

IFSP type classifications defining the categories and types of Individualized Family Service Plans for early intervention services. This lookup table provides standardized IFSP type definitions including Initial IFSP, Annual IFSP, Interim IFSP, and Transition IFSP, supporting proper IFSP categorization, workflow management, and regulatory compliance with early intervention service requirements.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
IFSPTypeID int 4 null

Primary key - Unique identifier for each IFSP type

IFSPTypeName varchar 20 null

IFSP type name - Descriptive name of the IFSP type (e.g., ‘Initial’, ‘Annual’, ‘Interim’, ‘Transition’)

orderBy int 4 null

Display order - Numeric order for displaying IFSP types in user interfaces and reports

Relationships