simpleType "RespiratoryEffort"
Namespace:
Defined:
globally in eVitals_v3.xsd; see XML source
Used:
Simple Content Model
enumeration of xs:string
Simple Content Restrictions:
Enumeration:
"3315001"
 - 
Apneic
"3315003"
 - 
Labored
"3315005"
 - 
Mechanically Assisted (BVM, CPAP, etc.)
"3315007"
 - 
Normal
"3315009"
 - 
Rapid
"3315011"
 - 
Shallow
"3315013"
 - 
Weak/Agonal

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
The patient's respiratory effort
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  RespiratoryEffort
Derivation:
restriction of xs:string
Facets:
enumeration:
"3315001"
 - 
Apneic
"3315003"
 - 
Labored
"3315005"
 - 
Mechanically Assisted (BVM, CPAP, etc.)
"3315007"
 - 
Normal
"3315009"
 - 
Rapid
"3315011"
 - 
Shallow
"3315013"
 - 
Weak/Agonal
XML Source (w/o annotations (8); see within schema source)
<xs:simpleType name="RespiratoryEffort">
<xs:restriction base="xs:string">
<xs:enumeration value="3315001"/>
<xs:enumeration value="3315003"/>
<xs:enumeration value="3315005"/>
<xs:enumeration value="3315007"/>
<xs:enumeration value="3315009"/>
<xs:enumeration value="3315011"/>
<xs:enumeration value="3315013"/>
</xs:restriction>
<!--GCSScoreMoreMeaningful-->
</xs:simpleType>