Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Model
Properties
Source
Used by
Included schema eLabs_v3.xsd
Namespace http://www.nemsis.org
Properties
attribute form default unqualified
element form default qualified
Element eLabs / eLabs.LabGroup
Namespace http://www.nemsis.org
Annotations
Group Tag to hold Lab information
Diagram
DiagrameLabs_v3_xsd.tmp#eLabs_eLabs_eLabs.LabGroup_CorrelationIDeLabs_v3_xsd.tmp#eLabs_eLabs_eLabs.LabGroup_eLabs.01eLabs_v3_xsd.tmp#eLabs_eLabs_eLabs.LabGroup_eLabs.02eLabs_v3_xsd.tmp#eLabs_eLabs_eLabs.LabGroup_eLabs.LabResultGroupeLabs_v3_xsd.tmp#eLabs_eLabs_eLabs.LabGroup_eLabs.LabImageGroup
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children eLabs.01, eLabs.02, eLabs.LabImageGroup, eLabs.LabResultGroup
Instance
<eLabs.LabGroup CorrelationID="" xmlns="http://www.nemsis.org">
  <eLabs.01>{0,1}</eLabs.01>
  <eLabs.02>{0,1}</eLabs.02>
  <eLabs.LabResultGroup CorrelationID="">{0,unbounded}</eLabs.LabResultGroup>
  <eLabs.LabImageGroup CorrelationID="">{0,unbounded}</eLabs.LabImageGroup>
</eLabs.LabGroup>
Attributes
QName Type Use
CorrelationID CorrelationID optional
Source
<xs:element name="eLabs.LabGroup" id="eLabs.LabGroup" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Group Tag to hold Lab information</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="eLabs.01" type="DateTimeType" id="eLabs.DateTimeLaboratoryorImagingResult" minOccurs="0">
        <xs:annotation>
          <xs:documentation>
            <nemsisTacDoc>
              <number>eLabs.01</number>
              <name>Date/Time of Laboratory or Imaging Result</name>
              <national>No</national>
              <state>No</state>
              <definition>The data and time for the specific laboratory result.</definition>
              <usage>Optional</usage>
              <comment>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></comment>
              <v3Changes>Added to better document patient care.</v3Changes>
            </nemsisTacDoc>
          </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="eLabs.02" type="YesNoValues" id="eLabs.StudyResultPriortothisUnitsEMSCare" minOccurs="0">
        <xs:annotation>
          <xs:documentation>
            <nemsisTacDoc>
              <number>eLabs.02</number>
              <name>Study/Result Prior to this Unit's EMS Care</name>
              <national>No</national>
              <state>No</state>
              <definition>Indicates that the laboratory result occurred prior to this EMS units care.</definition>
              <usage>Optional</usage>
              <v3Changes>Added to better document EMS care.</v3Changes>
            </nemsisTacDoc>
          </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="eLabs.LabResultGroup" id="eLabs.LabResultGroup" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>Group Tag to hold the type of laboratory value and its result.</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:sequence>
            <xs:element name="eLabs.03" type="LaboratoryResultType" id="eLabs.LaboratoryResultType" minOccurs="0">
              <xs:annotation>
                <xs:documentation>
                  <nemsisTacDoc>
                    <number>eLabs.03</number>
                    <name>Laboratory Result Type</name>
                    <national>No</national>
                    <state>No</state>
                    <definition>The type of the laboratory value.</definition>
                    <usage>Optional</usage>
                    <v3Changes>Added to provide for the documentation of laboratory results obtained prior to or during and EMS patient encounter.</v3Changes>
                  </nemsisTacDoc>
                </xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="eLabs.04" type="LaboratoryResult" id="eLabs.LaboratoryResult" minOccurs="0">
              <xs:annotation>
                <xs:documentation>
                  <nemsisTacDoc>
                    <number>eLabs.04</number>
                    <name>Laboratory Result</name>
                    <national>No</national>
                    <state>No</state>
                    <definition>The value or result of the laboratory test (Units may vary).</definition>
                    <usage>Optional</usage>
                    <v3Changes>Added to better document EMS care.</v3Changes>
                  </nemsisTacDoc>
                </xs:documentation>
              </xs:annotation>
            </xs:element>
          </xs:sequence>
          <xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="eLabs.LabImageGroup" id="eLabs.LabImageGroup" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>Group Tag to hold info about imaging study or x-ray.</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:sequence>
            <xs:element name="eLabs.05" type="ImagingStudyType" id="eLabs.ImagingStudyType" minOccurs="0">
              <xs:annotation>
                <xs:documentation>
                  <nemsisTacDoc>
                    <number>eLabs.05</number>
                    <name>Imaging Study Type</name>
                    <national>No</national>
                    <state>No</state>
                    <definition>The type of x-ray or imaging study.</definition>
                    <usage>Optional</usage>
                    <v3Changes>Added to better describe the EMS patient care.</v3Changes>
                  </nemsisTacDoc>
                </xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="eLabs.06" type="ImagingStudyResults" id="eLabs.ImagingStudyResults" minOccurs="0">
              <xs:annotation>
                <xs:documentation>
                  <nemsisTacDoc>
                    <number>eLabs.06</number>
                    <name>Imaging Study Results</name>
                    <national>No</national>
                    <state>No</state>
                    <definition>The description or interpretation of the results of the imaging study.</definition>
                    <usage>Optional</usage>
                    <v3Changes>Added to better describe the EMS Patient Care</v3Changes>
                  </nemsisTacDoc>
                </xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="eLabs.WaveformGraphicGroup" id="eLabs.WaveformGraphicGroup" minOccurs="0" maxOccurs="unbounded">
              <xs:annotation>
                <xs:documentation>Tag to hold information about the imaging study to allow for the upload of the imaging results.</xs:documentation>
              </xs:annotation>
              <xs:complexType>
                <xs:sequence>
                  <xs:element name="eLabs.07" type="GraphicType" id="eLabs.WaveformGraphicType" minOccurs="0">
                    <xs:annotation>
                      <xs:documentation>
                        <nemsisTacDoc>
                          <number>eLabs.07</number>
                          <name>Imaging Study File or Waveform Graphic Type</name>
                          <national>No</national>
                          <state>No</state>
                          <definition>The description of the image study file or waveform graphic stored in Imaging Study File or Waveform Graphic (eLabs.08).</definition>
                          <usage>Optional</usage>
                          <performanceMeasuresGroup>
                            <performanceMeasure>Airway</performanceMeasure>
                            <performanceMeasure>Cardiac Arrest</performanceMeasure>
                            <performanceMeasure>STEMI</performanceMeasure>
                          </performanceMeasuresGroup>
                          <comment>The description is defined as the extension of the file type. Examples of file name extensions include "doc", "jpeg", "tiff", etc. For a list of additional extensions reference the following website(s): <br/> <table><tr><td width="10px"></td><td> <table> <tr><td>3D Image formats: <span style="color:blue">http://www.fileinfo.com/filetypes/3d_image</span></td></tr> <tr><td>Raster Image formats: <span style="color:blue">http://www.fileinfo.com/filetypes/raster_image</span></td></tr> <tr><td>Vector Image formats: <span style="color:blue">http://www.fileinfo.com/filetypes/vector_image</span></td></tr> <tr><td><br/></td></tr> <tr><td>Video formats: <span style="color:blue">http://www.fileinfo.com/filetypes/video</span></td></tr> <tr><td>Audio formats: <span style="color:blue">http://www.fileinfo.com/filetypes/audio</span></td></tr> <tr><td><br/></td></tr> <tr><td>Comparison of formats:</td></tr> <tr><td>Image: <span style="color:blue">http://en.wikipedia.org/wiki/Comparison_of_image_file_formats</span></td></tr> <tr><td>Audio: <span style="color:blue">http://en.wikipedia.org/wiki/Audio_file_format</span></td></tr> <tr><td>Container: <span style="color:blue">http://en.wikipedia.org/wiki/Comparison_of_container_formats</span></td></tr> <tr><td><br/></td></tr> <tr><td>A general list of image formats: <span style="color:blue">http://en.wikipedia.org/wiki/Image_file_formats</span></td></tr> <tr><td>Mime Types: <span style="color:blue">http://en.wikipedia.org/wiki/Internet_media_type</span></td></tr> </table> </td></tr></table></comment>
                        </nemsisTacDoc>
                      </xs:documentation>
                    </xs:annotation>
                  </xs:element>
                  <xs:element name="eLabs.08" type="WaveformGraphic" id="eLabs.WaveformGraphic" minOccurs="0">
                    <xs:annotation>
                      <xs:documentation>
                        <nemsisTacDoc>
                          <number>eLabs.08</number>
                          <name>Imaging Study File or Waveform Graphic</name>
                          <national>No</national>
                          <state>No</state>
                          <definition>The imaging study file.</definition>
                          <usage>Optional</usage>
                          <performanceMeasuresGroup>
                            <performanceMeasure>Airway</performanceMeasure>
                            <performanceMeasure>Cardiac Arrest</performanceMeasure>
                            <performanceMeasure>STEMI</performanceMeasure>
                          </performanceMeasuresGroup>
                          <comment>Added to allow the imaging file to be uploaded and better document patient care.</comment>
                        </nemsisTacDoc>
                      </xs:documentation>
                    </xs:annotation>
                  </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>
    </xs:sequence>
    <xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
  </xs:complexType>
