simpleType "AirwayIndications"
Namespace:
Defined:
globally in eAirway_v3.xsd; see XML source
Used:
Simple Content Model
enumeration of xs:string
Simple Content Restrictions:
Enumeration:
"4001001"
 - 
Adequate Airway Reflexes/Effort, Potential for Compromise
"4001003"
 - 
Airway Reflex Compromised
"4001005"
 - 
Apnea or Agonal Respirations
"4001007"
 - 
Illness Involving Airway
"4001009"
 - 
Injury Involving Airway
"4001011"
 - 
Other
"4001013"
 - 
Ventilatory Effort Compromised

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
The clinical indication for performing invasive airway management
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  AirwayIndications
Derivation:
restriction of xs:string
Facets:
enumeration:
"4001001"
 - 
Adequate Airway Reflexes/Effort, Potential for Compromise
"4001003"
 - 
Airway Reflex Compromised
"4001005"
 - 
Apnea or Agonal Respirations
"4001007"
 - 
Illness Involving Airway
"4001009"
 - 
Injury Involving Airway
"4001011"
 - 
Other
"4001013"
 - 
Ventilatory Effort Compromised
XML Source (w/o annotations (8); see within schema source)
<xs:simpleType name="AirwayIndications">
<xs:restriction base="xs:string">
<xs:enumeration value="4001001"/>
<xs:enumeration value="4001003"/>
<xs:enumeration value="4001005"/>
<xs:enumeration value="4001007"/>
<xs:enumeration value="4001009"/>
<xs:enumeration value="4001011"/>
<xs:enumeration value="4001013"/>
</xs:restriction>
</xs:simpleType>