hs:JuvenileSpecialNeedCodeSimpleType
simpleType JuvenileSpecialNeedCodeSimpleType in namespace http://release.niem.gov/niem/domains/humanServices/4.2/
Definition
A data type for an enumerated list from the Adoption and Foster Care Annual Reporting System, 45 CFR 1355, appendix B (Adoption Data Elements), section III (Special Needs Status).
Diagram
Enumerations
Value | Definition |
Age | Childs age (some states define the threshold as age 7) |
Emotionally disturbed | Childs inability to build or maintain satisfactory interpersonal relationships, inappropriate types of behavior or feelings, general pervasive mood of unhappiness or depression, or tendency to develop physical symptoms or fears associated with personal problems |
Medical Condition | Childs other medically diagnosed condition requiring special care, such as chronic illness or diagnosis as HIV positive |
Mental retardation | Childs developmental disability; significantly subaverage general cognitive and motor functioning existing concurrently with deficits in adaptive behavior |
Not Applicable | Not Applicable |
Other | Other |
Physically disabled | Childs physical condition adversely affects day-to-day motor function |
Racial/Original Background | Racial/Original Background |
Sibling Group | Child is a member of a sibling group to be placed for adoption together |
Visually or hearing impaired | Childs visual impairment or hearing impairment might significantly affect educational performance or development |
XML Schema
<xs:simpleType name="JuvenileSpecialNeedCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for an enumerated list from the Adoption and Foster Care Annual Reporting System, 45 CFR 1355, appendix B (Adoption Data Elements), section III (Special Needs Status).</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="Age">
<xs:annotation>
<xs:documentation>
Childs age (some states define the threshold as age 7)</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Emotionally disturbed">
<xs:annotation>
<xs:documentation>
Childs inability to build or maintain satisfactory interpersonal relationships, inappropriate types of behavior or feelings, general pervasive mood of unhappiness or depression, or tendency to develop physical symptoms or fears associated with personal problems</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Medical Condition">
<xs:annotation>
<xs:documentation>
Childs other medically diagnosed condition requiring special care, such as chronic illness or diagnosis as HIV positive</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Mental retardation">
<xs:annotation>
<xs:documentation>
Childs developmental disability; significantly subaverage general cognitive and motor functioning existing concurrently with deficits in adaptive behavior</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Not Applicable">
<xs:annotation>
<xs:documentation>
Not Applicable</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Other">
<xs:annotation>
<xs:documentation>
Other</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Physically disabled">
<xs:annotation>
<xs:documentation>
Childs physical condition adversely affects day-to-day motor function</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Racial/Original Background">
<xs:annotation>
<xs:documentation>
Racial/Original Background</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Sibling Group">
<xs:annotation>
<xs:documentation>
Child is a member of a sibling group to be placed for adoption together</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Visually or hearing impaired">
<xs:annotation>
<xs:documentation>
Childs visual impairment or hearing impairment might significantly affect educational performance or development</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>