</xs:element>
Element eLabs / eLabs.LabGroup / eLabs.01
Namespace http://www.nemsis.org
Annotations
<nemsisTacDoc>
  <number>eLabs.01</number>
  <name>Date/Time of Laboratory or Imaging Result</name>
  <national>No</national>
  <state>No</state>
  <definition>The data and time for the specific laboratory result.</definition>
  <usage>Optional</usage>
  <comment>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></comment>
  <v3Changes>Added to better document patient care.</v3Changes>
</nemsisTacDoc>
Diagram
DiagramcommonTypes_v3_xsd.tmp#DateTimeType
Type DateTimeType
Properties
content simple
minOccurs 0
Facets
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}
Source
<xs:element name="eLabs.01" type="DateTimeType" id="eLabs.DateTimeLaboratoryorImagingResult" minOccurs="0">
  <xs:annotation>
    <xs:documentation>
      <nemsisTacDoc>
        <number>eLabs.01</number>
        <name>Date/Time of Laboratory or Imaging Result</name>
        <national>No</national>
        <state>No</state>
        <definition>The data and time for the specific laboratory result.</definition>
        <usage>Optional</usage>
        <comment>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></comment>
        <v3Changes>Added to better document patient care.</v3Changes>
      </nemsisTacDoc>
    </xs:documentation>
  </xs:annotation>
</xs:element>
Element eLabs / eLabs.LabGroup / eLabs.02
Namespace http://www.nemsis.org
Annotations
<nemsisTacDoc>
  <number>eLabs.02</number>
  <name>Study/Result Prior to this Unit's EMS Care</name>
  <national>No</national>
  <state>No</state>
  <definition>Indicates that the laboratory result occurred prior to this EMS units care.</definition>
  <usage>Optional</usage>
  <v3Changes>Added to better document EMS care.</v3Changes>
</nemsisTacDoc>
Diagram
DiagramcommonTypes_v3_xsd.tmp#YesNoValues
Type YesNoValues
Properties
content simple
minOccurs 0
Facets
enumeration 9923001
No
enumeration 9923003
Yes
Source
<xs:element name="eLabs.02" type="YesNoValues" id="eLabs.StudyResultPriortothisUnitsEMSCare" minOccurs="0">
  <xs:annotation>
    <xs:documentation>
      <nemsisTacDoc>
        <number>eLabs.02</number>
        <name>Study/Result Prior to this Unit's EMS Care</name>
        <national>No</national>
        <state>No</state>
        <definition>Indicates that the laboratory result occurred prior to this EMS units care.</definition>
        <usage>Optional</usage>
        <v3Changes>Added to better document EMS care.</v3Changes>
      </nemsisTacDoc>
    </xs:documentation>
  </xs:annotation>
</xs:element>
Element eLabs / eLabs.LabGroup / eLabs.LabResultGroup
Namespace http://www.nemsis.org
Annotations
Group Tag to hold the type of laboratory value and its result.
Diagram
DiagrameLabs_v3_xsd.tmp#eLabs_eLabs_eLabs.LabGroup_eLabs_eLabs_eLabs.LabGroup_eLabs.LabResultGroup_CorrelationIDeLabs_v3_xsd.tmp#eLabs_eLabs_eLabs.LabGroup_eLabs_eLabs_eLabs.LabGroup_eLabs.LabResultGroup_eLabs.03eLabs_v3_xsd.tmp#eLabs_eLabs_eLabs.LabGroup_eLabs_eLabs_eLabs.LabGroup_eLabs.LabResultGroup_eLabs.04
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children eLabs.03, eLabs.04
Instance
<eLabs.LabResultGroup CorrelationID="" xmlns="http://www.nemsis.org">
  <eLabs.03>{0,1}</eLabs.03>
  <eLabs.04>{0,1}</eLabs.04>
</eLabs.LabResultGroup>
Attributes
QName Type Use
CorrelationID CorrelationID optional
Source
<xs:element name="eLabs.LabResultGroup" id="eLabs.LabResultGroup" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Group Tag to hold the type of laboratory value and its result.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="eLabs.03" type="LaboratoryResultType" id="eLabs.LaboratoryResultType" minOccurs="0">
        <xs:annotation>
          <xs:documentation>
            <nemsisTacDoc>
              <number>eLabs.03</number>
              <name>Laboratory Result Type</name>
              <national>No</national>
              <state>No</state>
              <definition>The type of the laboratory value.</definition>
              <usage>Optional</usage>
              <v3Changes>Added to provide for the documentation of laboratory results obtained prior to or during and EMS patient encounter.</v3Changes>
            </nemsisTacDoc>
          </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="eLabs.04" type="LaboratoryResult" id="eLabs.LaboratoryResult" minOccurs="0">
        <xs:annotation>
          <xs:documentation>
            <nemsisTacDoc>
              <number>eLabs.04</number>
              <name>Laboratory Result</name>
              <national>No</national>
              <state>No</state>
              <definition>The value or result of the laboratory test (Units may vary).</definition>
              <usage>Optional</usage>
              <v3Changes>Added to better document EMS care.</v3Changes>
            </nemsisTacDoc>
          </xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
    <xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
  </xs:complexType>
</xs:element>
Element eLabs / eLabs.LabGroup / eLabs.LabResultGroup / eLabs.03
Namespace http://www.nemsis.org
Annotations
<nemsisTacDoc>
  <number>eLabs.03</number>
  <name>Laboratory Result Type</name>
  <national>No</national>
  <state>No</state>
  <definition>The type of the laboratory value.</definition>
  <usage>Optional</usage>
  <v3Changes>Added to provide for the documentation of laboratory results obtained prior to or during and EMS patient encounter.</v3Changes>
