simpleType "TraumaCenterCriteria"
Namespace:
Defined:
globally in eInjury_v3.xsd; see XML source
Used:
Simple Content Model
enumeration of xs:string
Simple Content Restrictions:
Enumeration:
"2903001"
 - 
Amputation proximal to wrist or ankle
"2903003"
 - 
Crushed, degloved, mangled, or pulseless extremity
"2903005"
 - 
Chest wall instability or deformity (e.g., flail chest)
"2903007"
 - 
Glasgow Coma Score <= 13
"2903009"
 - 
Open or depressed skull fracture
"2903011"
 - 
Paralysis
"2903013"
 - 
Pelvic fractures
"2903015"
 - 
All penetrating injuries to head, neck, torso, and extremities proximal to elbow or knee
"2903017"
 - 
Respiratory Rate <10 or >29 breaths per minute (<20 in infants aged <1 year) or need for ventilatory support
"2903019"
 - 
Systolic Blood Pressure <90 mmHg
"2903021"
 - 
Two or more proximal long-bone fractures

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Field Triage Criteria for transport to a trauma center as defined by the Centers for Disease Control and Prevention and the American College of Surgeons-Committee on Trauma.
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  TraumaCenterCriteria
Derivation:
restriction of xs:string
Facets:
enumeration:
"2903001"
 - 
Amputation proximal to wrist or ankle
"2903003"
 - 
Crushed, degloved, mangled, or pulseless extremity
"2903005"
 - 
Chest wall instability or deformity (e.g., flail chest)
"2903007"
 - 
Glasgow Coma Score <= 13
"2903009"
 - 
Open or depressed skull fracture
"2903011"
 - 
Paralysis
"2903013"
 - 
Pelvic fractures
"2903015"
 - 
All penetrating injuries to head, neck, torso, and extremities proximal to elbow or knee
"2903017"
 - 
Respiratory Rate <10 or >29 breaths per minute (<20 in infants aged <1 year) or need for ventilatory support
"2903019"
 - 
Systolic Blood Pressure <90 mmHg
"2903021"
 - 
Two or more proximal long-bone fractures
XML Source (w/o annotations (12); see within schema source)
<xs:simpleType name="TraumaCenterCriteria">
<xs:restriction base="xs:string">
<xs:enumeration value="2903001"/>
<xs:enumeration value="2903003"/>
<xs:enumeration value="2903005"/>
<xs:enumeration value="2903007"/>
<xs:enumeration value="2903009"/>
<xs:enumeration value="2903011"/>
<xs:enumeration value="2903013"/>
<xs:enumeration value="2903015"/>
<xs:enumeration value="2903017"/>
<xs:enumeration value="2903019"/>
<xs:enumeration value="2903021"/>
</xs:restriction>
</xs:simpleType>