hs:ServiceCategoryCodeSimpleType
simpleType ServiceCategoryCodeSimpleType in namespace http://release.niem.gov/niem/domains/humanServices/4.2/
Definition
A data type for a kind of a service that will be provided as part of a case plan. Categories include: assessment, treatment, program, benefit, education, transportation, respite care.
Diagram
Enumerations
Value | Definition |
Basic Necessities | Basic Necessities |
Case Management Services | Case Management Services |
Educational Services | Educational Services |
Employment Services | Employment Services |
Housing Services | Housing Services |
Language Services | Language Services |
Legal Services | Legal Services |
Medical and Dental Services | Medical and Dental Services |
Mental Health Services | Mental Health Services |
Other Services | Other Services |
Safety Planning | Safety Planning |
XML Schema
<xs:simpleType name="ServiceCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a kind of a service that will be provided as part of a case plan. Categories include: assessment, treatment, program, benefit, education, transportation, respite care.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="Basic Necessities">
<xs:annotation>
<xs:documentation>
Basic Necessities</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Case Management Services">
<xs:annotation>
<xs:documentation>
Case Management Services</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Educational Services">
<xs:annotation>
<xs:documentation>
Educational Services</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Employment Services">
<xs:annotation>
<xs:documentation>
Employment Services</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Housing Services">
<xs:annotation>
<xs:documentation>
Housing Services</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Language Services">
<xs:annotation>
<xs:documentation>
Language Services</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Legal Services">
<xs:annotation>
<xs:documentation>
Legal Services</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Medical and Dental Services">
<xs:annotation>
<xs:documentation>
Medical and Dental Services</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Mental Health Services">
<xs:annotation>
<xs:documentation>
Mental Health Services</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Other Services">
<xs:annotation>
<xs:documentation>
Other Services</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Safety Planning">
<xs:annotation>
<xs:documentation>
Safety Planning</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>