</nemsisTacDoc>
Diagram
DiagrameLabs_v3_xsd.tmp#LaboratoryResultType
Type LaboratoryResultType
Properties
content simple
minOccurs 0
Facets
enumeration 3403001
Alanine Transaminase
enumeration 3403003
Alcohol-Blood
enumeration 3403005
Alcohol-Breath
enumeration 3403007
Alkaline Phosphatase
enumeration 3403009
Amylase
enumeration 3403013
Aspartate Transaminase
enumeration 3403015
B-Type Natriuretic Peptide (BNP)
enumeration 3403017
Base Excess
enumeration 3403019
Bilirubin-Direct
enumeration 3403021
Bilirubin-Total
enumeration 3403023
BUN
enumeration 3403025
Calcium-Ionized
enumeration 3403027
Calcium-Serum
enumeration 3403029
Carbon Dioxide-Partial Pressure
enumeration 3403033
Chloride
enumeration 3403035
Creatine Kinase
enumeration 3403037
Creatine Kinase-MB
enumeration 3403039
Creatinine
enumeration 3403041
Gamma Glutamyl Transpeptidase
enumeration 3403043
Glucose
enumeration 3403045
Hematocrit
enumeration 3403047
Hemoglobin
enumeration 3403049
Human Chorionic Gonadotropin-Serum
enumeration 3403051
Human Chorionic Gonadotropin-Urine
enumeration 3403053
International Normalized Ratio (INR)
enumeration 3403055
Lactate Dehydrogenase
enumeration 3403057
Lactate-Arterial
enumeration 3403059
Lactate-Venous
enumeration 3403061
Lipase
enumeration 3403063
Magnesium
enumeration 3403065
Oxygen-Partial Pressure
enumeration 3403067
Partial Thromboplastin Time
enumeration 3403071
pH-ABG
enumeration 3403073
pH-Venous
enumeration 3403075
Platelets
enumeration 3403077
Potassium
enumeration 3403079
Prothrombin Time
enumeration 3403081
Red Blood Cells
enumeration 3403083
Sodium
enumeration 3403085
Troponin
enumeration 3403087
White Blood Cells
enumeration 3403089
Ammonia
enumeration 3403091
Bicarbonate (HCO3)
enumeration 3403093
Carboxyhemoglobin
enumeration 3403095
CO2, Total (Bicarbonate)
enumeration 3403097
CRP (C-Reactive Protein)
enumeration 3403099
Dilantin
enumeration 3403101
Leukocytes
enumeration 3403103
Nitrates
enumeration 3403105
Phenobarbital
enumeration 3403107
Protein
enumeration 3403109
Salicylate
enumeration 3403111
Specific Gravity
enumeration 3403113
Tylenol
enumeration 3403115
ACT Celite (ACTc)
enumeration 3403117
ACT Kaolin (ACTk)
enumeration 3403119
Bands
enumeration 3403121
Basophils
enumeration 3403123
Creatine Phosphokinase (CK)
enumeration 3403125
Eosinophils
enumeration 3403127
Erythrocyte Count
enumeration 3403129
Erythrocyte Morphology
enumeration 3403131
Erythrocyte Sedimentation Rate
enumeration 3403133
High-Sensitivity C-reactive Protein (hs-CRP)
enumeration 3403135
Lymphocytes
enumeration 3403137
Mean Corpuscular Hemoglobin (MCH)
enumeration 3403139
Mean Corpuscular Hemoglobin Concentration (MCHC)
enumeration 3403141
Mean Corpuscular Volume (MCV)
enumeration 3403143
Monocytes
enumeration 3403145
Myoglobin
enumeration 3403147
Neutrophils
enumeration 3403149
Oxygen Saturation (SaO2)
enumeration 3403151
Oxygen Volume/Content (SVO2)
enumeration 3403153
Phosphorus (PO4)
enumeration 3403155
Prothromblin test time (PT/INR)
enumeration 3403157
Red Cell Distribution Width (RDW)
enumeration 3403159
Reticulocyte Count
enumeration 3403161
Troporin T (cTnT)
Source
<xs:element name="eLabs.03" type="LaboratoryResultType" id="eLabs.LaboratoryResultType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>
      <nemsisTacDoc>
        <number>eLabs.03</number>
        <name>Laboratory Result Type</name>
        <national>No</national>
        <state>No</state>
        <definition>The type of the laboratory value.</definition>
        <usage>Optional</usage>
        <v3Changes>Added to provide for the documentation of laboratory results obtained prior to or during and EMS patient encounter.</v3Changes>
      </nemsisTacDoc>
    </xs:documentation>
  </xs:annotation>
</xs:element>
Element eLabs / eLabs.LabGroup / eLabs.LabResultGroup / eLabs.04
Namespace http://www.nemsis.org
Annotations
<nemsisTacDoc>
  <number>eLabs.04</number>
  <name>Laboratory Result</name>
  <national>No</national>
  <state>No</state>
  <definition>The value or result of the laboratory test (Units may vary).</definition>
  <usage>Optional</usage>
  <v3Changes>Added to better document EMS care.</v3Changes>
</nemsisTacDoc>
Diagram
DiagrameLabs_v3_xsd.tmp#LaboratoryResult
Type LaboratoryResult
Properties
content simple
minOccurs 0
Facets
minLength 1
maxLength 50
Source
<xs:element name="eLabs.04" type="LaboratoryResult" id="eLabs.LaboratoryResult" minOccurs="0">
  <xs:annotation>
    <xs:documentation>
      <nemsisTacDoc>
        <number>eLabs.04</number>
        <name>Laboratory Result</name>
        <national>No</national>
        <state>No</state>
        <definition>The value or result of the laboratory test (Units may vary).</definition>
        <usage>Optional</usage>
        <v3Changes>Added to better document EMS care.</v3Changes>
      </nemsisTacDoc>
    </xs:documentation>
  </xs:annotation>
</xs:element>
Element eLabs / eLabs.LabGroup / eLabs.LabImageGroup
Namespace http://www.nemsis.org
Annotations
Group Tag to hold info about imaging study or x-ray.
Diagram
DiagrameLabs_v3_xsd.tmp#eLabs_eLabs_eLabs.LabGroup_eLabs_eLabs_eLabs.LabGroup_eLabs.LabImageGroup_CorrelationIDeLabs_v3_xsd.tmp#eLabs_eLabs_eLabs.LabGroup_eLabs_eLabs_eLabs.LabGroup_eLabs.LabImageGroup_eLabs.05eLabs_v3_xsd.tmp#eLabs_eLabs_eLabs.LabGroup_eLabs_eLabs_eLabs.LabGroup_eLabs.LabImageGroup_eLabs.06eLabs_v3_xsd.tmp#eLabs_eLabs_eLabs.LabGroup_eLabs_eLabs_eLabs.LabGroup_eLabs.LabImageGroup_eLabs.WaveformGraphicGroup
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children eLabs.05, eLabs.06, eLabs.WaveformGraphicGroup
Instance
<eLabs.LabImageGroup CorrelationID="" xmlns="http://www.nemsis.org">
  <eLabs.05>{0,1}</eLabs.05>
  <eLabs.06>{0,1}</eLabs.06>
  <eLabs.WaveformGraphicGroup CorrelationID="">{0,unbounded}</eLabs.WaveformGraphicGroup>
