Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Model
Properties
Source
Used by
Included schema eAirway_v3.xsd
Namespace http://www.nemsis.org
Properties
attribute form default unqualified
element form default qualified
Element eAirways / eAirway.AirwayGroup
Namespace http://www.nemsis.org
Annotations
Group Tag to hold Airway information
Diagram
DiagrameAirway_v3_xsd.tmp#eAirways_eAirways_eAirway.AirwayGroup_eAirway.01eAirway_v3_xsd.tmp#eAirways_eAirways_eAirway.AirwayGroup_eAirway.ConfirmationGroupeAirway_v3_xsd.tmp#eAirways_eAirways_eAirway.AirwayGroup_eAirway.08eAirway_v3_xsd.tmp#eAirways_eAirways_eAirway.AirwayGroup_eAirway.09eAirway_v3_xsd.tmp#eAirways_eAirways_eAirway.AirwayGroup_eAirway.10eAirway_v3_xsd.tmp#eAirways_eAirways_eAirway.AirwayGroup_eAirway.11
Properties
content complex
minOccurs 0
Model
Children eAirway.01, eAirway.08, eAirway.09, eAirway.10, eAirway.11, eAirway.ConfirmationGroup
Instance
<eAirway.AirwayGroup xmlns="http://www.nemsis.org">
  <eAirway.01 CorrelationID="" NV="">{0,unbounded}</eAirway.01>
  <eAirway.ConfirmationGroup CorrelationID="" ProcedureGroupCorrelationID="">{0,unbounded}</eAirway.ConfirmationGroup>
  <eAirway.08 CorrelationID="" NV="">{0,unbounded}</eAirway.08>
  <eAirway.09 CorrelationID="">{0,unbounded}</eAirway.09>
  <eAirway.10>{0,1}</eAirway.10>
  <eAirway.11>{0,1}</eAirway.11>
</eAirway.AirwayGroup>
Source
<xs:element name="eAirway.AirwayGroup" id="eAirway.AirwayGroup" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Group Tag to hold Airway information</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="eAirway.01" nillable="true" id="eAirway.IndicationsforInvasiveAirway" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>
            <nemsisTacDoc>
              <number>eAirway.01</number>
              <name>Indications for Invasive Airway</name>
              <national>No</national>
              <state>Yes</state>
              <definition>The clinical indication for performing invasive airway management.</definition>
              <usage>Recommended</usage>
              <performanceMeasuresGroup>
                <performanceMeasure>Airway</performanceMeasure>
              </performanceMeasuresGroup>
              <v3Changes>Added to better document airway management.</v3Changes>
            </nemsisTacDoc>
          </xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:simpleContent>
            <xs:extension base="AirwayIndications">
              <xs:attribute name="NV" use="optional">
                <xs:simpleType>
                  <xs:union memberTypes="NV.NotApplicable NV.NotRecorded NV.NotReporting"/>
                </xs:simpleType>
              </xs:attribute>
              <xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
            </xs:extension>
          </xs:simpleContent>
        </xs:complexType>
      </xs:element>
      <xs:element name="eAirway.ConfirmationGroup" id="eAirway.ConfirmationGroup" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>Group Tag to hold info about the confirmation methods.</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:sequence>
            <xs:element name="eAirway.02" nillable="true" id="eAirway.DateTimeAirwayDevicePlacementConfirmation" minOccurs="0">
              <xs:annotation>
                <xs:documentation>
                  <nemsisTacDoc>
                    <number>eAirway.02</number>
                    <name>Date/Time Airway Device Placement Confirmation</name>
                    <national>No</national>
                    <state>Yes</state>
                    <definition>The date and time the airway device placement was confirmed.</definition>
                    <usage>Recommended</usage>
                    <performanceMeasuresGroup>
                      <performanceMeasure>Airway</performanceMeasure>
                    </performanceMeasuresGroup>
                    <comment>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></comment>
                    <v3Changes>Added to better document airway management.</v3Changes>
                  </nemsisTacDoc>
                </xs:documentation>
              </xs:annotation>
              <xs:complexType>
                <xs:simpleContent>
                  <xs:extension base="DateTimeType">
                    <xs:attribute name="NV" use="optional">
                      <xs:simpleType>
                        <xs:union memberTypes="NV.NotApplicable NV.NotRecorded NV.NotReporting"/>
                      </xs:simpleType>
                    </xs:attribute>
                  </xs:extension>
                </xs:simpleContent>
              </xs:complexType>
            </xs:element>
            <xs:element name="eAirway.03" nillable="true" id="eAirway.AirwayDeviceBeingConfirmed" minOccurs="0">
              <xs:annotation>
                <xs:documentation>
                  <nemsisTacDoc>
                    <number>eAirway.03</number>
                    <name>Airway Device Being Confirmed</name>
                    <national>No</national>
                    <state>Yes</state>
                    <definition>The airway device in which placement is being confirmed.</definition>
                    <usage>Recommended</usage>
                    <performanceMeasuresGroup>
                      <performanceMeasure>Airway</performanceMeasure>
                    </performanceMeasuresGroup>
                    <v3Changes>Added to better document airway management. SAD means Supraglottic Airway Device.</v3Changes>
                  </nemsisTacDoc>
                </xs:documentation>
              </xs:annotation>
              <xs:complexType>
                <xs:simpleContent>
                  <xs:extension base="DeviceBeingConfirmed">
                    <xs:attribute name="NV" use="optional">
                      <xs:simpleType>
                        <xs:union memberTypes="NV.NotApplicable NV.NotRecorded NV.NotReporting"/>
                      </xs:simpleType>
                    </xs:attribute>
                  </xs:extension>
                </xs:simpleContent>
              </xs:complexType>
            </xs:element>
            <xs:element name="eAirway.04" nillable="true" id="eAirway.AirwayDevicePlacementConfirmedMethods" minOccurs="0" maxOccurs="unbounded">
              <xs:annotation>
                <xs:documentation>
                  <nemsisTacDoc>
                    <number>eAirway.04</number>
                    <name>Airway Device Placement Confirmed Method</name>
                    <national>No</national>
                    <state>Yes</state>
                    <definition>The method used to confirm the airway device placement.</definition>
                    <usage>Recommended</usage>
                    <performanceMeasuresGroup>
                      <performanceMeasure>Airway</performanceMeasure>
                    </performanceMeasuresGroup>
                    <comment>If the invasive airway is confirmed via multiple methods each method should be documented individually by time, method, and type of individual.</comment>
                    <v3Changes>Added to better document airway management.</v3Changes>
                  </nemsisTacDoc>
                </xs:documentation>
              </xs:annotation>
              <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:union memberTypes="NV.NotApplicable NV.NotRecorded NV.NotReporting"/>
                      </xs:simpleType>
                    </xs:attribute>
                  </xs:extension>
                </xs:simpleContent>
              </xs:complexType>
            </xs:element>
            <xs:element name="eAirway.05" type="TubeDepth" id="eAirway.TubeDepth" minOccurs="0">
              <xs:annotation>
                <xs:documentation>
                  <nemsisTacDoc>
                    <number>eAirway.05</number>
                    <name>Tube Depth</name>
                    <national>No</national>
                    <state>No</state>
                    <definition>The measurement at the patient's teeth/lip of the tube depth in centimeters (cm) of the invasive airway placed.</definition>
                    <usage>Optional</usage>
                    <performanceMeasuresGroup>
                      <performanceMeasure>Airway</performanceMeasure>
                    </performanceMeasuresGroup>
                    <comment>Tube Depth added to better document the initial placement of the airway device and subsequent assessments.</comment>
                  </nemsisTacDoc>
                </xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="eAirway.06" nillable="true" id="eAirway.TypeofIndividualConfirmingAirwayDevicePlacement" minOccurs="0">
              <xs:annotation>
                <xs:documentation>
                  <nemsisTacDoc>
                    <number>eAirway.06</number>
                    <name>Type of Individual Confirming Airway Device Placement</name>
                    <national>No</national>
                    <state>Yes</state>
                    <definition>The type of individual who confirmed the airway device placement.</definition>
                    <usage>Recommended</usage>
                    <performanceMeasuresGroup>
                      <performanceMeasure>Airway</performanceMeasure>
                    </performanceMeasuresGroup>
                    <v3Changes>Added to better document airway management.</v3Changes>
                  </nemsisTacDoc>
                </xs:documentation>
              </xs:annotation>
              <xs:complexType>
                <xs:simpleContent>
                  <xs:extension base="IndividualDetails">
                    <xs:attribute name="NV" use="optional">
                      <xs:simpleType>
                        <xs:union memberTypes="NV.NotApplicable NV.NotRecorded NV.NotReporting"/>
                      </xs:simpleType>
                    </xs:attribute>
                  </xs:extension>
                </xs:simpleContent>
              </xs:complexType>
            </xs:element>
            <xs:element name="eAirway.07" nillable="true" id="eAirway.CrewMemberID" minOccurs="0">
              <xs:annotation>
                <xs:documentation>
                  <nemsisTacDoc>
                    <number>eAirway.07</number>
                    <name>Crew Member ID</name>
                    <national>No</national>
                    <state>Yes</state>
                    <definition>The statewide assigned ID number of the EMS crew member confirming the airway placement.</definition>
                    <usage>Recommended</usage>
                    <performanceMeasuresGroup>
                      <performanceMeasure>Airway</performanceMeasure>
                    </performanceMeasuresGroup>
                    <v3Changes>Added to better document airway management.</v3Changes>
                  </nemsisTacDoc>
                </xs:documentation>
              </xs:annotation>
              <xs:complexType>
                <xs:simpleContent>
                  <xs:extension base="CrewMemberID">
                    <xs:attribute name="NV" use="optional">
                      <xs:simpleType>
                        <xs:union memberTypes="NV.NotApplicable NV.NotRecorded NV.NotReporting"/>
                      </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>
      <xs:element name="eAirway.08" nillable="true" id="eAirway.AirwayComplicationsEncountered" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>
            <nemsisTacDoc>
              <number>eAirway.08</number>
              <name>Airway Complications Encountered</name>
              <national>No</national>
              <state>Yes</state>
              <definition>The airway management complications encountered during the patient care episode.</definition>
              <usage>Recommended</usage>
              <performanceMeasuresGroup>
                <performanceMeasure>Airway</performanceMeasure>
              </performanceMeasuresGroup>
              <v3Changes>Added to better document airway management.</v3Changes>
            </nemsisTacDoc>
          </xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:simpleContent>
            <xs:extension base="ComplicationsEncountered">
              <xs:attribute name="NV" use="optional">
                <xs:simpleType>
                  <xs:union memberTypes="NV.NotApplicable NV.NotRecorded NV.NotReporting"/>
                </xs:simpleType>
              </xs:attribute>
              <xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
            </xs:extension>
          </xs:simpleContent>
        </xs:complexType>
      </xs:element>
      <xs:element name="eAirway.09" id="eAirway.SuspectedReasonsforFailedAirwayManagement" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>
            <nemsisTacDoc>
              <number>eAirway.09</number>
              <name>Suspected Reasons for Failed Airway Management</name>
              <national>No</national>
              <state>Yes</state>
              <definition>The reason(s) the airway was unable to be successfully managed.</definition>
              <usage>Optional</usage>
              <performanceMeasuresGroup>
                <performanceMeasure>Airway</performanceMeasure>
              </performanceMeasuresGroup>
              <v3Changes>Added to better document airway management.</v3Changes>
            </nemsisTacDoc>
          </xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:simpleContent>
            <xs:extension base="ReasonsForFailure">
              <xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
            </xs:extension>
          </xs:simpleContent>
        </xs:complexType>
      </xs:element>
      <xs:element name="eAirway.10" type="DateTimeType" id="eAirway.DateTimeDecisiontoManagethePatientwithanInvasiveAirway" minOccurs="0">
        <xs:annotation>
          <xs:documentation>
            <nemsisTacDoc>
              <number>eAirway.10</number>
              <name>Date/Time Decision to Manage the Patient with an Invasive Airway</name>
              <national>No</national>
              <state>No</state>
              <definition>The date and time the decision was made to manage the patient's airway with an invasive airway device.</definition>
              <usage>Optional</usage>
              <performanceMeasuresGroup>
                <performanceMeasure>Airway</performanceMeasure>
              </performanceMeasuresGroup>
              <comment>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></comment>
              <v3Changes>Added to better document airway management.</v3Changes>
            </nemsisTacDoc>
          </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="eAirway.11" type="DateTimeType" id="eAirway.DateTimeInvasiveAirwayPlacementAttemptsAbandoned" minOccurs="0">
        <xs:annotation>
          <xs:documentation>
            <nemsisTacDoc>
              <number>eAirway.11</number>
              <name>Date/Time Invasive Airway Placement Attempts Abandoned</name>
              <national>No</national>
              <state>No</state>
              <definition>The date and time that the invasive airway attempts were abandoned for the patient.</definition>
              <usage>Optional</usage>
              <performanceMeasuresGroup>
                <performanceMeasure>Airway</performanceMeasure>
              </performanceMeasuresGroup>
              <comment>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></comment>
              <v3Changes>Added to better document airway management.</v3Changes>
            </nemsisTacDoc>
          </xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element eAirways / eAirway.AirwayGroup / eAirway.01
