hs:ChildSupportInsuranceCoverageCodeSimpleType
simpleType ChildSupportInsuranceCoverageCodeSimpleType in namespace http://release.niem.gov/niem/domains/humanServices/4.1/
Definition
A data type for the kind(s) of insurance coverage ordered in a child-support-enforcement case.
Diagram
Enumerations
| Value | Definition | 
| Dental | Dental insurance | 
| Fee | Fee-for-service medical insurance | 
| HMO | Medical coverage with a Health Maintenance Organization | 
| Hospital | Medical coverage for hospitalization only | 
| Life | Life insurance | 
| MajorMedical | Major medical coverage | 
| POS | Point-of-service medical insurance | 
| PPO | Medical coverage with a Preferred Provider Organization | 
| Prescriptions | Medical coverage for prescription drugs only | 
| Vision | Vision insurance | 
XML Schema
<xs:simpleType name="ChildSupportInsuranceCoverageCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for the kind(s) of insurance coverage ordered in a child-support-enforcement case.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="Dental">
<xs:annotation>
<xs:documentation>
Dental insurance</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Fee">
<xs:annotation>
<xs:documentation>
Fee-for-service medical insurance</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="HMO">
<xs:annotation>
<xs:documentation>
Medical coverage with a Health Maintenance Organization</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Hospital">
<xs:annotation>
<xs:documentation>
Medical coverage for hospitalization only</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Life">
<xs:annotation>
<xs:documentation>
Life insurance</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="MajorMedical">
<xs:annotation>
<xs:documentation>
Major medical coverage</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="POS">
<xs:annotation>
<xs:documentation>
Point-of-service medical insurance</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="PPO">
<xs:annotation>
<xs:documentation>
Medical coverage with a Preferred Provider Organization</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Prescriptions">
<xs:annotation>
<xs:documentation>
Medical coverage for prescription drugs only</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Vision">
<xs:annotation>
<xs:documentation>
Vision insurance</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>