simpleType "PayerType"
Namespace:
Defined:
globally in ePayment_v3.xsd; see XML source
Used:
Simple Content Model
enumeration of xs:string
Simple Content Restrictions:
Enumeration:
"11"
 - 
Other Non-Federal Programs
"12"
 - 
Preferred Provider Organization (PPO)
"13"
 - 
Point of Service (POS)
"14"
 - 
Exclusive Provider Organization (EPO)
"15"
 - 
Indemnity Insurance
"16"
 - 
Health Maintenance Organization (HMO) Medicare Risk
"17"
 - 
Dental Maintenance Organization
"AM"
 - 
Automobile Medical
"BL"
 - 
Blue Cross/Blue Shield
"CH"
 - 
Champus
"CI"
 - 
Commercial Insurance Co.
"DS"
 - 
Disability
"FI"
 - 
Federal Employees Program
"HM"
 - 
Health Maintenance Organization
"LM"
 - 
Liability Medical
"MA"
 - 
Medicare Part A
"MB"
 - 
Medicare Part B
"MC"
 - 
Medicaid
"OF"
 - 
Other Federal Program
"TV"
 - 
Title V
"VA"
 - 
Veteran Affairs Plan
"WC"
 - 
Workers' Compensation Health Claim
"ZZ"
 - 
Mutually Defined

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Payer type according to X12 standard.
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  PayerType
Derivation:
restriction of xs:string
Facets:
enumeration:
"11"
 - 
Other Non-Federal Programs
"12"
 - 
Preferred Provider Organization (PPO)
"13"
 - 
Point of Service (POS)
"14"
 - 
Exclusive Provider Organization (EPO)
"15"
 - 
Indemnity Insurance
"16"
 - 
Health Maintenance Organization (HMO) Medicare Risk
"17"
 - 
Dental Maintenance Organization
"AM"
 - 
Automobile Medical
"BL"
 - 
Blue Cross/Blue Shield
"CH"
 - 
Champus
"CI"
 - 
Commercial Insurance Co.
"DS"
 - 
Disability
"FI"
 - 
Federal Employees Program
"HM"
 - 
Health Maintenance Organization
"LM"
 - 
Liability Medical
"MA"
 - 
Medicare Part A
"MB"
 - 
Medicare Part B
"MC"
 - 
Medicaid
"OF"
 - 
Other Federal Program
"TV"
 - 
Title V
"VA"
 - 
Veteran Affairs Plan
"WC"
 - 
Workers' Compensation Health Claim
"ZZ"
 - 
Mutually Defined
XML Source (w/o annotations (24); see within schema source)
<xs:simpleType name="PayerType">
<xs:restriction base="xs:string">
<xs:enumeration value="11"/>
<xs:enumeration value="12"/>
<xs:enumeration value="13"/>
<xs:enumeration value="14"/>
<xs:enumeration value="15"/>
<xs:enumeration value="16"/>
<xs:enumeration value="17"/>
<xs:enumeration value="AM"/>
<xs:enumeration value="BL"/>
<xs:enumeration value="CH"/>
<xs:enumeration value="CI"/>
<xs:enumeration value="DS"/>
<xs:enumeration value="FI"/>
<xs:enumeration value="HM"/>
<xs:enumeration value="LM"/>
<xs:enumeration value="MA"/>
<xs:enumeration value="MB"/>
<xs:enumeration value="MC"/>
<xs:enumeration value="OF"/>
<xs:enumeration value="TV"/>
<xs:enumeration value="VA"/>
<xs:enumeration value="WC"/>
<xs:enumeration value="ZZ"/>
</xs:restriction>
</xs:simpleType>