<xsd:simpleType name="SpecimenCollectionCodeEnumType">
<xsd:annotation>
<xsd:documentation>A code classifying the type of specimen collection. A "split" describes the practice of sending part of the specimen (the primary specimen) to a first laboratory and retaining a second part (the secondary specimen) to be sent to a second laboratory in the event of a re-test.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:normalizedString">
<xsd:enumeration value="Single" />
<xsd:enumeration value="Split" />
<xsd:enumeration value="None" />
</xsd:restriction>
</xsd:simpleType>
|