</eLabs.LabImageGroup>
Attributes
QName Type Use
CorrelationID CorrelationID optional
Source
<xs:element name="eLabs.LabImageGroup" id="eLabs.LabImageGroup" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Group Tag to hold info about imaging study or x-ray.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="eLabs.05" type="ImagingStudyType" id="eLabs.ImagingStudyType" minOccurs="0">
        <xs:annotation>
          <xs:documentation>
            <nemsisTacDoc>
              <number>eLabs.05</number>
              <name>Imaging Study Type</name>
              <national>No</national>
              <state>No</state>
              <definition>The type of x-ray or imaging study.</definition>
              <usage>Optional</usage>
              <v3Changes>Added to better describe the EMS patient care.</v3Changes>
            </nemsisTacDoc>
          </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="eLabs.06" type="ImagingStudyResults" id="eLabs.ImagingStudyResults" minOccurs="0">
        <xs:annotation>
          <xs:documentation>
            <nemsisTacDoc>
              <number>eLabs.06</number>
              <name>Imaging Study Results</name>
              <national>No</national>
              <state>No</state>
              <definition>The description or interpretation of the results of the imaging study.</definition>
              <usage>Optional</usage>
              <v3Changes>Added to better describe the EMS Patient Care</v3Changes>
            </nemsisTacDoc>
          </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="eLabs.WaveformGraphicGroup" id="eLabs.WaveformGraphicGroup" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>Tag to hold information about the imaging study to allow for the upload of the imaging results.</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:sequence>
            <xs:element name="eLabs.07" type="GraphicType" id="eLabs.WaveformGraphicType" minOccurs="0">
              <xs:annotation>
                <xs:documentation>
                  <nemsisTacDoc>
                    <number>eLabs.07</number>
                    <name>Imaging Study File or Waveform Graphic Type</name>
                    <national>No</national>
                    <state>No</state>
                    <definition>The description of the image study file or waveform graphic stored in Imaging Study File or Waveform Graphic (eLabs.08).</definition>
                    <usage>Optional</usage>
                    <performanceMeasuresGroup>
                      <performanceMeasure>Airway</performanceMeasure>
                      <performanceMeasure>Cardiac Arrest</performanceMeasure>
                      <performanceMeasure>STEMI</performanceMeasure>
                    </performanceMeasuresGroup>
                    <comment>The description is defined as the extension of the file type. Examples of file name extensions include "doc", "jpeg", "tiff", etc. For a list of additional extensions reference the following website(s): <br/> <table><tr><td width="10px"></td><td> <table> <tr><td>3D Image formats: <span style="color:blue">http://www.fileinfo.com/filetypes/3d_image</span></td></tr> <tr><td>Raster Image formats: <span style="color:blue">http://www.fileinfo.com/filetypes/raster_image</span></td></tr> <tr><td>Vector Image formats: <span style="color:blue">http://www.fileinfo.com/filetypes/vector_image</span></td></tr> <tr><td><br/></td></tr> <tr><td>Video formats: <span style="color:blue">http://www.fileinfo.com/filetypes/video</span></td></tr> <tr><td>Audio formats: <span style="color:blue">http://www.fileinfo.com/filetypes/audio</span></td></tr> <tr><td><br/></td></tr> <tr><td>Comparison of formats:</td></tr> <tr><td>Image: <span style="color:blue">http://en.wikipedia.org/wiki/Comparison_of_image_file_formats</span></td></tr> <tr><td>Audio: <span style="color:blue">http://en.wikipedia.org/wiki/Audio_file_format</span></td></tr> <tr><td>Container: <span style="color:blue">http://en.wikipedia.org/wiki/Comparison_of_container_formats</span></td></tr> <tr><td><br/></td></tr> <tr><td>A general list of image formats: <span style="color:blue">http://en.wikipedia.org/wiki/Image_file_formats</span></td></tr> <tr><td>Mime Types: <span style="color:blue">http://en.wikipedia.org/wiki/Internet_media_type</span></td></tr> </table> </td></tr></table></comment>
                  </nemsisTacDoc>
                </xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="eLabs.08" type="WaveformGraphic" id="eLabs.WaveformGraphic" minOccurs="0">
              <xs:annotation>
                <xs:documentation>
                  <nemsisTacDoc>
                    <number>eLabs.08</number>
                    <name>Imaging Study File or Waveform Graphic</name>
                    <national>No</national>
                    <state>No</state>
                    <definition>The imaging study file.</definition>
                    <usage>Optional</usage>
                    <performanceMeasuresGroup>
                      <performanceMeasure>Airway</performanceMeasure>
                      <performanceMeasure>Cardiac Arrest</performanceMeasure>
                      <performanceMeasure>STEMI</performanceMeasure>
                    </performanceMeasuresGroup>
                    <comment>Added to allow the imaging file to be uploaded and better document patient care.</comment>
                  </nemsisTacDoc>
                </xs:documentation>
              </xs:annotation>
            </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>
Element eLabs / eLabs.LabGroup / eLabs.LabImageGroup / eLabs.05
Namespace http://www.nemsis.org
Annotations
<nemsisTacDoc>
  <number>eLabs.05</number>
  <name>Imaging Study Type</name>
  <national>No</national>
  <state>No</state>
  <definition>The type of x-ray or imaging study.</definition>
  <usage>Optional</usage>
  <v3Changes>Added to better describe the EMS patient care.</v3Changes>
</nemsisTacDoc>
Diagram
DiagrameLabs_v3_xsd.tmp#ImagingStudyType
Type ImagingStudyType
Properties
content simple
minOccurs 0
Facets
enumeration 3405001
CAT Scan
enumeration 3405003
Magnetic Resonance Imaging (MRI)
enumeration 3405005
Other
enumeration 3405007
PET Scan
enumeration 3405009
Ultrasound
enumeration 3405011
X-ray
enumeration 3405013
Angiography
Source
<xs:element name="eLabs.05" type="ImagingStudyType" id="eLabs.ImagingStudyType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>
      <nemsisTacDoc>
        <number>eLabs.05</number>
        <name>Imaging Study Type</name>
        <national>No</national>
        <state>No</state>
        <definition>The type of x-ray or imaging study.</definition>
        <usage>Optional</usage>
        <v3Changes>Added to better describe the EMS patient care.</v3Changes>
      </nemsisTacDoc>
    </xs:documentation>
  </xs:annotation>
</xs:element>
Element eLabs / eLabs.LabGroup / eLabs.LabImageGroup / eLabs.06
Namespace http://www.nemsis.org
Annotations
<nemsisTacDoc>
  <number>eLabs.06</number>
  <name>Imaging Study Results</name>
  <national>No</national>
  <state>No</state>
  <definition>The description or interpretation of the results of the imaging study.</definition>
  <usage>Optional</usage>
  <v3Changes>Added to better describe the EMS Patient Care</v3Changes>
</nemsisTacDoc>
Diagram
DiagrameLabs_v3_xsd.tmp#ImagingStudyResults
Type ImagingStudyResults
Properties
content simple
minOccurs 0
Facets
minLength 3
maxLength 5000
Source
<xs:element name="eLabs.06" type="ImagingStudyResults" id="eLabs.ImagingStudyResults" minOccurs="0">
  <xs:annotation>
    <xs:documentation>
      <nemsisTacDoc>
        <number>eLabs.06</number>
        <name>Imaging Study Results</name>
        <national>No</national>
        <state>No</state>
        <definition>The description or interpretation of the results of the imaging study.</definition>
        <usage>Optional</usage>
        <v3Changes>Added to better describe the EMS Patient Care</v3Changes>
      </nemsisTacDoc>
    </xs:documentation>
  </xs:annotation>
</xs:element>
Element eLabs / eLabs.LabGroup / eLabs.LabImageGroup / eLabs.WaveformGraphicGroup
Namespace http://www.nemsis.org
Annotations
Tag to hold information about the imaging study to allow for the upload of the imaging results.
Diagram
DiagrameLabs_v3_xsd.tmp#eLabs_eLabs_eLabs.LabGroup_eLabs_eLabs_eLabs.LabGroup_eLabs.LabImageGroup_eLabs_eLabs_eLabs.LabGroup_eLabs_eLabs_eLabs.LabGroup_eLabs.LabImageGroup_eLabs.WaveformGraphicGroup_CorrelationIDeLabs_v3_xsd.tmp#eLabs_eLabs_eLabs.LabGroup_eLabs_eLabs_eLabs.LabGroup_eLabs.LabImageGroup_eLabs_eLabs_eLabs.LabGroup_eLabs_eLabs_eLabs.LabGroup_eLabs.LabImageGroup_eLabs.WaveformGraphicGroup_eLabs.07eLabs_v3_xsd.tmp#eLabs_eLabs_eLabs.LabGroup_eLabs_eLabs_eLabs.LabGroup_eLabs.LabImageGroup_eLabs_eLabs_eLabs.LabGroup_eLabs_eLabs_eLabs.LabGroup_eLabs.LabImageGroup_eLabs.WaveformGraphicGroup_eLabs.08
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children eLabs.07, eLabs.08
Instance
<eLabs.WaveformGraphicGroup CorrelationID="" xmlns="http://www.nemsis.org">
  <eLabs.07>{0,1}</eLabs.07>
  <eLabs.08>{0,1}</eLabs.08>
