v3.ActRelationshipCheckpoint

v3 Code System ActRelationshipCheckpoint

activecomplete5 conceptsv2018-08-12

** MISSING DEFINITIONS **

Metadata

hl7.org/fhir
Canonical URL
http://terminology.hl7.org/CodeSystem/v3-ActRelationshipCheckpoint
All-Codes Value Set
http://terminology.hl7.org/ValueSet/v3-ActRelationshipCheckpoint
ID
v3-ActRelationshipCheckpoint
Version
2018-08-12
Publisher
HL7, Inc
Case Sensitive
Yes
Hierarchy Meaning
is-a
In the unified registry

Concepts (5)

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.