EventCapabilityMode

public enum EventCapabilityMode: String

The mode of a message capability statement.

URL: http://hl7.org/fhir/event-capability-mode ValueSet: http://hl7.org/fhir/ValueSet/event-capability-mode

  • The application sends requests and receives responses.

    Declaration

    Swift

    case sender = "sender"
  • The application receives requests and sends responses.

    Declaration

    Swift

    case receiver = "receiver"