simpleType "MethodMeasureHeartRate"
Namespace:
Defined:
globally in eVitals_v3.xsd; see XML source
Used:
Simple Content Model
enumeration of xs:string
Simple Content Restrictions:
Enumeration:
"3311001"
 - 
Auscultated
"3311003"
 - 
Doppler
"3311005"
 - 
Electronic Monitor - Cardiac
"3311007"
 - 
Electronic Monitor - Pulse Oximeter
"3311009"
 - 
Electronic Monitor (Other)
"3311011"
 - 
Palpated

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
The method in which the Heart Rate was measured. Values include auscultated, palpated, electronic monitor).
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  MethodMeasureHeartRate
Derivation:
restriction of xs:string
Facets:
enumeration:
"3311001"
 - 
Auscultated
"3311003"
 - 
Doppler
"3311005"
 - 
Electronic Monitor - Cardiac
"3311007"
 - 
Electronic Monitor - Pulse Oximeter
"3311009"
 - 
Electronic Monitor (Other)
"3311011"
 - 
Palpated
XML Source (w/o annotations (7); see within schema source)
<xs:simpleType name="MethodMeasureHeartRate">
<xs:restriction base="xs:string">
<xs:enumeration value="3311001"/>
<xs:enumeration value="3311003"/>
<xs:enumeration value="3311005"/>
<xs:enumeration value="3311007"/>
<xs:enumeration value="3311009"/>
<xs:enumeration value="3311011"/>
</xs:restriction>
<!--CardiacRhythm-->
</xs:simpleType>