Package org.hl7.fhir

Class SubscriptionChannel

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

public class SubscriptionChannel extends BackboneElement implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
The subscription resource is used to define a push based subscription from a server to another system. Once a subscription is registered with the server, the server checks every resource that is created or updated, and if the resource matches the given criteria, it sends a message on the defined "channel" so that another system is able to take an appropriate action.

Java class for Subscription.Channel complex type.

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

 <complexType name="Subscription.Channel">
   <complexContent>
     <extension base="{http://hl7.org/fhir}BackboneElement">
       <sequence>
         <element name="type" type="{http://hl7.org/fhir}SubscriptionChannelType"/>
         <element name="endpoint" type="{http://hl7.org/fhir}uri" minOccurs="0"/>
         <element name="payload" type="{http://hl7.org/fhir}string"/>
         <element name="header" type="{http://hl7.org/fhir}string" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>