Package org.hl7.v3

Class POCDMT000040IntendedRecipient

java.lang.Object
org.hl7.v3.POCDMT000040IntendedRecipient

public class POCDMT000040IntendedRecipient extends Object

Java class for POCD_MT000040.IntendedRecipient complex type.

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

 <complexType name="POCD_MT000040.IntendedRecipient">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="realmCode" type="{urn:hl7-org:v3}CS" maxOccurs="unbounded" minOccurs="0"/>
         <element name="typeId" type="{urn:hl7-org:v3}POCD_MT000040.InfrastructureRoot.typeId" minOccurs="0"/>
         <element name="templateId" type="{urn:hl7-org:v3}POCD_MT000040.InfrastructureRoot.templateId" maxOccurs="unbounded" minOccurs="0"/>
         <element name="id" type="{urn:hl7-org:v3}II" maxOccurs="unbounded" 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="informationRecipient" type="{urn:hl7-org:v3}POCD_MT000040.Person" minOccurs="0"/>
         <element name="receivedOrganization" type="{urn:hl7-org:v3}POCD_MT000040.Organization" minOccurs="0"/>
       </sequence>
       <attribute name="nullFlavor" type="{urn:hl7-org:v3}NullFlavor" />
       <attribute name="classCode" type="{urn:hl7-org:v3}x_InformationRecipientRole" default="ASSIGNED" />
     </restriction>
   </complexContent>
 </complexType>