Namespace http://www.nemsis.org
Annotations
<nemsisTacDoc>
  <number>eAirway.01</number>
  <name>Indications for Invasive Airway</name>
  <national>No</national>
  <state>Yes</state>
  <definition>The clinical indication for performing invasive airway management.</definition>
  <usage>Recommended</usage>
  <performanceMeasuresGroup>
    <performanceMeasure>Airway</performanceMeasure>
  </performanceMeasuresGroup>
  <v3Changes>Added to better document airway management.</v3Changes>
</nemsisTacDoc>
Diagram
DiagrameAirway_v3_xsd.tmp#AirwayIndicationseAirway_v3_xsd.tmp#eAirways_eAirways_eAirway.AirwayGroup_eAirways_eAirways_eAirway.AirwayGroup_eAirway.01_NVeAirway_v3_xsd.tmp#eAirways_eAirways_eAirway.AirwayGroup_eAirways_eAirways_eAirway.AirwayGroup_eAirway.01_CorrelationID
Type extension of AirwayIndications
Type hierarchy
Properties
content complex
minOccurs 0
maxOccurs unbounded
nillable true
Attributes
QName Type Use
CorrelationID CorrelationID optional
NV union of(NV.NotApplicable, NV.NotRecorded, NV.NotReporting) optional
Source
<xs:element name="eAirway.01" nillable="true" id="eAirway.IndicationsforInvasiveAirway" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>
      <nemsisTacDoc>
        <number>eAirway.01</number>
        <name>Indications for Invasive Airway</name>
        <national>No</national>
        <state>Yes</state>
        <definition>The clinical indication for performing invasive airway management.</definition>
        <usage>Recommended</usage>
        <performanceMeasuresGroup>
          <performanceMeasure>Airway</performanceMeasure>
        </performanceMeasuresGroup>
        <v3Changes>Added to better document airway management.</v3Changes>
      </nemsisTacDoc>
    </xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="AirwayIndications">
        <xs:attribute name="NV" use="optional">
          <xs:simpleType>
            <xs:union memberTypes="NV.NotApplicable NV.NotRecorded NV.NotReporting"/>
          </xs:simpleType>
        </xs:attribute>
        <xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element eAirways / eAirway.AirwayGroup / eAirway.ConfirmationGroup
Namespace http://www.nemsis.org
Annotations
Group Tag to hold info about the confirmation methods.
Diagram
DiagrameAirway_v3_xsd.tmp#eAirways_eAirways_eAirway.AirwayGroup_eAirways_eAirways_eAirway.AirwayGroup_eAirway.ConfirmationGroup_CorrelationIDeAirway_v3_xsd.tmp#eAirways_eAirways_eAirway.AirwayGroup_eAirways_eAirways_eAirway.AirwayGroup_eAirway.ConfirmationGroup_ProcedureGroupCorrelationIDeAirway_v3_xsd.tmp#eAirways_eAirways_eAirway.AirwayGroup_eAirways_eAirways_eAirway.AirwayGroup_eAirway.ConfirmationGroup_eAirway.02eAirway_v3_xsd.tmp#eAirways_eAirways_eAirway.AirwayGroup_eAirways_eAirways_eAirway.AirwayGroup_eAirway.ConfirmationGroup_eAirway.03eAirway_v3_xsd.tmp#eAirways_eAirways_eAirway.AirwayGroup_eAirways_eAirways_eAirway.AirwayGroup_eAirway.ConfirmationGroup_eAirway.04eAirway_v3_xsd.tmp#eAirways_eAirways_eAirway.AirwayGroup_eAirways_eAirways_eAirway.AirwayGroup_eAirway.ConfirmationGroup_eAirway.05eAirway_v3_xsd.tmp#eAirways_eAirways_eAirway.AirwayGroup_eAirways_eAirways_eAirway.AirwayGroup_eAirway.ConfirmationGroup_eAirway.06eAirway_v3_xsd.tmp#eAirways_eAirways_eAirway.AirwayGroup_eAirways_eAirways_eAirway.AirwayGroup_eAirway.ConfirmationGroup_eAirway.07
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children eAirway.02, eAirway.03, eAirway.04, eAirway.05, eAirway.06, eAirway.07
Instance
<eAirway.ConfirmationGroup CorrelationID="" ProcedureGroupCorrelationID="" xmlns="http://www.nemsis.org">
  <eAirway.02 NV="">{0,1}</eAirway.02>
  <eAirway.03 NV="">{0,1}</eAirway.03>
  <eAirway.04 CorrelationID="" NV="">{0,unbounded}</eAirway.04>
  <eAirway.05>{0,1}</eAirway.05>
  <eAirway.06 NV="">{0,1}</eAirway.06>
  <eAirway.07 NV="">{0,1}</eAirway.07>
