ESdat Header File

The ESdat Laboratory Report header file is a small xml file that contains information about the Laboratory Report.  It allows Laboratory Reports to be automatically imported into Projects or to be matched to a eRequest (eCoC) sent from LSPECS.

Updates to the Header File

The header file schema was extended in December 2020. The extended schema applies to ESdat Laboratory Data Formats 2e and 4. Key changes are:

Generating the Header file

Laboratories should auto-generate the Header file from their LIMS (Laboratory Information Management System).

A xsd file “eLabReport.xsd” is available here.

A sample xml file "eLabReport_sample.xml" is available here.

A validation tool for the xml files can be downloaded here.

The content of an xml file with example data is as below. 

Values in yellow will vary by laboratory report.

        
            <?xml version="1.0" encoding="utf-8"?> 
            <ESdat generated="2013-08-16T08:09:51.278+10:00"
                fileType="eLabResultsHeader"
                schemaVersion="1.0.1"
                xmlns="http://www.escis.com.au/2013/XML">
		<LabReport Lab_Report_Number="LR04927" 
                    Date_Reported="2011-05-16" 
                    Project_ID="Clients Project Number" 
                    Primary_Recipient_Org="ABC Consulting" 
                    Status="Final" 
                    Project_Number="Labs Project Number" 
                    Lab_Contact_Email="lab contact email for an error notification" 
                    Lab_Name="Lab1" 
                    Lab_Signatory="John Brown"
                    Comments="Laboratory Comment applicable to the entire laboratory report.">

                    <Associated_Files xmlns="http://www.escis.com.au/2013/XML/LabReport"/>
                    <Copies_Sent_To xmlns="http://www.escis.com.au/2013/XML/LabReport"/>

                    <eCoCs xmlns="http://www.escis.com.au/2013/XML/LabReport">
                        <eCoC CoC_Number="Test MR 1 for_Lab1_22/10/2012">
                            <Lab_Requests> 
                                <Lab_Request  Number="1" Version="1"/>
                            </Lab_Requests>
                        </eCoC>
                    </eCoCs>

                    <Lab_Qualifiers xmlns="http://www.escis.com.au/2013/XML/LabReport">
                        <Lab_Qualifier  Code="J+" Description="The analyte was positively identified; the associated numerical value is the approximate concentration of the analyte in the sample, and may have a potential positive bias. "/>
                        <Lab_Qualifier  Code="J-" Description="The analyte was positively identified; the associated numerical value is the approximate concentration of the analyte in the sample, and may have a potential negative bias. "/>
                    </Lab_Qualifiers>

                </LabReport>
            </ESdat>
        
    

Definitions

Date Reported The date the Laboratory report was issued.
Project_ID A Client Project ID as indicated on the electronic Request..
Status Valid values are "Preliminary" and "Final". This allows ESdat users to know if a lab report imported into ESdat is preliminary or the final report.
Primary_Recipient_Org The primary organisation the results are sent to. Often issued files are forwarded to clients or other organisations and this information allows the initial main receiving organisation of the data to be known.
Project_Number A Laboratory Project Number.
Lab_Contact_Email Error reports will be sent to this email as well as to the sending email
Lab_Name Free text, the name of the laboratory.
Lab_Signatory The Laboratory contact who has signed off on the results.
Comments Comments made about the lab report, often made by the lab signatory.
Associated Files A list of all the files that accompany this file. Optional.
Copies_Sent_To A list of people who have been sent these results. Optional.
COC_Number The SDG/COC Number indicated on the electronic Request.
Laboratory Request Number As indicated on the electronic Request. The Laboratory Request Number will typically be 1, unless a client makes a request for additional analyses against the same Samples.
Laboratory Request Version As indicated on the electronic Request. The Laboratory Request Version will typically be 1, unless a client has made a mistake and wishes to alter the request.

XML Schema Documentation

View XSD file schema reference