element -> <eMedDevice.LabImageGroup>
Group Tag to hold info about Lab Image
Namespace:
Type:
anonymous complexType
Content:
complex, 3 elements
Defined:
Includes:
definitions of 3 elements
Content Model Diagram
XML Representation Summary
<eMedDevice.LabImageGroup>
   
Content: 
eMedDevice.39?, eMedDevice.40?, eMedDevice.WaveFormGraphicGroup*
</eMedDevice.LabImageGroup>
Content model elements (3):
Included in content model of elements (1):
XML Source (w/o annotations (6); see within schema source)
<xs:element id="eMedDevice.LabImageGroup" maxOccurs="unbounded" minOccurs="0" name="eMedDevice.LabImageGroup">
<xs:complexType>
<xs:sequence>
<xs:element id="eMedDevice.eLabs.ImagingStudyType" minOccurs="0" name="eMedDevice.39" type="ImagingStudyType"/>
<xs:element id="eMedDevice.eLabs.ImagingStudyResults" minOccurs="0" name="eMedDevice.40" type="ImagingStudyResults"/>
<xs:element id="eMedDevice.WaveFormGraphicGroup" maxOccurs="unbounded" minOccurs="0" name="eMedDevice.WaveFormGraphicGroup">
<xs:complexType>
<xs:sequence>
<xs:element id="eMedDevice.eLabs.WaveformGraphicType" minOccurs="0" name="eMedDevice.41" type="GraphicType"/>
<xs:element id="eMedDevice.eLabs.WaveformGraphic" minOccurs="0" name="eMedDevice.42" type="WaveformGraphic"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
Content Element Detail (all declarations; defined in this component only; 3/3)
eMedDevice.39
Type:
ImagingStudyType, simple content
eMedDevice.39 eLabs.05 Imaging Study Type No No The type of x-ray or imaging study. Optional Added to better describe the EMS patient care.
Simple Content
enumeration of xs:string
Enumeration:
"3405001"
 - 
CAT Scan
"3405003"
 - 
Magnetic Resonance Imaging (MRI)
"3405005"
 - 
Other
"3405007"
 - 
PET Scan
"3405009"
 - 
Ultrasound
"3405011"
 - 
X-ray
"3405013"
 - 
Angiography
XML Source (w/o annotations (1); see within schema source)
<xs:element id="eMedDevice.eLabs.ImagingStudyType" minOccurs="0" name="eMedDevice.39" type="ImagingStudyType"/>

eMedDevice.40
Type:
ImagingStudyResults, simple content
eMedDevice.40 eLabs.06 Imaging Study Results No No The description or interpretation of the results of the imaging study. Optional Added to better describe the EMS Patient Care
Simple Content
xs:string
maxLength:
5000
minLength:
3
XML Source (w/o annotations (1); see within schema source)
<xs:element id="eMedDevice.eLabs.ImagingStudyResults" minOccurs="0" name="eMedDevice.40" type="ImagingStudyResults"/>

eMedDevice.WaveFormGraphicGroup
Type:
anonymous, complex content
Group to hold Wave Form Graphic Information
XML Source (w/o annotations (3); see within schema source)
<xs:element id="eMedDevice.WaveFormGraphicGroup" maxOccurs="unbounded" minOccurs="0" name="eMedDevice.WaveFormGraphicGroup">
<xs:complexType>
<xs:sequence>
<xs:element id="eMedDevice.eLabs.WaveformGraphicType" minOccurs="0" name="eMedDevice.41" type="GraphicType"/>
<xs:element id="eMedDevice.eLabs.WaveformGraphic" minOccurs="0" name="eMedDevice.42" type="WaveformGraphic"/>
</xs:sequence>
</xs:complexType>
</xs:element>