element -> <eAirway.08>
eAirway.08 Airway Complications Encountered No Yes The airway management complications encountered during the patient care episode. Recommended Airway Added to better document airway management.
Namespace:
Type:
Content:
simple, 2 attributes
Nillable:
(can be declared as nil using xsi:nil attribute in instance XML documents)
Defined:
Includes:
definitions of 2 attributes
Content Model Diagram
XML Representation Summary
<eAirway.08
    NV
 = 
("7701001" | "7701003" | "7701005")
    CorrelationID
 = 
xs:string
    >
   
Content: 
{ enumeration of xs:string }
</eAirway.08>
Simple Content Detail:
Enumeration:
"4008001"
 - 
Adverse Event from Facilitating Drugs
"4008003"
 - 
Bradycardia (<50)
"4008005"
 - 
Cardiac Arrest
"4008007"
 - 
Esophageal Intubation-Delayed Detection (After Tube Secured)
"4008009"
 - 
Esophageal Intubation-Detected in Emergency Department
"4008011"
 - 
Failed Intubation Effort
"4008013"
 - 
Injury or Trauma to Patient from Airway Management Effort
"4008015"
 - 
Other
"4008017"
 - 
Oxygen Desaturation (<90%)
"4008019"
 - 
Patient Vomiting/Aspiration
"4008021"
 - 
Tube Dislodged During Transport/Patient Care
"4008023"
 - 
Tube Was Not in Correct Position when EMS Crew/Team Assumed Care of the Patient

Included in content model of elements (1):
Anonymous Type Detail
Type Derivation Tree
xs:string (restriction)
  ComplicationsEncountered (extension)
      complexType
Derivation:
XML Source (w/o annotations (1); see within schema source)
<xs:element id="eAirway.AirwayComplicationsEncountered" maxOccurs="unbounded" minOccurs="0" name="eAirway.08" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="ComplicationsEncountered">
<xs:attribute name="NV" use="optional">
<xs:simpleType>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
Attribute Detail (all declarations; defined in this component only; 2/2)
CorrelationID
Type:
Use:
optional
Attribute Value
xs:string
MaxLength:
255
MinLength:
0
XML Source (see within schema source)
<xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>

NV
Type:
Use:
optional
Attribute Value
"7701001" | "7701003" | "7701005"
Anonymous simpleType
Type Derivation Tree
  simpleType
Derivation:
by union
Member Types
XML Source (see within schema source)
<xs:attribute name="NV" use="optional">
<xs:simpleType>
</xs:simpleType>
</xs:attribute>