simpleType "BloodPressureMethod"
Namespace:
Defined:
globally in eVitals_v3.xsd; see XML source
Used:
Simple Content Model
enumeration of xs:string
Simple Content Restrictions:
Enumeration:
"3308001"
 - 
Arterial Line
"3308003"
 - 
Doppler
"3308005"
 - 
Cuff-Automated
"3308007"
 - 
Cuff-Manual Auscultated
"3308009"
 - 
Cuff-Manual Palpated Only
"3308011"
 - 
Venous Line

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Indication of method of blood pressure procedure.
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  BloodPressureMethod
Derivation:
restriction of xs:string
Facets:
enumeration:
"3308001"
 - 
Arterial Line
"3308003"
 - 
Doppler
"3308005"
 - 
Cuff-Automated
"3308007"
 - 
Cuff-Manual Auscultated
"3308009"
 - 
Cuff-Manual Palpated Only
"3308011"
 - 
Venous Line
XML Source (w/o annotations (7); see within schema source)
<xs:simpleType name="BloodPressureMethod">
<xs:restriction base="xs:string">
<xs:enumeration value="3308001"/>
<xs:enumeration value="3308003"/>
<xs:enumeration value="3308005"/>
<xs:enumeration value="3308007"/>
<xs:enumeration value="3308009"/>
<xs:enumeration value="3308011"/>
</xs:restriction>
<!--MethodBodyTemp-->
</xs:simpleType>