DSTU2 QA Preview

This page is part of the FHIR Specification (v1.0.0: DSTU 2 Ballot 3). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

1.25.4.1.10 v3 Code System ActRelationshipCheckpoint

This code system (http://hl7.org/fhir/v3/ActRelationshipCheckpoint) is defined as part of HL7 v3.

Summary

Defining URL:http://hl7.org/fhir/ValueSet/v3-ActRelationshipCheckpoint
Name:v3 Code System ActRelationshipCheckpoint
Definition:**** MISSING DEFINITIONS ****
OID:2.16.840.1.113883.1.11.10349 (for OID based terminology systems)
System URL:http://hl7.org/fhir/v3/ActRelationshipCheckpoint
System OID:2.16.840.1.113883.5.10
Source ResourceXML / JSON

This value set is not currently used

1.25.4.1.10.1 Content Logical Definition


This value set has an inline code system http://hl7.org/fhir/v3/ActRelationshipCheckpoint, which defines the following codes:

CodeDisplayDefinition
B beginningCondition is tested every time before execution of the service (WHILE condition DO service).
E endCondition 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 entryCondition is tested once before the service is executed (IF condition THEN service).
T throughCondition 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 exitCondition is a loop checkpoint, i.e. it is a step of an activity plan and, if negative causes the containing loop to exit.