</eAirway.ConfirmationGroup>
Attributes
Source
<xs:element name="eAirway.ConfirmationGroup" id="eAirway.ConfirmationGroup" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Group Tag to hold info about the confirmation methods.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="eAirway.02" nillable="true" id="eAirway.DateTimeAirwayDevicePlacementConfirmation" minOccurs="0">
        <xs:annotation>
          <xs:documentation>
            <nemsisTacDoc>
              <number>eAirway.02</number>
              <name>Date/Time Airway Device Placement Confirmation</name>
              <national>No</national>
              <state>Yes</state>
              <definition>The date and time the airway device placement was confirmed.</definition>
              <usage>Recommended</usage>
              <performanceMeasuresGroup>
                <performanceMeasure>Airway</performanceMeasure>
              </performanceMeasuresGroup>
              <comment>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></comment>
              <v3Changes>Added to better document airway management.</v3Changes>
            </nemsisTacDoc>
          </xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:simpleContent>
            <xs:extension base="DateTimeType">
              <xs:attribute name="NV" use="optional">
                <xs:simpleType>
                  <xs:union memberTypes="NV.NotApplicable NV.NotRecorded NV.NotReporting"/>
                </xs:simpleType>
              </xs:attribute>
            </xs:extension>
          </xs:simpleContent>
        </xs:complexType>
      </xs:element>
      <xs:element name="eAirway.03" nillable="true" id="eAirway.AirwayDeviceBeingConfirmed" minOccurs="0">
        <xs:annotation>
          <xs:documentation>
            <nemsisTacDoc>
              <number>eAirway.03</number>
              <name>Airway Device Being Confirmed</name>
              <national>No</national>
              <state>Yes</state>
              <definition>The airway device in which placement is being confirmed.</definition>
              <usage>Recommended</usage>
              <performanceMeasuresGroup>
                <performanceMeasure>Airway</performanceMeasure>
              </performanceMeasuresGroup>
              <v3Changes>Added to better document airway management. SAD means Supraglottic Airway Device.</v3Changes>
            </nemsisTacDoc>
          </xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:simpleContent>
            <xs:extension base="DeviceBeingConfirmed">
              <xs:attribute name="NV" use="optional">
                <xs:simpleType>
                  <xs:union memberTypes="NV.NotApplicable NV.NotRecorded NV.NotReporting"/>
                </xs:simpleType>
              </xs:attribute>
            </xs:extension>
          </xs:simpleContent>
        </xs:complexType>
      </xs:element>
      <xs:element name="eAirway.04" nillable="true" id="eAirway.AirwayDevicePlacementConfirmedMethods" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>
            <nemsisTacDoc>
              <number>eAirway.04</number>
              <name>Airway Device Placement Confirmed Method</name>
              <national>No</national>
              <state>Yes</state>
              <definition>The method used to confirm the airway device placement.</definition>
              <usage>Recommended</usage>
              <performanceMeasuresGroup>
                <performanceMeasure>Airway</performanceMeasure>
              </performanceMeasuresGroup>
              <comment>If the invasive airway is confirmed via multiple methods each method should be documented individually by time, method, and type of individual.</comment>
              <v3Changes>Added to better document airway management.</v3Changes>
            </nemsisTacDoc>
          </xs:documentation>
        </xs:annotation>
        <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:union memberTypes="NV.NotApplicable NV.NotRecorded NV.NotReporting"/>
                </xs:simpleType>
              </xs:attribute>
            </xs:extension>
          </xs:simpleContent>
        </xs:complexType>
      </xs:element>
      <xs:element name="eAirway.05" type="TubeDepth" id="eAirway.TubeDepth" minOccurs="0">
        <xs:annotation>
          <xs:documentation>
            <nemsisTacDoc>
              <number>eAirway.05</number>
              <name>Tube Depth</name>
              <national>No</national>
              <state>No</state>
              <definition>The measurement at the patient's teeth/lip of the tube depth in centimeters (cm) of the invasive airway placed.</definition>
              <usage>Optional</usage>
              <performanceMeasuresGroup>
                <performanceMeasure>Airway</performanceMeasure>
              </performanceMeasuresGroup>
              <comment>Tube Depth added to better document the initial placement of the airway device and subsequent assessments.</comment>
            </nemsisTacDoc>
          </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="eAirway.06" nillable="true" id="eAirway.TypeofIndividualConfirmingAirwayDevicePlacement" minOccurs="0">
        <xs:annotation>
          <xs:documentation>
            <nemsisTacDoc>
              <number>eAirway.06</number>
              <name>Type of Individual Confirming Airway Device Placement</name>
              <national>No</national>
              <state>Yes</state>
              <definition>The type of individual who confirmed the airway device placement.</definition>
              <usage>Recommended</usage>
              <performanceMeasuresGroup>
                <performanceMeasure>Airway</performanceMeasure>
              </performanceMeasuresGroup>
              <v3Changes>Added to better document airway management.</v3Changes>
            </nemsisTacDoc>
          </xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:simpleContent>
            <xs:extension base="IndividualDetails">
              <xs:attribute name="NV" use="optional">
                <xs:simpleType>
                  <xs:union memberTypes="NV.NotApplicable NV.NotRecorded NV.NotReporting"/>
                </xs:simpleType>
              </xs:attribute>
            </xs:extension>
          </xs:simpleContent>
        </xs:complexType>
      </xs:element>
      <xs:element name="eAirway.07" nillable="true" id="eAirway.CrewMemberID" minOccurs="0">
        <xs:annotation>
          <xs:documentation>
            <nemsisTacDoc>
              <number>eAirway.07</number>
              <name>Crew Member ID</name>
              <national>No</national>
              <state>Yes</state>
              <definition>The statewide assigned ID number of the EMS crew member confirming the airway placement.</definition>
              <usage>Recommended</usage>
              <performanceMeasuresGroup>
                <performanceMeasure>Airway</performanceMeasure>
              </performanceMeasuresGroup>
              <v3Changes>Added to better document airway management.</v3Changes>
            </nemsisTacDoc>
          </xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:simpleContent>
            <xs:extension base="CrewMemberID">
              <xs:attribute name="NV" use="optional">
                <xs:simpleType>
                  <xs:union memberTypes="NV.NotApplicable NV.NotRecorded NV.NotReporting"/>
                </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>
Element eAirways / eAirway.AirwayGroup / eAirway.ConfirmationGroup / eAirway.02
Namespace http://www.nemsis.org
Annotations
<nemsisTacDoc>
  <number>eAirway.02</number>
  <name>Date/Time Airway Device Placement Confirmation</name>
  <national>No</national>
  <state>Yes</state>
  <definition>The date and time the airway device placement was confirmed.</definition>
  <usage>Recommended</usage>
  <performanceMeasuresGroup>
    <performanceMeasure>Airway</performanceMeasure>
  </performanceMeasuresGroup>
  <comment>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></comment>
  <v3Changes>Added to better document airway management.</v3Changes>
</nemsisTacDoc>
Diagram
DiagramcommonTypes_v3_xsd.tmp#DateTimeTypeeAirway_v3_xsd.tmp#eAirways_eAirways_eAirway.AirwayGroup_eAirways_eAirways_eAirway.AirwayGroup_eAirway.ConfirmationGroup_eAirways_eAirways_eAirway.AirwayGroup_eAirways_eAirways_eAirway.AirwayGroup_eAirway.ConfirmationGroup_eAirway.02_NV
Type extension of DateTimeType
Type hierarchy
Properties
content complex
minOccurs 0
nillable true
Attributes
QName Type Use
NV union of(NV.NotApplicable, NV.NotRecorded, NV.NotReporting) optional
Source
<xs:element name="eAirway.02" nillable="true" id="eAirway.DateTimeAirwayDevicePlacementConfirmation" minOccurs="0">
  <xs:annotation>
    <xs:documentation>
      <nemsisTacDoc>
        <number>eAirway.02</number>
        <name>Date/Time Airway Device Placement Confirmation</name>
        <national>No</national>
        <state>Yes</state>
        <definition>The date and time the airway device placement was confirmed.</definition>
        <usage>Recommended</usage>
        <performanceMeasuresGroup>
          <performanceMeasure>Airway</performanceMeasure>
        </performanceMeasuresGroup>
        <comment>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></comment>
        <v3Changes>Added to better document airway management.</v3Changes>
      </nemsisTacDoc>
    </xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="DateTimeType">
        <xs:attribute name="NV" use="optional">
          <xs:simpleType>
            <xs:union memberTypes="NV.NotApplicable NV.NotRecorded NV.NotReporting"/>
          </xs:simpleType>
        </xs:attribute>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element eAirways / eAirway.AirwayGroup / eAirway.ConfirmationGroup / eAirway.03
Namespace http://www.nemsis.org
Annotations
<nemsisTacDoc>
  <number>eAirway.03</number>
  <name>Airway Device Being Confirmed</name>
  <national>No</national>
  <state>Yes</state>
  <definition>The airway device in which placement is being confirmed.</definition>
  <usage>Recommended</usage>
  <performanceMeasuresGroup>
    <performanceMeasure>Airway</performanceMeasure>
  </performanceMeasuresGroup>
  <v3Changes>Added to better document airway management. SAD means Supraglottic Airway Device.</v3Changes>
