simpleType "ClosestRelativeGuardianRelationship"
Namespace:
Defined:
globally in ePayment_v3.xsd; see XML source
Used:
Simple Content Model
enumeration of xs:string
Simple Content Restrictions:
Enumeration:
"2632001"
 - 
Appointed Guardian
"2632003"
 - 
Child/Dependent
"2632005"
 - 
Father
"2632007"
 - 
Mother
"2632009"
 - 
Other (Non-Relative)
"2632011"
 - 
Other (Relative)
"2632013"
 - 
Sibling
"2632015"
 - 
Spouse
"2632017"
 - 
Employee
"2632019"
 - 
Life/Domestic Partner
"2632021"
 - 
Unknown

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
The relationship of the patient's closest relative or guardian
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  ClosestRelativeGuardianRelationship
Derivation:
restriction of xs:string
Facets:
enumeration:
"2632001"
 - 
Appointed Guardian
"2632003"
 - 
Child/Dependent
"2632005"
 - 
Father
"2632007"
 - 
Mother
"2632009"
 - 
Other (Non-Relative)
"2632011"
 - 
Other (Relative)
"2632013"
 - 
Sibling
"2632015"
 - 
Spouse
"2632017"
 - 
Employee
"2632019"
 - 
Life/Domestic Partner
"2632021"
 - 
Unknown
XML Source (w/o annotations (12); see within schema source)
<xs:simpleType name="ClosestRelativeGuardianRelationship">
<xs:restriction base="xs:string">
<xs:enumeration value="2632001"/>
<xs:enumeration value="2632003"/>
<xs:enumeration value="2632005"/>
<xs:enumeration value="2632007"/>
<xs:enumeration value="2632009"/>
<xs:enumeration value="2632011"/>
<xs:enumeration value="2632013"/>
<xs:enumeration value="2632015"/>
<xs:enumeration value="2632017"/>
<xs:enumeration value="2632019"/>
<xs:enumeration value="2632021"/>
</xs:restriction>
</xs:simpleType>