element -> <eExam.07>
eExam.07 Neck Assessment No No The assessment findings associated with the patient's neck. E16_06 Optional Element eExam.07 - Neck Assessment represents Version 2.2.1 elements E15_04 NHTSA Injury Matrix Neck and E16_06 Neck Assessment. The element value choices have been combined and expanded.
Namespace:
Type:
anonymous (extension of NeckAssessment)
Content:
simple, 2 attributes
Defined:
Includes:
definitions of 2 attributes
Content Model Diagram
XML Representation Summary
<eExam.07
    CorrelationID
 = 
xs:string
    PN
 = 
("8801005")
    >
   
Content: 
{ enumeration of xs:string }
</eExam.07>
Simple Content Detail:
Enumeration:
"3507001"
 - 
Abrasion
"3507003"
 - 
Avulsion
"3507005"
 - 
Bleeding Controlled
"3507007"
 - 
Bleeding Uncontrolled
"3507009"
 - 
Burn-Blistering
"3507011"
 - 
Burn-Charring
"3507013"
 - 
Burn-Redness
"3507015"
 - 
Burn-White/Waxy
"3507017"
 - 
Decapitation
"3507019"
 - 
Foreign Body
"3507025"
 - 
JVD
"3507027"
 - 
Laceration
"3507029"
 - 
Normal
"3507031"
 - 
Not Done
"3507033"
 - 
Pain
"3507035"
 - 
Puncture/Stab Wound
"3507037"
 - 
Stridor
"3507039"
 - 
Subcutaneous Air
"3507045"
 - 
Tracheal Deviation-Left
"3507047"
 - 
Tracheal Deviation-Right
"3507049"
 - 
Gunshot Wound
"3507051"
 - 
Crush Injury
"3507053"
 - 
Swelling
"3507055"
 - 
Contusion
"3507057"
 - 
Deformity
"3507059"
 - 
Tenderness

Included in content model of elements (1):
Anonymous Type Detail
Type Derivation Tree
xs:string (restriction)
  NeckAssessment (extension)
      complexType
Derivation:
extension of NeckAssessment
XML Source (w/o annotations (1); see within schema source)
<xs:element id="eExam.NeckAssessment" maxOccurs="unbounded" minOccurs="0" name="eExam.07">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="NeckAssessment">
<xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
<xs:attribute name="PN" use="optional">
<xs:simpleType>
<xs:union memberTypes="PN.ExamFindingNotPresent"/>
</xs:simpleType>
</xs:attribute>
</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"/>

PN
Type:
Use:
optional
Attribute Value
"8801005"
Anonymous simpleType
Type Derivation Tree
  simpleType
Derivation:
by union
Member Types
XML Source (see within schema source)
<xs:attribute name="PN" use="optional">
<xs:simpleType>
<xs:union memberTypes="PN.ExamFindingNotPresent"/>
</xs:simpleType>
</xs:attribute>