element -> <eLabs.LabImageGroup>
Group Tag to hold info about imaging study or x-ray.
Namespace:
Type:
anonymous complexType
Content:
complex, 1 attribute, 3 elements
Defined:
Includes:
definitions of 1 attribute, 3 elements
Content Model Diagram
XML Representation Summary
<eLabs.LabImageGroup
    CorrelationID
 = 
xs:string
    >
   
Content: 
eLabs.05?, eLabs.06?, eLabs.WaveformGraphicGroup*
</eLabs.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="eLabs.LabImageGroup" maxOccurs="unbounded" minOccurs="0" name="eLabs.LabImageGroup">
<xs:complexType>
<xs:sequence>
<xs:element id="eLabs.ImagingStudyType" minOccurs="0" name="eLabs.05" type="ImagingStudyType"/>
<xs:element id="eLabs.ImagingStudyResults" minOccurs="0" name="eLabs.06" type="ImagingStudyResults"/>
<xs:element id="eLabs.WaveformGraphicGroup" maxOccurs="unbounded" minOccurs="0" name="eLabs.WaveformGraphicGroup">
<xs:complexType>
<xs:sequence>
<xs:element id="eLabs.WaveformGraphicType" minOccurs="0" name="eLabs.07" type="GraphicType"/>
<xs:element id="eLabs.WaveformGraphic" minOccurs="0" name="eLabs.08" type="WaveformGraphic"/>
</xs:sequence>
<xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
</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; 3/3)
eLabs.05
Type:
ImagingStudyType, simple content
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="eLabs.ImagingStudyType" minOccurs="0" name="eLabs.05" type="ImagingStudyType"/>

eLabs.06
Type:
ImagingStudyResults, simple content
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="eLabs.ImagingStudyResults" minOccurs="0" name="eLabs.06" type="ImagingStudyResults"/>

eLabs.WaveformGraphicGroup
Type:
anonymous, complex content
Tag to hold information about the imaging study to allow for the upload of the imaging results.
XML Source (w/o annotations (3); see within schema source)
<xs:element id="eLabs.WaveformGraphicGroup" maxOccurs="unbounded" minOccurs="0" name="eLabs.WaveformGraphicGroup">
<xs:complexType>
<xs:sequence>
<xs:element id="eLabs.WaveformGraphicType" minOccurs="0" name="eLabs.07" type="GraphicType"/>
<xs:element id="eLabs.WaveformGraphic" minOccurs="0" name="eLabs.08" type="WaveformGraphic"/>
</xs:sequence>
<xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
</xs:complexType>
</xs:element>