element -> <eVitals.22>
eVitals.22 Glasgow Coma Score-Qualifier Yes Yes Documentation of factors which make the GCS score more meaningful. E14_18 Required Airway Cardiac Arrest Pediatric STEMI Stroke Trauma Definitions now based on the National Trauma Data Standard (NTDS). <v3Changes/>
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.22
    NV
 = 
("7701001" | "7701003")
    CorrelationID
 = 
xs:string
    >
   
Content: 
{ enumeration of xs:string }
</eVitals.22>
Simple Content Detail:
Enumeration:
"3322001"
 - 
Eye Obstruction Prevents Eye Assessment
"3322003"
 - 
Initial GCS has legitimate values without interventions such as intubation and sedation
"3322005"
 - 
Patient Chemically Paralyzed
"3322007"
 - 
Patient Chemically Sedated
"3322009"
 - 
Patient Intubated

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