http://terminology.hl7.org/CodeSystem/v3-ActRelationshipSplit|3.0.0

name
ActRelationshipSplit
package
hl7.terminology.r4@6.3.0
content
complete
status
active
date
2019-03-20 00:00:00.0

ActRelationshipSplit

A code specifying how branches in an action plan are selected among other branches.\r\n\r\n*Discussion:* This attribute is part of the workflow control suite of attributes. An action plan is a composite Act with component Acts. In a sequential plan, each component has a sequenceNumber that specifies the ordering of the plan steps. Branches exist when multiple components have the same sequenceNumber. The splitCode specifies whether a branch is executed exclusively (case-switch) or inclusively, i.e., in parallel with other branches.\r\n\r\nIn addition to exlusive and inclusive split the splitCode specifies how the pre-condition (also known as \"guard conditions\" on the branch) are evaluated. A guard condition may be evaluated once when the branching step is entered and if the conditions do not hold at that time, the branch is abandoned. Conversely execution of a branch may wait until the guard condition turns true.\r\n\r\nIn exclusive wait branches, the first branch whose guard conditions turn true will be executed and all other branches abandoned. In inclusive wait branches some branches may already be executed while other branches still wait for their guard conditions to turn true.

codedisplaydefinitionhierarchy
E1exclusive try once
The pre-condition associated with the branch is evaluated once and if true the branch may be entered...
EWexclusive wait
A branch is selected as soon as the pre-condition associated with the branch evaluates to true. If t...
I1inclusive try once
A branch is executed if its associated preconditions permit. If associated preconditions do not perm...
IWinclusive wait
A branch is executed as soon as its associated conditions permit. If the condition is false, the bra...