element -> <ePayment.01>
ePayment.01 Primary Method of Payment Yes Yes The primary method of payment or type of insurance associated with this EMS encounter E07_01 Required Airway Cardiac Arrest Pediatric Response STEMI Stroke Trauma
Namespace:
Type:
Content:
simple, 1 attribute
Nillable:
(can be declared as nil using xsi:nil attribute in instance XML documents)
Defined:
locally within ePayment complexType in ePayment_v3.xsd; see XML source
Includes:
definition of 1 attribute
Content Model Diagram
XML Representation Summary
<ePayment.01
    NV
 = 
("7701001" | "7701003")
    >
   
Content: 
{ enumeration of xs:string }
</ePayment.01>
Simple Content Detail:
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

Included in content model of elements (1):
Anonymous Type Detail
Type Derivation Tree
xs:string (restriction)
  PrimaryMethodOfPayment (extension)
      complexType
Derivation:
XML Source (w/o annotations (1); see within schema source)
<xs:element id="ePayment.PrimaryMethodofPayment" name="ePayment.01" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="PrimaryMethodOfPayment">
<xs:attribute name="NV" use="optional">
<xs:simpleType>
<xs:union memberTypes="NV.NotApplicable NV.NotRecorded"/>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
Attribute Detail (all declarations; defined in this component only; 1/1)
NV
Type:
Use:
optional
Attribute Value
"7701001" | "7701003"
Anonymous simpleType
Type Derivation Tree
  simpleType
Derivation:
by union
Member Types
XML Source (see within schema source)
<xs:attribute name="NV" use="optional">
<xs:simpleType>
<xs:union memberTypes="NV.NotApplicable NV.NotRecorded"/>
</xs:simpleType>
</xs:attribute>