</eLabs.WaveformGraphicGroup>
Attributes
QName Type Use
CorrelationID CorrelationID optional
Source
<xs:element name="eLabs.WaveformGraphicGroup" id="eLabs.WaveformGraphicGroup" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Tag to hold information about the imaging study to allow for the upload of the imaging results.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="eLabs.07" type="GraphicType" id="eLabs.WaveformGraphicType" minOccurs="0">
        <xs:annotation>
          <xs:documentation>
            <nemsisTacDoc>
              <number>eLabs.07</number>
              <name>Imaging Study File or Waveform Graphic Type</name>
              <national>No</national>
              <state>No</state>
              <definition>The description of the image study file or waveform graphic stored in Imaging Study File or Waveform Graphic (eLabs.08).</definition>
              <usage>Optional</usage>
              <performanceMeasuresGroup>
                <performanceMeasure>Airway</performanceMeasure>
                <performanceMeasure>Cardiac Arrest</performanceMeasure>
                <performanceMeasure>STEMI</performanceMeasure>
              </performanceMeasuresGroup>
              <comment>The description is defined as the extension of the file type. Examples of file name extensions include "doc", "jpeg", "tiff", etc. For a list of additional extensions reference the following website(s): <br/> <table><tr><td width="10px"></td><td> <table> <tr><td>3D Image formats: <span style="color:blue">http://www.fileinfo.com/filetypes/3d_image</span></td></tr> <tr><td>Raster Image formats: <span style="color:blue">http://www.fileinfo.com/filetypes/raster_image</span></td></tr> <tr><td>Vector Image formats: <span style="color:blue">http://www.fileinfo.com/filetypes/vector_image</span></td></tr> <tr><td><br/></td></tr> <tr><td>Video formats: <span style="color:blue">http://www.fileinfo.com/filetypes/video</span></td></tr> <tr><td>Audio formats: <span style="color:blue">http://www.fileinfo.com/filetypes/audio</span></td></tr> <tr><td><br/></td></tr> <tr><td>Comparison of formats:</td></tr> <tr><td>Image: <span style="color:blue">http://en.wikipedia.org/wiki/Comparison_of_image_file_formats</span></td></tr> <tr><td>Audio: <span style="color:blue">http://en.wikipedia.org/wiki/Audio_file_format</span></td></tr> <tr><td>Container: <span style="color:blue">http://en.wikipedia.org/wiki/Comparison_of_container_formats</span></td></tr> <tr><td><br/></td></tr> <tr><td>A general list of image formats: <span style="color:blue">http://en.wikipedia.org/wiki/Image_file_formats</span></td></tr> <tr><td>Mime Types: <span style="color:blue">http://en.wikipedia.org/wiki/Internet_media_type</span></td></tr> </table> </td></tr></table></comment>
            </nemsisTacDoc>
          </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="eLabs.08" type="WaveformGraphic" id="eLabs.WaveformGraphic" minOccurs="0">
        <xs:annotation>
          <xs:documentation>
            <nemsisTacDoc>
              <number>eLabs.08</number>
              <name>Imaging Study File or Waveform Graphic</name>
              <national>No</national>
              <state>No</state>
              <definition>The imaging study file.</definition>
              <usage>Optional</usage>
              <performanceMeasuresGroup>
                <performanceMeasure>Airway</performanceMeasure>
                <performanceMeasure>Cardiac Arrest</performanceMeasure>
                <performanceMeasure>STEMI</performanceMeasure>
              </performanceMeasuresGroup>
              <comment>Added to allow the imaging file to be uploaded and better document patient care.</comment>
            </nemsisTacDoc>
          </xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
    <xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
  </xs:complexType>
</xs:element>
Element eLabs / eLabs.LabGroup / eLabs.LabImageGroup / eLabs.WaveformGraphicGroup / eLabs.07
Namespace http://www.nemsis.org
Annotations
<nemsisTacDoc>
  <number>eLabs.07</number>
  <name>Imaging Study File or Waveform Graphic Type</name>
  <national>No</national>
  <state>No</state>
  <definition>The description of the image study file or waveform graphic stored in Imaging Study File or Waveform Graphic (eLabs.08).</definition>
  <usage>Optional</usage>
  <performanceMeasuresGroup>
    <performanceMeasure>Airway</performanceMeasure>
    <performanceMeasure>Cardiac Arrest</performanceMeasure>
    <performanceMeasure>STEMI</performanceMeasure>
  </performanceMeasuresGroup>
  <comment>The description is defined as the extension of the file type. Examples of file name extensions include "doc", "jpeg", "tiff", etc. For a list of additional extensions reference the following website(s): <br/> <table><tr><td width="10px"></td><td> <table> <tr><td>3D Image formats: <span style="color:blue">http://www.fileinfo.com/filetypes/3d_image</span></td></tr> <tr><td>Raster Image formats: <span style="color:blue">http://www.fileinfo.com/filetypes/raster_image</span></td></tr> <tr><td>Vector Image formats: <span style="color:blue">http://www.fileinfo.com/filetypes/vector_image</span></td></tr> <tr><td><br/></td></tr> <tr><td>Video formats: <span style="color:blue">http://www.fileinfo.com/filetypes/video</span></td></tr> <tr><td>Audio formats: <span style="color:blue">http://www.fileinfo.com/filetypes/audio</span></td></tr> <tr><td><br/></td></tr> <tr><td>Comparison of formats:</td></tr> <tr><td>Image: <span style="color:blue">http://en.wikipedia.org/wiki/Comparison_of_image_file_formats</span></td></tr> <tr><td>Audio: <span style="color:blue">http://en.wikipedia.org/wiki/Audio_file_format</span></td></tr> <tr><td>Container: <span style="color:blue">http://en.wikipedia.org/wiki/Comparison_of_container_formats</span></td></tr> <tr><td><br/></td></tr> <tr><td>A general list of image formats: <span style="color:blue">http://en.wikipedia.org/wiki/Image_file_formats</span></td></tr> <tr><td>Mime Types: <span style="color:blue">http://en.wikipedia.org/wiki/Internet_media_type</span></td></tr> </table> </td></tr></table></comment>
</nemsisTacDoc>
Diagram
DiagramcommonTypes_v3_xsd.tmp#GraphicType
Type GraphicType
Properties
content simple
minOccurs 0
Facets
minLength 1
maxLength 255
Source
<xs:element name="eLabs.07" type="GraphicType" id="eLabs.WaveformGraphicType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>
      <nemsisTacDoc>
        <number>eLabs.07</number>
        <name>Imaging Study File or Waveform Graphic Type</name>
        <national>No</national>
        <state>No</state>
        <definition>The description of the image study file or waveform graphic stored in Imaging Study File or Waveform Graphic (eLabs.08).</definition>
        <usage>Optional</usage>
        <performanceMeasuresGroup>
          <performanceMeasure>Airway</performanceMeasure>
          <performanceMeasure>Cardiac Arrest</performanceMeasure>
          <performanceMeasure>STEMI</performanceMeasure>
        </performanceMeasuresGroup>
        <comment>The description is defined as the extension of the file type. Examples of file name extensions include "doc", "jpeg", "tiff", etc. For a list of additional extensions reference the following website(s): <br/> <table><tr><td width="10px"></td><td> <table> <tr><td>3D Image formats: <span style="color:blue">http://www.fileinfo.com/filetypes/3d_image</span></td></tr> <tr><td>Raster Image formats: <span style="color:blue">http://www.fileinfo.com/filetypes/raster_image</span></td></tr> <tr><td>Vector Image formats: <span style="color:blue">http://www.fileinfo.com/filetypes/vector_image</span></td></tr> <tr><td><br/></td></tr> <tr><td>Video formats: <span style="color:blue">http://www.fileinfo.com/filetypes/video</span></td></tr> <tr><td>Audio formats: <span style="color:blue">http://www.fileinfo.com/filetypes/audio</span></td></tr> <tr><td><br/></td></tr> <tr><td>Comparison of formats:</td></tr> <tr><td>Image: <span style="color:blue">http://en.wikipedia.org/wiki/Comparison_of_image_file_formats</span></td></tr> <tr><td>Audio: <span style="color:blue">http://en.wikipedia.org/wiki/Audio_file_format</span></td></tr> <tr><td>Container: <span style="color:blue">http://en.wikipedia.org/wiki/Comparison_of_container_formats</span></td></tr> <tr><td><br/></td></tr> <tr><td>A general list of image formats: <span style="color:blue">http://en.wikipedia.org/wiki/Image_file_formats</span></td></tr> <tr><td>Mime Types: <span style="color:blue">http://en.wikipedia.org/wiki/Internet_media_type</span></td></tr> </table> </td></tr></table></comment>
      </nemsisTacDoc>
    </xs:documentation>
  </xs:annotation>
