Extensions for Using Data Elements from FHIR R4 in FHIR STU3
0.1.0 - STU International flag

Extensions for Using Data Elements from FHIR R4 in FHIR STU3 - Downloaded Version null See the Directory of published versions

CodeSystem: v3.ActRelationshipCheckpoint

Official URL: http://terminology.hl7.org/CodeSystem/v3-ActRelationshipCheckpoint Version: 2018-08-12
Standards status: External Maturity Level: 0 Computable Name: v3.ActRelationshipCheckpoint

** MISSING DEFINITIONS **

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:

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.