simpleType "RelationshipToInsured"
Namespace:
Defined:
globally in ePayment_v3.xsd; see XML source
Used:
Simple Content Model
enumeration of xs:string
Simple Content Restrictions:
Enumeration:
"2622001"
 - 
Self
"2622003"
 - 
Spouse
"2622005"
 - 
Child/Dependent
"2622009"
 - 
Cadaver Donor
"2622011"
 - 
Employee
"2622013"
 - 
Life/Domestic Partner
"2622015"
 - 
Organ Donor
"2622017"
 - 
Unknown
"2622019"
 - 
Other Relationship

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
The relationship of the patient to the primary insured person
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  RelationshipToInsured
Derivation:
restriction of xs:string
Facets:
enumeration:
"2622001"
 - 
Self
"2622003"
 - 
Spouse
"2622005"
 - 
Child/Dependent
"2622009"
 - 
Cadaver Donor
"2622011"
 - 
Employee
"2622013"
 - 
Life/Domestic Partner
"2622015"
 - 
Organ Donor
"2622017"
 - 
Unknown
"2622019"
 - 
Other Relationship
XML Source (w/o annotations (10); see within schema source)
<xs:simpleType name="RelationshipToInsured">
<xs:restriction base="xs:string">
<xs:enumeration value="2622001"/>
<xs:enumeration value="2622003"/>
<xs:enumeration value="2622005"/>
<xs:enumeration value="2622009"/>
<xs:enumeration value="2622011"/>
<xs:enumeration value="2622013"/>
<xs:enumeration value="2622015"/>
<xs:enumeration value="2622017"/>
<xs:enumeration value="2622019"/>
</xs:restriction>
</xs:simpleType>