element -> <eExam.04>
eExam.04 Skin Assessment No No The assessment findings associated with the patient's skin. E16_04 Optional Element eExam.04 - Skin Assessment represents Version 2.2.1 elements E15_01 NHTSA Injury Matrix External/Skin and E16_04 Skin Assessment. The element value choices have been combined and expanded.
Namespace:
Type:
anonymous (extension of SkinAssessment)
Content:
simple, 2 attributes
Defined:
Includes:
definitions of 2 attributes
Content Model Diagram
XML Representation Summary
<eExam.04
    CorrelationID
 = 
xs:string
    PN
 = 
("8801005")
    >
   
Content: 
{ enumeration of xs:string }
</eExam.04>
Simple Content Detail:
Enumeration:
"3504001"
 - 
Clammy
"3504003"
 - 
Cold
"3504005"
 - 
Cyanotic
"3504007"
 - 
Diaphoretic
"3504009"
 - 
Dry
"3504011"
 - 
Flushed
"3504013"
 - 
Hot
"3504015"
 - 
Jaundiced
"3504017"
 - 
Lividity
"3504019"
 - 
Mottled
"3504021"
 - 
Normal
"3504023"
 - 
Not Done
"3504025"
 - 
Pale
"3504027"
 - 
Poor Turgor
"3504029"
 - 
Red (Erythematous)
"3504031"
 - 
Tenting
"3504033"
 - 
Warm
"3504035"
 - 
Capillary Nail Bed Refill less than 2 seconds
"3504037"
 - 
Capillary Nail Bed Refill 2-4 seconds
"3504039"
 - 
Capillary Nail Bed Refill more than 4 seconds

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