</nemsisTacDoc>
Diagram
DiagrameAirway_v3_xsd.tmp#DeviceBeingConfirmedeAirway_v3_xsd.tmp#eAirways_eAirways_eAirway.AirwayGroup_eAirways_eAirways_eAirway.AirwayGroup_eAirway.ConfirmationGroup_eAirways_eAirways_eAirway.AirwayGroup_eAirways_eAirways_eAirway.AirwayGroup_eAirway.ConfirmationGroup_eAirway.03_NV
Type extension of DeviceBeingConfirmed
Type hierarchy
Properties
content complex
minOccurs 0
nillable true
Attributes
QName Type Use
NV union of(NV.NotApplicable, NV.NotRecorded, NV.NotReporting) optional
Source
<xs:element name="eAirway.03" nillable="true" id="eAirway.AirwayDeviceBeingConfirmed" minOccurs="0">
  <xs:annotation>
    <xs:documentation>
      <nemsisTacDoc>
        <number>eAirway.03</number>
        <name>Airway Device Being Confirmed</name>
        <national>No</national>
        <state>Yes</state>
        <definition>The airway device in which placement is being confirmed.</definition>
        <usage>Recommended</usage>
        <performanceMeasuresGroup>
          <performanceMeasure>Airway</performanceMeasure>
        </performanceMeasuresGroup>
        <v3Changes>Added to better document airway management. SAD means Supraglottic Airway Device.</v3Changes>
      </nemsisTacDoc>
    </xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="DeviceBeingConfirmed">
        <xs:attribute name="NV" use="optional">
          <xs:simpleType>
            <xs:union memberTypes="NV.NotApplicable NV.NotRecorded NV.NotReporting"/>
          </xs:simpleType>
        </xs:attribute>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element eAirways / eAirway.AirwayGroup / eAirway.ConfirmationGroup / eAirway.04
Namespace http://www.nemsis.org
Annotations
<nemsisTacDoc>
  <number>eAirway.04</number>
  <name>Airway Device Placement Confirmed Method</name>
  <national>No</national>
  <state>Yes</state>
  <definition>The method used to confirm the airway device placement.</definition>
  <usage>Recommended</usage>
  <performanceMeasuresGroup>
    <performanceMeasure>Airway</performanceMeasure>
  </performanceMeasuresGroup>
  <comment>If the invasive airway is confirmed via multiple methods each method should be documented individually by time, method, and type of individual.</comment>
  <v3Changes>Added to better document airway management.</v3Changes>
</nemsisTacDoc>
Diagram
DiagrameAirway_v3_xsd.tmp#DeviceConfirmedMethodseAirway_v3_xsd.tmp#eAirways_eAirways_eAirway.AirwayGroup_eAirways_eAirways_eAirway.AirwayGroup_eAirway.ConfirmationGroup_eAirways_eAirways_eAirway.AirwayGroup_eAirways_eAirways_eAirway.AirwayGroup_eAirway.ConfirmationGroup_eAirway.04_CorrelationIDeAirway_v3_xsd.tmp#eAirways_eAirways_eAirway.AirwayGroup_eAirways_eAirways_eAirway.AirwayGroup_eAirway.ConfirmationGroup_eAirways_eAirways_eAirway.AirwayGroup_eAirways_eAirways_eAirway.AirwayGroup_eAirway.ConfirmationGroup_eAirway.04_NV
Type extension of DeviceConfirmedMethods
Type hierarchy
Properties
content complex
minOccurs 0
maxOccurs unbounded
nillable true
Attributes
QName Type Use
CorrelationID CorrelationID optional
NV union of(NV.NotApplicable, NV.NotRecorded, NV.NotReporting) optional
Source
<xs:element name="eAirway.04" nillable="true" id="eAirway.AirwayDevicePlacementConfirmedMethods" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>
      <nemsisTacDoc>
        <number>eAirway.04</number>
        <name>Airway Device Placement Confirmed Method</name>
        <national>No</national>
        <state>Yes</state>
        <definition>The method used to confirm the airway device placement.</definition>
        <usage>Recommended</usage>
        <performanceMeasuresGroup>
          <performanceMeasure>Airway</performanceMeasure>
        </performanceMeasuresGroup>
        <comment>If the invasive airway is confirmed via multiple methods each method should be documented individually by time, method, and type of individual.</comment>
        <v3Changes>Added to better document airway management.</v3Changes>
      </nemsisTacDoc>
    </xs:documentation>
  </xs:annotation>
  <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:union memberTypes="NV.NotApplicable NV.NotRecorded NV.NotReporting"/>
          </xs:simpleType>
        </xs:attribute>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element eAirways / eAirway.AirwayGroup / eAirway.ConfirmationGroup / eAirway.05
Namespace http://www.nemsis.org
Annotations
<nemsisTacDoc>
  <number>eAirway.05</number>
  <name>Tube Depth</name>
  <national>No</national>
  <state>No</state>
  <definition>The measurement at the patient's teeth/lip of the tube depth in centimeters (cm) of the invasive airway placed.</definition>
  <usage>Optional</usage>
  <performanceMeasuresGroup>
    <performanceMeasure>Airway</performanceMeasure>
  </performanceMeasuresGroup>
  <comment>Tube Depth added to better document the initial placement of the airway device and subsequent assessments.</comment>
</nemsisTacDoc>
Diagram
DiagrameAirway_v3_xsd.tmp#TubeDepth
Type TubeDepth
Properties
content simple
minOccurs 0
Facets
maxInclusive 32
minInclusive 4
Source
<xs:element name="eAirway.05" type="TubeDepth" id="eAirway.TubeDepth" minOccurs="0">
  <xs:annotation>
    <xs:documentation>
      <nemsisTacDoc>
        <number>eAirway.05</number>
        <name>Tube Depth</name>
        <national>No</national>
        <state>No</state>
        <definition>The measurement at the patient's teeth/lip of the tube depth in centimeters (cm) of the invasive airway placed.</definition>
        <usage>Optional</usage>
        <performanceMeasuresGroup>
          <performanceMeasure>Airway</performanceMeasure>
        </performanceMeasuresGroup>
        <comment>Tube Depth added to better document the initial placement of the airway device and subsequent assessments.</comment>
      </nemsisTacDoc>
    </xs:documentation>
  </xs:annotation>
</xs:element>
Element eAirways / eAirway.AirwayGroup / eAirway.ConfirmationGroup / eAirway.06
Namespace http://www.nemsis.org
Annotations
<nemsisTacDoc>
  <number>eAirway.06</number>
  <name>Type of Individual Confirming Airway Device Placement</name>
  <national>No</national>
  <state>Yes</state>
  <definition>The type of individual who confirmed the airway device placement.</definition>
  <usage>Recommended</usage>
  <performanceMeasuresGroup>
    <performanceMeasure>Airway</performanceMeasure>
  </performanceMeasuresGroup>
  <v3Changes>Added to better document airway management.</v3Changes>
</nemsisTacDoc>
Diagram
DiagrameAirway_v3_xsd.tmp#IndividualDetailseAirway_v3_xsd.tmp#eAirways_eAirways_eAirway.AirwayGroup_eAirways_eAirways_eAirway.AirwayGroup_eAirway.ConfirmationGroup_eAirways_eAirways_eAirway.AirwayGroup_eAirways_eAirways_eAirway.AirwayGroup_eAirway.ConfirmationGroup_eAirway.06_NV
Type extension of IndividualDetails
Type hierarchy
Properties
content complex
minOccurs 0
nillable true
Attributes
QName Type Use
NV union of(NV.NotApplicable, NV.NotRecorded, NV.NotReporting) optional
Source
<xs:element name="eAirway.06" nillable="true" id="eAirway.TypeofIndividualConfirmingAirwayDevicePlacement" minOccurs="0">
  <xs:annotation>
    <xs:documentation>
      <nemsisTacDoc>
        <number>eAirway.06</number>
        <name>Type of Individual Confirming Airway Device Placement</name>
        <national>No</national>
        <state>Yes</state>
        <definition>The type of individual who confirmed the airway device placement.</definition>
        <usage>Recommended</usage>
        <performanceMeasuresGroup>
          <performanceMeasure>Airway</performanceMeasure>
        </performanceMeasuresGroup>
        <v3Changes>Added to better document airway management.</v3Changes>
      </nemsisTacDoc>
    </xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="IndividualDetails">
        <xs:attribute name="NV" use="optional">
          <xs:simpleType>
            <xs:union memberTypes="NV.NotApplicable NV.NotRecorded NV.NotReporting"/>
          </xs:simpleType>
        </xs:attribute>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element eAirways / eAirway.AirwayGroup / eAirway.ConfirmationGroup / eAirway.07
Namespace http://www.nemsis.org
Annotations
<nemsisTacDoc>
  <number>eAirway.07</number>
  <name>Crew Member ID</name>
  <national>No</national>
  <state>Yes</state>
  <definition>The statewide assigned ID number of the EMS crew member confirming the airway placement.</definition>
  <usage>Recommended</usage>
  <performanceMeasuresGroup>
    <performanceMeasure>Airway</performanceMeasure>
  </performanceMeasuresGroup>
  <v3Changes>Added to better document airway management.</v3Changes>
