simpleType "MentalStatusAssessment"
Namespace:
Defined:
globally in eExam_v3.xsd; see XML source
Used:
Simple Content Model
enumeration of xs:string
Simple Content Restrictions:
Enumeration:
"3519001"
 - 
Combative
"3519003"
 - 
Confused
"3519005"
 - 
Hallucinations
"3519007"
 - 
Normal Baseline for Patient
"3519009"
 - 
Not Done
"3519011"
 - 
Oriented-Person
"3519013"
 - 
Oriented-Place
"3519015"
 - 
Oriented-Event
"3519017"
 - 
Oriented-Time
"3519019"
 - 
Pharmacologically Sedated/Paralyzed
"3519021"
 - 
Unresponsive
"3519023"
 - 
Agitation
"3519025"
 - 
Somnolent
"3519027"
 - 
Stupor

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
The assessment of the patient's mental status
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  MentalStatusAssessment
Derivation:
restriction of xs:string
Facets:
enumeration:
"3519001"
 - 
Combative
"3519003"
 - 
Confused
"3519005"
 - 
Hallucinations
"3519007"
 - 
Normal Baseline for Patient
"3519009"
 - 
Not Done
"3519011"
 - 
Oriented-Person
"3519013"
 - 
Oriented-Place
"3519015"
 - 
Oriented-Event
"3519017"
 - 
Oriented-Time
"3519019"
 - 
Pharmacologically Sedated/Paralyzed
"3519021"
 - 
Unresponsive
"3519023"
 - 
Agitation
"3519025"
 - 
Somnolent
"3519027"
 - 
Stupor
XML Source (w/o annotations (15); see within schema source)
<xs:simpleType name="MentalStatusAssessment">
<xs:restriction base="xs:string">
<xs:enumeration value="3519001"/>
<xs:enumeration value="3519003"/>
<xs:enumeration value="3519005"/>
<xs:enumeration value="3519007"/>
<xs:enumeration value="3519009"/>
<xs:enumeration value="3519011"/>
<xs:enumeration value="3519013"/>
<xs:enumeration value="3519015"/>
<xs:enumeration value="3519017"/>
<xs:enumeration value="3519019"/>
<xs:enumeration value="3519021"/>
<xs:enumeration value="3519023"/>
<xs:enumeration value="3519025"/>
<xs:enumeration value="3519027"/>
</xs:restriction>
</xs:simpleType>