</xs:element>
Element eLabs / eLabs.LabGroup / eLabs.LabImageGroup / eLabs.WaveformGraphicGroup / eLabs.08
Namespace http://www.nemsis.org
Annotations
<nemsisTacDoc>
  <number>eLabs.08</number>
  <name>Imaging Study File or Waveform Graphic</name>
  <national>No</national>
  <state>No</state>
  <definition>The imaging study file.</definition>
  <usage>Optional</usage>
  <performanceMeasuresGroup>
    <performanceMeasure>Airway</performanceMeasure>
    <performanceMeasure>Cardiac Arrest</performanceMeasure>
    <performanceMeasure>STEMI</performanceMeasure>
  </performanceMeasuresGroup>
  <comment>Added to allow the imaging file to be uploaded and better document patient care.</comment>
</nemsisTacDoc>
Diagram
DiagramcommonTypes_v3_xsd.tmp#WaveformGraphic
Type WaveformGraphic
Properties
content simple
minOccurs 0
Source
<xs:element name="eLabs.08" type="WaveformGraphic" id="eLabs.WaveformGraphic" minOccurs="0">
  <xs:annotation>
    <xs:documentation>
      <nemsisTacDoc>
        <number>eLabs.08</number>
        <name>Imaging Study File or Waveform Graphic</name>
        <national>No</national>
        <state>No</state>
        <definition>The imaging study file.</definition>
        <usage>Optional</usage>
        <performanceMeasuresGroup>
          <performanceMeasure>Airway</performanceMeasure>
          <performanceMeasure>Cardiac Arrest</performanceMeasure>
          <performanceMeasure>STEMI</performanceMeasure>
        </performanceMeasuresGroup>
        <comment>Added to allow the imaging file to be uploaded and better document patient care.</comment>
      </nemsisTacDoc>
    </xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type eLabs
Namespace http://www.nemsis.org
Diagram
DiagrameLabs_v3_xsd.tmp#eLabs_eLabs.LabGroup
Used by
Model
Children eLabs.LabGroup
Source
<xs:complexType name="eLabs">
  <xs:sequence>
    <xs:element name="eLabs.LabGroup" id="eLabs.LabGroup" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Group Tag to hold Lab information</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element name="eLabs.01" type="DateTimeType" id="eLabs.DateTimeLaboratoryorImagingResult" minOccurs="0">
            <xs:annotation>
              <xs:documentation>
                <nemsisTacDoc>
                  <number>eLabs.01</number>
                  <name>Date/Time of Laboratory or Imaging Result</name>
                  <national>No</national>
                  <state>No</state>
                  <definition>The data and time for the specific laboratory result.</definition>
                  <usage>Optional</usage>
                  <comment>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></comment>
                  <v3Changes>Added to better document patient care.</v3Changes>
                </nemsisTacDoc>
              </xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="eLabs.02" type="YesNoValues" id="eLabs.StudyResultPriortothisUnitsEMSCare" minOccurs="0">
            <xs:annotation>
              <xs:documentation>
                <nemsisTacDoc>
                  <number>eLabs.02</number>
                  <name>Study/Result Prior to this Unit's EMS Care</name>
                  <national>No</national>
                  <state>No</state>
                  <definition>Indicates that the laboratory result occurred prior to this EMS units care.</definition>
                  <usage>Optional</usage>
                  <v3Changes>Added to better document EMS care.</v3Changes>
                </nemsisTacDoc>
              </xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="eLabs.LabResultGroup" id="eLabs.LabResultGroup" minOccurs="0" maxOccurs="unbounded">
            <xs:annotation>
              <xs:documentation>Group Tag to hold the type of laboratory value and its result.</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:sequence>
                <xs:element name="eLabs.03" type="LaboratoryResultType" id="eLabs.LaboratoryResultType" minOccurs="0">
                  <xs:annotation>
                    <xs:documentation>
                      <nemsisTacDoc>
                        <number>eLabs.03</number>
                        <name>Laboratory Result Type</name>
                        <national>No</national>
                        <state>No</state>
                        <definition>The type of the laboratory value.</definition>
                        <usage>Optional</usage>
                        <v3Changes>Added to provide for the documentation of laboratory results obtained prior to or during and EMS patient encounter.</v3Changes>
                      </nemsisTacDoc>
                    </xs:documentation>
                  </xs:annotation>
                </xs:element>
                <xs:element name="eLabs.04" type="LaboratoryResult" id="eLabs.LaboratoryResult" minOccurs="0">
                  <xs:annotation>
                    <xs:documentation>
                      <nemsisTacDoc>
                        <number>eLabs.04</number>
                        <name>Laboratory Result</name>
                        <national>No</national>
                        <state>No</state>
                        <definition>The value or result of the laboratory test (Units may vary).</definition>
                        <usage>Optional</usage>
                        <v3Changes>Added to better document EMS care.</v3Changes>
                      </nemsisTacDoc>
                    </xs:documentation>
                  </xs:annotation>
                </xs:element>
              </xs:sequence>
              <xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="eLabs.LabImageGroup" id="eLabs.LabImageGroup" minOccurs="0" maxOccurs="unbounded">
            <xs:annotation>
              <xs:documentation>Group Tag to hold info about imaging study or x-ray.</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:sequence>
                <xs:element name="eLabs.05" type="ImagingStudyType" id="eLabs.ImagingStudyType" minOccurs="0">
                  <xs:annotation>
                    <xs:documentation>
                      <nemsisTacDoc>
                        <number>eLabs.05</number>
                        <name>Imaging Study Type</name>
                        <national>No</national>
                        <state>No</state>
                        <definition>The type of x-ray or imaging study.</definition>
                        <usage>Optional</usage>
                        <v3Changes>Added to better describe the EMS patient care.</v3Changes>
                      </nemsisTacDoc>
                    </xs:documentation>
                  </xs:annotation>
                </xs:element>
                <xs:element name="eLabs.06" type="ImagingStudyResults" id="eLabs.ImagingStudyResults" minOccurs="0">
                  <xs:annotation>
                    <xs:documentation>
                      <nemsisTacDoc>
                        <number>eLabs.06</number>
                        <name>Imaging Study Results</name>
                        <national>No</national>
                        <state>No</state>
                        <definition>The description or interpretation of the results of the imaging study.</definition>
                        <usage>Optional</usage>
                        <v3Changes>Added to better describe the EMS Patient Care</v3Changes>
                      </nemsisTacDoc>
                    </xs:documentation>
                  </xs:annotation>
                </xs:element>
                <xs:element name="eLabs.WaveformGraphicGroup" id="eLabs.WaveformGraphicGroup" minOccurs="0" maxOccurs="unbounded">
                  <xs:annotation>
                    <xs:documentation>Tag to hold information about the imaging study to allow for the upload of the imaging results.</xs:documentation>
                  </xs:annotation>
                  <xs:complexType>
                    <xs:sequence>
                      <xs:element name="eLabs.07" type="GraphicType" id="eLabs.WaveformGraphicType" minOccurs="0">
                        <xs:annotation>
                          <xs:documentation>
                            <nemsisTacDoc>
                              <number>eLabs.07</number>
                              <name>Imaging Study File or Waveform Graphic Type</name>
                              <national>No</national>
                              <state>No</state>
                              <definition>The description of the image study file or waveform graphic stored in Imaging Study File or Waveform Graphic (eLabs.08).</definition>
                              <usage>Optional</usage>
                              <performanceMeasuresGroup>
                                <performanceMeasure>Airway</performanceMeasure>
                                <performanceMeasure>Cardiac Arrest</performanceMeasure>
                                <performanceMeasure>STEMI</performanceMeasure>
                              </performanceMeasuresGroup>
                              <comment>The description is defined as the extension of the file type. Examples of file name extensions include "doc", "jpeg", "tiff", etc. For a list of additional extensions reference the following website(s): <br/> <table><tr><td width="10px"></td><td> <table> <tr><td>3D Image formats: <span style="color:blue">http://www.fileinfo.com/filetypes/3d_image</span></td></tr> <tr><td>Raster Image formats: <span style="color:blue">http://www.fileinfo.com/filetypes/raster_image</span></td></tr> <tr><td>Vector Image formats: <span style="color:blue">http://www.fileinfo.com/filetypes/vector_image</span></td></tr> <tr><td><br/></td></tr> <tr><td>Video formats: <span style="color:blue">http://www.fileinfo.com/filetypes/video</span></td></tr> <tr><td>Audio formats: <span style="color:blue">http://www.fileinfo.com/filetypes/audio</span></td></tr> <tr><td><br/></td></tr> <tr><td>Comparison of formats:</td></tr> <tr><td>Image: <span style="color:blue">http://en.wikipedia.org/wiki/Comparison_of_image_file_formats</span></td></tr> <tr><td>Audio: <span style="color:blue">http://en.wikipedia.org/wiki/Audio_file_format</span></td></tr> <tr><td>Container: <span style="color:blue">http://en.wikipedia.org/wiki/Comparison_of_container_formats</span></td></tr> <tr><td><br/></td></tr> <tr><td>A general list of image formats: <span style="color:blue">http://en.wikipedia.org/wiki/Image_file_formats</span></td></tr> <tr><td>Mime Types: <span style="color:blue">http://en.wikipedia.org/wiki/Internet_media_type</span></td></tr> </table> </td></tr></table></comment>
                            </nemsisTacDoc>
                          </xs:documentation>
                        </xs:annotation>
                      </xs:element>
                      <xs:element name="eLabs.08" type="WaveformGraphic" id="eLabs.WaveformGraphic" minOccurs="0">
                        <xs:annotation>
                          <xs:documentation>
                            <nemsisTacDoc>
                              <number>eLabs.08</number>
                              <name>Imaging Study File or Waveform Graphic</name>
                              <national>No</national>
                              <state>No</state>
                              <definition>The imaging study file.</definition>
                              <usage>Optional</usage>
                              <performanceMeasuresGroup>
                                <performanceMeasure>Airway</performanceMeasure>
                                <performanceMeasure>Cardiac Arrest</performanceMeasure>
                                <performanceMeasure>STEMI</performanceMeasure>
                              </performanceMeasuresGroup>
                              <comment>Added to allow the imaging file to be uploaded and better document patient care.</comment>
                            </nemsisTacDoc>
                          </xs:documentation>
                        </xs:annotation>
                      </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>
        </xs:sequence>
        <xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
      </xs:complexType>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Simple Type LaboratoryResultType
