element -> <eVitals.23>
eVitals.23 Total Glasgow Coma Score No Yes The patient's total Glasgow Coma Score. E14_19 Recommended Airway Cardiac Arrest Pediatric STEMI Stroke Trauma Can be documented or calculated from EVitals.19 (GCS-Eye), EVitals.20 (GCS-Verbal), and EVitals.21 (GCS-Motor). Yes
Namespace:
Type:
anonymous (extension of TotalGCS)
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.23
    PN
 = 
("8801019" | "8801023")
    NV
 = 
("7701001" | "7701003" | "7701005")
    >
   
Content: 
{ xs:integer }
</eVitals.23>
Simple Content Detail:
MaxInclusive:
15
MinInclusive:
3

Included in content model of elements (1):
Anonymous Type Detail
Type Derivation Tree
xs:integer (restriction)
  TotalGCS (extension)
      complexType
Derivation:
extension of TotalGCS
XML Source (w/o annotations (1); see within schema source)
<xs:element id="eVitals.TotalGlasgowComaScore" minOccurs="0" name="eVitals.23" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="TotalGCS">
<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: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" | "7701005"
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: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>