Package org.hl7.fhir

Class Sequence

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

public class Sequence extends DomainResource implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
If the element is present, it must have either a @value, an @id, or extensions

Java class for Sequence complex type.

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

 <complexType name="Sequence">
   <complexContent>
     <extension base="{http://hl7.org/fhir}DomainResource">
       <sequence>
         <element name="type" type="{http://hl7.org/fhir}sequenceType"/>
         <element name="patient" type="{http://hl7.org/fhir}Reference" minOccurs="0"/>
         <element name="specimen" type="{http://hl7.org/fhir}Reference" minOccurs="0"/>
         <element name="device" type="{http://hl7.org/fhir}Reference" minOccurs="0"/>
         <element name="quantity" type="{http://hl7.org/fhir}Quantity" minOccurs="0"/>
         <element name="species" type="{http://hl7.org/fhir}CodeableConcept" minOccurs="0"/>
         <element name="referenceSeq" type="{http://hl7.org/fhir}Sequence.ReferenceSeq" maxOccurs="unbounded" minOccurs="0"/>
         <element name="variation" type="{http://hl7.org/fhir}Sequence.Variation" minOccurs="0"/>
         <element name="quality" type="{http://hl7.org/fhir}Sequence.Quality" maxOccurs="unbounded" minOccurs="0"/>
         <element name="allelicState" type="{http://hl7.org/fhir}CodeableConcept" minOccurs="0"/>
         <element name="allelicFrequency" type="{http://hl7.org/fhir}decimal" minOccurs="0"/>
         <element name="copyNumberEvent" type="{http://hl7.org/fhir}CodeableConcept" minOccurs="0"/>
         <element name="readCoverage" type="{http://hl7.org/fhir}integer" minOccurs="0"/>
         <element name="repository" type="{http://hl7.org/fhir}Sequence.Repository" maxOccurs="unbounded" minOccurs="0"/>
         <element name="pointer" type="{http://hl7.org/fhir}Reference" maxOccurs="unbounded" minOccurs="0"/>
         <element name="observedSeq" type="{http://hl7.org/fhir}string" minOccurs="0"/>
         <element name="observation" type="{http://hl7.org/fhir}Reference" minOccurs="0"/>
         <element name="structureVariation" type="{http://hl7.org/fhir}Sequence.StructureVariation" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>