element -> <eDisposition.HospitalTeamActivationGroup>
Group Tag to hold info about the destination team pre-arrival activation
Namespace:
Type:
anonymous complexType
Content:
complex, 1 attribute, 2 elements
Defined:
Includes:
definitions of 1 attribute, 2 elements
Content Model Diagram
XML Representation Summary
<eDisposition.HospitalTeamActivationGroup
    CorrelationID
 = 
xs:string
    >
   
Content: 
eDisposition.24, eDisposition.25
</eDisposition.HospitalTeamActivationGroup>
Content model elements (2):
XML Source (w/o annotations (3); see within schema source)
<xs:element id="eDisposition.HospitalTeamActivationGroup" maxOccurs="unbounded" name="eDisposition.HospitalTeamActivationGroup">
<xs:complexType>
<xs:sequence>
<xs:element id="eDisposition.DestinationTeamPreArrivalActivation" name="eDisposition.24" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="DestinationPrearrivalActivation">
<xs:attribute name="NV" use="optional">
<xs:simpleType>
<xs:union memberTypes="NV.NotApplicable NV.NotRecorded"/>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
<xs:element id="eDisposition.DestinationPrearrivalActivationDateTime" name="eDisposition.25" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="DateTimeType">
<xs:attribute name="NV" use="optional">
<xs:simpleType>
<xs:union memberTypes="NV.NotApplicable NV.NotRecorded"/>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
</xs:complexType>
</xs:element>
Attribute Detail (all declarations; defined in this component only; 1/1)
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"/>
Content Element Detail (all declarations; defined in this component only; 2/2)
eDisposition.24
Type:
anonymous (extension of DestinationPrearrivalActivation), simple content
Nillable:
(can be declared as nil using xsi:nil attribute in instance XML documents)
eDisposition.24 Destination Team Pre-Arrival Alert or Activation Yes Yes Indication that an alert (or activation) was called by EMS to the appropriate destination healthcare facility team. The alert (or activation) should occur prior to the EMS Unit arrival at the destination with the patient. Required Cardiac Arrest STEMI Stroke Trauma <comment/> Added to better document performance measure for acute time dependent illness and injury systems of care.
Simple Content
enumeration of xs:string
Enumeration:
"4224001"
 - 
No
"4224003"
 - 
Yes-Adult Trauma
"4224005"
 - 
Yes-Cardiac Arrest
"4224007"
 - 
Yes-Obstetrics
"4224009"
 - 
Yes-Other
"4224011"
 - 
Yes-Pediatric Trauma
"4224013"
 - 
Yes-STEMI
"4224015"
 - 
Yes-Stroke
"4224017"
 - 
Yes-Trauma (General)
XML Source (w/o annotations (1); see within schema source)
<xs:element id="eDisposition.DestinationTeamPreArrivalActivation" name="eDisposition.24" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="DestinationPrearrivalActivation">
<xs:attribute name="NV" use="optional">
<xs:simpleType>
<xs:union memberTypes="NV.NotApplicable NV.NotRecorded"/>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>

eDisposition.25
Type:
anonymous (extension of DateTimeType), simple content
Nillable:
(can be declared as nil using xsi:nil attribute in instance XML documents)
eDisposition.25 Date/Time of Destination Prearrival Alert or Activation Yes Yes The Date/Time EMS alerted, notified, or activated the Destination Healthcare Facility prior to EMS arrival. The EMS assessment identified the patient as acutely ill or injured based on exam and possibly specified alert criteria. Required Airway Cardiac Arrest Pediatric STEMI Stroke Trauma DateTime consists of finite-length characters of the form: yyyy '-' mm '-' dd 'T' hh ':' mm ':' ss ('.' s+)? (zzzzzz) <table cellspacing="2"><tr><td> <table border="1px" cellpadding="3px" cellspacing="0"> <tr><td align="center">yyyy</td><td>a four-digit numeral that represents the year</td></tr> <tr><td align="center">'-'</td><td>separators between parts of the date portion</td></tr> <tr><td align="center">mm</td><td>a two-digit numeral that represents the month</td></tr> <tr><td align="center">dd</td><td>a two-digit numeral that represents the day</td></tr> <tr><td align="center">T</td><td>separator that indicates time-of-day follows</td></tr> <tr><td align="center">hh</td><td>a two-digit numeral that represents the hour</td></tr> <tr><td align="center">':'</td><td>a separator between parts of the time-of-day portion</td></tr> <tr><td align="center">mm</td><td>a two-digit numeral that represents the minute</td></tr> <tr><td align="center">ss</td><td>a two-integer-digit numeral that represents the whole seconds</td></tr> <tr><td align="center">'.' s+</td><td>(not required) represents the fractional seconds</td></tr> <tr><td align="center">zzzzzz</td><td>(required) represents the timezone (as described below)</td></tr> </table> </td></tr></table> <br/>Timezones, required, are durations with (integer-valued) hour and minute properties in the form: ('+' | '-') hh ':' mm <table cellspacing="2"><tr><td> <table border="1px" cellpadding="3px" cellspacing="0"> <tr><td align="center">hh</td><td>a two-digit numeral (with leading zeros as required) that represents the hours</td></tr> <tr><td align="center">mm</td><td>a two-digit numeral that represents the minutes</td></tr> <tr><td align="center">'+'</td><td>a nonnegative duration</td></tr> <tr><td align="center">'-'</td><td>a nonpositive duration</td></tr> </table> </td></tr></table> Added to better document performance measure for acute time dependent illness and injury systems of care.
Simple Content
xs:dateTime
maxInclusive:
2050-01-01T00:00:00-00:00
minInclusive:
1950-01-01T00:00:00-00:00
Pattern:
[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}(\.\d+)?(\+|-)[0-9]{2}:[0-9]{2}
XML Source (w/o annotations (1); see within schema source)
<xs:element id="eDisposition.DestinationPrearrivalActivationDateTime" name="eDisposition.25" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="DateTimeType">
<xs:attribute name="NV" use="optional">
<xs:simpleType>
<xs:union memberTypes="NV.NotApplicable NV.NotRecorded"/>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>