</nemsisTacDoc>
Diagram
DiagramcommonTypes_v3_xsd.tmp#CrewMemberIDeAirway_v3_xsd.tmp#eAirways_eAirways_eAirway.AirwayGroup_eAirways_eAirways_eAirway.AirwayGroup_eAirway.ConfirmationGroup_eAirways_eAirways_eAirway.AirwayGroup_eAirways_eAirways_eAirway.AirwayGroup_eAirway.ConfirmationGroup_eAirway.07_NV
Type extension of CrewMemberID
Type hierarchy
Properties
content complex
minOccurs 0
nillable true
Attributes
QName Type Use
NV union of(NV.NotApplicable, NV.NotRecorded, NV.NotReporting) optional
Source
<xs:element name="eAirway.07" nillable="true" id="eAirway.CrewMemberID" minOccurs="0">
  <xs:annotation>
    <xs:documentation>
      <nemsisTacDoc>
        <number>eAirway.07</number>
        <name>Crew Member ID</name>
        <national>No</national>
        <state>Yes</state>
        <definition>The statewide assigned ID number of the EMS crew member confirming the airway placement.</definition>
        <usage>Recommended</usage>
        <performanceMeasuresGroup>
          <performanceMeasure>Airway</performanceMeasure>
        </performanceMeasuresGroup>
        <v3Changes>Added to better document airway management.</v3Changes>
      </nemsisTacDoc>
    </xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="CrewMemberID">
        <xs:attribute name="NV" use="optional">
          <xs:simpleType>
            <xs:union memberTypes="NV.NotApplicable NV.NotRecorded NV.NotReporting"/>
          </xs:simpleType>
        </xs:attribute>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element eAirways / eAirway.AirwayGroup / eAirway.08
Namespace http://www.nemsis.org
Annotations
<nemsisTacDoc>
  <number>eAirway.08</number>
  <name>Airway Complications Encountered</name>
  <national>No</national>
  <state>Yes</state>
  <definition>The airway management complications encountered during the patient care episode.</definition>
  <usage>Recommended</usage>
  <performanceMeasuresGroup>
    <performanceMeasure>Airway</performanceMeasure>
  </performanceMeasuresGroup>
  <v3Changes>Added to better document airway management.</v3Changes>
</nemsisTacDoc>
Diagram
DiagrameAirway_v3_xsd.tmp#ComplicationsEncounteredeAirway_v3_xsd.tmp#eAirways_eAirways_eAirway.AirwayGroup_eAirways_eAirways_eAirway.AirwayGroup_eAirway.08_NVeAirway_v3_xsd.tmp#eAirways_eAirways_eAirway.AirwayGroup_eAirways_eAirways_eAirway.AirwayGroup_eAirway.08_CorrelationID
Type extension of ComplicationsEncountered
Type hierarchy
Properties
content complex
minOccurs 0
maxOccurs unbounded
nillable true
Attributes
QName Type Use
CorrelationID CorrelationID optional
NV union of(NV.NotApplicable, NV.NotRecorded, NV.NotReporting) optional
Source
<xs:element name="eAirway.08" nillable="true" id="eAirway.AirwayComplicationsEncountered" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>
      <nemsisTacDoc>
        <number>eAirway.08</number>
        <name>Airway Complications Encountered</name>
        <national>No</national>
        <state>Yes</state>
        <definition>The airway management complications encountered during the patient care episode.</definition>
        <usage>Recommended</usage>
        <performanceMeasuresGroup>
          <performanceMeasure>Airway</performanceMeasure>
        </performanceMeasuresGroup>
        <v3Changes>Added to better document airway management.</v3Changes>
      </nemsisTacDoc>
    </xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="ComplicationsEncountered">
        <xs:attribute name="NV" use="optional">
          <xs:simpleType>
            <xs:union memberTypes="NV.NotApplicable NV.NotRecorded NV.NotReporting"/>
          </xs:simpleType>
        </xs:attribute>
        <xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element eAirways / eAirway.AirwayGroup / eAirway.09
Namespace http://www.nemsis.org
Annotations
<nemsisTacDoc>
  <number>eAirway.09</number>
  <name>Suspected Reasons for Failed Airway Management</name>
  <national>No</national>
  <state>Yes</state>
  <definition>The reason(s) the airway was unable to be successfully managed.</definition>
  <usage>Optional</usage>
  <performanceMeasuresGroup>
    <performanceMeasure>Airway</performanceMeasure>
  </performanceMeasuresGroup>
  <v3Changes>Added to better document airway management.</v3Changes>
</nemsisTacDoc>
Diagram
DiagrameAirway_v3_xsd.tmp#ReasonsForFailureeAirway_v3_xsd.tmp#eAirways_eAirways_eAirway.AirwayGroup_eAirways_eAirways_eAirway.AirwayGroup_eAirway.09_CorrelationID
Type extension of ReasonsForFailure
Type hierarchy
Properties
content complex
minOccurs 0
maxOccurs unbounded
Attributes
QName Type Use
CorrelationID CorrelationID optional
Source
<xs:element name="eAirway.09" id="eAirway.SuspectedReasonsforFailedAirwayManagement" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>
      <nemsisTacDoc>
        <number>eAirway.09</number>
        <name>Suspected Reasons for Failed Airway Management</name>
        <national>No</national>
        <state>Yes</state>
        <definition>The reason(s) the airway was unable to be successfully managed.</definition>
        <usage>Optional</usage>
        <performanceMeasuresGroup>
          <performanceMeasure>Airway</performanceMeasure>
        </performanceMeasuresGroup>
        <v3Changes>Added to better document airway management.</v3Changes>
      </nemsisTacDoc>
    </xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="ReasonsForFailure">
        <xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element eAirways / eAirway.AirwayGroup / eAirway.10
Namespace http://www.nemsis.org
Annotations
<nemsisTacDoc>
  <number>eAirway.10</number>
  <name>Date/Time Decision to Manage the Patient with an Invasive Airway</name>
  <national>No</national>
  <state>No</state>
  <definition>The date and time the decision was made to manage the patient's airway with an invasive airway device.</definition>
  <usage>Optional</usage>
  <performanceMeasuresGroup>
    <performanceMeasure>Airway</performanceMeasure>
  </performanceMeasuresGroup>
  <comment>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></comment>
  <v3Changes>Added to better document airway management.</v3Changes>
</nemsisTacDoc>
Diagram
DiagramcommonTypes_v3_xsd.tmp#DateTimeType
Type DateTimeType
Properties
content simple
minOccurs 0
Facets
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}
Source
<xs:element name="eAirway.10" type="DateTimeType" id="eAirway.DateTimeDecisiontoManagethePatientwithanInvasiveAirway" minOccurs="0">
  <xs:annotation>
    <xs:documentation>
      <nemsisTacDoc>
        <number>eAirway.10</number>
        <name>Date/Time Decision to Manage the Patient with an Invasive Airway</name>
        <national>No</national>
        <state>No</state>
        <definition>The date and time the decision was made to manage the patient's airway with an invasive airway device.</definition>
        <usage>Optional</usage>
        <performanceMeasuresGroup>
          <performanceMeasure>Airway</performanceMeasure>
        </performanceMeasuresGroup>
        <comment>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></comment>
        <v3Changes>Added to better document airway management.</v3Changes>
      </nemsisTacDoc>
    </xs:documentation>
  </xs:annotation>
</xs:element>
Element eAirways / eAirway.AirwayGroup / eAirway.11
Namespace http://www.nemsis.org
Annotations
<nemsisTacDoc>
  <number>eAirway.11</number>
  <name>Date/Time Invasive Airway Placement Attempts Abandoned</name>
  <national>No</national>
  <state>No</state>
  <definition>The date and time that the invasive airway attempts were abandoned for the patient.</definition>
  <usage>Optional</usage>
  <performanceMeasuresGroup>
    <performanceMeasure>Airway</performanceMeasure>
  </performanceMeasuresGroup>
  <comment>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></comment>
  <v3Changes>Added to better document airway management.</v3Changes>
</nemsisTacDoc>
Diagram
DiagramcommonTypes_v3_xsd.tmp#DateTimeType
Type DateTimeType
Properties
content simple
minOccurs 0
Facets
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}
Source
<xs:element name="eAirway.11" type="DateTimeType" id="eAirway.DateTimeInvasiveAirwayPlacementAttemptsAbandoned" minOccurs="0">
  <xs:annotation>
    <xs:documentation>
      <nemsisTacDoc>
        <number>eAirway.11</number>
        <name>Date/Time Invasive Airway Placement Attempts Abandoned</name>
        <national>No</national>
        <state>No</state>
        <definition>The date and time that the invasive airway attempts were abandoned for the patient.</definition>
        <usage>Optional</usage>
        <performanceMeasuresGroup>
          <performanceMeasure>Airway</performanceMeasure>
        </performanceMeasuresGroup>
        <comment>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></comment>
        <v3Changes>Added to better document airway management.</v3Changes>
      </nemsisTacDoc>
    </xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type eAirways
