element -> <dFacility.FacilityGroup>
Group Tag to hold info about the Facility and the Facility details
Namespace:
Type:
anonymous complexType
Content:
complex, 1 attribute, 14 elements
Defined:
Includes:
definitions of 1 attribute, 14 elements
Content Model Diagram
XML Representation Summary
<dFacility.FacilityGroup
    CorrelationID
 = 
xs:string
    >
   
Content: 
dFacility.02?, dFacility.03?, dFacility.04*, dFacility.05*, dFacility.06?, dFacility.07?, dFacility.08?, dFacility.09?, dFacility.10?, dFacility.11?, dFacility.12?, dFacility.13?, dFacility.14?, dFacility.15*
</dFacility.FacilityGroup>
Content model elements (14):
Included in content model of elements (1):
XML Source (w/o annotations (15); see within schema source)
<xs:element id="dFacility.FacilityGroup" maxOccurs="unbounded" minOccurs="0" name="dFacility.FacilityGroup">
<xs:complexType>
<xs:sequence>
<xs:element id="dFacility.FacilityName" minOccurs="0" name="dFacility.02" type="FacilityName"/>
<xs:element id="dFacility.FacilityCode" minOccurs="0" name="dFacility.03" type="FacilityCode"/>
<xs:element id="dFacility.HospitalDesignation" maxOccurs="unbounded" minOccurs="0" name="dFacility.04">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="HospitalDesignation">
<xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
<xs:element id="dFacility.FacilityNationalProviderIdentifier" maxOccurs="unbounded" minOccurs="0" name="dFacility.05">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="NationalProviderIdentifier">
<xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
<xs:element id="dFacility.FacilityRoomSuiteorApartment" minOccurs="0" name="dFacility.06" type="FacilityRoom"/>
<xs:element id="dFacility.FacilityStreetAddress" minOccurs="0" name="dFacility.07">
<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="dFacility.FacilityCity" minOccurs="0" name="dFacility.08" type="CityGnisCode"/>
<xs:element id="dFacility.FacilityState" minOccurs="0" name="dFacility.09" type="ANSIStateCode"/>
<xs:element id="dFacility.FacilityZIPCode" minOccurs="0" name="dFacility.10" type="ZIP"/>
<xs:element id="dFacility.FacilityCounty" minOccurs="0" name="dFacility.11" type="ANSICountyCode"/>
<xs:element id="dFacility.FacilityCountry" minOccurs="0" name="dFacility.12" type="ANSICountryCodesCAMXUS"/>
<xs:element id="dFacility.FacilityGPSLocation" minOccurs="0" name="dFacility.13" type="GPSLocation"/>
<xs:element id="dFacility.FacilityUSNationalGridCoordinates" minOccurs="0" name="dFacility.14" type="USNG"/>
<xs:element id="dFacility.FacilityPhoneNumber" maxOccurs="unbounded" minOccurs="0" name="dFacility.15">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="PhoneNumber">
<xs:attribute name="PhoneNumberType" type="PhoneNumberType" use="optional"/>
<xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
</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; 14/14)
dFacility.02
Type:
FacilityName, simple content
dFacility.02 Facility Name No No The name of the facility. D04_11 Optional
Simple Content
xs:string
maxLength:
100
minLength:
2
XML Source (w/o annotations (1); see within schema source)
<xs:element id="dFacility.FacilityName" minOccurs="0" name="dFacility.02" type="FacilityName"/>

dFacility.03
Type:
FacilityCode, simple content
dFacility.03 Facility Location Code No No The code of the facility as assigned by the state or the EMS agency. D04_12v2Number> Optional The information contained within this element could be used to populate eScene.10 (Incident Facility Code) or eDisposition.02 (Destination/Transferred To, Code) via a drop down list created at either the EMS Agency or State level.
Simple Content
xs:string
maxLength:
50
minLength:
2
XML Source (w/o annotations (1); see within schema source)
<xs:element id="dFacility.FacilityCode" minOccurs="0" name="dFacility.03" type="FacilityCode"/>

dFacility.04
Type:
anonymous (extension of HospitalDesignation), simple content
dFacility.04 Hospital Designations No No The designation(s) associated with the hospital (e.g., Trauma, STEMI, Peds, etc.) <v2Number/> Optional
Simple Content
enumeration of xs:string
Enumeration:
"9908001"
 - 
Behavioral Health
"9908003"
 - 
Burn Center
"9908005"
 - 
Critical Access Hospital
"9908007"
 - 
Hospital (General)
"9908009"
 - 
Neonatal Center
"9908011"
 - 
Pediatric Center
"9908017"
 - 
Stroke Center
"9908019"
 - 
Rehab Center
"9908021"
 - 
Trauma Center Level 1
"9908023"
 - 
Trauma Center Level 2
"9908025"
 - 
Trauma Center Level 3
"9908027"
 - 
Trauma Center Level 4
"9908029"
 - 
Trauma Center Level 5
"9908031"
 - 
Cardiac-STEMI/PCI Capable
"9908033"
 - 
Cardiac-STEMI/PCI Capable (24/7)
"9908035"
 - 
Cardiac-STEMI/Non-PCI Capable
XML Source (w/o annotations (1); see within schema source)
<xs:element id="dFacility.HospitalDesignation" maxOccurs="unbounded" minOccurs="0" name="dFacility.04">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="HospitalDesignation">
<xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>

