http://hl7.org/fhir/subscription-channel-type|4.0.1
name
SubscriptionChannelType
SubscriptionChannelType
package
hl7.fhir.r4.core@4.0.1
hl7.fhir.r4.core@4.0.1
content
complete
complete
status
draft
draft
date
2019-10-31 22:29:23.0
2019-10-31 22:29:23.0
SubscriptionChannelType
The type of method used to execute a subscription.
| code | display | definition | hierarchy |
|---|---|---|---|
| rest-hook | Rest Hook | The channel is executed by making a post to the URI. If a payload is included, the URL is interprete... | |
| websocket | Websocket | The channel is executed by sending a packet across a web socket connection maintained by the client.... | |
The channel is executed by sending an email to the email addressed in the URI (which must be a mailt... | |||
| sms | SMS | The channel is executed by sending an SMS message to the phone number identified in the URL (tel:).... | |
| message | Message | The channel is executed by sending a message (e.g. a Bundle with a MessageHeader resource etc.) to t... |