element <dFacility.FacilityGroup>
Group Tag to hold info about the Facility and the Facility details
Namespace:
Type:
anonymous complexType
Content:
complex, 1 attribute, 13 elements
Defined:
Includes:
definitions of 1 attribute, 13 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.FacilityGroup>
Content model elements (13):
Included in content model of elements (1):
XML Source (w/o annotations (14); 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" type="HospitalDesignation"/>
<xs:element id="dFacility.FacilityNationalProviderIdentifier" minOccurs="0" name="dFacility.05" type="NationalProviderIdentifier"/>
<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: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; 13/13)
dFacility.02
Type:
FacilityName, simple content
<nemsisTacDoc> <number>dFacility.02</number> <name>Facility Name</name> <national>No</national> <state>No</state> <definition>The name of the facility.</definition> <v2Number>D04_11</v2Number> <usage>Optional</usage> <performanceMeasuresGroup/> <comment/> <v3Changes/> </nemsisTacDoc>
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
<nemsisTacDoc> <number>dFacility.03</number> <name>Facility Location Code</name> <national>No</national> <state>No</state> <definition>The code of the facility as assigned by the state or the EMS agency.</definition> <v2Number>D04_12</v2Number>v2Number> <usage>Optional</usage> <performanceMeasuresGroup/> <comment>The information contained within this element could be used to populate eScene.09 (Incident Facility Code) or eDisposition.02 (Destination/Transferred To, Code) via a drop down list created at either the EMS Agency or State level.</comment> <v3Changes/> </nemsisTacDoc>
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:
HospitalDesignation, simple content
<nemsisTacDoc> <number>dFacility.04</number> <name>Hospital Designations</name> <national>No</national> <state>No</state> <definition>The designation(s) associated with the hospital (e.g. Trauma, STEMI, Peds, etc) </definition> <v2Number/> <usage>Optional</usage> <performanceMeasuresGroup/> <comment>To be documented when in eDisposition.21 "Hospital" is selected . </comment> <v3Changes/> </nemsisTacDoc>
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
"9908013"
 - 
STEMI
"9908015"
 - 
STEMI Center (24/7)
"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
XML Source (w/o annotations (1); see within schema source)
<xs:element id="dFacility.HospitalDesignation" maxOccurs="unbounded" minOccurs="0" name="dFacility.04" type="HospitalDesignation"/>

dFacility.05
Type:
<nemsisTacDoc> <number>dFacility.05</number> <name>Facility National Provider Identifier</name> <national>No</national> <state>No</state> <definition>The facility National Provider Identifier associated with National Provider System (NPS).</definition> <v2Number/> <usage>Optional</usage> <comment/> <v3Changes/> </nemsisTacDoc>
Simple Content
xs:string
Length:
10
XML Source (w/o annotations (1); see within schema source)
<xs:element id="dFacility.FacilityNationalProviderIdentifier" minOccurs="0" name="dFacility.05" type="NationalProviderIdentifier"/>

dFacility.06
Type:
FacilityRoom, simple content
<nemsisTacDoc> <number>dFacility.06</number> <name>Facility Room, Suite, or Apartment</name> <national>No</national> <state>No</state> <definition>The number of the specific room, suite, or apartment of the facility.</definition> <v2Number/> <usage>Optional</usage> <performanceMeasure/> <comment/> <v3Changes/> </nemsisTacDoc>
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
<nemsisTacDoc> <number>dFacility.07</number> <name>Facility Street Address</name> <national>No</national> <state>No</state> <definition>The address where the facility is located.</definition> <v2Number/> <usage>Optional</usage> <performanceMeasure/> <comment>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.</comment> <v3Changes/> </nemsisTacDoc>
Simple Content
xs:string
maxLength:
55
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
<nemsisTacDoc> <number>dFacility.08</number> <name>Facility City</name> <national>No</national> <state>No</state> <definition>The city where the facility is located.</definition> <v2Number/> <usage>Optional</usage> <performanceMeasure/> <comment>Based on GNIS Civil Code or Populated Place code. 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/>GNIS Codes Website: <a>http://geonames.usgs.gov/domestic/download_data.htm</a></comment> <v3Changes/> </nemsisTacDoc>
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
<nemsisTacDoc> <number>dFacility.09</number> <name>Facility State</name> <national>No</national> <state>No</state> <definition>The state where the facility is located.</definition> <v2Number/> <usage>Optional</usage> <performanceMeasure/> <comment>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> </comment> <v3Changes/> </nemsisTacDoc>
Simple Content
xs:string
Length:
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
<nemsisTacDoc> <number>dFacility.10</number> <name>Facility ZIP Code</name> <national>No</national> <state>No</state> <definition>The zip code where the facility is located.</definition> <v2Number/> <usage>Optional</usage> <performanceMeasure/>> <comment>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</comment> <v3Changes/> </nemsisTacDoc>
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
<nemsisTacDoc> <number>dFacility.11</number> <name>Facility County</name> <national>No</national> <state>No</state> <definition>The county where the facility is located.</definition> <v2Number/> <usage>Optional</usage> <performanceMeasure/> <comment>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> </comment> <v3Changes/> </nemsisTacDoc>
Simple Content
xs:string
Length:
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
<nemsisTacDoc> <number>dFacility.12</number> <name>Facility Country</name> <national>No</national> <state>No</state> <definition>The country where the facility is located.</definition> <v2Number/> <usage>Optional</usage> <performanceMeasure/> <comment>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> </comment> <v3Changes/> </nemsisTacDoc>
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
<nemsisTacDoc> <number>dFacility.13</number> <name>Facility GPS Location</name> <national>No</national> <state>No</state> <definition>The facility GPS Coordinates.</definition> <v2Number/> <usage>Optional</usage> <performanceMeasure/> <comment>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 </comment> <v3Changes/> </nemsisTacDoc>
Simple Content
xs:string
Pattern:
(\+|-)?([9][0]|([1-8][0-9]|[0-9]|90)(\.[\d]{0,6})?),(\+|-)?([1][8][0]|([1][0-7][0-9]|[1-9][0-9]|[0-9]|90)(\.[\d]{0,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
<nemsisTacDoc> <number>dFacility.14</number> <name>Facility US National Grid Coordinates</name> <national>No</national> <state>No</state> <definition>Facility US National Grid Coordinates</definition> <v2Number/> <usage>Optional</usage> <performanceMeasure/> <comment>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.</comment> <v3Changes/> </nemsisTacDoc>
Simple Content
xs:string
Pattern:
[1][0-9][R,S,T,U][ABCDEFGHJKLMNPQRSTUVWXYZ][ABCDEFGHJKLMNPQRSTUV][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"/>