element -> <eResponse.12>
eResponse.12 Type of Turn-Around Delay Yes Yes The turn-around delays, if any, of EMS unit associated with the EMS event. E02_10 Required Response Rendezvous Transport Unavailable added for situations where there is a wait for an EMS Transport Unit, a Ferry, Air Medical, etc to return to service. <br/><br/>If a patient is being transported by the unit, turn-around delay is any time delay that occurs from the time the patient arrived at the destination (eTimes.10) until the time the unit is back in service (eTimes.13) or unit back at the home location (eTimes15) [whichever is the greater of the two times]. <br/><br/>If no patient is being transported by the unit, turn-around delay is any time delay that occurs from the time the unit arrived on scene (eTimes.06) until the unit is back in service (eTimes.13) or the unit back at the home location (eTimes.15) [whichever is the greater of the two times].
Namespace:
Type:
Content:
simple, 2 attributes
Nillable:
(can be declared as nil using xsi:nil attribute in instance XML documents)
Defined:
locally within eResponse complexType in eResponse_v3.xsd; see XML source
Includes:
definitions of 2 attributes
Content Model Diagram
XML Representation Summary
<eResponse.12
    NV
 = 
("7701001" | "7701003")
    CorrelationID
 = 
xs:string
    >
   
Content: 
{ enumeration of xs:string }
</eResponse.12>
Simple Content Detail:
Enumeration:
"2212001"
 - 
Clean-up
"2212003"
 - 
Decontamination
"2212005"
 - 
Distance
"2212007"
 - 
Documentation
"2212009"
 - 
ED Overcrowding / Transfer of Care
"2212011"
 - 
Equipment Failure
"2212013"
 - 
Equipment/Supply Replenishment
"2212015"
 - 
None/No Delay
"2212017"
 - 
Other (Not Listed)
"2212019"
 - 
Rendezvous Transport Unavailable
"2212021"
 - 
Route Obstruction (e.g. Train)
"2212023"
 - 
Staff Delay
"2212025"
 - 
Traffic
"2212027"
 - 
Vehicle Crash of this Unit
"2212029"
 - 
Vehicle Failure of this Unit
"2212031"
 - 
Weather
"2212033"
 - 
EMS Crew Accompanies Patient for Facility Procedure

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

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