This Code system is referenced in the content logical definition of the following value sets:
This CodeSystem is not used here; it may be used elsewhere (e.g. specifications and/or implementations that use this content)
This case-sensitive code system http://terminology.hl7.org/CodeSystem/v3-ActRelationshipCheckpoint defines the following codes in a Is-A hierarchy:
Code
Display
Definition
B
beginning
Condition is tested every time before execution of the service (WHILE condition DO service).
E
end
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).
S
entry
Condition is tested once before the service is executed (IF condition THEN service).
T
through
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.
X
exit
Condition is a loop checkpoint, i.e. it is a step of an activity plan and, if negative causes the containing loop to exit.