simpleType "ComplaintAnatomicLocation"
Namespace:
Defined:
globally in eSituation_v3.xsd; see XML source
Used:
Simple Content Model
enumeration of xs:string
Simple Content Restrictions:
Enumeration:
"2807001"
 - 
Abdomen
"2807003"
 - 
Back
"2807005"
 - 
Chest
"2807007"
 - 
Extremity-Lower
"2807009"
 - 
Extremity-Upper
"2807011"
 - 
General/Global
"2807013"
 - 
Genitalia
"2807015"
 - 
Head
"2807017"
 - 
Neck

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
The primary anatomic location of the chief complaint as identified by EMS personnel
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  ComplaintAnatomicLocation
Derivation:
restriction of xs:string
Facets:
enumeration:
"2807001"
 - 
Abdomen
"2807003"
 - 
Back
"2807005"
 - 
Chest
"2807007"
 - 
Extremity-Lower
"2807009"
 - 
Extremity-Upper
"2807011"
 - 
General/Global
"2807013"
 - 
Genitalia
"2807015"
 - 
Head
"2807017"
 - 
Neck
XML Source (w/o annotations (10); see within schema source)
<xs:simpleType name="ComplaintAnatomicLocation">
<xs:restriction base="xs:string">
<xs:enumeration value="2807001"/>
<xs:enumeration value="2807003"/>
<xs:enumeration value="2807005"/>
<xs:enumeration value="2807007"/>
<xs:enumeration value="2807009"/>
<xs:enumeration value="2807011"/>
<xs:enumeration value="2807013"/>
<xs:enumeration value="2807015"/>
<xs:enumeration value="2807017"/>
</xs:restriction>
</xs:simpleType>