simpleType "ReasonsForFailure"
Namespace:
Defined:
globally in eAirway_v3.xsd; see XML source
Used:
Simple Content Model
enumeration of xs:string
Simple Content Restrictions:
Enumeration:
"4009001"
 - 
Difficult Patient Airway Anatomy
"4009003"
 - 
ETI Attempted, but Arrived At Destination Facility Before Accomplished
"4009005"
 - 
Facial or Oral Trauma
"4009007"
 - 
Inability to Expose Vocal Cords
"4009009"
 - 
Inadequate Patient Relaxation/Presence of Protective Airway Reflexes
"4009011"
 - 
Jaw Clenched (Trismus)
"4009013"
 - 
Other
"4009015"
 - 
Poor Patient Access
"4009017"
 - 
Secretions/Blood/Vomit
"4009019"
 - 
Unable to Position or Access Patient

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
The reason(s) the airway was unable to be successfully managed
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  ReasonsForFailure
Derivation:
restriction of xs:string
Facets:
enumeration:
"4009001"
 - 
Difficult Patient Airway Anatomy
"4009003"
 - 
ETI Attempted, but Arrived At Destination Facility Before Accomplished
"4009005"
 - 
Facial or Oral Trauma
"4009007"
 - 
Inability to Expose Vocal Cords
"4009009"
 - 
Inadequate Patient Relaxation/Presence of Protective Airway Reflexes
"4009011"
 - 
Jaw Clenched (Trismus)
"4009013"
 - 
Other
"4009015"
 - 
Poor Patient Access
"4009017"
 - 
Secretions/Blood/Vomit
"4009019"
 - 
Unable to Position or Access Patient
XML Source (w/o annotations (11); see within schema source)
<xs:simpleType name="ReasonsForFailure">
<xs:restriction base="xs:string">
<xs:enumeration value="4009001"/>
<xs:enumeration value="4009003"/>
<xs:enumeration value="4009005"/>
<xs:enumeration value="4009007"/>
<xs:enumeration value="4009009"/>
<xs:enumeration value="4009011"/>
<xs:enumeration value="4009013"/>
<xs:enumeration value="4009015"/>
<xs:enumeration value="4009017"/>
<xs:enumeration value="4009019"/>
</xs:restriction>
</xs:simpleType>