hs:ActionRequestedCodeSimpleType

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

Definition

A data type for the actions being requested of the court based on the types of services needed by the child.

Diagram

Enumerations

ValueDefinition
BABasic
EMEmergency Medical
HAHabilitative
MHMental Health
RMRoutine Medical
THTherapeutic

XML Schema

<xs:simpleType name="ActionRequestedCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for the actions being requested of the court based on the types of services needed by the child.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="BA">
<xs:annotation>
<xs:documentation>
Basic
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="EM">
<xs:annotation>
<xs:documentation>
Emergency Medical
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="HA">
<xs:annotation>
<xs:documentation>
Habilitative
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="MH">
<xs:annotation>
<xs:documentation>
Mental Health
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="RM">
<xs:annotation>
<xs:documentation>
Routine Medical
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="TH">
<xs:annotation>
<xs:documentation>
Therapeutic
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>