Package org.hl7.fhir

Class MessageHeaderDestination

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

public class MessageHeaderDestination extends BackboneElement implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
The header for a message exchange that is either requesting or responding to an action. The reference(s) that are the subject of the action as well as other information related to the action are typically transmitted in a bundle in which the MessageHeader resource instance is the first resource in the bundle.

Java class for MessageHeader.Destination complex type.

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

 <complexType name="MessageHeader.Destination">
   <complexContent>
     <extension base="{http://hl7.org/fhir}BackboneElement">
       <sequence>
         <element name="name" type="{http://hl7.org/fhir}string" minOccurs="0"/>
         <element name="target" type="{http://hl7.org/fhir}Reference" minOccurs="0"/>
         <element name="endpoint" type="{http://hl7.org/fhir}uri"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>