simpleType "TimeUnitsOfChiefComplaint"
Namespace:
Defined:
globally in eSituation_v3.xsd; see XML source
Used:
Simple Content Model
enumeration of xs:string
Simple Content Restrictions:
Enumeration:
"2806001"
 - 
Seconds
"2806003"
 - 
Minutes
"2806005"
 - 
Hours
"2806007"
 - 
Days
"2806009"
 - 
Weeks
"2806011"
 - 
Months
"2806013"
 - 
Years

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
The time units of the duration of the patient's chief complaint
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  TimeUnitsOfChiefComplaint
Derivation:
restriction of xs:string
Facets:
enumeration:
"2806001"
 - 
Seconds
"2806003"
 - 
Minutes
"2806005"
 - 
Hours
"2806007"
 - 
Days
"2806009"
 - 
Weeks
"2806011"
 - 
Months
"2806013"
 - 
Years
XML Source (w/o annotations (8); see within schema source)
<xs:simpleType name="TimeUnitsOfChiefComplaint">
<xs:restriction base="xs:string">
<xs:enumeration value="2806001"/>
<xs:enumeration value="2806003"/>
<xs:enumeration value="2806005"/>
<xs:enumeration value="2806007"/>
<xs:enumeration value="2806009"/>
<xs:enumeration value="2806011"/>
<xs:enumeration value="2806013"/>
</xs:restriction>
</xs:simpleType>