Definition Type: Element
Name: ScreeningVerificationResults
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: BackgroundReports.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
Personal data related to the Search Subject that the search(s) was be performed upon.
Collapse XSD Schema Diagram:
Drilldown into AdditionalItems in schema backgroundreports_xsd Drilldown into Comments in schema backgroundreports_xsd Drilldown into TestResults in schema backgroundreports_xsd Drilldown into SpecimenIdNumber in schema backgroundreports_xsd Drilldown into MedicalReviewOfficer in schema backgroundreports_xsd Drilldown into Laboratory in schema backgroundreports_xsd Drilldown into CollectionSite in schema backgroundreports_xsd Drilldown into SpecimenReceivedDate in schema backgroundreports_xsd Drilldown into SpecimenCollectionDate in schema backgroundreports_xsd Drilldown into TestType in schema backgroundreports_xsd Drilldown into ReasonForTest in schema backgroundreports_xsdXSD Diagram of ScreeningVerificationResults in schema backgroundreports_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="ScreeningVerificationResults" minOccurs="0">
    <xsd:annotation>
        <xsd:documentation>Personal data related to the Search Subject that the search(s) was be performed upon. </xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element name="ReasonForTest" type="ReasonForTestType" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>Reason the test was performed.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="TestType" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>Identifies the type of test to be performed and optionally, the substances, thresholdlevel and detection limit of the substance.</xsd:documentation>
                </xsd:annotation>
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="SpecimenType" type="SpecimenTypeType" minOccurs="0" />
                        <xsd:element name="Substance" minOccurs="0" maxOccurs="unbounded">
                            <xsd:complexType>
                                <xsd:sequence>
                                    <xsd:element name="SubstanceType" type="SubstanceTypeType">
                                        <xsd:annotation>
                                            <xsd:documentation>Name of the substance being tested for.</xsd:documentation>
                                        </xsd:annotation>
                                    </xsd:element>
                                    <xsd:element name="ThresholdLevel" type="xsd:string" minOccurs="0">
                                        <xsd:annotation>
                                            <xsd:documentation>The defined concentration of an analyte in a specimen at or above which the test is called positive and below which it is called negative. This concentration is usually significantly greater than the sensitivity of the assay.</xsd:documentation>
                                        </xsd:annotation>
                                    </xsd:element>
                                    <xsd:element name="DetectionLimit" type="xsd:string" minOccurs="0">
                                        <xsd:annotation>
                                            <xsd:documentation>Lowest concentration of a drug that can be reliably detected.</xsd:documentation>
                                        </xsd:annotation>
                                    </xsd:element>
                                </xsd:sequence>
                            </xsd:complexType>
                        </xsd:element>
                    </xsd:sequence>
                    <xsd:attribute name="type" type="xsd:string" />
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="SpecimenCollectionDate" type="FlexibleDatesType" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>The date the specimen was collected.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="SpecimenReceivedDate" type="FlexibleDatesType" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>The date the specimen was received at the laboratory.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="CollectionSite" type="xsd:string" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>The place designated where individuals present themselves for the purpose of providing a specimen to be analyzed for the presence of drugs.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="Laboratory" type="xsd:string" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>The name of the laboratory which has met certain minimum performance
standards set by an accrediting agency, and has received a certificate to verify this fact.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="MedicalReviewOfficer" type="xsd:string" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>The licensed physician responsible for receiving laboratory results generated by a drug testing program who has knowledge of substance abuse disorders and has appropriate medical training to interpret and evaluate an individual's positive test result together with his or her medical history and any other relevant biomedical information.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="SpecimenIdNumber" type="EntityIdType" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>Identifier related to the procedures to account for the integrity of each  specimen by tracking its handling and storage from point of specimen collection to final disposition of the specimen. </xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="TestResults" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>Identifies the type of test to be performed and optionally, the substances, thresholdlevel and detection limit of the substance.</xsd:documentation>
                </xsd:annotation>
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="ResultsReleasedDate" type="FlexibleDatesType" minOccurs="0">
                            <xsd:annotation>
                                <xsd:documentation>The date the certifying scientist released the results.</xsd:documentation>
                            </xsd:annotation>
                        </xsd:element>
                        <xsd:element name="Substance" minOccurs="0" maxOccurs="unbounded">
                            <xsd:annotation>
                                <xsd:documentation>Details regarding each substance identified within the requested test.</xsd:documentation>
                            </xsd:annotation>
                            <xsd:complexType>
                                <xsd:sequence>
                                    <xsd:element name="SubstanceType" type="SubstanceTypeType">
                                        <xsd:annotation>
                                            <xsd:documentation>Name of the substance being tested for.</xsd:documentation>
                                        </xsd:annotation>
                                    </xsd:element>
                                    <xsd:element name="Results" type="DrugTestResultType">
                                        <xsd:annotation>
                                            <xsd:documentation>Results of the test. i.e. Negative, adulterated.</xsd:documentation>
                                        </xsd:annotation>
                                    </xsd:element>
                                    <xsd:element name="Concentration" type="xsd:string" minOccurs="0">
                                        <xsd:annotation>
                                            <xsd:documentation>Amount of drug in a unit volume of biological fluid expressed as weight/volume. Urine concentrations are expressed in nanogram/milliliter, as micrograms/milliliter or milligrams/liter.</xsd:documentation>
                                        </xsd:annotation>
                                    </xsd:element>
                                </xsd:sequence>
                            </xsd:complexType>
                        </xsd:element>
                    </xsd:sequence>
                    <xsd:attribute name="type" type="xsd:string">
                        <xsd:annotation>
                            <xsd:documentation>Identifies the type of the test.  i.e. FIVP = Five Panel.</xsd:documentation>
                        </xsd:annotation>
                    </xsd:attribute>
                    <xsd:attribute name="result" type="DrugTestResultType" use="optional" />
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="Comments" type="xsd:string" minOccurs="0" maxOccurs="unbounded">
                <xsd:annotation>
                    <xsd:documentation>Additional comments provided by the testing facility.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="AdditionalItems" type="FlexibleDetailType" minOccurs="0" maxOccurs="unbounded" />
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ReasonForTest hr:ReasonForTest 0 (1)
TestType hr:TestType 0 (1)
SpecimenCollectionDate hr:SpecimenCollectionDate 0 (1)
SpecimenReceivedDate hr:SpecimenReceivedDate 0 (1)
CollectionSite hr:CollectionSite 0 (1)
Laboratory hr:Laboratory 0 (1)
MedicalReviewOfficer hr:MedicalReviewOfficer 0 (1)
SpecimenIdNumber hr:SpecimenIdNumber 0 (1)
TestResults hr:TestResults 0 (1)
Comments hr:Comments 0 unbounded
AdditionalItems hr:AdditionalItems 0 unbounded