simpleType "MedicalDeviceEventType"
Namespace:
Defined:
globally in eDevice_v3.xsd; see XML source
Used:
Simple Content Model
enumeration of xs:string
Simple Content Restrictions:
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

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
The type of event documented by the medical device.
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  MedicalDeviceEventType
Derivation:
restriction of xs:string
Facets:
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 (26); see within schema source)
<xs:simpleType name="MedicalDeviceEventType">
<xs:restriction base="xs:string">
<xs:enumeration value="4103001"/>
<xs:enumeration value="4103003"/>
<xs:enumeration value="4103005"/>
<xs:enumeration value="4103007"/>
<xs:enumeration value="4103009"/>
<xs:enumeration value="4103011"/>
<xs:enumeration value="4103013"/>
<xs:enumeration value="4103015"/>
<xs:enumeration value="4103017"/>
<xs:enumeration value="4103019"/>
<xs:enumeration value="4103021"/>
<xs:enumeration value="4103023"/>
<xs:enumeration value="4103025"/>
<xs:enumeration value="4103027"/>
<xs:enumeration value="4103029"/>
<xs:enumeration value="4103031"/>
<xs:enumeration value="4103033"/>
<xs:enumeration value="4103035"/>
<xs:enumeration value="4103037"/>
<xs:enumeration value="4103039"/>
<xs:enumeration value="4103041"/>
<xs:enumeration value="4103043"/>
<xs:enumeration value="4103045"/>
<xs:enumeration value="4103047"/>
<xs:enumeration value="4103049"/>
</xs:restriction>
</xs:simpleType>