element -> <eDevice.DeviceGroup>
Group Tag to hold Device Information
Namespace:
Type:
anonymous complexType
Content:
complex, 1 attribute, 7 elements
Defined:
locally within eDevices complexType in eDevice_v3.xsd; see XML source
Includes:
definitions of 1 attribute, 7 elements
Content Model Diagram
XML Representation Summary
<eDevice.DeviceGroup
    CorrelationID
 = 
xs:string
    >
   
Content: 
eDevice.01?, eDevice.02?, eDevice.03*, eDevice.WaveformGroup?, eDevice.07*, eDevice.08?, eDevice.ShockGroup?
</eDevice.DeviceGroup>
Content model elements (7):
Included in content model of elements (1):
XML Source (w/o annotations (15); see within schema source)
<xs:element id="eDevice.DeviceGroup" maxOccurs="unbounded" minOccurs="0" name="eDevice.DeviceGroup">
<xs:complexType>
<xs:sequence>
<xs:element id="eDevice.DeviceSerialNumber" minOccurs="0" name="eDevice.01" type="DeviceSerialNumber"/>
<xs:element id="eDevice.EventDateTime" minOccurs="0" name="eDevice.02" type="DateTimeType"/>
<xs:element id="eDevice.MedicalDeviceEventName" maxOccurs="unbounded" minOccurs="0" name="eDevice.03">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="MedicalDeviceEventType">
<xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
<xs:element id="eDevice.WaveformGroup" minOccurs="0" name="eDevice.WaveformGroup">
<xs:complexType>
<xs:sequence>
<xs:element id="eDevice.WaveformGraphicType" minOccurs="0" name="eDevice.04" type="GraphicType"/>
<xs:element id="eDevice.WaveformGraphic" minOccurs="0" name="eDevice.05" type="WaveformGraphic"/>
<xs:element id="eDevice.AEDPacingorCO2Mode" minOccurs="0" name="eDevice.06" type="AEDPacingOrCO2Mode"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element id="eDevice.ECGLead" maxOccurs="unbounded" minOccurs="0" name="eDevice.07">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="ECGLead">
<xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
<xs:element id="eDevice.ECGInterpretation" minOccurs="0" name="eDevice.08" type="ECGInterpretation"/>
<xs:element id="eDevice.ShockGroup" minOccurs="0" name="eDevice.ShockGroup">
<xs:complexType>
<xs:sequence>
<xs:element id="eDevice.TypeOfShock" minOccurs="0" name="eDevice.09" type="TypeOfShock"/>
<xs:element id="eDevice.ShockorPacingEnergy" minOccurs="0" name="eDevice.10" type="ShockOrPacingEnergy"/>
<xs:element id="eDevice.TotalNumberofShocksDelivered" minOccurs="0" name="eDevice.11" type="TotalNumberOfShocks"/>
<xs:element id="eDevice.PacingRate" minOccurs="0" name="eDevice.12" type="PacingRate"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
</xs:complexType>
</xs:element>
Attribute Detail (all declarations; defined in this component only; 1/1)
CorrelationID
Type:
Use:
optional
Attribute Value
xs:string
MaxLength:
255
MinLength:
0
XML Source (see within schema source)
<xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
Content Element Detail (all declarations; defined in this component only; 7/7)
eDevice.01
Type:
DeviceSerialNumber, simple content
eDevice.01 Medical Device Serial Number No No The unique manufacturer's serial number associated with a medical device. Optional
Simple Content
xs:string
maxLength:
50
minLength:
2
XML Source (w/o annotations (1); see within schema source)
<xs:element id="eDevice.DeviceSerialNumber" minOccurs="0" name="eDevice.01" type="DeviceSerialNumber"/>

eDevice.02
Type:
DateTimeType, simple content
eDevice.02 Date/Time of Event (per Medical Device) No No The time of the event recorded by the device's internal clock E21_01 Optional Airway Cardiac Arrest STEMI DateTime consists of finite-length characters of the form: yyyy '-' mm '-' dd 'T' hh ':' mm ':' ss ('.' s+)? (zzzzzz) <table cellspacing="2"><tr><td> <table border="1px" cellpadding="3px" cellspacing="0"> <tr><td align="center">yyyy</td><td>a four-digit numeral that represents the year</td></tr> <tr><td align="center">'-'</td><td>separators between parts of the date portion</td></tr> <tr><td align="center">mm</td><td>a two-digit numeral that represents the month</td></tr> <tr><td align="center">dd</td><td>a two-digit numeral that represents the day</td></tr> <tr><td align="center">T</td><td>separator that indicates time-of-day follows</td></tr> <tr><td align="center">hh</td><td>a two-digit numeral that represents the hour</td></tr> <tr><td align="center">':'</td><td>a separator between parts of the time-of-day portion</td></tr> <tr><td align="center">mm</td><td>a two-digit numeral that represents the minute</td></tr> <tr><td align="center">ss</td><td>a two-integer-digit numeral that represents the whole seconds</td></tr> <tr><td align="center">'.' s+</td><td>(not required) represents the fractional seconds</td></tr> <tr><td align="center">zzzzzz</td><td>(required) represents the timezone (as described below)</td></tr> </table> </td></tr></table> <br/>Timezones, required, are durations with (integer-valued) hour and minute properties in the form: ('+' | '-') hh ':' mm <table cellspacing="2"><tr><td> <table border="1px" cellpadding="3px" cellspacing="0"> <tr><td align="center">hh</td><td>a two-digit numeral (with leading zeros as required) that represents the hours</td></tr> <tr><td align="center">mm</td><td>a two-digit numeral that represents the minutes</td></tr> <tr><td align="center">'+'</td><td>a nonnegative duration</td></tr> <tr><td align="center">'-'</td><td>a nonpositive duration</td></tr> </table> </td></tr></table>
Simple Content
xs:dateTime
maxInclusive:
2050-01-01T00:00:00-00:00
minInclusive:
1950-01-01T00:00:00-00:00
Pattern:
[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}(\.\d+)?(\+|-)[0-9]{2}:[0-9]{2}
XML Source (w/o annotations (1); see within schema source)
<xs:element id="eDevice.EventDateTime" minOccurs="0" name="eDevice.02" type="DateTimeType"/>

