element -> <dDevice.DeviceGroup>
Group Tag to hold info about the Device
Namespace:
Type:
anonymous complexType
Content:
complex, 1 attribute, 6 elements
Defined:
locally within dDevice complexType in dDevice_v3.xsd; see XML source
Includes:
definitions of 1 attribute, 6 elements
Content Model Diagram
XML Representation Summary
<dDevice.DeviceGroup
    CorrelationID
 = 
xs:string
    >
   
Content: 
dDevice.01?, dDevice.02?, dDevice.03*, dDevice.04?, dDevice.05?, dDevice.06?
</dDevice.DeviceGroup>
Content model elements (6):
Included in content model of elements (1):
XML Source (w/o annotations (7); see within schema source)
<xs:element id="dDevice.AgencyDeviceGroup" maxOccurs="unbounded" minOccurs="0" name="dDevice.DeviceGroup">
<xs:complexType>
<xs:sequence>
<xs:element id="dDevice.MedicalDeviceSerialNumber" minOccurs="0" name="dDevice.01" type="DeviceSerialNumber"/>
<xs:element id="dDevice.DeviceNameorID" minOccurs="0" name="dDevice.02" type="DeviceNameorID"/>
<xs:element id="dDevice.MedicalDeviceType" maxOccurs="unbounded" minOccurs="0" name="dDevice.03">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="MedicalDeviceType">
<xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
<xs:element id="dDevice.DeviceManufacturer" minOccurs="0" name="dDevice.04" type="DeviceManufacturer"/>
<xs:element id="dDevice.ModelNumber" minOccurs="0" name="dDevice.05" type="ModelNumber"/>
<xs:element id="dDevice.DevicePurchaseDate" minOccurs="0" name="dDevice.06" type="DateType"/>
</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; 6/6)
dDevice.01
Type:
DeviceSerialNumber, simple content
dDevice.01 Medical Device Serial Number No No The unique manufacturer's serial number associated with a medical device. D09_01 Optional
Simple Content
xs:string
maxLength:
50
minLength:
2
XML Source (w/o annotations (1); see within schema source)
<xs:element id="dDevice.MedicalDeviceSerialNumber" minOccurs="0" name="dDevice.01" type="DeviceSerialNumber"/>

dDevice.02
Type:
DeviceNameorID, simple content
dDevice.02 Medical Device Name or ID No No The local number or configurable Name/ID of the medical device. D09_02 Optional
Simple Content
xs:string
maxLength:
50
minLength:
2
XML Source (w/o annotations (1); see within schema source)
<xs:element id="dDevice.DeviceNameorID" minOccurs="0" name="dDevice.02" type="DeviceNameorID"/>

dDevice.03
Type:
anonymous (extension of MedicalDeviceType), simple content
dDevice.03 Medical Device Type No No The type of medical device. Optional This is multiple choice to allow documentation of various multifunction device configurations.
Simple Content
enumeration of xs:string
Enumeration:
"1603001"
 - 
Capnography-Numeric
"1603003"
 - 
Capnography-Waveform
"1603005"
 - 
Chemistry Measurement-Blood or Serum
"1603007"
 - 
Chemistry Measurement-Glucometer
"1603009"
 - 
Chemistry Measurement-Urine
"1603011"
 - 
CPR-External Device
"1603013"
 - 
Defibrillator-Automated
"1603015"
 - 
Defibrillator-Manual
"1603017"
 - 
ECG-12 Lead or Greater
"1603019"
 - 
ECG-Less than 12 Lead (Cardiac Monitor)
"1603021"
 - 
Medication Infusion Pump
"1603023"
 - 
Other
"1603025"
 - 
Oximetry-Carbon Monoxide
"1603027"
 - 
Oximetry-Oxygen
"1603029"
 - 
Pressure Monitors-Invasive
"1603031"
 - 
Pressure Monitors-Non-Invasive
"1603033"
 - 
Respirator (BLS)
"1603035"
 - 
Ventilator (ALS)
"1603037"
 - 
Ventilator Assistance-BiPAP
"1603039"
 - 
Ventilator Assistance-CPAP
XML Source (w/o annotations (1); see within schema source)
<xs:element id="dDevice.MedicalDeviceType" maxOccurs="unbounded" minOccurs="0" name="dDevice.03">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="MedicalDeviceType">
<xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>

dDevice.04
Type:
DeviceManufacturer, simple content
dDevice.04 Medical Device Manufacturer No No The manufacturer of the medical device. D09_03 Optional
Simple Content
xs:string
maxLength:
50
minLength:
2
XML Source (w/o annotations (1); see within schema source)
<xs:element id="dDevice.DeviceManufacturer" minOccurs="0" name="dDevice.04" type="DeviceManufacturer"/>

dDevice.05
Type:
ModelNumber, simple content
dDevice.05 Medical Device Model Number No No The specific manufacturer's model number associated with medical device. D09_04 Optional
Simple Content
xs:string
maxLength:
50
minLength:
2
XML Source (w/o annotations (1); see within schema source)
<xs:element id="dDevice.ModelNumber" minOccurs="0" name="dDevice.05" type="ModelNumber"/>

dDevice.06
Type:
DateType, simple content
dDevice.06 Medical Device Purchase Date No No The date the device was purchased or placed in service by the EMS agency. D09_05 Optional
Simple Content
xs:date
maxInclusive:
2050-01-01
minInclusive:
1900-01-01
XML Source (w/o annotations (1); see within schema source)
<xs:element id="dDevice.DevicePurchaseDate" minOccurs="0" name="dDevice.06" type="DateType"/>