element -> <eDisposition.DestinationGroup>
Group Tag to hold info about the Destination and the Disposition details
Namespace:
Type:
anonymous complexType
Content:
complex, 10 elements
Defined:
Includes:
definitions of 10 elements
Content Model Diagram
XML Representation Summary
<eDisposition.DestinationGroup>
   
Content: 
eDisposition.01?, eDisposition.02?, eDisposition.03?, eDisposition.04?, eDisposition.05, eDisposition.06, eDisposition.07, eDisposition.08?, eDisposition.09?, eDisposition.10?
</eDisposition.DestinationGroup>
Content model elements (10):
XML Source (w/o annotations (11); see within schema source)
<xs:element id="eDisposition.DestinationGroup" name="eDisposition.DestinationGroup">
<xs:complexType>
<xs:sequence>
<xs:element id="eDisposition.DestinationTransferredToName" minOccurs="0" name="eDisposition.01" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="DestinationTransferredToName">
<xs:attribute name="NV" use="optional">
<xs:simpleType>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
<xs:element id="eDisposition.DestinationTransferredToCode" minOccurs="0" name="eDisposition.02" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="DestinationTransferredToCode">
<xs:attribute name="NV" use="optional">
<xs:simpleType>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
<xs:element id="eDisposition.DestinationStreetAddress" minOccurs="0" name="eDisposition.03">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="StreetAddress">
<xs:attribute name="StreetAddress2" type="StreetAddress" use="optional"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
<xs:element id="eDisposition.DestinationCity" minOccurs="0" name="eDisposition.04" type="CityGnisCode"/>
<xs:element id="eDisposition.DestinationState" name="eDisposition.05" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="ANSIStateCode">
<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.DestinationCounty" name="eDisposition.06" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="ANSICountyCode">
<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 id="eDisposition.DestinationZIPCode" name="eDisposition.07" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="ZIP">
<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.DestinationCountry" minOccurs="0" name="eDisposition.08" type="ANSICountryCode"/>
<xs:element id="eDisposition.DestinationGPSLocation" minOccurs="0" name="eDisposition.09" type="GPSLocation">
<!--<xs:complexType>
<xs:attributeGroup ref="GPSLocation"/>
</xs:complexType>
-->
</xs:element>
<xs:element id="eDisposition.DestinationLocationUSNationalGridCoordinates" minOccurs="0" name="eDisposition.10" type="USNG"/>
</xs:sequence>
</xs:complexType>
</xs:element>
Content Element Detail (all declarations; defined in this component only; 10/10)
eDisposition.01
Type:
anonymous (extension of DestinationTransferredToName), simple content
Nillable:
(can be declared as nil using xsi:nil attribute in instance XML documents)
eDisposition.01 Destination/Transferred To, Name No Yes The destination the patient was delivered or transferred to. E20_01 Recommended Airway Cardiac Arrest Pediatric STEMI Stroke Trauma Recommended State data element since no national code for destination. May be populated from the list in dFacility.02 (Facility Name).
Simple Content
xs:string
maxLength:
100
minLength:
2
XML Source (w/o annotations (1); see within schema source)
<xs:element id="eDisposition.DestinationTransferredToName" minOccurs="0" name="eDisposition.01" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="DestinationTransferredToName">
<xs:attribute name="NV" use="optional">
<xs:simpleType>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>

eDisposition.02
Type:
anonymous (extension of DestinationTransferredToCode), simple content
Nillable:
(can be declared as nil using xsi:nil attribute in instance XML documents)
eDisposition.02 Destination/Transferred To, Code No Yes The code of the destination the patient was delivered or transferred to. E20_02 Recommended Airway Cardiac Arrest Pediatric STEMI Stroke Trauma May be populated from list in dFacility.03 (Facility Location Code) or dFacility.05 (Facility National Provider Identifier) if a health care facility.
Simple Content
xs:string
maxLength:
50
minLength:
2
XML Source (w/o annotations (1); see within schema source)
<xs:element id="eDisposition.DestinationTransferredToCode" minOccurs="0" name="eDisposition.02" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="DestinationTransferredToCode">
<xs:attribute name="NV" use="optional">
<xs:simpleType>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>

eDisposition.03
Type:
anonymous (extension of StreetAddress), simple content
eDisposition.03 Destination Street Address No Yes The street address of the destination the patient was delivered or transferred to. E20_03 Optional May be auto-populated if list created in dFacility.07 (Facility Street Address).
Simple Content
xs:string
maxLength:
255
minLength:
1
XML Source (w/o annotations (1); see within schema source)
<xs:element id="eDisposition.DestinationStreetAddress" minOccurs="0" name="eDisposition.03">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="StreetAddress">
<xs:attribute name="StreetAddress2" type="StreetAddress" use="optional"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>

eDisposition.04
Type:
CityGnisCode, simple content
eDisposition.04 Destination City No Yes The city of the destination the patient was delivered or transferred to (physical address). E20_04 Optional City codes are based on GNIS Feature Class. The primary Feature Class to use is "Civil" with "Populated Place" and "Military" code as additional options. <br/><br/>Definitions for each GNIS City Feature Class can be found on the GNIS Codes website. <br/><br/>GNIS Codes Website: <a href="http://geonames.usgs.gov/domestic/download_data.htm" target="_blank">http://geonames.usgs.gov/domestic/download_data.htm</a>
Simple Content
xs:positiveInteger
XML Source (w/o annotations (1); see within schema source)
<xs:element id="eDisposition.DestinationCity" minOccurs="0" name="eDisposition.04" type="CityGnisCode"/>