Namespace http://www.nemsis.org
Diagram
DiagrameAirway_v3_xsd.tmp#eAirways_eAirway.AirwayGroup
Used by
Model
Children eAirway.AirwayGroup
Source
<xs:complexType name="eAirways">
  <xs:sequence>
    <xs:element name="eAirway.AirwayGroup" id="eAirway.AirwayGroup" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Group Tag to hold Airway information</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element name="eAirway.01" nillable="true" id="eAirway.IndicationsforInvasiveAirway" minOccurs="0" maxOccurs="unbounded">
            <xs:annotation>
              <xs:documentation>
                <nemsisTacDoc>
                  <number>eAirway.01</number>
                  <name>Indications for Invasive Airway</name>
                  <national>No</national>
                  <state>Yes</state>
                  <definition>The clinical indication for performing invasive airway management.</definition>
                  <usage>Recommended</usage>
                  <performanceMeasuresGroup>
                    <performanceMeasure>Airway</performanceMeasure>
                  </performanceMeasuresGroup>
                  <v3Changes>Added to better document airway management.</v3Changes>
                </nemsisTacDoc>
              </xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:simpleContent>
                <xs:extension base="AirwayIndications">
                  <xs:attribute name="NV" use="optional">
                    <xs:simpleType>
                      <xs:union memberTypes="NV.NotApplicable NV.NotRecorded NV.NotReporting"/>
                    </xs:simpleType>
                  </xs:attribute>
                  <xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
                </xs:extension>
              </xs:simpleContent>
            </xs:complexType>
          </xs:element>
          <xs:element name="eAirway.ConfirmationGroup" id="eAirway.ConfirmationGroup" minOccurs="0" maxOccurs="unbounded">
            <xs:annotation>
              <xs:documentation>Group Tag to hold info about the confirmation methods.</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:sequence>
                <xs:element name="eAirway.02" nillable="true" id="eAirway.DateTimeAirwayDevicePlacementConfirmation" minOccurs="0">
                  <xs:annotation>
                    <xs:documentation>
                      <nemsisTacDoc>
                        <number>eAirway.02</number>
                        <name>Date/Time Airway Device Placement Confirmation</name>
                        <national>No</national>
                        <state>Yes</state>
                        <definition>The date and time the airway device placement was confirmed.</definition>
                        <usage>Recommended</usage>
                        <performanceMeasuresGroup>
                          <performanceMeasure>Airway</performanceMeasure>
                        </performanceMeasuresGroup>
                        <comment>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></comment>
                        <v3Changes>Added to better document airway management.</v3Changes>
                      </nemsisTacDoc>
                    </xs:documentation>
                  </xs:annotation>
                  <xs:complexType>
                    <xs:simpleContent>
                      <xs:extension base="DateTimeType">
                        <xs:attribute name="NV" use="optional">
                          <xs:simpleType>
                            <xs:union memberTypes="NV.NotApplicable NV.NotRecorded NV.NotReporting"/>
                          </xs:simpleType>
                        </xs:attribute>
                      </xs:extension>
                    </xs:simpleContent>
                  </xs:complexType>
                </xs:element>
                <xs:element name="eAirway.03" nillable="true" id="eAirway.AirwayDeviceBeingConfirmed" minOccurs="0">
                  <xs:annotation>
                    <xs:documentation>
                      <nemsisTacDoc>
                        <number>eAirway.03</number>
                        <name>Airway Device Being Confirmed</name>
                        <national>No</national>
                        <state>Yes</state>
                        <definition>The airway device in which placement is being confirmed.</definition>
                        <usage>Recommended</usage>
                        <performanceMeasuresGroup>
                          <performanceMeasure>Airway</performanceMeasure>
                        </performanceMeasuresGroup>
                        <v3Changes>Added to better document airway management. SAD means Supraglottic Airway Device.</v3Changes>
                      </nemsisTacDoc>
                    </xs:documentation>
                  </xs:annotation>
                  <xs:complexType>
                    <xs:simpleContent>
                      <xs:extension base="DeviceBeingConfirmed">
                        <xs:attribute name="NV" use="optional">
                          <xs:simpleType>
                            <xs:union memberTypes="NV.NotApplicable NV.NotRecorded NV.NotReporting"/>
                          </xs:simpleType>
                        </xs:attribute>
                      </xs:extension>
                    </xs:simpleContent>
                  </xs:complexType>
                </xs:element>
                <xs:element name="eAirway.04" nillable="true" id="eAirway.AirwayDevicePlacementConfirmedMethods" minOccurs="0" maxOccurs="unbounded">
                  <xs:annotation>
                    <xs:documentation>
                      <nemsisTacDoc>
                        <number>eAirway.04</number>
                        <name>Airway Device Placement Confirmed Method</name>
                        <national>No</national>
                        <state>Yes</state>
                        <definition>The method used to confirm the airway device placement.</definition>
                        <usage>Recommended</usage>
                        <performanceMeasuresGroup>
                          <performanceMeasure>Airway</performanceMeasure>
                        </performanceMeasuresGroup>
                        <comment>If the invasive airway is confirmed via multiple methods each method should be documented individually by time, method, and type of individual.</comment>
                        <v3Changes>Added to better document airway management.</v3Changes>
                      </nemsisTacDoc>
                    </xs:documentation>
                  </xs:annotation>
                  <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:union memberTypes="NV.NotApplicable NV.NotRecorded NV.NotReporting"/>
                          </xs:simpleType>
                        </xs:attribute>
                      </xs:extension>
                    </xs:simpleContent>
                  </xs:complexType>
                </xs:element>
                <xs:element name="eAirway.05" type="TubeDepth" id="eAirway.TubeDepth" minOccurs="0">
                  <xs:annotation>
                    <xs:documentation>
                      <nemsisTacDoc>
                        <number>eAirway.05</number>
                        <name>Tube Depth</name>
                        <national>No</national>
                        <state>No</state>
                        <definition>The measurement at the patient's teeth/lip of the tube depth in centimeters (cm) of the invasive airway placed.</definition>
                        <usage>Optional</usage>
                        <performanceMeasuresGroup>
                          <performanceMeasure>Airway</performanceMeasure>
                        </performanceMeasuresGroup>
                        <comment>Tube Depth added to better document the initial placement of the airway device and subsequent assessments.</comment>
                      </nemsisTacDoc>
                    </xs:documentation>
                  </xs:annotation>
                </xs:element>
                <xs:element name="eAirway.06" nillable="true" id="eAirway.TypeofIndividualConfirmingAirwayDevicePlacement" minOccurs="0">
                  <xs:annotation>
                    <xs:documentation>
                      <nemsisTacDoc>
                        <number>eAirway.06</number>
                        <name>Type of Individual Confirming Airway Device Placement</name>
                        <national>No</national>
                        <state>Yes</state>
                        <definition>The type of individual who confirmed the airway device placement.</definition>
                        <usage>Recommended</usage>
                        <performanceMeasuresGroup>
                          <performanceMeasure>Airway</performanceMeasure>
                        </performanceMeasuresGroup>
                        <v3Changes>Added to better document airway management.</v3Changes>
                      </nemsisTacDoc>
                    </xs:documentation>
                  </xs:annotation>
                  <xs:complexType>
                    <xs:simpleContent>
                      <xs:extension base="IndividualDetails">
                        <xs:attribute name="NV" use="optional">
                          <xs:simpleType>
                            <xs:union memberTypes="NV.NotApplicable NV.NotRecorded NV.NotReporting"/>
                          </xs:simpleType>
                        </xs:attribute>
                      </xs:extension>
                    </xs:simpleContent>
                  </xs:complexType>
                </xs:element>
                <xs:element name="eAirway.07" nillable="true" id="eAirway.CrewMemberID" minOccurs="0">
                  <xs:annotation>
                    <xs:documentation>
                      <nemsisTacDoc>
                        <number>eAirway.07</number>
                        <name>Crew Member ID</name>
                        <national>No</national>
                        <state>Yes</state>
                        <definition>The statewide assigned ID number of the EMS crew member confirming the airway placement.</definition>
                        <usage>Recommended</usage>
                        <performanceMeasuresGroup>
                          <performanceMeasure>Airway</performanceMeasure>
                        </performanceMeasuresGroup>
                        <v3Changes>Added to better document airway management.</v3Changes>
                      </nemsisTacDoc>
                    </xs:documentation>
                  </xs:annotation>
                  <xs:complexType>
                    <xs:simpleContent>
                      <xs:extension base="CrewMemberID">
                        <xs:attribute name="NV" use="optional">
                          <xs:simpleType>
                            <xs:union memberTypes="NV.NotApplicable NV.NotRecorded NV.NotReporting"/>
                          </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>
          <xs:element name="eAirway.08" nillable="true" id="eAirway.AirwayComplicationsEncountered" minOccurs="0" maxOccurs="unbounded">
            <xs:annotation>
              <xs:documentation>
                <nemsisTacDoc>
                  <number>eAirway.08</number>
                  <name>Airway Complications Encountered</name>
                  <national>No</national>
                  <state>Yes</state>
                  <definition>The airway management complications encountered during the patient care episode.</definition>
                  <usage>Recommended</usage>
                  <performanceMeasuresGroup>
                    <performanceMeasure>Airway</performanceMeasure>
                  </performanceMeasuresGroup>
                  <v3Changes>Added to better document airway management.</v3Changes>
                </nemsisTacDoc>
              </xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:simpleContent>
                <xs:extension base="ComplicationsEncountered">
                  <xs:attribute name="NV" use="optional">
                    <xs:simpleType>
                      <xs:union memberTypes="NV.NotApplicable NV.NotRecorded NV.NotReporting"/>
                    </xs:simpleType>
                  </xs:attribute>
                  <xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
                </xs:extension>
              </xs:simpleContent>
            </xs:complexType>
          </xs:element>
          <xs:element name="eAirway.09" id="eAirway.SuspectedReasonsforFailedAirwayManagement" minOccurs="0" maxOccurs="unbounded">
            <xs:annotation>
              <xs:documentation>
                <nemsisTacDoc>
                  <number>eAirway.09</number>
                  <name>Suspected Reasons for Failed Airway Management</name>
                  <national>No</national>
                  <state>Yes</state>
                  <definition>The reason(s) the airway was unable to be successfully managed.</definition>
                  <usage>Optional</usage>
                  <performanceMeasuresGroup>
                    <performanceMeasure>Airway</performanceMeasure>
                  </performanceMeasuresGroup>
                  <v3Changes>Added to better document airway management.</v3Changes>
                </nemsisTacDoc>
              </xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:simpleContent>
                <xs:extension base="ReasonsForFailure">
                  <xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
                </xs:extension>
              </xs:simpleContent>
            </xs:complexType>
          </xs:element>
          <xs:element name="eAirway.10" type="DateTimeType" id="eAirway.DateTimeDecisiontoManagethePatientwithanInvasiveAirway" minOccurs="0">
            <xs:annotation>
              <xs:documentation>
                <nemsisTacDoc>
                  <number>eAirway.10</number>
                  <name>Date/Time Decision to Manage the Patient with an Invasive Airway</name>
                  <national>No</national>
                  <state>No</state>
                  <definition>The date and time the decision was made to manage the patient's airway with an invasive airway device.</definition>
                  <usage>Optional</usage>
                  <performanceMeasuresGroup>
                    <performanceMeasure>Airway</performanceMeasure>
                  </performanceMeasuresGroup>
                  <comment>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></comment>
                  <v3Changes>Added to better document airway management.</v3Changes>
                </nemsisTacDoc>
              </xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="eAirway.11" type="DateTimeType" id="eAirway.DateTimeInvasiveAirwayPlacementAttemptsAbandoned" minOccurs="0">
            <xs:annotation>
              <xs:documentation>
                <nemsisTacDoc>
                  <number>eAirway.11</number>
                  <name>Date/Time Invasive Airway Placement Attempts Abandoned</name>
                  <national>No</national>
                  <state>No</state>
                  <definition>The date and time that the invasive airway attempts were abandoned for the patient.</definition>
                  <usage>Optional</usage>
                  <performanceMeasuresGroup>
                    <performanceMeasure>Airway</performanceMeasure>
                  </performanceMeasuresGroup>
                  <comment>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></comment>
                  <v3Changes>Added to better document airway management.</v3Changes>
                </nemsisTacDoc>
              </xs:documentation>
            </xs:annotation>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Simple Type AirwayIndications
