hs:ReasonForPlacementChangeCodeSimpleType
simpleType ReasonForPlacementChangeCodeSimpleType in namespace http://release.niem.gov/niem/domains/humanServices/5.0/
Definition
A data type for describing the reason for change in placement.
Diagram
Enumerations
Value | Definition |
ADOP | Adoption |
ASIB | Child Placed w/ Adult Sibling |
ATG | Achieved Therapeutic Goal(s) |
CARE | Child Came Back Into Care |
HOSP | Child Hospitalized |
LCL | Level of Care Lowered |
LCR | Level of Care Raised |
NONC | Child Placed w/ Non-Custodial Parent |
REL | Child Placed w/ Relative |
REUN | Reunification |
SIBL | Child Placed Together w/ Siblings |
XML Schema
<xs:simpleType name="ReasonForPlacementChangeCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for describing the reason for change in placement.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="ADOP">
<xs:annotation>
<xs:documentation>
Adoption</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="ASIB">
<xs:annotation>
<xs:documentation>
Child Placed w/ Adult Sibling</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="ATG">
<xs:annotation>
<xs:documentation>
Achieved Therapeutic Goal(s)</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CARE">
<xs:annotation>
<xs:documentation>
Child Came Back Into Care</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="HOSP">
<xs:annotation>
<xs:documentation>
Child Hospitalized</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="LCL">
<xs:annotation>
<xs:documentation>
Level of Care Lowered</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="LCR">
<xs:annotation>
<xs:documentation>
Level of Care Raised</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="NONC">
<xs:annotation>
<xs:documentation>
Child Placed w/ Non-Custodial Parent</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="REL">
<xs:annotation>
<xs:documentation>
Child Placed w/ Relative</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="REUN">
<xs:annotation>
<xs:documentation>
Reunification</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="SIBL">
<xs:annotation>
<xs:documentation>
Child Placed Together w/ Siblings</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>