<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>
|