element -> <eMedDevice.BodyTemperatureGroup>
Group Tag to hold information about patient's body temperature
Namespace:
Type:
anonymous complexType
Content:
complex, 2 elements
Defined:
Includes:
definitions of 2 elements
Content Model Diagram
XML Representation Summary
<eMedDevice.BodyTemperatureGroup>
   
Content: 
eMedDevice.34?, eMedDevice.35?
</eMedDevice.BodyTemperatureGroup>
Content model elements (2):
Included in content model of elements (1):
XML Source (w/o annotations (3); see within schema source)
<xs:element id="eMedDevice.BodyTemperatureGroup" minOccurs="0" name="eMedDevice.BodyTemperatureGroup">
<xs:complexType>
<xs:sequence>
<xs:element id="eMedDevice.eVitals.Temperature" minOccurs="0" name="eMedDevice.34">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="BodyTemperature"/>
</xs:simpleContent>
</xs:complexType>
</xs:element>
<xs:element id="eMedDevice.eVitals.TemperatureMethod" minOccurs="0" name="eMedDevice.35" type="MethodBodyTemp"/>
</xs:sequence>
</xs:complexType>
</xs:element>
Content Element Detail (all declarations; defined in this component only; 2/2)
eMedDevice.34
Type:
anonymous (extension of BodyTemperature), simple content
eMedDevice.34 eVitals.24 Temperature No No The patient's body temperature in degrees Celsius/centigrade. E14_20 Optional Pediatric
Simple Content
xs:decimal
fractionDigits:
1
maxInclusive:
50
minInclusive:
0
totalDigits:
3
XML Source (w/o annotations (1); see within schema source)
<xs:element id="eMedDevice.eVitals.Temperature" minOccurs="0" name="eMedDevice.34">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="BodyTemperature"/>
</xs:simpleContent>
</xs:complexType>
</xs:element>

eMedDevice.35
Type:
MethodBodyTemp, simple content
eMedDevice.35 eVitals.25 Temperature Method No No The method used to obtain the patient's body temperature. E14_21 Optional
Simple Content
enumeration of xs:string
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 (1); see within schema source)
<xs:element id="eMedDevice.eVitals.TemperatureMethod" minOccurs="0" name="eMedDevice.35" type="MethodBodyTemp"/>