Versions Compared

Key

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

...

Expand
titleClick here to view all data properties under the /studentHomelessProgramAssociation 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 Homeless Children and youthYouth

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

homelessPrimaryNighttimeResidenceDescriptor

string

CONDITINALLY REQ'D

NOT REQ'D

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

Values are: Shelters and Transitional Housing (S), Doubled Up (D), Hotel/Motels (H), and Unsheltered (U)

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

...

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

...