simpleType "PrimaryMethodOfPayment"
Namespace:
Defined:
globally in ePayment_v3.xsd; see XML source
Used:
Simple Content Model
enumeration of xs:string
Simple Content Restrictions:
Enumeration:
"2601001"
 - 
Insurance
"2601003"
 - 
Medicaid
"2601005"
 - 
Medicare
"2601007"
 - 
Not Billed (for any reason)
"2601009"
 - 
Other Government
"2601011"
 - 
Self Pay
"2601013"
 - 
Workers Compensation
"2601015"
 - 
Payment by Facility
"2601017"
 - 
Contracted Payment
"2601019"
 - 
Community Network
"2601021"
 - 
No Insurance Identified
"2601023"
 - 
Other Payment Option

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
The primary method of payment or type of insurance associated with this EMS encounter
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  PrimaryMethodOfPayment
Derivation:
restriction of xs:string
Facets:
enumeration:
"2601001"
 - 
Insurance
"2601003"
 - 
Medicaid
"2601005"
 - 
Medicare
"2601007"
 - 
Not Billed (for any reason)
"2601009"
 - 
Other Government
"2601011"
 - 
Self Pay
"2601013"
 - 
Workers Compensation
"2601015"
 - 
Payment by Facility
"2601017"
 - 
Contracted Payment
"2601019"
 - 
Community Network
"2601021"
 - 
No Insurance Identified
"2601023"
 - 
Other Payment Option
XML Source (w/o annotations (13); see within schema source)
<xs:simpleType name="PrimaryMethodOfPayment">
<xs:restriction base="xs:string">
<xs:enumeration value="2601001"/>
<xs:enumeration value="2601003"/>
<xs:enumeration value="2601005"/>
<xs:enumeration value="2601007"/>
<xs:enumeration value="2601009"/>
<xs:enumeration value="2601011"/>
<xs:enumeration value="2601013"/>
<xs:enumeration value="2601015"/>
<xs:enumeration value="2601017"/>
<xs:enumeration value="2601019"/>
<xs:enumeration value="2601021"/>
<xs:enumeration value="2601023"/>
</xs:restriction>
</xs:simpleType>