Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Ed-Fi Tech Docs: https://techdocs.ed-fi.org/display/EDFICERT/v3+Student+Program+%3E+StudentHomelessProgramAssociation

...

Data Properties:

Expand
titleClick here to view all data properties under the /student endpoint:

#

Property Name

Data Type

Public (Required/ Optional/ Conditional)

Choice (Required/ Optional/ Conditional)

Business Definition

Data Element Page

1.0

beginDate

string

CONDITINALLY REQ'D

NOT 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/homeless-begin-end-dates

2.0

educationOrganizationId

integer

CONDITINALLY REQ'D

NOT REQ'D

The identifier assigned to an education organization.

https://dpi.wi.gov/wise/data-element/edorgid

3.0

programName

string

CONDITINALLY REQ'D

NOT REQ'D

The formal name of the Program of instruction, training, services, or benefits available through federal, state, or local agencies.

The value is: Education for Homeless Children and Youth

https://dpi.wi.gov/wise/data-elements/homeless-status

4.0

programTypeDescriptor

string

CONDITINALLY REQ'D

NOT REQ'D

The type of program, which is ‘uri://dpi.wi.gov/ProgramTypeDescriptor#H’

NA

5.0

studentUniqueId

string

CONDITINALLY REQ'D

NOT REQ'D

A unique alphanumeric code assigned to a student.

https://dpi.wi.gov/wise/data-elements/WISEid

6.0

endDate

string

CONDITINALLY REQ'D

NOT 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/homeless-begin-end-dates

7.0

8.0

9.0

10.0

11.0

12.0homelessPrimaryNighttimeResidenceDescriptor

string

CONDITINALLY REQ'D

NOT REQ'D

The primary nighttime residence of the student at the time the student is identified as homeless.

https://dpi.wi.gov/wise/data-elements/homeless-primary-nighttime-residence

8.0

homelessUnaccompaniedYouth

boolean

CONDITINALLY REQ'D

NOT REQ'D

A homeless unaccompanied youth is a youth who is not in the physical custody of a parent or guardian and who fits the McKinney-Vento definition of homeless. Students must be both unaccompanied and homeless to be included as an unaccompanied homeless youth.

https://dpi.wi.gov/wise/data-elements/homeless-unaccompanied-youth

...

Use Cases:

Expand
titleClick here to view all the use cases pertaining to the /student endpoint:

#

Use Case Title

Use Case Description

What to Submit/retrieve

1.0

2.0

3.0

4.0

5.0

6.0

7.0

...

Expand
titleJSON sample for public LEAs:
Code Block
languagejson
{
	"educationOrganizationReference": {
		"educationOrganizationId": 7525
	},
	"programReference": {
		"educationOrganizationId": 48856,
		"programtypeDescriptor": "uri://dpi.wi.gov/ProgramTypeDescriptor#H",
		"programname": "Education for Homeless Children and Youth"
	},
	"studentReference": {
		"studentUniqueId": "8660232105"
	},
	"beginDate": "2020-07-01",
	"endDate": "2021-06-05",
	"homelessprimaryNighttimeResidenceDescriptor": "uri://dpi.wi.gov/homelessprimaryNighttimeResidenceDescriptor#S",
	"homelessUnaccompaniedYouth": true
}