ActionList

public enum ActionList: String

List of allowable action which this resource can request.

URL: http://hl7.org/fhir/actionlist ValueSet: http://hl7.org/fhir/ValueSet/actionlist

  • Cancel, reverse or nullify the target resource.

    Declaration

    Swift

    case cancel = "cancel"
  • Check for previously un-read/ not-retrieved resources.

    Declaration

    Swift

    case poll = "poll"
  • Re-process the target resource.

    Declaration

    Swift

    case reprocess = "reprocess"
  • Retrieve the processing status of the target resource.

    Declaration

    Swift

    case status = "status"