Return to code system index

ActRelationshipCheckpoint      [2.16.840.1.113883.5.10]
Lvl- Typ Concept Code
  Head Code-defined Value Set
Print Name Definition, Properties, Relationships
0-L B
 v:ActRelationshipCheckpointBeginning
beginning

Definition:

Condition is tested every time before execution of the service (WHILE condition DO service).

0-L E
 v:ActRelationshipCheckpointEnd
end

Definition:

Condition is tested at the end of a repeated service execution. The service is repeated only if the condition is true (DO service WHILE condition).

0-L S
 v:ActRelationshipCheckpointEntry
entry

Definition:

Condition is tested once before the service is executed (IF condition THEN service).

0-L T
 v:ActRelationshipCheckpointThrough
through

Definition:

Condition must be true throughout the execution and the service is interrupted (asynchronously) as soon as the condition turns false (asynchronous WHILE loop). The service must be interruptible.

0-L X
 v:ActRelationshipCheckpointExit
exit

Definition:

Condition is a loop checkpoint, i.e. it is a step of an activity plan and, if negative causes the containing loop to exit.


Return to code system index