WI DPI WISEdata Ed-Fi Docs
/studentSchoolFoodServicesProgramAssociation
- Jaidaa Shafaei
This endpoint is expected from Choice schools.
Ed-Fi Tech Docs: https://techdocs.ed-fi.org/display/EDFICERT/v3+Student+Program+%3E+StudentSchoolFoodServicesProgramAssociation
Data Properties:
# | Property Name | Data Type | Public (Required/ Optional/ Conditional) | Choice (Required/ Optional/ Conditional) | Business Definition | Data Element Page |
---|---|---|---|---|---|---|
1.0 | beginDate* | string | REQ'D | REQ'D | The earliest date the student is involved with the program. Typically, this is the date the student becomes eligible for the program. | https://dpi.wi.gov/wise/data-elements/ssfspa-begin-end-dates |
2.0 | educationOrganizationId* | integer | REQ'D | REQ'D | The identifier assigned to an education organization. | |
3.0 | programName* | string | REQ'D | REQ'D | The formal name of the Program of instruction, training, services, or benefits available through federal, state, or local agencies. The value is: School Food Service Eligibility | NA |
4.0 | programTypeDescriptor* | string | REQ'D | REQ'D | The type of program, which is ‘uri://dpi.wi.gov/ProgramTypeDescriptor#SFS’ | NA |
5.0 | studentUniqueId* | string | REQ'D | REQ'D | A unique alphanumeric code assigned to a student.The identifier assigned to an education organization. | |
6.0 | endDate | string | REQ'D | REQ'D | The month, day, and year on which the Student exited the Program or stopped receiving services. | https://dpi.wi.gov/wise/data-elements/ssfspa-begin-end-dates |
7.0 | schoolFoodServiceProgramServiceDescriptor | string | REQ'D | REQ'D | Indicates the service being provided to the student by the School Food Service Program. Values are: Free, Reduced, Full-price, and Unknown | https://dpi.wi.gov/wise/data-elements/food-services-eligibility |
Descriptors:
Namespace | Code Value | Short Description | Description |
---|
Namespace | Code Value | Short Description | Description |
---|---|---|---|
uri://dpi.wi.gov/SchoolFoodServiceProgramServiceDescriptor | F | Free | Free |
N | Full price | Full price | |
R | Reduced price | Reduced price | |
U | Unknown | Unknown |
Use Cases:
# | Use Case Title | Use Case Description | What to Submit/retrieve |
---|
# | Use Case Title | Use Case Description | What to Submit/retrieve |
---|---|---|---|
1.0 | Sending the food service eligibility for a student who stays at the same school until the end of the school year | Each day of a primary enrollment is expected to be covered by a Student School Food Service Program Association (SSFSPA) record, regardless of whether or not the school participates in the National School Lunch Program (NSLP).
| POST on /studentSchoolFoodServiceProgramAssociation: |
2.0 | Sending the food service eligibility for a student whose food service eligibility was carried over from the previous school year for 30 operating days and 1) a new application has NOT been received; | The student's food service eligibility on the last day of school is valid in next school year for 30 days. After 30 days, the food service eligibility has to be updated.
| The 30 days from the first day of school: POST on /studentSchoolFoodServiceProgramAssociation: The 31st operating day : POST on /studentSchoolFoodServiceProgramAssociation: |
3.0 | Sending the food service eligibility for a student who transfers from School A to School B | When a student ends their primary enrollment (SSA), then the SSFSPA record should be ended on the day their enrollment ends.
| School A: POST on /studentSchoolFoodServiceProgramAssociation: School B: POST on /studentSchoolFoodServiceProgramAssociation: |
4.0 | Sending ‘Unknown' as a Food Services Eligibility | The value “Unknown” must to be available as an option, and reported to WISEdata when selected by the user. For schools not participating in the Community Eligibility Provision (CEP), National School Lunch Program (NSLP), or Seamless Summer Option (SSO) and using the alternate household income form for WISEdata reporting, they should report a student identified as economically disadvantaged on this form as “True” and “Unknown” for Food Service Eligibility.
| POST on /studentSchoolFoodServiceProgramAssociation: |
JSON Sample:
{
"educationOrganizationReference": {
"educationOrganizationId": 7525
},
"programReference": {
"educationOrganizationId": 48856,
"programName": "School Food Service Eligibility",
"programTypeDescriptor": "uri://dpi.wi.gov/ProgramTypeDescriptor#SFS"
},
"studentReference": {
"studentUniqueId": "8660232105"
},
"reasonExitedDescriptor": "uri://dpi.wi.gov/ReasonExitedDescriptor#R",
"beginDate": "2020-07-01",
"endDate": "2021-06-05",
"schoolFoodServiceProgramServices": [{
"schoolFoodServiceProgramServiceDescriptor": "uri://dpi.wi.gov/SchoolFoodServiceProgramServiceDescriptor#R"
}]
}
Wisconsin Department of Public Instruction