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 Version History

« Previous Version 6 Next »

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


Data Properties:

 Click here to view all data properties under the /disciplineAction endpoint:

#

Property Name

Data Type

Public (Required/ Optional/ Conditional)

Choice (Required/ Optional/ Conditional)

Business Definition

Data Element Page

1.0

disciplineActionIdentifier

string

REQ’D

NOT REQ’D

Identifier assigned by the education organization to the DisciplineAction.

disciplineDate

string

The date of the DisciplineAction.

disciplines

array

An unordered collection of disciplineActionDisciplines. Type of action, such as removal from the classroom, used to discipline the student involved as a perpetrator in a discipline incident.

disciplineDescriptor

string

Type of action, such as removal from the classroom, used to discipline the student involved as a perpetrator in a discipline incident.

schoolId

integer

The identifier assigned to a school.

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

studentUniqueId

string

REQ’D

NOT REQ’D

A unique alphanumeric code assigned to a student.

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

actualDisciplineActionLength

number

Indicates the actual length in school days of a student's disciplinary assignment.

disciplineActionLength

number

The length of time in school days for the DisciplineAction (e.g. removal, detention), if applicable.

modifiedTermDescriptor

string

Identifies if the duration of the expulsion has been modified from the federally required one year of expulsion for a fire arms incident.

earlyReinstatementCondition

boolean

Following an expulsion, the student had early reinstatement condition to return to school prior to the end of the expulsion.


Descriptors:

 Click here to view all descriptors for the /studentDisciplineIncidentAssociation endpoint:

NameSpace

Code Value

Short Description

Long Description


Use Cases:

 Click here to view all the use cases pertaining to the /disciplineAction endpoint:


JSON Sample:

 JSON sample for /disciplineAction:
{
	"studentReference": {
      "studentUniqueId": "1001058294",
},
"responsibilitySchoolReference": {
      "schoolId": 6,
},
    "disciplineActionIdentifier": "DATEST-12194",
    "disciplineDate": "2019-08-10",
    "disciplineActionLength": 1,
    "actualDisciplineActionLength": 1,
    "_ext": {
      "wi": {
   "modifiedTermDescriptor": "uri://dpi.wi.gov/ModifiedTermDescriptor#M",
   "earlyReinstatementCondition": false,
}
    },
    "disciplines": [
      {
       "disciplineDescriptor": "uri://dpi.wi.gov/DisciplineDescriptor#04"
      }
    ],
    "studentdisciplineIncidentAssociations": [
      {
        "studentdisciplineIncidentAssociationReference": {
          "incidentIdentifier": "INCid-12194",
          "schoolId": 6,
}
      }],
}

 

  • No labels