simpleType "ComplaintOrganSystem"
Namespace:
Defined:
globally in eSituation_v3.xsd; see XML source
Used:
Simple Content Model
enumeration of xs:string
Simple Content Restrictions:
Enumeration:
"2808001"
 - 
Behavioral/Psychiatric
"2808003"
 - 
Cardiovascular
"2808005"
 - 
CNS/Neuro
"2808007"
 - 
Endocrine/Metabolic
"2808009"
 - 
GI
"2808011"
 - 
Global/General
"2808013"
 - 
Lymphatic/Immune
"2808015"
 - 
Musculoskeletal/Skin
"2808017"
 - 
Reproductive
"2808019"
 - 
Pulmonary
"2808021"
 - 
Renal

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
The primary organ system of the patient injured or medically affected. This is to be completed by EMS personnel with a minimum of an EMT-Paramedic level of credentialing
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  ComplaintOrganSystem
Derivation:
restriction of xs:string
Facets:
enumeration:
"2808001"
 - 
Behavioral/Psychiatric
"2808003"
 - 
Cardiovascular
"2808005"
 - 
CNS/Neuro
"2808007"
 - 
Endocrine/Metabolic
"2808009"
 - 
GI
"2808011"
 - 
Global/General
"2808013"
 - 
Lymphatic/Immune
"2808015"
 - 
Musculoskeletal/Skin
"2808017"
 - 
Reproductive
"2808019"
 - 
Pulmonary
"2808021"
 - 
Renal
XML Source (w/o annotations (12); see within schema source)
<xs:simpleType name="ComplaintOrganSystem">
<xs:restriction base="xs:string">
<xs:enumeration value="2808001"/>
<xs:enumeration value="2808003"/>
<xs:enumeration value="2808005"/>
<xs:enumeration value="2808007"/>
<xs:enumeration value="2808009"/>
<xs:enumeration value="2808011"/>
<xs:enumeration value="2808013"/>
<xs:enumeration value="2808015"/>
<xs:enumeration value="2808017"/>
<xs:enumeration value="2808019"/>
<xs:enumeration value="2808021"/>
</xs:restriction>
</xs:simpleType>