eDisposition.05
Type:
anonymous (extension of ANSIStateCode), simple content
Nillable:
(can be declared as nil using xsi:nil attribute in instance XML documents)
eDisposition.05 Destination State Yes Yes The state of the destination the patient was delivered or transferred to. E20_05 Required Airway Cardiac Arrest Pediatric Response STEMI Stroke Trauma Based on the ANSI Code. May be auto-populated if list created in dFacility.09 (Facility State).<br/><br/>GNIS Codes Website: <a>http://geonames.usgs.gov/domestic/download_data.htm</a>
Simple Content
xs:string
Pattern:
[0-9]{2}
XML Source (w/o annotations (1); see within schema source)
<xs:element id="eDisposition.DestinationState" name="eDisposition.05" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="ANSIStateCode">
<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.06
Type:
anonymous (extension of ANSICountyCode), simple content
Nillable:
(can be declared as nil using xsi:nil attribute in instance XML documents)
eDisposition.06 Destination County Yes Yes The destination county in which the patient was delivered or transferred to. E20_06 Required Airway Cardiac Arrest Pediatric Response STEMI Stroke Trauma May be auto-populated if list created in dFacility.11 (Facility County). Based on the ANSI Code Single Choice based on the County Name but stored as the ANSI code (combined 5 digit State and County codes) Should be required if there is a patient associated with the event. <br/><br/>GNIS Codes Website: <a>http://geonames.usgs.gov/domestic/download_data.htm</a>
Simple Content
xs:string
Pattern:
[0-9]{5}
XML Source (w/o annotations (1); see within schema source)
<xs:element id="eDisposition.DestinationCounty" name="eDisposition.06" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="ANSICountyCode">
<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>

eDisposition.07
Type:
anonymous (extension of ZIP), simple content
Nillable:
(can be declared as nil using xsi:nil attribute in instance XML documents)
eDisposition.07 Destination ZIP Code Yes Yes The destination ZIP code in which the patient was delivered or transferred to. E20_07 Required Airway Cardiac Arrest Pediatric Response STEMI Stroke Trauma May be auto-populated if list created in dFacility.10 (Facility ZIP Code).<br/><br/>ZIP Codes Product Website: <a>https://www.zipcodedownload.com/Products/Product/Z5Commercial/Standard/Overview/</a> <br/>Product: USA - 5-digit ZIP Code Database, Commercial Edition
Simple Content
xs:string
Pattern:
[0-9]{5}|[0-9]{5}-[0-9]{4}|[0-9]{5}-[0-9]{5}|[A-Z][0-9][A-Z] [0-9][A-Z][0-9]
XML Source (w/o annotations (1); see within schema source)
<xs:element id="eDisposition.DestinationZIPCode" name="eDisposition.07" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="ZIP">
<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.08
Type:
ANSICountryCode, simple content
eDisposition.08 Destination Country No No The country of the destination. Optional May be auto-populated if list created in dFacility.12 (Facility Country).<br/><br/>ANSI Country Codes (ISO 3166) Website: <a>http://www.iso.org/iso/country_codes/iso_3166_code_lists.htm</a> Added for improved international compatibility.
Simple Content
xs:string
Length:
2
XML Source (w/o annotations (1); see within schema source)
<xs:element id="eDisposition.DestinationCountry" minOccurs="0" name="eDisposition.08" type="ANSICountryCode"/>

eDisposition.09
Type:
GPSLocation, simple content
eDisposition.09 Destination GPS Location No No The destination GPS Coordinates to which the patient was delivered or transferred to. E20_08 Optional May be auto-populated if list created in dFacility.13 (Facility GPS Location). <br/><br/>The pattern for GPS location is in the format "<span style="font-style:italic">latitude</span>,<span style="font-style:italic">longitude</span>" where: <br/>- <span style="font-style:italic">latitude</span> has a minimum of -90 and a maximum of 90 with up to 6 decimal places <br/>- <span style="font-style:italic">longitude</span> has a minimum of -180 and a maximum of 180 with up to 6 decimal places
Simple Content
xs:string
Pattern:
(\+|-)?(90(\.[0]{1,6})?|([1-8][0-9]|[0-9])(\.[0-9]{1,6})?),(\+|-)?(180(\.[0]{1,6})?|(1[0-7][0-9]|[1-9][0-9]|[0-9])(\.[0-9]{1,6})?)
XML Source (w/o annotations (1); see within schema source)
<xs:element id="eDisposition.DestinationGPSLocation" minOccurs="0" name="eDisposition.09" type="GPSLocation">
<!--<xs:complexType>
<xs:attributeGroup ref="GPSLocation"/>
</xs:complexType>
-->
</xs:element>

eDisposition.10
Type:
USNG, simple content
eDisposition.10 Destination Location US National Grid Coordinates No No The US National Grid Coordinates for the Destination Location. This may be the Healthcare Facility US National Grid Coordinates. Optional Standard found at www.fgdc.gov/usng. <br/> Through programming this may be partially auto-populated if the list is created in dFacility.14 (Facility US National Grid Coordinates).
Simple Content
xs:string
Pattern:
([1-9]|[1-5][0-9]|60)[C-HJ-NP-X][A-HJ-NP-Z][A-HJ-NP-V][0-9]{8}
XML Source (w/o annotations (1); see within schema source)
<xs:element id="eDisposition.DestinationLocationUSNationalGridCoordinates" minOccurs="0" name="eDisposition.10" type="USNG"/>