- Created by Jaidaa Shafaei , last modified on Jan 06, 2022
You are viewing an old version of this page. View the current version.
Compare with Current View Version History
« Previous Version 7 Next »
Ed-Fi Tech Docs: https://techdocs.ed-fi.org/display/EDFICERT/v3+Student+Discipline+%3E+DisciplineAction
Data Properties:
# | 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. | |
2.0 | disciplineDate | string | REQ’D | NOT REQ’D | The date of the DisciplineAction. | |
3.0 | disciplines | array |
| NOT REQ’D | 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. | NA |
4.0 | incidentIdentifier | string | REQ’D | NOT REQ’D | A locally assigned unique identifier (within the school or school district) to identify each specific DisciplineIncident or occurrence. The same identifier should be used to document the entire DisciplineIncident even if it included multiple offenses and multiple offenders. | https://dpi.wi.gov/wise/data-elements/disciplineincidentidentifier |
5.0 | disciplineDescriptor | string | REQ’D | NOT REQ’D | Type of action, such as removal from the classroom, used to discipline the student involved as a perpetrator in a discipline incident. | |
6.0 | responsibilitySchoolReference. schoolId | integer | OPT | NOT REQ’D | The identifier assigned to a school. | https://dpi.wi.gov/wise/data-elements/disciplineschoolreference |
7.0 | studentUniqueId | string | REQ’D | NOT REQ’D | A unique alphanumeric code assigned to a student. | https://dpi.wi.gov/wise/data-elements/disciplinestudentsreference |
8.0 | actualDisciplineActionLength | number | CONDITIONALLY REQ’D | NOT REQ’D | Indicates the actual length in school days of a student's disciplinary assignment. | https://dpi.wi.gov/wise/data-elements/actualdisciplinelength |
9.0 | disciplineActionLength | number | REQ’D | NOT REQ’D | The length of time in school days for the DisciplineAction (e.g. removal, detention), if applicable. | |
10.0 | modifiedTermDescriptor | string | CONDITIONALLY REQ’D | NOT REQ’D | Identifies if the duration of the expulsion has been modified from the federally required one year of expulsion for a fire arms incident. | |
11.0 | earlyReinstatementCondition | boolean | CONDITIONALLY REQ’D | NOT REQ’D | Following an expulsion, the student had early reinstatement condition to return to school prior to the end of the expulsion. Values are: True, False, and Null |
Descriptors:
NameSpace | Code Value | Short Description | Long Description |
---|---|---|---|
uri://dpi.wi.gov/DisciplineDescriptor | 1 | In School Suspension | An "in-school suspension" is an instance where a student is temporarily removed from his/her regular classroom(s) for disciplinary purposes but remains under the direct supervision of school personnel. Direct supervision means school personnel are physically in the same location as the student under their supervision. "In-school suspensions" include both removals in which no IEP services are provided and those in which the student continues to receive services according to his/her IEP. This code is valid only if primary disability <>N as of the removal period start date. |
2 | Out of School Suspension | An "out-of-school suspension" (also known as "suspension") is a removal from school grounds imposed by the school administration for noncompliance with school district policies or rules; for threatening to destroy school property; or for endangering the property, health, or safety of those at school. See s. 120.13(1)(b), Wis. Stats. | |
3 | Expulsion | An "expulsion" is a removal from school grounds for purposes of discipline as imposed by the school board for violation of school district rules; threats against school property; or conduct which endangers the property, health, or safety of those at school. Expulsion is a formal school board action pursuant to s. 120.13 (1) and (first-class city school district) s. 119.25. | |
4 | Expulsion with Services | Definition for expulsion PLUS the student who was expelled from School A received educational services during the expulsion period during this school term. Educational services may either be provided by another school or by School A at a setting off School A's grounds. | |
5 | IAES by School Personnel | Placement in IAES - school personnel is an instance in which school personnel (not the IEP team) order the removal of a student with disabilities from his or her current educational placement to an appropriate interim alternative educational setting for not more than 45 school days as the result of drug offenses, dangerous weapon offenses, or causing serious bodily injury. The IEP team is responsible for determining the interim alternative educational setting. "Placement in IAES - school personnel" does NOT include decisions by the IEP team to change a student's placement.This code is valid only if primary disability <>N as of the removal period start date. | |
6 | IAES by Hearing Officer | Placement in IAES - hearing officer is an instance in which an impartial IDEA hearing officer orders the removal of a student with disabilities from his or her current educational placement to an appropriate alternative educational setting for not more than 45 school days based on the IDEA hearing officer’s determination that maintaining the child’s current placement is substantially likely to result in injury to the child or others. The IEP team is responsible for determining the interim alternative educational setting.This code is valid only if primary disability <> N as of the removal period start date. | |
uri://dpi.wi.gov/ModifiedTermDescriptor | I | Modified because of IDEA | Reduction in the minimum one-year (12 month) expulsion period for firearms because of IDEA. The expulsion period begins on the removal period start date. This reduction is specified in the student's expulsion order under s.120.13(1)(c)3 or (e)3, Wis Stats. |
M | Modified for reasons other than IDEA | Reduction in the minimum one-year (12 month) expulsion period for firearms for reasons other than IDEA. The expulsion period begins on the removal period start date. This reduction is specified in the student's expulsion order under s.120.13(1)(c)3 or (e)3, Wis Stats. | |
N | Firearms Incident Type and not modified OR not a firearms Incident Type | Firearms Incident Type and not modified OR not a firearms Incident Type |
Use Cases:
|
|
|
|
---|---|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
JSON Sample:
{ "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
0 Comments