simpleType "GCSScoreQualifier"
Namespace:
Defined:
globally in eVitals_v3.xsd; see XML source
Used:
Simple Content Model
enumeration of xs:string
Simple Content Restrictions:
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

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Documentation of factors which make the GCS score more meaningful.
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  GCSScoreQualifier
Derivation:
restriction of xs:string
Facets:
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
XML Source (w/o annotations (6); see within schema source)
<xs:simpleType name="GCSScoreQualifier">
<xs:restriction base="xs:string">
<xs:enumeration value="3322001"/>
<xs:enumeration value="3322003"/>
<xs:enumeration value="3322005"/>
<xs:enumeration value="3322007"/>
<xs:enumeration value="3322009"/>
</xs:restriction>
<!--GlasgowComaScoreVerbal-->
</xs:simpleType>