OperationKind

public enum OperationKind: String

Whether an operation is a normal operation or a query.

URL: http://hl7.org/fhir/operation-kind ValueSet: http://hl7.org/fhir/ValueSet/operation-kind

  • This operation is invoked as an operation.

    Declaration

    Swift

    case operation = "operation"
  • This operation is a named query, invoked using the search mechanism.

    Declaration

    Swift

    case query = "query"