hs:ServiceCategoryCodeSimpleType

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

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

ValueDefinition
Basic NecessitiesBasic Necessities
Case Management ServicesCase Management Services
Educational ServicesEducational Services
Employment ServicesEmployment Services
Housing ServicesHousing Services
Language ServicesLanguage Services
Legal ServicesLegal Services
Medical and Dental ServicesMedical and Dental Services
Mental Health ServicesMental Health Services
Other ServicesOther Services
Safety PlanningSafety 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: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>