Package org.hl7.v3

Class COCTMT510000UV06CoveredParty

java.lang.Object
org.hl7.v3.COCTMT510000UV06CoveredParty

public class COCTMT510000UV06CoveredParty extends Object

Java class for COCT_MT510000UV06.CoveredParty complex type.

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

 <complexType name="COCT_MT510000UV06.CoveredParty">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <group ref="{urn:hl7-org:v3}InfrastructureRootElements"/>
         <element name="id" type="{urn:hl7-org:v3}II" maxOccurs="unbounded"/>
         <element name="code" type="{urn:hl7-org:v3}CE" minOccurs="0"/>
         <element name="addr" type="{urn:hl7-org:v3}AD" maxOccurs="unbounded" minOccurs="0"/>
         <element name="telecom" type="{urn:hl7-org:v3}TEL" maxOccurs="unbounded" minOccurs="0"/>
         <element name="effectiveTime" type="{urn:hl7-org:v3}IVL_TS" minOccurs="0"/>
         <choice>
           <element name="coveredOrganization1" type="{urn:hl7-org:v3}COCT_MT150000UV02.Organization" minOccurs="0"/>
           <choice>
             <element name="coveredPerson" type="{urn:hl7-org:v3}COCT_MT030007UV.Person" minOccurs="0"/>
             <element name="coveredNonPersonLivingSubject" type="{urn:hl7-org:v3}COCT_MT030007UV.NonPersonLivingSubject" minOccurs="0"/>
           </choice>
         </choice>
         <element name="underwritingOrganization" type="{urn:hl7-org:v3}COCT_MT150000UV02.Organization" minOccurs="0"/>
         <element name="subjectOf1" type="{urn:hl7-org:v3}COCT_MT510000UV06.Subject" maxOccurs="unbounded" minOccurs="0"/>
         <element name="subjectOf2" type="{urn:hl7-org:v3}COCT_MT510000UV06.Subject3" maxOccurs="unbounded" minOccurs="0"/>
         <element name="part" type="{urn:hl7-org:v3}COCT_MT510000UV06.Part" maxOccurs="unbounded" minOccurs="0"/>
         <element name="indirectAuthority1" type="{urn:hl7-org:v3}COCT_MT510000UV06.IndirectAuthorithyOver" maxOccurs="unbounded" minOccurs="0"/>
         <element name="indirectAuthority2" type="{urn:hl7-org:v3}COCT_MT510000UV06.IndirectAuthorithyOver2" minOccurs="0"/>
       </sequence>
       <attGroup ref="{urn:hl7-org:v3}InfrastructureRootAttributes"/>
       <attribute name="nullFlavor" type="{urn:hl7-org:v3}NullFlavor" />
       <attribute name="classCode" use="required" type="{urn:hl7-org:v3}RoleClassCoveredParty" />
     </restriction>
   </complexContent>
 </complexType>