complexType InjuryData
diagram
namespace http://www.IM-Draft-03-00-44a
children transportMethod transportSource agency careFacilConfidence agencyName agencyIdentifier agencyLocation address phones emsAgency organizationType facilityProvides centerReference runNumber triageCode qual severity localInjuryData
used by
elements TrackInvolvedPerson/injuryData TrackInvolvedVehicle/injuryData
source <xs:complexType name="InjuryData">
 
<xs:sequence>
   
<xs:element name="transportMethod" type="PatientTransportation" minOccurs="0"/>
   
<!-- ANSI D20 -->
   
<xs:element name="transportSource" type="TransportSource" minOccurs="0"/>
   
<!-- MMUCC P29/28 -->
   
<xs:element name="agency" type="tmdd:Link-ownership"/>
   
<!-- EMS Response Agency Identifier -->
   
<xs:element name="careFacilConfidence" type="ConfidenceInPlan" minOccurs="0"/>
   
<xs:element name="agencyName" type="tmdd:Link-ownership" minOccurs="0"/>
   
<!-- TMDD.Contact-organization-name -->
   
<xs:element name="agencyIdentifier" type="tmdd:Organization-identifier" minOccurs="0"/>
   
<!-- A unique identifier for an organization within a region. -->
   
<xs:element name="agencyLocation" type="lrms:AreaLocation" minOccurs="0"/>
   
<!-- location during the event,  if an agency staging area is used -->
   
<xs:element name="address" type="lrms:AddressPoint" minOccurs="0"/>
   
<!-- was:  lrms:AddressPointProfile -->
   
<!-- the long term address contact for this person -->
   
<xs:element name="phones" minOccurs="0">
     
<xs:complexType>
       
<xs:sequence maxOccurs="8">
         
<xs:element name="phone" type="atis:PhoneInformation"/>
         
<!-- phones with different roles -->
       
</xs:sequence>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="emsAgency" type="EMSAgencyNumber" minOccurs="0"/>
   
<!-- from NEMSIS -->
   
<xs:element name="organizationType" type="EMSOrganizationType" minOccurs="0"/>
   
<xs:element name="facilityProvides">
     
<xs:complexType>
       
<xs:sequence minOccurs="0" maxOccurs="32">
         
<xs:element name="facilityProvide" type="EmergencyFacilityCapability"/>
         
<!-- known services of this center -->
       
</xs:sequence>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="centerReference" type="CenterType" minOccurs="0"/>
   
<!-- note that some centers may not be part of the 1512
         system,  so they would have no value here --
>
   
<xs:element name="runNumber" type="FreeText" minOccurs="0"/>
   
<!-- EMS Response Run Number. -->
   
<xs:element name="triageCode" type="InjuryCode" minOccurs="0"/>
   
<!-- an encoding of the injury severity -->
   
<xs:element name="qual" type="Reliability"/>
   
<!-- the estimate of quality for the triageCode element -->
   
<xs:element name="severity" type="AccidentSeverityCode" minOccurs="0"/>
   
<!-- an encoding of the event itself
         any NEMSIS data records could be added here if
         there is a local need to exchange them --
>
   
<xs:element name="localInjuryData" type="local:InjuryData" minOccurs="0"/>
 
</xs:sequence>
</xs:complexType>

element InjuryData/transportMethod
diagram
type PatientTransportation
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="transportMethod" type="PatientTransportation" minOccurs="0"/>

element InjuryData/transportSource
diagram
type TransportSource
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="transportSource" type="TransportSource" minOccurs="0"/>

element InjuryData/agency
diagram
type tmdd:Link-ownership
properties
isRef 0
content simple
facets
minLength 1
maxLength 256
source <xs:element name="agency" type="tmdd:Link-ownership"/>

element InjuryData/careFacilConfidence
diagram
type ConfidenceInPlan
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="careFacilConfidence" type="ConfidenceInPlan" minOccurs="0"/>

element InjuryData/agencyName
diagram
type tmdd:Link-ownership
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
minLength 1
maxLength 256
source <xs:element name="agencyName" type="tmdd:Link-ownership" minOccurs="0"/>

element InjuryData/agencyIdentifier
diagram
type tmdd:Organization-identifier
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="agencyIdentifier" type="tmdd:Organization-identifier" minOccurs="0"/>

element InjuryData/agencyLocation
diagram
type lrms:AreaLocation
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children locationName areaId adminAreas polygon preCoded roads
attributes
Name  Type  Use  Default  Fixed  annotation
locationIDlrms:String-index64      
source <xs:element name="agencyLocation" type="lrms:AreaLocation" minOccurs="0"/>

element InjuryData/address
diagram
type lrms:AddressPoint
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children structureNumber streetInfo side height adminAreas
source <xs:element name="address" type="lrms:AddressPoint" minOccurs="0"/>

element InjuryData/phones
diagram
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children phone
source <xs:element name="phones" minOccurs="0">
 
<xs:complexType>
   
<xs:sequence maxOccurs="8">
     
<xs:element name="phone" type="atis:PhoneInformation"/>
     
<!-- phones with different roles -->
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element InjuryData/phones/phone
diagram
type atis:PhoneInformation
properties
isRef 0
content complex
children use internationalAccessCode number extension
source <xs:element name="phone" type="atis:PhoneInformation"/>

element InjuryData/emsAgency
diagram
type EMSAgencyNumber
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
minLength 1
maxLength 20
source <xs:element name="emsAgency" type="EMSAgencyNumber" minOccurs="0"/>

element InjuryData/organizationType
diagram
type EMSOrganizationType
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="organizationType" type="EMSOrganizationType" minOccurs="0"/>

element InjuryData/facilityProvides
diagram
properties
isRef 0
content complex
children facilityProvide
source <xs:element name="facilityProvides">
 
<xs:complexType>
   
<xs:sequence minOccurs="0" maxOccurs="32">
     
<xs:element name="facilityProvide" type="EmergencyFacilityCapability"/>
     
<!-- known services of this center -->
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element InjuryData/facilityProvides/facilityProvide
diagram
type EmergencyFacilityCapability
properties
isRef 0
content simple
source <xs:element name="facilityProvide" type="EmergencyFacilityCapability"/>

element InjuryData/centerReference
diagram
type CenterType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children centerID centerHint centerHandles centerType localCenterType
source <xs:element name="centerReference" type="CenterType" minOccurs="0"/>

element InjuryData/runNumber
diagram
type FreeText
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
minLength 1
maxLength 500
source <xs:element name="runNumber" type="FreeText" minOccurs="0"/>

element InjuryData/triageCode
diagram
type InjuryCode
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="triageCode" type="InjuryCode" minOccurs="0"/>

element InjuryData/qual
diagram
type Reliability
properties
isRef 0
content complex
children textual role roleText percent geometry
source <xs:element name="qual" type="Reliability"/>

element InjuryData/severity
diagram
type AccidentSeverityCode
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="severity" type="AccidentSeverityCode" minOccurs="0"/>

element InjuryData/localInjuryData
diagram
type local:InjuryData
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children yourName
source <xs:element name="localInjuryData" type="local:InjuryData" minOccurs="0"/>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy