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

ValueDefinition
AgeChilds age (some states define the threshold as age 7)
Emotionally disturbedChilds 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 ConditionChilds other medically diagnosed condition requiring special care, such as chronic illness or diagnosis as HIV positive
Mental retardationChilds developmental disability; significantly subaverage general cognitive and motor functioning existing concurrently with deficits in adaptive behavior
Not ApplicableNot Applicable
OtherOther
Physically disabledChilds physical condition adversely affects day-to-day motor function
Racial/Original BackgroundRacial/Original Background
Sibling GroupChild is a member of a sibling group to be placed for adoption together
Visually or hearing impairedChilds 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: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>