simpleType "TotalGCS"
Namespace:
Defined:
globally in eVitals_v3.xsd; see XML source
Used:
Simple Content Model
xs:integer
Simple Content Restrictions:
MaxInclusive:
15
MinInclusive:
3

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
The patient's total Glasgow Coma Score. Can be documented or calculated from EVitals.19 (GCS-Eye), EVitals.20 (GCS-Verbal), and EVitals.21 (GCS-Motor).
Type Definition Detail
Type Derivation Tree
xs:integer (restriction)
  TotalGCS
Derivation:
restriction of xs:integer
Facets:
maxInclusive:
15
minInclusive:
3
XML Source (w/o annotations (1); see within schema source)
<xs:simpleType name="TotalGCS">
<xs:restriction base="xs:integer">
<xs:minInclusive value="3"/>
<xs:maxInclusive value="15"/>
</xs:restriction>
<!--HeartRate-->
</xs:simpleType>