SubscriptionChannel

open class SubscriptionChannel: BackboneElement

The channel on which to report matches to the criteria.

Details where to send notifications when resources are received that meet the criteria.

  • The channel on which to report matches to the criteria.

    Details where to send notifications when resources are received that meet the criteria.

    Declaration

    Swift

    override open class var resourceType: String
  • Where the channel points to.

    Declaration

    Swift

    public var endpoint: FHIRURL?
  • Usage depends on the channel type.

    Declaration

    Swift

    public var header: [FHIRString]?
  • Mimetype to send, or omit for no payload.

    Declaration

    Swift

    public var payload: FHIRString?
  • The type of channel to send notifications on.

    Declaration

    Swift

    public var type: SubscriptionChannelType?
  • Convenience initializer, taking all required properties as arguments.

    Declaration

    Swift

    public convenience init(type: SubscriptionChannelType)
  • Convenience initializer, taking all required properties as arguments.

    Declaration

    Swift

    override open func populate(from json: FHIRJSON, context instCtx: inout FHIRInstantiationContext)

    Parameters

    json

    The JSON element to use to populate the receiver

    context

    The instantiation context to use

  • Undocumented

    Declaration

    Swift

    open class SubscriptionChannel: BackboneElement