hs:ChildWelfareChargeStatusCategoryCodeSimpleType

simpleType ChildWelfareChargeStatusCategoryCodeSimpleType in namespace http://release.niem.gov/niem/domains/humanServices/4.2/

Definition

A data type for a list that describes the current status of the associated charge.

Diagram

Enumerations

ValueDefinition
AdjudicatedA court entered a formal judgment that dependency, neglect, or abuse occurred
DismissedA court entered a formal judgment dismissing the allegation
IndicatedAn investigation of the allegation indicated that dependency, neglect, or abuse occurred
PendingChild protective services has received the allegation
Under investigationAn investigation of the allegation is in progress
UnsubstantiatedChild protective services could not substantiate the allegation

XML Schema

<xs:simpleType name="ChildWelfareChargeStatusCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a list that describes the current status of the associated charge.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="Adjudicated">
<xs:annotation>
<xs:documentation>
A court entered a formal judgment that dependency, neglect, or abuse occurred
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Dismissed">
<xs:annotation>
<xs:documentation>
A court entered a formal judgment dismissing the allegation
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Indicated">
<xs:annotation>
<xs:documentation>
An investigation of the allegation indicated that dependency, neglect, or abuse occurred
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Pending">
<xs:annotation>
<xs:documentation>
Child protective services has received the allegation
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Under investigation">
<xs:annotation>
<xs:documentation>
An investigation of the allegation is in progress
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Unsubstantiated">
<xs:annotation>
<xs:documentation>
Child protective services could not substantiate the allegation
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>