For data sharing integrations with the School Pathways SIS, we have some custom export files that SIRAS can generate nightly for Special Ed related data.
Most of the documentation for standard integrations is still relevant and can be found here:
https://sirassystems.happyfox.com/kb/article/69-siras-to-sis-file-based-data-transfer-files/
The custom files currenly include:
1. Students.csv (student data)
students_id,students_state_id,residential_status,primary_disability,secondary_disability,last_iep_type,iep_date,last_iep_date,next_iep_date,last_evaluation_date,next_evaluation_date,initial_placement_date,sped_exit_date,postsecondary_transition_status,bip,special_transportation,diploma_or_certificate_completion,ela_participation,ela_accommodations,math_participation,math_accommodations,science_participation,science_accommodations,case_manager,provider_type,provider,classroom_accommodations
Note: the "accommodations" columns contain data for student's testing accommodations by subject
2. Service.csv (Special Ed services)
students_id,students_state_id,service,start_date,end_date,provider_agency,location,frequency,duration,subject,responsible_staff
3. Goals.csv (Annual IEP goals)
students_id,students_state_id,description,area_of_need,annual_goal,baseline,goal
Pathway-to-SIRAS import:
Currently there is a single file which SIRAS is reading to update student demographic data, but also has the primary contact data.
It would be preferable if the contacts were separated out into a different file with one Contact per line, to match the data model.