element -> <eAirway.ConfirmationGroup>
Group Tag to hold info about the confirmation methods.
Namespace:
Type:
anonymous complexType
Content:
complex, 2 attributes, 6 elements
Defined:
Includes:
definitions of 2 attributes, 6 elements
Content Model Diagram
XML Representation Summary
<eAirway.ConfirmationGroup
    CorrelationID
 = 
xs:string
    ProcedureGroupCorrelationID
 = 
xs:string
    >
   
Content: 
eAirway.02?, eAirway.03?, eAirway.04*, eAirway.05?, eAirway.06?, eAirway.07?
</eAirway.ConfirmationGroup>
Content model elements (6):
Included in content model of elements (1):
XML Source (w/o annotations (7); see within schema source)
<xs:element id="eAirway.ConfirmationGroup" maxOccurs="unbounded" minOccurs="0" name="eAirway.ConfirmationGroup">
<xs:complexType>
<xs:sequence>
<xs:element id="eAirway.DateTimeAirwayDevicePlacementConfirmation" minOccurs="0" name="eAirway.02" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="DateTimeType">
<xs:attribute name="NV" use="optional">
<xs:simpleType>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
<xs:element id="eAirway.AirwayDeviceBeingConfirmed" minOccurs="0" name="eAirway.03" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="DeviceBeingConfirmed">
<xs:attribute name="NV" use="optional">
<xs:simpleType>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
<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>
<xs:element id="eAirway.TubeDepth" minOccurs="0" name="eAirway.05" type="TubeDepth"/>
<xs:element id="eAirway.TypeofIndividualConfirmingAirwayDevicePlacement" minOccurs="0" name="eAirway.06" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="IndividualDetails">
<xs:attribute name="NV" use="optional">
<xs:simpleType>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
<xs:element id="eAirway.CrewMemberID" minOccurs="0" name="eAirway.07" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="CrewMemberID">
<xs:attribute name="NV" use="optional">
<xs:simpleType>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
<xs:attribute name="ProcedureGroupCorrelationID" type="CorrelationID" use="optional"/>
</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"/>

ProcedureGroupCorrelationID
Type:
Use:
optional
Attribute Value
xs:string
MaxLength:
255
MinLength:
0
XML Source (see within schema source)
<xs:attribute name="ProcedureGroupCorrelationID" type="CorrelationID" use="optional"/>
Content Element Detail (all declarations; defined in this component only; 6/6)
eAirway.02
Type:
anonymous (extension of DateTimeType), simple content
Nillable:
(can be declared as nil using xsi:nil attribute in instance XML documents)
eAirway.02 Date/Time Airway Device Placement Confirmation No Yes The date and time the airway device placement was confirmed. Recommended Airway SAD=Supraglottic Airway Device <br/><br/>DateTime consists of finite-length characters of the form: yyyy '-' mm '-' dd 'T' hh ':' mm ':' ss ('.' s+)? (zzzzzz) <table cellspacing="2"><tr><td> <table border="1px" cellpadding="3px" cellspacing="0"> <tr><td align="center">yyyy</td><td>a four-digit numeral that represents the year</td></tr> <tr><td align="center">'-'</td><td>separators between parts of the date portion</td></tr> <tr><td align="center">mm</td><td>a two-digit numeral that represents the month</td></tr> <tr><td align="center">dd</td><td>a two-digit numeral that represents the day</td></tr> <tr><td align="center">T</td><td>separator that indicates time-of-day follows</td></tr> <tr><td align="center">hh</td><td>a two-digit numeral that represents the hour</td></tr> <tr><td align="center">':'</td><td>a separator between parts of the time-of-day portion</td></tr> <tr><td align="center">mm</td><td>a two-digit numeral that represents the minute</td></tr> <tr><td align="center">ss</td><td>a two-integer-digit numeral that represents the whole seconds</td></tr> <tr><td align="center">'.' s+</td><td>(not required) represents the fractional seconds</td></tr> <tr><td align="center">zzzzzz</td><td>(required) represents the timezone (as described below)</td></tr> </table> </td></tr></table> <br/>Timezones, required, are durations with (integer-valued) hour and minute properties in the form: ('+' | '-') hh ':' mm <table cellspacing="2"><tr><td> <table border="1px" cellpadding="3px" cellspacing="0"> <tr><td align="center">hh</td><td>a two-digit numeral (with leading zeros as required) that represents the hours</td></tr> <tr><td align="center">mm</td><td>a two-digit numeral that represents the minutes</td></tr> <tr><td align="center">'+'</td><td>a nonnegative duration</td></tr> <tr><td align="center">'-'</td><td>a nonpositive duration</td></tr> </table> </td></tr></table> Added to better document airway management.
Simple Content
xs:dateTime
maxInclusive:
2050-01-01T00:00:00-00:00
minInclusive:
1950-01-01T00:00:00-00:00
Pattern:
[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}(\.\d+)?(\+|-)[0-9]{2}:[0-9]{2}
XML Source (w/o annotations (1); see within schema source)
<xs:element id="eAirway.DateTimeAirwayDevicePlacementConfirmation" minOccurs="0" name="eAirway.02" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="DateTimeType">
<xs:attribute name="NV" use="optional">
<xs:simpleType>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>

