Package org.hl7.fhir

Class SpecimenCollection

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

public class SpecimenCollection 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.Collection complex type.

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

 <complexType name="Specimen.Collection">
   <complexContent>
     <extension base="{http://hl7.org/fhir}BackboneElement">
       <sequence>
         <element name="collector" type="{http://hl7.org/fhir}Reference" minOccurs="0"/>
         <element name="comment" type="{http://hl7.org/fhir}string" minOccurs="0"/>
         <choice minOccurs="0">
           <element name="collectedDateTime" type="{http://hl7.org/fhir}dateTime"/>
           <element name="collectedPeriod" type="{http://hl7.org/fhir}Period"/>
         </choice>
         <element name="quantity" type="{http://hl7.org/fhir}SimpleQuantity" minOccurs="0"/>
         <element name="method" type="{http://hl7.org/fhir}CodeableConcept" minOccurs="0"/>
         <element name="bodySite" type="{http://hl7.org/fhir}CodeableConcept" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>