hs:AFCARSPermanencyGoalCodeSimpleType

simpleType AFCARSPermanencyGoalCodeSimpleType in namespace http://release.niem.gov/niem/domains/humanServices/4.0/

Definition

A data type for a list of case plan goals for permanency defined for the Adoption and Foster Care Analysis Reporting System in 45 CFR 1355, Appendix A, roman numeral VI.

Diagram

Enumerations

ValueDefinition
AdoptionAdoption
EmancipationEmancipation
GuardianshipGuardianship
Long Term Foster CareLong Term Foster Care
NoneCase plan goal not yet established
RelativesLive with other relatives
ReunificationReunify with parent(s) or Principal Caretaker(s)

XML Schema

<xs:simpleType name="AFCARSPermanencyGoalCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a list of case plan goals for permanency defined for the Adoption and Foster Care Analysis Reporting System in 45 CFR 1355, Appendix A, roman numeral VI.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="Adoption">
<xs:annotation>
<xs:documentation>
Adoption
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Emancipation">
<xs:annotation>
<xs:documentation>
Emancipation
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Guardianship">
<xs:annotation>
<xs:documentation>
Guardianship
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Long Term Foster Care">
<xs:annotation>
<xs:documentation>
Long Term Foster Care
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="None">
<xs:annotation>
<xs:documentation>
Case plan goal not yet established
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Relatives">
<xs:annotation>
<xs:documentation>
Live with other relatives
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Reunification">
<xs:annotation>
<xs:documentation>
Reunify with parent(s) or Principal Caretaker(s)
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>