element -> <eVitals.20>
eVitals.20 Glasgow Coma Score-Verbal Yes Yes The patient's Glasgow Coma Score Verbal. E14_16 Required Airway Cardiac Arrest Pediatric STEMI Stroke Trauma Definitions now based on the National Trauma Data Standard (NTDS). <v3Changes/> Yes
Namespace:
Type:
Content:
simple, 2 attributes
Nillable:
(can be declared as nil using xsi:nil attribute in instance XML documents)
Defined:
Includes:
definitions of 2 attributes
Content Model Diagram
XML Representation Summary
<eVitals.20
    PN
 = 
("8801019" | "8801023")
    NV
 = 
("7701001" | "7701003")
    >
   
Content: 
{ enumeration of xs:string }
</eVitals.20>
Simple Content Detail:
Enumeration:
"1"
 - 
No verbal/vocal response (All Age Groups)
"2"
 - 
Incomprehensible sounds (>2 Years); Inconsolable, agitated
"3"
 - 
Inappropriate words (>2 Years); Inconsistently consolable, moaning
"4"
 - 
Confused (>2 Years); Cries but is consolable, inappropriate interactions
"5"
 - 
Oriented (>2 Years); Smiles, oriented to sounds, follows objects, interacts

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

PN
Type:
Use:
optional
Attribute Value
"8801019" | "8801023"
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.Refused PN.UnableToComplete"/>
</xs:simpleType>
</xs:attribute>