simpleType "PulseRhythm"
Namespace:
Defined:
globally in eVitals_v3.xsd; see XML source
Used:
Simple Content Model
enumeration of xs:string
Simple Content Restrictions:
Enumeration:
"3313001"
 - 
Irregularly Irregular
"3313003"
 - 
Regular
"3313005"
 - 
Regularly Irregular

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
The clinical rhythm of the patient's pulse (regular, irregular, etc.).
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  PulseRhythm
Derivation:
restriction of xs:string
Facets:
enumeration:
"3313001"
 - 
Irregularly Irregular
"3313003"
 - 
Regular
"3313005"
 - 
Regularly Irregular
XML Source (w/o annotations (4); see within schema source)
<xs:simpleType name="PulseRhythm">
<xs:restriction base="xs:string">
<xs:enumeration value="3313001"/>
<xs:enumeration value="3313003"/>
<xs:enumeration value="3313005"/>
</xs:restriction>
<!--ReperfusionChecklist-->
</xs:simpleType>