Package org.hl7.fhir

Class MessageHeader

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

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

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

     <complexType name="MessageHeader">
       <complexContent>
         <extension base="{http://hl7.org/fhir}DomainResource">
           <sequence>
             <element name="timestamp" type="{http://hl7.org/fhir}instant"/>
             <element name="event" type="{http://hl7.org/fhir}Coding"/>
             <element name="response" type="{http://hl7.org/fhir}MessageHeader.Response" minOccurs="0"/>
             <element name="source" type="{http://hl7.org/fhir}MessageHeader.Source"/>
             <element name="destination" type="{http://hl7.org/fhir}MessageHeader.Destination" maxOccurs="unbounded" minOccurs="0"/>
             <element name="enterer" type="{http://hl7.org/fhir}Reference" minOccurs="0"/>
             <element name="author" type="{http://hl7.org/fhir}Reference" minOccurs="0"/>
             <element name="receiver" type="{http://hl7.org/fhir}Reference" minOccurs="0"/>
             <element name="responsible" type="{http://hl7.org/fhir}Reference" minOccurs="0"/>
             <element name="reason" type="{http://hl7.org/fhir}CodeableConcept" minOccurs="0"/>
             <element name="data" type="{http://hl7.org/fhir}Reference" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>