eAirway.03
Type:
anonymous (extension of DeviceBeingConfirmed), simple content
Nillable:
(can be declared as nil using xsi:nil attribute in instance XML documents)
eAirway.03 Airway Device Being Confirmed No Yes The airway device in which placement is being confirmed. Recommended Airway Added to better document airway management. SAD means Supraglottic Airway Device.
Simple Content
enumeration of xs:string
Enumeration:
"4003001"
 - 
Cricothyrotomy Tube
"4003003"
 - 
Endotracheal Tube
"4003005"
 - 
Other-Invasive Airway
"4003007"
 - 
SAD-Combitube
"4003009"
 - 
SAD-King
"4003011"
 - 
SAD-LMA
"4003013"
 - 
SAD-Other
"4003015"
 - 
Tracheostomy Tube
XML Source (w/o annotations (1); see within schema source)
<xs:element id="eAirway.AirwayDeviceBeingConfirmed" minOccurs="0" name="eAirway.03" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="DeviceBeingConfirmed">
<xs:attribute name="NV" use="optional">
<xs:simpleType>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>

eAirway.04
Type:
anonymous (extension of DeviceConfirmedMethods), simple content
Nillable:
(can be declared as nil using xsi:nil attribute in instance XML documents)
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.
Simple Content
enumeration of xs:string
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
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>

eAirway.05
Type:
TubeDepth, simple content
eAirway.05 Tube Depth No No The measurement at the patient's teeth/lip of the tube depth in centimeters (cm) of the invasive airway placed. Optional Airway Tube Depth added to better document the initial placement of the airway device and subsequent assessments.
Simple Content
xs:integer
maxInclusive:
32
minInclusive:
8
XML Source (w/o annotations (1); see within schema source)
<xs:element id="eAirway.TubeDepth" minOccurs="0" name="eAirway.05" type="TubeDepth"/>

eAirway.06
Type:
anonymous (extension of IndividualDetails), simple content
Nillable:
(can be declared as nil using xsi:nil attribute in instance XML documents)
eAirway.06 Type of Individual Confirming Airway Device Placement No Yes The type of individual who confirmed the airway device placement. Recommended Airway Added to better document airway management.
Simple Content
enumeration of xs:string
Enumeration:
"4006001"
 - 
Another Person on the Same Crew
"4006003"
 - 
Other
"4006005"
 - 
Person Performing Intubation
"4006007"
 - 
Receiving Air Medical/EMS Crew
"4006009"
 - 
Receiving Hospital Team
XML Source (w/o annotations (1); see within schema source)
<xs:element id="eAirway.TypeofIndividualConfirmingAirwayDevicePlacement" minOccurs="0" name="eAirway.06" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="IndividualDetails">
<xs:attribute name="NV" use="optional">
<xs:simpleType>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>

eAirway.07
Type:
anonymous (extension of CrewMemberID), simple content
Nillable:
(can be declared as nil using xsi:nil attribute in instance XML documents)
eAirway.07 Crew Member ID No Yes The statewide assigned ID number of the EMS crew member confirming the airway placement. Recommended Airway Added to better document airway management.
Simple Content
xs:string
maxLength:
50
minLength:
2
XML Source (w/o annotations (1); see within schema source)
<xs:element id="eAirway.CrewMemberID" minOccurs="0" name="eAirway.07" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="CrewMemberID">
<xs:attribute name="NV" use="optional">
<xs:simpleType>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>