FHIR Cross-Version Extensions package for FHIR R4B from FHIR R3
0.0.1-snapshot-2 - informative International flag

FHIR Cross-Version Extensions package for FHIR R4B from FHIR R3 - Version 0.0.1-snapshot-2. See the Directory of published versions

CodeSystem: v3 Code System ActRelationshipCheckpoint

Official URL: http://hl7.org/fhir/v3/ActRelationshipCheckpoint Version: 2016-11-11
Standards status: Informative Maturity Level: 0 Computable Name: v3 Code System ActRelationshipCheckpoint

** MISSING DEFINITIONS **

This Code system is referenced in the content logical definition of the following value sets:

This case-sensitive code system http://hl7.org/fhir/v3/ActRelationshipCheckpoint defines the following codes in a Is-A hierarchy:

CodeDisplayDefinition
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.