MessageTransport

public enum MessageTransport: String

The protocol used for message transport.

URL: http://hl7.org/fhir/message-transport ValueSet: http://hl7.org/fhir/ValueSet/message-transport

  • The application sends or receives messages using HTTP POST (may be over http: or https:).

    Declaration

    Swift

    case http = "http"
  • ftp

    The application sends or receives messages using File Transfer Protocol.

    Declaration

    Swift

    case ftp = "ftp"
  • The application sends or receives messages using HL7’s Minimal Lower Level Protocol.

    Declaration

    Swift

    case mllp = "mllp"