ActionConditionKind
public enum ActionConditionKind: String
Defines the kinds of conditions that can appear on actions
URL: http://hl7.org/fhir/action-condition-kind ValueSet: http://hl7.org/fhir/ValueSet/action-condition-kind
-
The condition describes whether or not a given action is applicable
Declaration
Swift
case applicability = "applicability"
-
The condition is a starting condition for the action
Declaration
Swift
case start = "start"
-
The condition is a stop, or exit condition for the action
Declaration
Swift
case stop = "stop"