simpleType "ComplaintType"
Namespace:
Defined:
globally in eSituation_v3.xsd; see XML source
Used:
Simple Content Model
enumeration of xs:string
Simple Content Restrictions:
Enumeration:
"2803001"
 - 
Chief (Primary)
"2803003"
 - 
Other
"2803005"
 - 
Secondary

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
The type of patient healthcare complaint being documented.
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  ComplaintType
Derivation:
restriction of xs:string
Facets:
enumeration:
"2803001"
 - 
Chief (Primary)
"2803003"
 - 
Other
"2803005"
 - 
Secondary
XML Source (w/o annotations (4); see within schema source)
<xs:simpleType name="ComplaintType">
<xs:restriction base="xs:string">
<xs:enumeration value="2803001"/>
<xs:enumeration value="2803003"/>
<xs:enumeration value="2803005"/>
</xs:restriction>
</xs:simpleType>