hs:MethodOfPaymentCodeSimpleType
simpleType MethodOfPaymentCodeSimpleType in namespace http://release.niem.gov/niem/domains/humanServices/4.1/
Definition
A data type for a method of payment.
Diagram
Enumerations
| Value | Definition | 
| 01 | Private Pay (Cash, Charge, Credit Card) | 
| 02 | Medicaid | 
| 03 | Medicare | 
| 04 | Commercial Insurance | 
| 05 | Military Installations or VA | 
| 06 | Worker's Compensation | 
| 07 | Indian Nations | 
| 99 | Other | 
XML Schema
<xs:simpleType name="MethodOfPaymentCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a method of payment.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="01">
<xs:annotation>
<xs:documentation>
Private Pay (Cash, Charge, Credit Card)</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="02">
<xs:annotation>
<xs:documentation>
Medicaid</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="03">
<xs:annotation>
<xs:documentation>
Medicare</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="04">
<xs:annotation>
<xs:documentation>
Commercial Insurance</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="05">
<xs:annotation>
<xs:documentation>
Military Installations or VA</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="06">
<xs:annotation>
<xs:documentation>
Worker's Compensation</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="07">
<xs:annotation>
<xs:documentation>
Indian Nations</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="99">
<xs:annotation>
<xs:documentation>
Other</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>