element -> <eAirway.04>
eAirway.04 Airway Device Placement Confirmed Method No Yes The method used to confirm the airway device placement. Recommended Airway If the invasive airway is confirmed via multiple methods each method should be documented individually by time, method, and type of individual. 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.04
    CorrelationID
 = 
xs:string
    NV
 = 
("7701001" | "7701003" | "7701005")
    >
   
Content: 
{ enumeration of xs:string }
</eAirway.04>
Simple Content Detail:
Enumeration:
"4004001"
 - 
Auscultation
"4004003"
 - 
Bulb/Syringe Aspiration
"4004005"
 - 
Colorimetric ETCO2
"4004007"
 - 
Condensation in Tube
"4004009"
 - 
Digital (Numeric) ETCO2
"4004011"
 - 
Direct Re-Visualization of Tube in Place
"4004013"
 - 
Endotracheal Tube Whistle (BAAM, etc.)
"4004015"
 - 
Other
"4004017"
 - 
Visualization of Vocal Cords
"4004019"
 - 
Waveform ETCO2

Included in content model of elements (1):
Anonymous Type Detail
Type Derivation Tree
xs:string (restriction)
  DeviceConfirmedMethods (extension)
      complexType
Derivation:
XML Source (w/o annotations (1); see within schema source)
<xs:element id="eAirway.AirwayDevicePlacementConfirmedMethods" maxOccurs="unbounded" minOccurs="0" name="eAirway.04" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="DeviceConfirmedMethods">
<xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
<xs:attribute name="NV" use="optional">
<xs:simpleType>
</xs:simpleType>
</xs:attribute>
</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>