hs:ServicesEligibilityIndicatorCodeSimpleType
simpleType ServicesEligibilityIndicatorCodeSimpleType in namespace http://release.niem.gov/niem/domains/humanServices/4.2/
Definition
A data type for a service for which a person is eligible.
Diagram
Enumerations
Value | Definition |
ChildCare | Child Receiving Child Assistance, Parent Receiving Child Care,Assistance is for a Child Care Provider |
FoodStamp | A program to provide food-purchasing assistance to eligible adults. |
General Assistance | A program to provide temporary assistance to eligible adults. |
Medicaid | A program to provide medical care and long-term care services to low-income people and families. |
SSI | A program (Supplemental Security Income) to provide stipends to people with limited income and resources who are disabled, blind, or age 65 or older. |
TANF | A program designed to help needy families achieve self-sufficiency (Temporary Assistance to Needy Families). |
WorkersComp | A program to provide wage replacement and medical benefits to employees injured on the job. |
XML Schema
<xs:simpleType name="ServicesEligibilityIndicatorCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a service for which a person is eligible.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="ChildCare">
<xs:annotation>
<xs:documentation>
Child Receiving Child Assistance, Parent Receiving Child Care,Assistance is for a Child Care Provider</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="FoodStamp">
<xs:annotation>
<xs:documentation>
A program to provide food-purchasing assistance to eligible adults.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="General Assistance">
<xs:annotation>
<xs:documentation>
A program to provide temporary assistance to eligible adults.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Medicaid">
<xs:annotation>
<xs:documentation>
A program to provide medical care and long-term care services to low-income people and families.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="SSI">
<xs:annotation>
<xs:documentation>
A program (Supplemental Security Income) to provide stipends to people with limited income and resources who are disabled, blind, or age 65 or older.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="TANF">
<xs:annotation>
<xs:documentation>
A program designed to help needy families achieve self-sufficiency (Temporary Assistance to Needy Families).</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="WorkersComp">
<xs:annotation>
<xs:documentation>
A program to provide wage replacement and medical benefits to employees injured on the job.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>