element -> <eInjury.03>
eInjury.03 Trauma Center Criteria Yes Yes Physiologic and Anatomic Field Trauma Triage Criteria (steps 1 and 2) as defined by the Centers for Disease Control. Required Trauma 2011 Guidelines for the Field Triage of Injured Patients - value choices for Steps 1 and 2. For falls, one story is equal to 10 feet. Added to better evaluate the CDC-ACS 2011 Guidelines for the Field Triage of Injured Patients. <br/>Website: http://www.cdc.gov/mmwr/pdf/rr/rr6101.pdf
Namespace:
Type:
Content:
simple, 2 attributes
Nillable:
(can be declared as nil using xsi:nil attribute in instance XML documents)
Defined:
locally within eInjury complexType in eInjury_v3.xsd; see XML source
Includes:
definitions of 2 attributes
Content Model Diagram
XML Representation Summary
<eInjury.03
    NV
 = 
("7701001" | "7701003")
    CorrelationID
 = 
xs:string
    >
   
Content: 
{ enumeration of xs:string }
</eInjury.03>
Simple Content Detail:
Enumeration:
"2903001"
 - 
Amputation proximal to wrist or ankle
"2903003"
 - 
Crushed, degloved, mangled, or pulseless extremity
"2903005"
 - 
Chest wall instability or deformity (e.g., flail chest)
"2903007"
 - 
Glasgow Coma Score &lt; 14
"2903009"
 - 
Open or depressed skull fracture
"2903011"
 - 
Paralysis
"2903013"
 - 
Pelvic fractures
"2903015"
 - 
All penetrating injuries to head, neck, torso, and extremities proximal to elbow or knee
"2903017"
 - 
Respiratory Rate &lt;10 or >29 breaths per minute (&lt;20 in infants aged &lt;1 year) or need for ventilatory support
"2903019"
 - 
Systolic Blood Pressure &lt;90 mmHg
"2903021"
 - 
Two or more proximal long-bone fractures

Included in content model of elements (1):
Anonymous Type Detail
Type Derivation Tree
xs:string (restriction)
  TraumaCenterCriteria (extension)
      complexType
Derivation:
XML Source (w/o annotations (1); see within schema source)
<xs:element id="eInjury.TraumaCenterCriteria" maxOccurs="unbounded" name="eInjury.03" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="TraumaCenterCriteria">
<xs:attribute name="NV" use="optional">
<xs:simpleType>
<xs:union memberTypes="NV.NotApplicable NV.NotRecorded"/>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
Attribute Detail (all declarations; defined in this component only; 2/2)
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"/>

NV
Type:
Use:
optional
Attribute Value
"7701001" | "7701003"
Anonymous simpleType
Type Derivation Tree
  simpleType
Derivation:
by union
Member Types
XML Source (see within schema source)
<xs:attribute name="NV" use="optional">
<xs:simpleType>
<xs:union memberTypes="NV.NotApplicable NV.NotRecorded"/>
</xs:simpleType>
</xs:attribute>