RestfulCapabilityMode

public enum RestfulCapabilityMode: String

The mode of a RESTful capability statement.

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

  • The application acts as a client for this resource.

    Declaration

    Swift

    case client = "client"
  • The application acts as a server for this resource.

    Declaration

    Swift

    case server = "server"