em:BiologicTestAugmentationType

complexType BiologicTestAugmentationType in namespace http://release.niem.gov/niem/domains/emergencyManagement/5.0/

Definition

A data type for additional information about a biologic test.

Diagram

XML Schema

<xs:complexType name="BiologicTestAugmentationType">
<xs:annotation>
<xs:documentation>
A data type for additional information about a biologic test.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="em:TestCollectionMethodText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:TestLaboratory" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:TestLaboratoryObservationResultStatus" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:TestLaboratoryOrderResultStatus" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:TestObservationInterpretationText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:TestSpecimen" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>