2nd DSTU Draft For Comment

This page is part of the FHIR Specification (v0.4.0: DSTU 2 Draft). 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.22.4.1.10 v3 Code System ActRelationshipCheckpoint

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

Formal value Set definition (identifier http://hl7.org/fhir/v3/vs/ActRelationshipCheckpoint): XML or JSON

Release Date: 2014-12-11

OID for code system: 2.16.840.1.113883.5.10

OID for value set: 2.16.840.1.113883.1.11.10349 (this is the value set that includes the entire code system)

LevelCodeDisplayDefinition
1B beginning Condition is tested every time before execution of the service (WHILE condition DO service).
1E 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).
1S entry Condition is tested once before the service is executed (IF condition THEN service).
1T 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.
1X 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.