WI DPI WISEdata Ed-Fi Docs

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

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


Data Properties:

 Click 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

homelessPrimaryNighttimeResidenceDescriptor

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:

 Click 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


JSON Sample:

 JSON sample for public LEAs:
{
	"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
}

  • No labels

0 Comments

You are not logged in. Any changes you make will be marked as anonymous. You may want to Log In if you already have an account.