This
page
is
part
of
the
FHIR
Specification
(v4.0.1:
R4
-
Mixed
Normative
and
STU
)
in
it's
permanent
home
(it
will
always
be
available
at
this
URL).
(v4.2.0:
R5
Preview
#1).
The
current
version
which
supercedes
this
version
is
5.0.0
.
For
a
full
list
of
available
versions,
see
the
Directory
of
published
versions
.
Page
versions:
R4
R3
Vocabulary
Work
Group
|
Maturity Level : N/A | External | Use Context : Any |
This value set (http://terminology.hl7.org/ValueSet/v3-ActRelationshipCheckpoint) is defined as part of HL7 v3.
Summary
| Defining URL: | http://terminology.hl7.org/ValueSet/v3-ActRelationshipCheckpoint |
| Version: |
|
| Name: | v3.ActRelationshipCheckpoint |
| Title: | v3 Code System ActRelationshipCheckpoint |
| Definition: |
**** MISSING DEFINITIONS **** |
| OID: | 2.16.840.1.113883.1.11.10349 (for OID based terminology systems) |
| Source Resource | XML / JSON |
This value set is used in the following places:
This value set includes codes from the following code systems:
http://terminology.hl7.org/CodeSystem/v3-ActRelationshipCheckpoint
This
expansion
generated
01
Nov
31
Dec
2019
This value set contains 5 concepts
Expansion
based
on
http://terminology.hl7.org/CodeSystem/v3-ActRelationshipCheckpoint
version
2018-08-12
2019-07-31
All
codes
from
system
http://terminology.hl7.org/CodeSystem/v3-ActRelationshipCheckpoint
| Code | Display | Definition |
| 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. |