ActionPrecheckBehavior
public enum ActionPrecheckBehavior: String
Defines selection frequency behavior for an action or group
URL: http://hl7.org/fhir/action-precheck-behavior ValueSet: http://hl7.org/fhir/ValueSet/action-precheck-behavior
-
An action with this behavior is one of the most frequent action that is, or should be, included by an end user, for the particular context in which the action occurs. The system displaying the action to the end user should consider
pre-checking
such an action as a convenience for the userDeclaration
Swift
case yes = "yes"
-
An action with this behavior is one of the less frequent actions included by the end user, for the particular context in which the action occurs. The system displaying the actions to the end user would typically not
pre- check
such an actionDeclaration
Swift
case no = "no"