http://hl7.org/fhir/subscription-channel-type|4.0.1

name
SubscriptionChannelType
package
hl7.fhir.r4.core@4.0.1
content
complete
status
draft
date
2019-10-31 22:29:23.0

SubscriptionChannelType

The type of method used to execute a subscription.

codedisplaydefinitionhierarchy
rest-hookRest Hook
The channel is executed by making a post to the URI. If a payload is included, the URL is interprete...
websocketWebsocket
The channel is executed by sending a packet across a web socket connection maintained by the client....
emailEmail
The channel is executed by sending an email to the email addressed in the URI (which must be a mailt...
smsSMS
The channel is executed by sending an SMS message to the phone number identified in the URL (tel:)....
messageMessage
The channel is executed by sending a message (e.g. a Bundle with a MessageHeader resource etc.) to t...