v3 Code System ActRelationshipCheckpoint

v3 Code System ActRelationshipCheckpoint

activeFHIR R3 package : Core3.0.2complete5 concepts

** MISSING DEFINITIONS **

Metadata

hl7.org/fhir
Canonical URL
http://hl7.org/fhir/v3/ActRelationshipCheckpoint
ID
v3-ActRelationshipCheckpoint
Version
2016-11-11
Publisher
HL7, Inc
Case Sensitive
Yes
Hierarchy
is-a

Concepts (5)

CodeDisplayDefinition
BbeginningCondition is tested every time before execution of the service (WHILE condition DO service).
EendCondition is tested at the end of a repeated service execution. The service is repeated only if the condition is true (DO service WHILE condition).
SentryCondition is tested once before the service is executed (IF condition THEN service).
TthroughCondition 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.
XexitCondition is a loop checkpoint, i.e. it is a step of an activity plan and, if negative causes the containing loop to exit.