dFacility.05
Type:
anonymous (extension of NationalProviderIdentifier), simple content
dFacility.05 Facility National Provider Identifier No No The facility National Provider Identifier associated with National Provider System (NPS). Optional
Simple Content
xs:string
Length:
10
XML Source (w/o annotations (1); see within schema source)
<xs:element id="dFacility.FacilityNationalProviderIdentifier" maxOccurs="unbounded" minOccurs="0" name="dFacility.05">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="NationalProviderIdentifier">
<xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>

dFacility.06
Type:
FacilityRoom, simple content
dFacility.06 Facility Room, Suite, or Apartment No No The number of the specific room, suite, or apartment of the facility. Optional
Simple Content
xs:string
maxLength:
15
minLength:
1
XML Source (w/o annotations (1); see within schema source)
<xs:element id="dFacility.FacilityRoomSuiteorApartment" minOccurs="0" name="dFacility.06" type="FacilityRoom"/>

dFacility.07
Type:
anonymous (extension of StreetAddress), simple content
dFacility.07 Facility Street Address No No The address where the facility is located. Optional The information contained within this element could be used to populate the address information within eScene.18 (Incident State) and/or eDisposition.03 (Destination Street Address) as appropriate.
Simple Content
xs:string
maxLength:
255
minLength:
1
XML Source (w/o annotations (1); see within schema source)
<xs:element id="dFacility.FacilityStreetAddress" minOccurs="0" name="dFacility.07">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="StreetAddress">
<xs:attribute name="StreetAddress2" type="StreetAddress" use="optional"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>

dFacility.08
Type:
CityGnisCode, simple content
dFacility.08 Facility City No No The city where the facility is located (physical address). Optional The information contained within this element could be used to populate the address information within eScene.17 (Incident City) and/or eDisposition.04 (Destination City) as appropriate. <br/><br/>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>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="dFacility.FacilityCity" minOccurs="0" name="dFacility.08" type="CityGnisCode"/>

dFacility.09
Type:
ANSIStateCode, simple content
dFacility.09 Facility State No No The state where the facility is located. Optional Based on the ANSI Code. The information contained within this element could be used to populate the address information within eScene.18 (Incident State) and/or eDisposition.05 (Destination State) as appropriate. <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="dFacility.FacilityState" minOccurs="0" name="dFacility.09" type="ANSIStateCode"/>

dFacility.10
Type:
ZIP, simple content
dFacility.10 Facility ZIP Code No No The zip code where the facility is located. Optional > The information contained within this element could be used to populate the address information within eScene.19 (Incident ZIP Code) and/or eDisposition.07 (Destination ZIP Code) as appropriate. <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="dFacility.FacilityZIPCode" minOccurs="0" name="dFacility.10" type="ZIP"/>

dFacility.11
Type:
ANSICountyCode, simple content
dFacility.11 Facility County No No The county where the facility is located. Optional Based on the ANSI Code. The information contained within this element could be used to populate the address information within eScene.21 (Incident County) and/or eDisposition.06 (Destination County) as appropriate. <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="dFacility.FacilityCounty" minOccurs="0" name="dFacility.11" type="ANSICountyCode"/>

dFacility.12
Type:
ANSICountryCodesCAMXUS, simple content
dFacility.12 Facility Country No No The country where the facility is located. Optional Based on the ANSI Code. The information contained within this element could be used to populate the address information within eScene.22 (Incident Country) and/or eDisposition.08 (Destination Country) as appropriate. <br/><br/>ANSI Country Codes (ISO 3166) Website: <a>http://www.iso.org/iso/country_codes/iso_3166_code_lists.htm </a>
Simple Content
enumeration of xs:string
Enumeration:
"CA"
 - 
Canada
"MX"
 - 
Mexico
"US"
 - 
United States
XML Source (w/o annotations (1); see within schema source)
<xs:element id="dFacility.FacilityCountry" minOccurs="0" name="dFacility.12" type="ANSICountryCodesCAMXUS"/>

dFacility.13
Type:
GPSLocation, simple content
dFacility.13 Facility GPS Location No No The facility GPS Coordinates. Optional The information contained within this element could be used to populate the address information within eScene.10 (Scene GPS Location) and/or eDisposition.09 (Destination GPS Location) as appropriate. <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="dFacility.FacilityGPSLocation" minOccurs="0" name="dFacility.13" type="GPSLocation"/>

dFacility.14
Type:
USNG, simple content
dFacility.14 Facility US National Grid Coordinates No No Facility US National Grid Coordinates Optional Standard found at www.fgdc.gov/usng. The information contained within this element could be used to populate the address information within eScene.11 (Scene US National Grid Coordinates) and/or eDisposition.10 (Disposition Location US National Grid Coordinates) as appropriate.
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="dFacility.FacilityUSNationalGridCoordinates" minOccurs="0" name="dFacility.14" type="USNG"/>

dFacility.15
Type:
anonymous (extension of PhoneNumber), simple content
dFacility.15 Facility Phone Number No No Facility phone number. <v2Number/> Optional This element contains an attribute to define what type of phone number is being documented (e.g., Fax, Home, Mobile, Pager, and Work).
Simple Content
xs:string
Pattern:
[2-9][0-9][0-9]-[2-9][0-9][0-9]-[0-9][0-9][0-9][0-9]
XML Source (w/o annotations (1); see within schema source)
<xs:element id="dFacility.FacilityPhoneNumber" maxOccurs="unbounded" minOccurs="0" name="dFacility.15">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="PhoneNumber">
<xs:attribute name="PhoneNumberType" type="PhoneNumberType" use="optional"/>
<xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>