hs:LevelOfCareCodeSimpleType

simpleType LevelOfCareCodeSimpleType in namespace http://release.niem.gov/niem/domains/humanServices/4.1/

Definition

A data type for a placement as defined by the Adoption and Safe Families Act or state law.

Diagram

Enumerations

ValueDefinition
BasicBasic
IntenseIntense
ModerateModerate
SpecializedSpecialized

XML Schema

<xs:simpleType name="LevelOfCareCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a placement as defined by the Adoption and Safe Families Act or state law.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="Basic">
<xs:annotation>
<xs:documentation>
Basic
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Intense">
<xs:annotation>
<xs:documentation>
Intense
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Moderate">
<xs:annotation>
<xs:documentation>
Moderate
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Specialized">
<xs:annotation>
<xs:documentation>
Specialized
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>