simpleType "PatientsHighestLevelResponsiveness"
Namespace:
Defined:
globally in eVitals_v3.xsd; see XML source
Used:
Simple Content Model
enumeration of xs:string
Simple Content Restrictions:
Enumeration:
"3326001"
 - 
Alert
"3326003"
 - 
Verbal
"3326005"
 - 
Painful
"3326007"
 - 
Unresponsive

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
The patient's highest level of responsiveness.
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  PatientsHighestLevelResponsiveness
Derivation:
restriction of xs:string
Facets:
enumeration:
"3326001"
 - 
Alert
"3326003"
 - 
Verbal
"3326005"
 - 
Painful
"3326007"
 - 
Unresponsive
XML Source (w/o annotations (5); see within schema source)
<xs:simpleType name="PatientsHighestLevelResponsiveness">
<xs:restriction base="xs:string">
<xs:enumeration value="3326001"/>
<xs:enumeration value="3326003"/>
<xs:enumeration value="3326005"/>
<xs:enumeration value="3326007"/>
</xs:restriction>
<!--MethodMeasureHeartRate-->
</xs:simpleType>