TaskPerformerType
public enum TaskPerformerType: String
The type(s) of task performers allowed
URL: http://hl7.org/fhir/task-performer-type ValueSet: http://hl7.org/fhir/ValueSet/task-performer-type
-
A workflow participant that requests services.
Declaration
Swift
case requester = "requester"
-
A workflow participant that dispatches services (assigns another task to a participant).
Declaration
Swift
case dispatcher = "dispatcher"
-
A workflow participant that schedules (dispatches and sets the time or date for performance of) services.
Declaration
Swift
case scheduler = "scheduler"
-
A workflow participant that performs services.
Declaration
Swift
case performer = "performer"
-
A workflow participant that monitors task activity.
Declaration
Swift
case monitor = "monitor"
-
A workflow participant that manages task activity.
Declaration
Swift
case manager = "manager"
-
A workflow participant that acquires resources (specimens, images, etc) necessary to perform the task.
Declaration
Swift
case acquirer = "acquirer"
-
A workflow participant that reviews task inputs or outputs.
Declaration
Swift
case reviewer = "reviewer"