Namespace http://www.nemsis.org
Annotations
The clinical indication for performing invasive airway management
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration 4001001
Adequate Airway Reflexes/Effort, Potential for Compromise
enumeration 4001003
Airway Reflex Compromised
enumeration 4001005
Apnea or Agonal Respirations
enumeration 4001007
Illness Involving Airway
enumeration 4001009
Injury Involving Airway
enumeration 4001011
Other
enumeration 4001013
Ventilatory Effort Compromised
Used by
Source
<xs:simpleType name="AirwayIndications">
  <xs:annotation>
    <xs:documentation>The clinical indication for performing invasive airway management</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="4001001">
      <xs:annotation>
        <xs:documentation>Adequate Airway Reflexes/Effort, Potential for Compromise</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="4001003">
      <xs:annotation>
        <xs:documentation>Airway Reflex Compromised</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="4001005">
      <xs:annotation>
        <xs:documentation>Apnea or Agonal Respirations</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="4001007">
      <xs:annotation>
        <xs:documentation>Illness Involving Airway</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="4001009">
      <xs:annotation>
        <xs:documentation>Injury Involving Airway</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="4001011">
      <xs:annotation>
        <xs:documentation>Other</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="4001013">
      <xs:annotation>
        <xs:documentation>Ventilatory Effort Compromised</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
Simple Type DeviceBeingConfirmed
Namespace http://www.nemsis.org
Annotations
The airway device in which placement is being confirmed
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration 4003001
Cricothyrotomy Tube
enumeration 4003003
Endotracheal Tube
enumeration 4003005
Other-Invasive Airway
enumeration 4003007
SAD-Combitube
enumeration 4003009
SAD-King
enumeration 4003011
SAD-LMA
enumeration 4003013
SAD-Other
enumeration 4003015
Tracheostomy Tube
Used by
Source
<xs:simpleType name="DeviceBeingConfirmed">
  <xs:annotation>
    <xs:documentation>The airway device in which placement is being confirmed</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="4003001">
      <xs:annotation>
        <xs:documentation>Cricothyrotomy Tube</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="4003003">
      <xs:annotation>
        <xs:documentation>Endotracheal Tube</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="4003005">
      <xs:annotation>
        <xs:documentation>Other-Invasive Airway</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="4003007">
      <xs:annotation>
        <xs:documentation>SAD-Combitube</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="4003009">
      <xs:annotation>
        <xs:documentation>SAD-King</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="4003011">
      <xs:annotation>
        <xs:documentation>SAD-LMA</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="4003013">
      <xs:annotation>
        <xs:documentation>SAD-Other</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="4003015">
      <xs:annotation>
        <xs:documentation>Tracheostomy Tube</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
Simple Type DeviceConfirmedMethods
Namespace http://www.nemsis.org
Annotations
The method or methods used to confirm the airway device placement
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration 4004001
Auscultation
enumeration 4004003
Bulb/Syringe Aspiration
enumeration 4004005
Colorimetric ETCO2
enumeration 4004007
Condensation in Tube
enumeration 4004009
Digital (Numeric) ETCO2
enumeration 4004011
Direct Re-Visualization of Tube in Place
enumeration 4004013
Endotracheal Tube Whistle (BAAM, etc.)
enumeration 4004015
Other
enumeration 4004017
Visualization of Vocal Cords
enumeration 4004019
Waveform ETCO2
enumeration 4004021
Chest Rise
Used by
Source
<xs:simpleType name="DeviceConfirmedMethods">
  <xs:annotation>
    <xs:documentation>The method or methods used to confirm the airway device placement</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="4004001">
      <xs:annotation>
        <xs:documentation>Auscultation</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="4004003">
      <xs:annotation>
        <xs:documentation>Bulb/Syringe Aspiration</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="4004005">
      <xs:annotation>
        <xs:documentation>Colorimetric ETCO2</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="4004007">
      <xs:annotation>
        <xs:documentation>Condensation in Tube</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="4004009">
      <xs:annotation>
        <xs:documentation>Digital (Numeric) ETCO2</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="4004011">
      <xs:annotation>
        <xs:documentation>Direct Re-Visualization of Tube in Place</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="4004013">
      <xs:annotation>
        <xs:documentation>Endotracheal Tube Whistle (BAAM, etc.)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="4004015">
      <xs:annotation>
        <xs:documentation>Other</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="4004017">
      <xs:annotation>
        <xs:documentation>Visualization of Vocal Cords</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="4004019">
      <xs:annotation>
        <xs:documentation>Waveform ETCO2</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="4004021">
      <xs:annotation>
        <xs:documentation>Chest Rise</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
Simple Type TubeDepth
Namespace http://www.nemsis.org
Annotations
The measurement at the lip of the tube depth in centimeters (cm) of the invasive airway placed.
Diagram
Diagram
Type restriction of xs:integer
Facets
maxInclusive 32
minInclusive 4
Used by
Source
<xs:simpleType name="TubeDepth">
  <xs:annotation>
    <xs:documentation>The measurement at the lip of the tube depth in centimeters (cm) of the invasive airway placed.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:integer">
    <xs:minInclusive value="4"/>
    <xs:maxInclusive value="32"/>
  </xs:restriction>
</xs:simpleType>
Simple Type IndividualDetails
Namespace http://www.nemsis.org
Annotations
The individual who performed the airway device place
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration 4006001
Another Person on the Same Crew
enumeration 4006003
Other
enumeration 4006005
Person Performing Intubation
enumeration 4006007
Receiving Air Medical/EMS Crew
enumeration 4006009
Receiving Hospital Team
Used by
Source
<xs:simpleType name="IndividualDetails">
  <xs:annotation>
    <xs:documentation>The individual who performed the airway device place</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="4006001">
      <xs:annotation>
        <xs:documentation>Another Person on the Same Crew</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="4006003">
      <xs:annotation>
        <xs:documentation>Other</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="4006005">
      <xs:annotation>
        <xs:documentation>Person Performing Intubation</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="4006007">
      <xs:annotation>
        <xs:documentation>Receiving Air Medical/EMS Crew</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="4006009">
      <xs:annotation>
        <xs:documentation>Receiving Hospital Team</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