Namespace http://www.nemsis.org
Annotations
The type of the laboratory value.
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration 3403001
Alanine Transaminase
enumeration 3403003
Alcohol-Blood
enumeration 3403005
Alcohol-Breath
enumeration 3403007
Alkaline Phosphatase
enumeration 3403009
Amylase
enumeration 3403013
Aspartate Transaminase
enumeration 3403015
B-Type Natriuretic Peptide (BNP)
enumeration 3403017
Base Excess
enumeration 3403019
Bilirubin-Direct
enumeration 3403021
Bilirubin-Total
enumeration 3403023
BUN
enumeration 3403025
Calcium-Ionized
enumeration 3403027
Calcium-Serum
enumeration 3403029
Carbon Dioxide-Partial Pressure
enumeration 3403033
Chloride
enumeration 3403035
Creatine Kinase
enumeration 3403037
Creatine Kinase-MB
enumeration 3403039
Creatinine
enumeration 3403041
Gamma Glutamyl Transpeptidase
enumeration 3403043
Glucose
enumeration 3403045
Hematocrit
enumeration 3403047
Hemoglobin
enumeration 3403049
Human Chorionic Gonadotropin-Serum
enumeration 3403051
Human Chorionic Gonadotropin-Urine
enumeration 3403053
International Normalized Ratio (INR)
enumeration 3403055
Lactate Dehydrogenase
enumeration 3403057
Lactate-Arterial
enumeration 3403059
Lactate-Venous
enumeration 3403061
Lipase
enumeration 3403063
Magnesium
enumeration 3403065
Oxygen-Partial Pressure
enumeration 3403067
Partial Thromboplastin Time
enumeration 3403071
pH-ABG
enumeration 3403073
pH-Venous
enumeration 3403075
Platelets
enumeration 3403077
Potassium
enumeration 3403079
Prothrombin Time
enumeration 3403081
Red Blood Cells
enumeration 3403083
Sodium
enumeration 3403085
Troponin
enumeration 3403087
White Blood Cells
enumeration 3403089
Ammonia
enumeration 3403091
Bicarbonate (HCO3)
enumeration 3403093
Carboxyhemoglobin
enumeration 3403095
CO2, Total (Bicarbonate)
enumeration 3403097
CRP (C-Reactive Protein)
enumeration 3403099
Dilantin
enumeration 3403101
Leukocytes
enumeration 3403103
Nitrates
enumeration 3403105
Phenobarbital
enumeration 3403107
Protein
enumeration 3403109
Salicylate
enumeration 3403111
Specific Gravity
enumeration 3403113
Tylenol
enumeration 3403115
ACT Celite (ACTc)
enumeration 3403117
ACT Kaolin (ACTk)
enumeration 3403119
Bands
enumeration 3403121
Basophils
enumeration 3403123
Creatine Phosphokinase (CK)
enumeration 3403125
Eosinophils
enumeration 3403127
Erythrocyte Count
enumeration 3403129
Erythrocyte Morphology
enumeration 3403131
Erythrocyte Sedimentation Rate
enumeration 3403133
High-Sensitivity C-reactive Protein (hs-CRP)
enumeration 3403135
Lymphocytes
enumeration 3403137
Mean Corpuscular Hemoglobin (MCH)
enumeration 3403139
Mean Corpuscular Hemoglobin Concentration (MCHC)
enumeration 3403141
Mean Corpuscular Volume (MCV)
enumeration 3403143
Monocytes
enumeration 3403145
Myoglobin
enumeration 3403147
Neutrophils
enumeration 3403149
Oxygen Saturation (SaO2)
enumeration 3403151
Oxygen Volume/Content (SVO2)
enumeration 3403153
Phosphorus (PO4)
enumeration 3403155
Prothromblin test time (PT/INR)
enumeration 3403157
Red Cell Distribution Width (RDW)
enumeration 3403159
Reticulocyte Count
enumeration 3403161
Troporin T (cTnT)
Used by
Source
<xs:simpleType name="LaboratoryResultType">
  <xs:annotation>
    <xs:documentation>The type of the laboratory value.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="3403001">
      <xs:annotation>
        <xs:documentation>Alanine Transaminase</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3403003">
      <xs:annotation>
        <xs:documentation>Alcohol-Blood</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3403005">
      <xs:annotation>
        <xs:documentation>Alcohol-Breath</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3403007">
      <xs:annotation>
        <xs:documentation>Alkaline Phosphatase</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3403009">
      <xs:annotation>
        <xs:documentation>Amylase</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3403013">
      <xs:annotation>
        <xs:documentation>Aspartate Transaminase</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3403015">
      <xs:annotation>
        <xs:documentation>B-Type Natriuretic Peptide (BNP)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3403017">
      <xs:annotation>
        <xs:documentation>Base Excess</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3403019">
      <xs:annotation>
        <xs:documentation>Bilirubin-Direct</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3403021">
      <xs:annotation>
        <xs:documentation>Bilirubin-Total</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3403023">
      <xs:annotation>
        <xs:documentation>BUN</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3403025">
      <xs:annotation>
        <xs:documentation>Calcium-Ionized</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3403027">
      <xs:annotation>
        <xs:documentation>Calcium-Serum</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3403029">
      <xs:annotation>
        <xs:documentation>Carbon Dioxide-Partial Pressure</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3403033">
      <xs:annotation>
        <xs:documentation>Chloride</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3403035">
      <xs:annotation>
        <xs:documentation>Creatine Kinase</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3403037">
      <xs:annotation>
        <xs:documentation>Creatine Kinase-MB</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3403039">
      <xs:annotation>
        <xs:documentation>Creatinine</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3403041">
      <xs:annotation>
        <xs:documentation>Gamma Glutamyl Transpeptidase</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3403043">
      <xs:annotation>
        <xs:documentation>Glucose</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3403045">
      <xs:annotation>
        <xs:documentation>Hematocrit</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3403047">
      <xs:annotation>
        <xs:documentation>Hemoglobin</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3403049">
      <xs:annotation>
        <xs:documentation>Human Chorionic Gonadotropin-Serum</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3403051">
      <xs:annotation>
        <xs:documentation>Human Chorionic Gonadotropin-Urine</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3403053">
      <xs:annotation>
        <xs:documentation>International Normalized Ratio (INR)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3403055">
      <xs:annotation>
        <xs:documentation>Lactate Dehydrogenase</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3403057">
      <xs:annotation>
        <xs:documentation>Lactate-Arterial</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3403059">
      <xs:annotation>
        <xs:documentation>Lactate-Venous</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3403061">
      <xs:annotation>
        <xs:documentation>Lipase</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3403063">
      <xs:annotation>
        <xs:documentation>Magnesium</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3403065">
      <xs:annotation>
        <xs:documentation>Oxygen-Partial Pressure</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3403067">
      <xs:annotation>
        <xs:documentation>Partial Thromboplastin Time</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3403071">
      <xs:annotation>
        <xs:documentation>pH-ABG</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3403073">
      <xs:annotation>
        <xs:documentation>pH-Venous</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3403075">
      <xs:annotation>
        <xs:documentation>Platelets</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3403077">
      <xs:annotation>
        <xs:documentation>Potassium</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3403079">
      <xs:annotation>
        <xs:documentation>Prothrombin Time</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3403081">
      <xs:annotation>
        <xs:documentation>Red Blood Cells</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3403083">
      <xs:annotation>
        <xs:documentation>Sodium</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3403085">
      <xs:annotation>
        <xs:documentation>Troponin</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3403087">
      <xs:annotation>
        <xs:documentation>White Blood Cells</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3403089">
      <xs:annotation>
        <xs:documentation>Ammonia</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3403091">
      <xs:annotation>
        <xs:documentation>Bicarbonate (HCO3)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3403093">
      <xs:annotation>
        <xs:documentation>Carboxyhemoglobin</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3403095">
      <xs:annotation>
        <xs:documentation>CO2, Total (Bicarbonate)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3403097">
      <xs:annotation>
        <xs:documentation>CRP (C-Reactive Protein)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3403099">
      <xs:annotation>
        <xs:documentation>Dilantin</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3403101">
      <xs:annotation>
        <xs:documentation>Leukocytes</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3403103">
      <xs:annotation>
        <xs:documentation>Nitrates</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3403105">
      <xs:annotation>
        <xs:documentation>Phenobarbital</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3403107">
      <xs:annotation>
        <xs:documentation>Protein</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3403109">
      <xs:annotation>
        <xs:documentation>Salicylate</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3403111">
      <xs:annotation>
        <xs:documentation>Specific Gravity</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3403113">
      <xs:annotation>
        <xs:documentation>Tylenol</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3403115">
      <xs:annotation>
        <xs:documentation>ACT Celite (ACTc)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3403117">
      <xs:annotation>
        <xs:documentation>ACT Kaolin (ACTk)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3403119">
      <xs:annotation>
        <xs:documentation>Bands</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3403121">
      <xs:annotation>
        <xs:documentation>Basophils</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3403123">
      <xs:annotation>
        <xs:documentation>Creatine Phosphokinase (CK)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3403125">
      <xs:annotation>
        <xs:documentation>Eosinophils</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3403127">
      <xs:annotation>
        <xs:documentation>Erythrocyte Count</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3403129">
      <xs:annotation>
        <xs:documentation>Erythrocyte Morphology</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3403131">
      <xs:annotation>
        <xs:documentation>Erythrocyte Sedimentation Rate</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3403133">
      <xs:annotation>
        <xs:documentation>High-Sensitivity C-reactive Protein (hs-CRP)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3403135">
      <xs:annotation>
        <xs:documentation>Lymphocytes</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3403137">
      <xs:annotation>
        <xs:documentation>Mean Corpuscular Hemoglobin (MCH)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3403139">
      <xs:annotation>
        <xs:documentation>Mean Corpuscular Hemoglobin Concentration (MCHC)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3403141">
      <xs:annotation>
        <xs:documentation>Mean Corpuscular Volume (MCV)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3403143">
      <xs:annotation>
        <xs:documentation>Monocytes</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3403145">
      <xs:annotation>
        <xs:documentation>Myoglobin</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3403147">
      <xs:annotation>
        <xs:documentation>Neutrophils</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3403149">
      <xs:annotation>
        <xs:documentation>Oxygen Saturation (SaO2)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3403151">
      <xs:annotation>
        <xs:documentation>Oxygen Volume/Content (SVO2)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3403153">
      <xs:annotation>
        <xs:documentation>Phosphorus (PO4)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3403155">
      <xs:annotation>
        <xs:documentation>Prothromblin test time (PT/INR)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3403157">
      <xs:annotation>
        <xs:documentation>Red Cell Distribution Width (RDW)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3403159">
      <xs:annotation>
        <xs:documentation>Reticulocyte Count</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3403161">
      <xs:annotation>
        <xs:documentation>Troporin T (cTnT)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
