<xsd:element name="SearchDrugs">
<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 or panels to be tested.</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<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:sequence>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
<xsd:attribute name="type" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="CollectionDate" type="FlexibleDatesType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>The date the specimen will be collected.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="CollectionSite" 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:complexType>
<xsd:sequence>
<xsd:element name="OrganizationName" type="xsd:string" minOccurs="0">
<xsd:annotation>
<xsd:documentation>The name of the organization responsible for collecting the specimen.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="PostalAddress" type="PostalAddressType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>The address where the search subject will provide the specimen.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:attribute name="type" type="xsd:string" />
</xsd:complexType>
</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="Organization" type="ReferralType" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>Contains contact information relating to the organizationsinvolved with this request for Drug testing. i.e. Requesting Organization or Organization reviewing the results.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="OtherApplicantInformation" type="EntityIdType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>For capturing additional search related information associated with a specific question.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="AdditionalItems" type="FlexibleDetailType" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:complexType>
</xsd:element>
|