element -> <eLabs.LabGroup>
Group Tag to hold Lab information
Namespace:
Type:
anonymous complexType
Content:
complex, 1 attribute, 4 elements
Defined:
locally within eLabs complexType in eLabs_v3.xsd; see XML source
Includes:
definitions of 1 attribute, 4 elements
Content Model Diagram
XML Representation Summary
<eLabs.LabGroup
    CorrelationID
 = 
xs:string
    >
   
Content: 
eLabs.01?, eLabs.02?, eLabs.LabResultGroup*, eLabs.LabImageGroup*
</eLabs.LabGroup>
Content model elements (4):
Included in content model of elements (1):
XML Source (w/o annotations (12); see within schema source)
<xs:element id="eLabs.LabGroup" maxOccurs="unbounded" minOccurs="0" name="eLabs.LabGroup">
<xs:complexType>
<xs:sequence>
<xs:element id="eLabs.DateTimeLaboratoryorImagingResult" minOccurs="0" name="eLabs.01" type="DateTimeType"/>
<xs:element id="eLabs.StudyResultPriortothisUnitsEMSCare" minOccurs="0" name="eLabs.02" type="YesNoValues"/>
<xs:element id="eLabs.LabResultGroup" maxOccurs="unbounded" minOccurs="0" name="eLabs.LabResultGroup">
<xs:complexType>
<xs:sequence>
<xs:element id="eLabs.LaboratoryResultType" minOccurs="0" name="eLabs.03" type="LaboratoryResultType"/>
<xs:element id="eLabs.LaboratoryResult" minOccurs="0" name="eLabs.04" type="LaboratoryResult"/>
</xs:sequence>
<xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
</xs:complexType>
</xs:element>
<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>
</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; 4/4)
eLabs.01
Type:
DateTimeType, simple content
eLabs.01 Date/Time of Laboratory or Imaging Result No No The data and time for the specific laboratory result Optional 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> Added to better document patient care.
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="eLabs.DateTimeLaboratoryorImagingResult" minOccurs="0" name="eLabs.01" type="DateTimeType"/>

eLabs.02
Type:
YesNoValues, simple content
eLabs.02 Study/Result Prior to this Unit's EMS Care No No Indicates that the laboratory result occurred prior to this EMS units care. Optional Added to better document EMS care.
Simple Content
enumeration of xs:string
Enumeration:
"9923001"
 - 
No
"9923003"
 - 
Yes
XML Source (w/o annotations (1); see within schema source)
<xs:element id="eLabs.StudyResultPriortothisUnitsEMSCare" minOccurs="0" name="eLabs.02" type="YesNoValues"/>

eLabs.LabImageGroup
Type:
anonymous, complex content
Group Tag to hold info about imaging study or x-ray.
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>

eLabs.LabResultGroup
Type:
anonymous, complex content
Group Tag to hold the type of laboratory value and its result.
XML Source (w/o annotations (3); see within schema source)
<xs:element id="eLabs.LabResultGroup" maxOccurs="unbounded" minOccurs="0" name="eLabs.LabResultGroup">
<xs:complexType>
<xs:sequence>
<xs:element id="eLabs.LaboratoryResultType" minOccurs="0" name="eLabs.03" type="LaboratoryResultType"/>
<xs:element id="eLabs.LaboratoryResult" minOccurs="0" name="eLabs.04" type="LaboratoryResult"/>
</xs:sequence>
<xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
</xs:complexType>
</xs:element>