element -> <eExam.05>
eExam.05 Head Assessment No No The assessment findings associated with the patient's head. E16_05 Optional Element eExam.05 - Head Assessment represents Version 2.2.1 elements E15_02 NHTSA Injury Matrix Head and E16_05 Head/Face Assessment. The element value choices have been combined and expanded.
Namespace:
Type:
anonymous (extension of HeadAssessment)
Content:
simple, 2 attributes
Defined:
Includes:
definitions of 2 attributes
Content Model Diagram
XML Representation Summary
<eExam.05
    CorrelationID
 = 
xs:string
    PN
 = 
("8801005")
    >
   
Content: 
{ enumeration of xs:string }
</eExam.05>
Simple Content Detail:
Enumeration:
"3505001"
 - 
Abrasion
"3505003"
 - 
Avulsion
"3505005"
 - 
Bleeding Controlled
"3505007"
 - 
Bleeding Uncontrolled
"3505009"
 - 
Burn-Blistering
"3505011"
 - 
Burn-Charring
"3505013"
 - 
Burn-Redness
"3505015"
 - 
Burn-White/Waxy
"3505017"
 - 
Decapitation
"3505019"
 - 
Deformity
"3505021"
 - 
Drainage
"3505023"
 - 
Foreign Body
"3505029"
 - 
Laceration
"3505031"
 - 
Mass/Lesion
"3505033"
 - 
Normal
"3505035"
 - 
Not Done
"3505037"
 - 
Pain
"3505039"
 - 
Puncture/Stab Wound
"3505045"
 - 
Gunshot Wound
"3505047"
 - 
Crush Injury
"3505049"
 - 
Swelling
"3505051"
 - 
Contusion
"3505053"
 - 
Tenderness

Included in content model of elements (1):
Anonymous Type Detail
Type Derivation Tree
xs:string (restriction)
  HeadAssessment (extension)
      complexType
Derivation:
extension of HeadAssessment
XML Source (w/o annotations (1); see within schema source)
<xs:element id="eExam.HeadAssessment" maxOccurs="unbounded" minOccurs="0" name="eExam.05">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="HeadAssessment">
<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>