Definition Type: ComplexType
Name: DrugAbuseReportType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: BackgroundReports.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into AdditionalItems in schema backgroundreports_xsd Drilldown into ScreeningVerificationResults in schema backgroundreports_xsd Drilldown into ApplicantInformation in schema backgroundreports_xsd Drilldown into OrganizationalUnitId in schema backgroundreports_xsd Drilldown into OrganizationalUnitName in schema backgroundreports_xsd Drilldown into OrganizationId in schema backgroundreports_xsd Drilldown into OrganizationName in schema backgroundreports_xsd Drilldown into EffectiveDate in schema backgroundreports_xsdXSD Diagram of DrugAbuseReportType in schema backgroundreports_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="DrugAbuseReportType">
    <xsd:sequence>
        <xsd:element name="EffectiveDate" type="FlexibleDatesType" minOccurs="0" />
        <xsd:element name="OrganizationName" type="xsd:string">
            <xsd:annotation>
                <xsd:documentation>Organization Requesting the Drug Test.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="OrganizationId" type="EntityIdType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="OrganizationalUnitName" type="xsd:string" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Location within organization.  i.e. Store number 274</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="OrganizationalUnitId" type="EntityIdType" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Account number of the organization requesting the test</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="ApplicantInformation" type="ScreeningPersonalDataType" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Personal data related to the Search Subject that the screening was  performed upon. </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <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>
        <xsd:element name="AdditionalItems" type="FlexibleDetailType" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
EffectiveDate hr:EffectiveDate 0 (1)
OrganizationName hr:OrganizationName (1) (1)
OrganizationId hr:OrganizationId 0 unbounded
OrganizationalUnitName hr:OrganizationalUnitName 0 (1)
OrganizationalUnitId hr:OrganizationalUnitId 0 (1)
ApplicantInformation hr:ApplicantInformation 0 (1)
ScreeningVerificationResults hr:ScreeningVerificationResults 0 (1)
AdditionalItems hr:AdditionalItems 0 unbounded
Collapse Derivation Tree:
Collapse References:
hr:DrugAbuseReport