eDevice.03
Type:
anonymous (extension of MedicalDeviceEventType), simple content
eDevice.03 Medical Device Event Type No No The type of event documented by the medical device. E21_02 Optional Airway Cardiac Arrest STEMI Can be displayed in the Vital Signs or Procedure Sections.
Simple Content
enumeration of xs:string
Enumeration:
"4103001"
 - 
12-Lead ECG
"4103003"
 - 
Analysis (Button Pressed)
"4103005"
 - 
CO2
"4103007"
 - 
Date Transmitted
"4103009"
 - 
Defibrillation
"4103011"
 - 
ECG-Monitor
"4103013"
 - 
Heart Rate
"4103015"
 - 
Invasive Pressure 1
"4103017"
 - 
Invasive Pressure 2
"4103019"
 - 
No Shock Advised
"4103021"
 - 
Non-Invasive BP
"4103023"
 - 
Other
"4103025"
 - 
Pacing Electrical Capture
"4103027"
 - 
Pacing Started
"4103029"
 - 
Pacing Stopped
"4103031"
 - 
Patient Connected
"4103033"
 - 
Power On
"4103035"
 - 
Pulse Oximetry
"4103037"
 - 
Pulse Rate
"4103039"
 - 
Respiratory Rate
"4103041"
 - 
Shock Advised
"4103043"
 - 
Sync Off
"4103045"
 - 
Sync On
"4103047"
 - 
Temperature 1
"4103049"
 - 
Temperature 2
XML Source (w/o annotations (1); see within schema source)
<xs:element id="eDevice.MedicalDeviceEventName" maxOccurs="unbounded" minOccurs="0" name="eDevice.03">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="MedicalDeviceEventType">
<xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>

eDevice.07
Type:
anonymous (extension of ECGLead), simple content
eDevice.07 Medical Device ECG Lead No No The lead or source which the medical device used to obtain the rhythm (if appropriate for the event) E21_06 Optional Airway Cardiac Arrest STEMI Can be displayed in the Vital Signs or Procedure Sections.
Simple Content
enumeration of xs:string
Enumeration:
"4107001"
 - 
I
"4107003"
 - 
II
"4107005"
 - 
III
"4107007"
 - 
AVR
"4107009"
 - 
AVL
"4107011"
 - 
AVF
"4107013"
 - 
Paddle
"4107015"
 - 
Pads
"4107017"
 - 
V1
"4107019"
 - 
V2
"4107021"
 - 
V3
"4107023"
 - 
V3r
"4107025"
 - 
V4
"4107027"
 - 
V4r
"4107029"
 - 
V5
"4107031"
 - 
V5r
"4107033"
 - 
V6
"4107035"
 - 
V6r
"4107037"
 - 
V7
"4107039"
 - 
V8
"4107041"
 - 
V9
XML Source (w/o annotations (1); see within schema source)
<xs:element id="eDevice.ECGLead" maxOccurs="unbounded" minOccurs="0" name="eDevice.07">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="ECGLead">
<xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>

eDevice.08
Type:
ECGInterpretation, simple content
eDevice.08 Medical Device ECG Interpretation No No The interpretation of the rhythm by the device (if appropriate for the event) E21_07 Optional Airway Cardiac Arrest STEMI The rhythm interpretation text imported from the device.
Simple Content
xs:string
maxLength:
2000
minLength:
1
XML Source (w/o annotations (1); see within schema source)
<xs:element id="eDevice.ECGInterpretation" minOccurs="0" name="eDevice.08" type="ECGInterpretation"/>

eDevice.ShockGroup
Type:
anonymous, complex content
Group Tag to hold shock information
XML Source (w/o annotations (5); see within schema source)
<xs:element id="eDevice.ShockGroup" minOccurs="0" name="eDevice.ShockGroup">
<xs:complexType>
<xs:sequence>
<xs:element id="eDevice.TypeOfShock" minOccurs="0" name="eDevice.09" type="TypeOfShock"/>
<xs:element id="eDevice.ShockorPacingEnergy" minOccurs="0" name="eDevice.10" type="ShockOrPacingEnergy"/>
<xs:element id="eDevice.TotalNumberofShocksDelivered" minOccurs="0" name="eDevice.11" type="TotalNumberOfShocks"/>
<xs:element id="eDevice.PacingRate" minOccurs="0" name="eDevice.12" type="PacingRate"/>
</xs:sequence>
</xs:complexType>
</xs:element>

eDevice.WaveformGroup
Type:
anonymous, complex content
Group Tag to hold info about Wave type
XML Source (w/o annotations (4); see within schema source)
<xs:element id="eDevice.WaveformGroup" minOccurs="0" name="eDevice.WaveformGroup">
<xs:complexType>
<xs:sequence>
<xs:element id="eDevice.WaveformGraphicType" minOccurs="0" name="eDevice.04" type="GraphicType"/>
<xs:element id="eDevice.WaveformGraphic" minOccurs="0" name="eDevice.05" type="WaveformGraphic"/>
<xs:element id="eDevice.AEDPacingorCO2Mode" minOccurs="0" name="eDevice.06" type="AEDPacingOrCO2Mode"/>
</xs:sequence>
</xs:complexType>
</xs:element>