simpleType "MethodBodyTemp"
Namespace:
Defined:
globally in eVitals_v3.xsd; see XML source
Used:
Simple Content Model
enumeration of xs:string
Simple Content Restrictions:
Enumeration:
"3325001"
 - 
Axillary
"3325003"
 - 
Central (Venous or Arterial)
"3325005"
 - 
Esophageal
"3325007"
 - 
Oral
"3325009"
 - 
Rectal
"3325011"
 - 
Temporal Artery
"3325013"
 - 
Tympanic
"3325015"
 - 
Urinary Catheter
"3325017"
 - 
Skin Probe

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
The method used to obtain the patient's body temperature.
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  MethodBodyTemp
Derivation:
restriction of xs:string
Facets:
enumeration:
"3325001"
 - 
Axillary
"3325003"
 - 
Central (Venous or Arterial)
"3325005"
 - 
Esophageal
"3325007"
 - 
Oral
"3325009"
 - 
Rectal
"3325011"
 - 
Temporal Artery
"3325013"
 - 
Tympanic
"3325015"
 - 
Urinary Catheter
"3325017"
 - 
Skin Probe
XML Source (w/o annotations (10); see within schema source)
<xs:simpleType name="MethodBodyTemp">
<xs:restriction base="xs:string">
<xs:enumeration value="3325001"/>
<xs:enumeration value="3325003"/>
<xs:enumeration value="3325005"/>
<xs:enumeration value="3325007"/>
<xs:enumeration value="3325009"/>
<xs:enumeration value="3325011"/>
<xs:enumeration value="3325013"/>
<xs:enumeration value="3325015"/>
<xs:enumeration value="3325017"/>
</xs:restriction>
<!--PainScale-->
</xs:simpleType>