element -> <ePayment.EmployerGroup>
Group Tag to hold information about patient's employer
Namespace:
Type:
anonymous complexType
Content:
complex, 7 elements
Defined:
locally within ePayment complexType in ePayment_v3.xsd; see XML source
Includes:
definitions of 7 elements
Content Model Diagram
XML Representation Summary
<ePayment.EmployerGroup>
   
Content: 
ePayment.33?, ePayment.34?, ePayment.35?, ePayment.36?, ePayment.37?, ePayment.38?, ePayment.39?
</ePayment.EmployerGroup>
Content model elements (7):
Included in content model of elements (1):
XML Source (w/o annotations (8); see within schema source)
<xs:element id="ePayment.EmployerGroup" minOccurs="0" name="ePayment.EmployerGroup">
<xs:complexType>
<xs:sequence>
<xs:element id="ePayment.PatientsEmployer" minOccurs="0" name="ePayment.33" type="EmployerName"/>
<xs:element id="ePayment.PatientsEmployersAddress" minOccurs="0" name="ePayment.34">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="StreetAddress">
<xs:attribute name="StreetAddress2" type="StreetAddress" use="optional"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
<xs:element id="ePayment.PatientsEmployersCity" minOccurs="0" name="ePayment.35" type="CityGnisCodePayment"/>
<xs:element id="ePayment.PatientsEmployersState" minOccurs="0" name="ePayment.36" type="ANSIStateCode"/>
<xs:element id="ePayment.PatientsEmployersZIPCode" minOccurs="0" name="ePayment.37" type="ZIP"/>
<xs:element id="ePayment.PatientsEmployersCountry" minOccurs="0" name="ePayment.38" type="ANSICountryCode"/>
<xs:element id="ePayment.PatientsWorkPhoneNumber" minOccurs="0" name="ePayment.39">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="PhoneNumber">
<xs:attribute name="PhoneNumberType" type="PhoneNumberType" use="optional"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
Content Element Detail (all declarations; defined in this component only; 7/7)
ePayment.33
Type:
EmployerName, simple content
ePayment.33 Patient's Employer No No The patient's employers Name E07_27 Optional
Simple Content
xs:string
maxLength:
60
minLength:
2
XML Source (w/o annotations (1); see within schema source)
<xs:element id="ePayment.PatientsEmployer" minOccurs="0" name="ePayment.33" type="EmployerName"/>

ePayment.34
Type:
anonymous (extension of StreetAddress), simple content
ePayment.34 Patient's Employer's Address No No The street address of the patient's employer E07_28 Optional This element allows for a two line documentation of the address. For out of country addresses the second line should be used to document, city, country, postal code and any other pertinent information.
Simple Content
xs:string
maxLength:
255
minLength:
1
XML Source (w/o annotations (1); see within schema source)
<xs:element id="ePayment.PatientsEmployersAddress" minOccurs="0" name="ePayment.34">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="StreetAddress">
<xs:attribute name="StreetAddress2" type="StreetAddress" use="optional"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>

ePayment.35
Type:
CityGnisCodePayment, simple content
ePayment.35 Patient's Employer's City No No The city or township of the patient's employer used for mailing purposes. E07_29 Optional The city elements within the ePayment section have been updated to allow free text. This is important for mailing address purposes to submit claims and identify the correct payer.
Simple Content
xs:string
maxLength:
30
minLength:
2
XML Source (w/o annotations (1); see within schema source)
<xs:element id="ePayment.PatientsEmployersCity" minOccurs="0" name="ePayment.35" type="CityGnisCodePayment"/>

ePayment.36
Type:
ANSIStateCode, simple content
ePayment.36 Patient's Employer's State No No The state of the patient's employer E07_30 Optional Based on ANSI State Code.<br/><br/>GNIS Codes Website: <a>http://geonames.usgs.gov/domestic/download_data.htm</a>
Simple Content
xs:string
Pattern:
[0-9]{2}
XML Source (w/o annotations (1); see within schema source)
<xs:element id="ePayment.PatientsEmployersState" minOccurs="0" name="ePayment.36" type="ANSIStateCode"/>

ePayment.37
Type:
ZIP, simple content
ePayment.37 Patient's Employer's ZIP Code No No The ZIP Code of the patient's employer E07_31 Optional ZIP Codes Product Website: <a>https://www.zipcodedownload.com/Products/Product/Z5Commercial/Standard/Overview/</a> <br/>Product: USA - 5-digit ZIP Code Database, Commercial Edition
Simple Content
xs:string
Pattern:
[0-9]{5}|[0-9]{5}-[0-9]{4}|[0-9]{5}-[0-9]{5}|[A-Z][0-9][A-Z] [0-9][A-Z][0-9]
XML Source (w/o annotations (1); see within schema source)
<xs:element id="ePayment.PatientsEmployersZIPCode" minOccurs="0" name="ePayment.37" type="ZIP"/>

ePayment.38
Type:
ANSICountryCode, simple content
ePayment.38 Patient's Employer's Country No No The country of the patient's employer Optional Based on the ISO Country Code.<br/><br/>ANSI Country Codes (ISO 3166) Website: <a>http://www.iso.org/iso/country_codes/iso_3166_code_lists.htm</a> Added to improve international compatibility.
Simple Content
xs:string
Length:
2
XML Source (w/o annotations (1); see within schema source)
<xs:element id="ePayment.PatientsEmployersCountry" minOccurs="0" name="ePayment.38" type="ANSICountryCode"/>

ePayment.39
Type:
anonymous (extension of PhoneNumber), simple content
ePayment.39 Patient's Employer's Primary Phone Number No No The employer's primary phone number. E07_32 Optional
Simple Content
xs:string
Pattern:
[2-9][0-9][0-9]-[2-9][0-9][0-9]-[0-9][0-9][0-9][0-9]
XML Source (w/o annotations (1); see within schema source)
<xs:element id="ePayment.PatientsWorkPhoneNumber" minOccurs="0" name="ePayment.39">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="PhoneNumber">
<xs:attribute name="PhoneNumberType" type="PhoneNumberType" use="optional"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>