- Created by Jaidaa Shafaei, last modified on Mar 09, 2022
You are viewing an old version of this page. View the current version.
Compare with Current View Page History
« Previous Version 10 Next »
Reporting parent and guardian information to WISEdata Portal helps enable WISEdata to integrate with more services, including the Wisconsin eSchool Network and some special education vendors. This is an optional data collection, but highly recommended.
This endpoint is expected from Choice schools.
Ed-Fi Tech Docs: https://techdocs.ed-fi.org/display/EDFICERT/v3+Parent+%3E+Parent
Data Properties:
# | Property Name | Data Type | Public (Required/ Optional/ Conditional) | Choice (Required/ Optional/ Conditional) | Business Definition | Data Element Page |
---|---|---|---|---|---|---|
1.0 | parentUniqueId* | string | REQ'D | REQ'D | A unique alphanumeric code assigned to a parent. parentUniqueId: [LEA ID+’-’+parent unique ID in SIS system] | https://dpi.wi.gov/wise/data-elements/parent-guardian-wisedata |
2.0 | firstName | string | REQ'D | REQ'D | A name given to an individual at birth, baptism, or during another naming ceremony, or through legal change. | NA |
3.0 | middleName | string | OPT | OPT | A secondary name given to an individual at birth, baptism, or during another naming ceremony. | NA |
4.0 | LastSurname | string | REQ'D | REQ'D | The name borne in common by members of a family. | NA |
5.0 | generationCodeSuffix | string | OPT | OPT | An appendage, if any, used to denote an individual's generation in his family (e.g., Jr., Sr., III). | NA |
6.0 | parentAddress | array | OPT | OPT | An unordered collection of parentAddresses. Parent's address, if different from the student address. | NA |
7.0 | addressTypeDescriptor | string | OPT | OPT | The type of address listed for an individual or organization. For example: Physical Address, Mailing Address, Home Address, etc.) | NA |
8.0 | streetNumberName | string | OPT | OPT | The street number and street name or post office box number of an address. | NA |
9.0 | apartmentRoomSuiteNumber | string | OPT | OPT | The apartment, room, or suite number of an address. | NA |
10.0 | city | string | OPT | OPT | The name of the city in which an address is located. | NA |
11.0 | stateAbbreviationDescriptor | string | OPT | OPT | The abbreviation for the state (within the United States) or outlying area in which an address is located. | NA |
12.0 | postalCode | string | OPT | OPT | The five or nine digit zip code or overseas postal code portion of an address. | NA |
13.0 | parentElectronicMail | array | OPT | OPT | An unordered collection of parentElectronicMails. The numbers, letters, and symbols used to identify an electronic mail (e-mail) user within the network to which the individual or organization belongs. | NA |
14.0 | electronicMailTypeDescriptor | string | OPT | OPT | The type of email listed for an individual or organization. Values are: Home/Personal, or Work | NA |
15.0 | electronicMailAddress | string | OPT | OPT | The electronic mail (e-mail) address listed for an individual or organization. | NA |
16.0 | parentLanguage | array | OPT | OPT | An unordered collection of parentLanguages. The language(s) the individual uses to communicate. It is strongly recommended that entries use only ISO 639-2 language codes. | NA |
17.0 | languageDescriptor | string | OPT | OPT | A specification of which written or spoken communication is being used. | NA |
18.0 | parentTelephone | array | OPT | OPT | An unordered collection of parentTelephones. The 10-digit telephone number, including the area code, for the person. | NA |
19.0 | telephoneNumberTypeDescriptor | string | OPT | OPT | The type of communication number listed for an individual or organization. Values are: Mobile (M); Home (H); Work (W); and Other (O). | NA |
20.0 | telephoneNumber | string | OPT | OPT | The telephone number including the area code, and extension, if applicable. | NA |
Descriptors:
NameSpace | Code Value | Short Description | Long Description |
---|---|---|---|
uri://dpi.wi.gov/AddressTypeDescriptor | H | Home | Home |
M | Mailing | Mailing | |
P | Physical | Physical | |
uri://ed-fi.org/StateAbbreviationDescriptor | There are over 60 values for state abbreviation. See the Swagger documentation for descriptor values https://uaapps.dpi.wi.gov/EdFiSwagger/index.html?urls.primaryName=Descriptors#/stateAbbreviationDescriptors | ||
uri://dpi.wi.gov/ElectronicMailTypeDescriptor | Org | Organization | Organization |
H | Home/Personal | Home/Personal | |
W | Work | Work | |
uri://dpi.wi.gov/LanguageDescriptor | There are over 400 values for language. See the Swagger documentation for descriptor values https://uaapps.dpi.wi.gov/EdFiSwagger/index.html?urls.primaryName=Descriptors#/languageDescriptors | ||
uri://dpi.wi.gov/TelephoneNumberTypeDescriptor | H | Home | Home |
M | Mobile | Mobile | |
O | Other | Other | |
W | Work | Work |
Use Cases:
# | Use Case Title | Use Case Description | What to Submit/retrieve |
---|---|---|---|
1.0 | Sending parent/guardian information for each parent/guardian | The parent/guardian data collection is optional for LEAs to submit to WISEdata.
| POST on /parents: |
2.0 | Sending parent/guardian information when they more than one students in the same LEA |
|
|
3.0 | Sending parent/guardian information when they have multiple addresses | Parents/guardians could have multiple households and multiple address. DPI only requires primary home address and mailing address of parent/guardian if different than the home address. Every school district has a different process for parent data sharing agreement. However, parents/guardians can choose to opt-in or opt-out of the agreement. By law, parents/guardians always have the right to opt-out at any time of the school year. Until they opt-out default is opt-in for data sharing which includes address as well. | POST on /parents: addressTypeDescriptor : Mailing |
4.0 | Sending parent/guardian information when student transferres to a new LEA | Because the parentUniqueId includes the LEA ID, each LEA is expected to send /parent AND /studentParentAssociation records | LEA 1: submits a /Parent record AND a /studentParentAssociation record AND LEA 2: submits a /Parent record AND a /studentParentAssociation record |
5.0 | Updating parent/guardian information for a student | There is an Ed-Fi issue when SIS vendors do a POST->GET->DELETE->POST on /parent using the same unique id. This issue appears to be a problem for v3.4, but not for v5.2. Instead of deleting a /parent record, vendors should update (PUT) the rcords with the changes. |
|
JSON Sample:
{ "parentUniqueId": "7533-1446", "firstName": "Illana-Mom", "middleName": "QkoN-Mom", "lastSurname": "Cherry-Mom", "generationCodeSuffix": "II", "addresses": [ { "addressTypeDescriptor": "uri://dpi.wi.gov/AddressTypeDescriptor#M", "stateAbbreviationDescriptor": "uri://ed-fi.org/StateAbbreviationDescriptor#IN", "apartmentRoomSuiteNumber": "567", "buildingSiteNumber": "GreeneBldg1", "city": "Terre Haute", "postalCode": "47801", "streetNumberName": "2850 SHoepkerert Rd", "periods": [] }, { "addressTypeDescriptor": "uri://dpi.wi.gov/AddressTypeDescriptor#H", "stateAbbreviationDescriptor": "uri://ed-fi.org/StateAbbreviationDescriptor#WI", "apartmentRoomSuiteNumber": "349", "buildingSiteNumber": "125", "city": "Madison", "postalCode": "53119", "streetNumberName": "S Webster Street", "periods": [] } ], "electronicMails": [ { "electronicMailTypeDescriptor": "uri://dpi.wi.gov/ElectronicMailTypeDescriptor#W", "electronicMailAddress": "Mom_Work.7533-1446@test.dpi.com", }, { "electronicMailTypeDescriptor": "uri://dpi.wi.gov/ElectronicMailTypeDescriptor#H", "electronicMailAddress": "Mom_Home.7533-1446@test.dpi.com", } ], "internationalAddresses": [], "languages": [{ "languageDescriptor": "uri://dpi.wi.gov/LanguageDescriptor#ceb", },{ "languageDescriptor": "uri://dpi.wi.gov/LanguageDescriptor#eng", }], "otherNames": [], "personalIdentificationDocuments": [], "telephones": [ { "telephoneNumberTypeDescriptor": "uri://dpi.wi.gov/TelephoneNumberTypeDescriptor#H", "telephoneNumber": "1023456789", }, { "telephoneNumberTypeDescriptor": "uri://dpi.wi.gov/TelephoneNumberTypeDescriptor#M", "telephoneNumber": "1203456789", }, { "telephoneNumberTypeDescriptor": "uri://dpi.wi.gov/TelephoneNumberTypeDescriptor#O", "telephoneNumber": "1230456789", }, { "telephoneNumberTypeDescriptor": "uri://dpi.wi.gov/TelephoneNumberTypeDescriptor#W", "telephoneNumber": "1234056789", } ], }
- No labels
0 Comments