Simple Type LaboratoryResult
Namespace http://www.nemsis.org
Annotations
The value or result of the laboratory test (Units may vary).
Diagram
Diagram
Type restriction of xs:string
Facets
minLength 1
maxLength 50
Used by
Source
<xs:simpleType name="LaboratoryResult">
  <xs:annotation>
    <xs:documentation>The value or result of the laboratory test (Units may vary).</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:minLength value="1"/>
    <xs:maxLength value="50"/>
  </xs:restriction>
</xs:simpleType>
Simple Type ImagingStudyType
Namespace http://www.nemsis.org
Annotations
The type of x-ray or imaging study
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration 3405001
CAT Scan
enumeration 3405003
Magnetic Resonance Imaging (MRI)
enumeration 3405005
Other
enumeration 3405007
PET Scan
enumeration 3405009
Ultrasound
enumeration 3405011
X-ray
enumeration 3405013
Angiography
Used by
Source
<xs:simpleType name="ImagingStudyType">
  <xs:annotation>
    <xs:documentation>The type of x-ray or imaging study</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="3405001">
      <xs:annotation>
        <xs:documentation>CAT Scan</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3405003">
      <xs:annotation>
        <xs:documentation>Magnetic Resonance Imaging (MRI)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3405005">
      <xs:annotation>
        <xs:documentation>Other</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3405007">
      <xs:annotation>
        <xs:documentation>PET Scan</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3405009">
      <xs:annotation>
        <xs:documentation>Ultrasound</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3405011">
      <xs:annotation>
        <xs:documentation>X-ray</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3405013">
      <xs:annotation>
        <xs:documentation>Angiography</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
Simple Type ImagingStudyResults
Namespace http://www.nemsis.org
Annotations
The results of the Imaging Study
Diagram
Diagram
Type restriction of xs:string
Facets
minLength 3
maxLength 5000
Used by
Source
<xs:simpleType name="ImagingStudyResults">
  <xs:annotation>
    <xs:documentation>The results of the Imaging Study</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:minLength value="3"/>
    <xs:maxLength value="5000"/>
  </xs:restriction>
</xs:simpleType>
Attribute eLabs / eLabs.LabGroup / eLabs.LabResultGroup / @CorrelationID
Namespace No namespace
Type CorrelationID
Properties
use optional
Facets
minLength 2
maxLength 255
Used by
Source
<xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
Attribute eLabs / eLabs.LabGroup / eLabs.LabImageGroup / eLabs.WaveformGraphicGroup / @CorrelationID
Namespace No namespace
Type CorrelationID
Properties
use optional
Facets
minLength 2
maxLength 255
Used by
Source
<xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
Attribute eLabs / eLabs.LabGroup / eLabs.LabImageGroup / @CorrelationID
Namespace No namespace
Type CorrelationID
Properties
use optional
Facets
minLength 2
maxLength 255
Used by
Source
<xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
Attribute eLabs / eLabs.LabGroup / @CorrelationID
Namespace No namespace
Type CorrelationID
Properties
use optional
Facets
minLength 2
maxLength 255
Used by
Source
<xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>