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
Value | Definition |
BA | Basic |
EM | Emergency Medical |
HA | Habilitative |
MH | Mental Health |
RM | Routine Medical |
TH | Therapeutic |
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:restriction base="xs:token">
<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>