Package org.hl7.fhir

Class SpecimenContainer

All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2

public class SpecimenContainer extends BackboneElement implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
A sample to be used for analysis.

Java class for Specimen.Container complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Specimen.Container">
   <complexContent>
     <extension base="{http://hl7.org/fhir}BackboneElement">
       <sequence>
         <element name="identifier" type="{http://hl7.org/fhir}Identifier" maxOccurs="unbounded" minOccurs="0"/>
         <element name="description" type="{http://hl7.org/fhir}string" minOccurs="0"/>
         <element name="type" type="{http://hl7.org/fhir}CodeableConcept" minOccurs="0"/>
         <element name="capacity" type="{http://hl7.org/fhir}SimpleQuantity" minOccurs="0"/>
         <element name="specimenQuantity" type="{http://hl7.org/fhir}SimpleQuantity" minOccurs="0"/>
         <choice minOccurs="0">
           <element name="additiveCodeableConcept" type="{http://hl7.org/fhir}CodeableConcept"/>
           <element name="additiveReference" type="{http://hl7.org/fhir}Reference"/>
         </choice>
       </sequence>
     </extension>
   </complexContent>
 </complexType>