Simple Type ComplicationsEncountered
Namespace http://www.nemsis.org
Annotations
The airway management complications encountered during the patient care episode
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration 4008001
Adverse Event from Facilitating Drugs
enumeration 4008003
Bradycardia (<50)
enumeration 4008005
Cardiac Arrest
enumeration 4008007
Esophageal Intubation-Delayed Detection (After Tube Secured)
enumeration 4008009
Esophageal Intubation-Detected in Emergency Department
enumeration 4008011
Failed Intubation Effort
enumeration 4008013
Injury or Trauma to Patient from Airway Management Effort
enumeration 4008015
Other
enumeration 4008017
Oxygen Desaturation (<90%)
enumeration 4008019
Patient Vomiting/Aspiration
enumeration 4008021
Tube Dislodged During Transport/Patient Care
enumeration 4008023
Tube Was Not in Correct Position when EMS Crew/Team Assumed Care of the Patient
Used by
Source
<xs:simpleType name="ComplicationsEncountered">
  <xs:annotation>
    <xs:documentation>The airway management complications encountered during the patient care episode</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="4008001">
      <xs:annotation>
        <xs:documentation>Adverse Event from Facilitating Drugs</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="4008003">
      <xs:annotation>
        <xs:documentation>Bradycardia (<50)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="4008005">
      <xs:annotation>
        <xs:documentation>Cardiac Arrest</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="4008007">
      <xs:annotation>
        <xs:documentation>Esophageal Intubation-Delayed Detection (After Tube Secured)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="4008009">
      <xs:annotation>
        <xs:documentation>Esophageal Intubation-Detected in Emergency Department</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="4008011">
      <xs:annotation>
        <xs:documentation>Failed Intubation Effort</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="4008013">
      <xs:annotation>
        <xs:documentation>Injury or Trauma to Patient from Airway Management Effort</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="4008015">
      <xs:annotation>
        <xs:documentation>Other</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="4008017">
      <xs:annotation>
        <xs:documentation>Oxygen Desaturation (<90%)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="4008019">
      <xs:annotation>
        <xs:documentation>Patient Vomiting/Aspiration</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="4008021">
      <xs:annotation>
        <xs:documentation>Tube Dislodged During Transport/Patient Care</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="4008023">
      <xs:annotation>
        <xs:documentation>Tube Was Not in Correct Position when EMS Crew/Team Assumed Care of the Patient</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
Simple Type ReasonsForFailure
Namespace http://www.nemsis.org
Annotations
The reason(s) the airway was unable to be successfully managed
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration 4009001
Difficult Patient Airway Anatomy
enumeration 4009003
ETI Attempted, but Arrived At Destination Facility Before Accomplished
enumeration 4009005
Facial or Oral Trauma
enumeration 4009007
Inability to Expose Vocal Cords
enumeration 4009009
Inadequate Patient Relaxation/Presence of Protective Airway Reflexes
enumeration 4009011
Jaw Clenched (Trismus)
enumeration 4009013
Other
enumeration 4009015
Poor Patient Access
enumeration 4009017
Secretions/Blood/Vomit
enumeration 4009019
Unable to Position or Access Patient
Used by
Source
<xs:simpleType name="ReasonsForFailure">
  <xs:annotation>
    <xs:documentation>The reason(s) the airway was unable to be successfully managed</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="4009001">
      <xs:annotation>
        <xs:documentation>Difficult Patient Airway Anatomy</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="4009003">
      <xs:annotation>
        <xs:documentation>ETI Attempted, but Arrived At Destination Facility Before Accomplished</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="4009005">
      <xs:annotation>
        <xs:documentation>Facial or Oral Trauma</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="4009007">
      <xs:annotation>
        <xs:documentation>Inability to Expose Vocal Cords</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="4009009">
      <xs:annotation>
        <xs:documentation>Inadequate Patient Relaxation/Presence of Protective Airway Reflexes</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="4009011">
      <xs:annotation>
        <xs:documentation>Jaw Clenched (Trismus)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="4009013">
      <xs:annotation>
        <xs:documentation>Other</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="4009015">
      <xs:annotation>
        <xs:documentation>Poor Patient Access</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="4009017">
      <xs:annotation>
        <xs:documentation>Secretions/Blood/Vomit</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="4009019">
      <xs:annotation>
        <xs:documentation>Unable to Position or Access Patient</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
Attribute eAirways / eAirway.AirwayGroup / eAirway.01 / @NV
Namespace No namespace
Type union of(NV.NotApplicable, NV.NotRecorded, NV.NotReporting)
Properties
use optional
Used by
Source
<xs:attribute name="NV" use="optional">
  <xs:simpleType>
    <xs:union memberTypes="NV.NotApplicable NV.NotRecorded NV.NotReporting"/>
  </xs:simpleType>
</xs:attribute>
Attribute eAirways / eAirway.AirwayGroup / eAirway.01 / @CorrelationID
Namespace No namespace
Type CorrelationID
Properties
use optional
Facets
minLength 2
maxLength 255
Used by
Source
<xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
Attribute eAirways / eAirway.AirwayGroup / eAirway.ConfirmationGroup / eAirway.02 / @NV
Namespace No namespace
Type union of(NV.NotApplicable, NV.NotRecorded, NV.NotReporting)
Properties
use optional
Used by
Source
<xs:attribute name="NV" use="optional">
  <xs:simpleType>
    <xs:union memberTypes="NV.NotApplicable NV.NotRecorded NV.NotReporting"/>
  </xs:simpleType>
</xs:attribute>
Attribute eAirways / eAirway.AirwayGroup / eAirway.ConfirmationGroup / eAirway.03 / @NV
Namespace No namespace
Type union of(NV.NotApplicable, NV.NotRecorded, NV.NotReporting)
Properties
use optional
Used by
Source
<xs:attribute name="NV" use="optional">
  <xs:simpleType>
    <xs:union memberTypes="NV.NotApplicable NV.NotRecorded NV.NotReporting"/>
  </xs:simpleType>
</xs:attribute>
Attribute eAirways / eAirway.AirwayGroup / eAirway.ConfirmationGroup / eAirway.04 / @CorrelationID
Namespace No namespace
Type CorrelationID
Properties
use optional
Facets
minLength 2
maxLength 255
Used by
Source
<xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
Attribute eAirways / eAirway.AirwayGroup / eAirway.ConfirmationGroup / eAirway.04 / @NV
Namespace No namespace
Type union of(NV.NotApplicable, NV.NotRecorded, NV.NotReporting)
Properties
use optional
Used by
Source
<xs:attribute name="NV" use="optional">
  <xs:simpleType>
    <xs:union memberTypes="NV.NotApplicable NV.NotRecorded NV.NotReporting"/>
  </xs:simpleType>
</xs:attribute>
Attribute eAirways / eAirway.AirwayGroup / eAirway.ConfirmationGroup / eAirway.06 / @NV
Namespace No namespace
Type union of(NV.NotApplicable, NV.NotRecorded, NV.NotReporting)
Properties
use optional
Used by
Source
<xs:attribute name="NV" use="optional">
  <xs:simpleType>
    <xs:union memberTypes="NV.NotApplicable NV.NotRecorded NV.NotReporting"/>
  </xs:simpleType>
</xs:attribute>
Attribute eAirways / eAirway.AirwayGroup / eAirway.ConfirmationGroup / eAirway.07 / @NV
Namespace No namespace
Type union of(NV.NotApplicable, NV.NotRecorded, NV.NotReporting)
Properties
use optional
Used by
Source
<xs:attribute name="NV" use="optional">
  <xs:simpleType>
    <xs:union memberTypes="NV.NotApplicable NV.NotRecorded NV.NotReporting"/>
  </xs:simpleType>
</xs:attribute>
Attribute eAirways / eAirway.AirwayGroup / eAirway.ConfirmationGroup / @CorrelationID
Namespace No namespace
Type CorrelationID
Properties
use optional
Facets
minLength 2
maxLength 255
Used by
Source
<xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
Attribute eAirways / eAirway.AirwayGroup / eAirway.ConfirmationGroup / @ProcedureGroupCorrelationID
Namespace No namespace
Type CorrelationID
Properties
use optional
Facets
minLength 2
maxLength 255
Used by
Source
<xs:attribute name="ProcedureGroupCorrelationID" type="CorrelationID" use="optional"/>
Attribute eAirways / eAirway.AirwayGroup / eAirway.08 / @NV
Namespace No namespace
Type union of(NV.NotApplicable, NV.NotRecorded, NV.NotReporting)
Properties
use optional
Used by
Source
<xs:attribute name="NV" use="optional">
  <xs:simpleType>
    <xs:union memberTypes="NV.NotApplicable NV.NotRecorded NV.NotReporting"/>
  </xs:simpleType>
</xs:attribute>
Attribute eAirways / eAirway.AirwayGroup / eAirway.08 / @CorrelationID
Namespace No namespace
Type CorrelationID
Properties
use optional
Facets
minLength 2
maxLength 255
Used by
Source
<xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
Attribute eAirways / eAirway.AirwayGroup / eAirway.09 / @CorrelationID
Namespace No namespace
Type CorrelationID
Properties
use optional
Facets
minLength 2
maxLength 255
Used by
Source
<xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>