j:BiologicTestType
complexType BiologicTestType in namespace http://release.niem.gov/niem/domains/jxdm/6.0/
Definition
A data type for a test administered to identify, quantify or describe biologic material from a person's system/body.
Diagram
XML Schema
<xs:complexType name="BiologicTestType">
<xs:annotation>
<xs:documentation>
A data type for a test administered to identify, quantify or describe biologic material from a person's system/body.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="j:TestType">
<xs:sequence>
<xs:element ref="j:TestCollectionDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:TestCollectionSampleCategoryText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:TestCollectionSampleID" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:BiologicTestAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>