FHIR 5.0.0 © HL7.org  |  FHIRsmith 0.8.5  |  Server Home  |  TX Home  |  Capability Statement  |  Terminology Capabilities  |  Operations  |  Problems  |   

TX: CodeSystem v3-ActRelationshipCheckpoint

Generated Narrative: CodeSystem v3-ActRelationshipCheckpoint

Language: en

Properties

This code system defines the following properties for its concepts

NameCodeURITypeDescription
Statusstatushttp://hl7.org/fhir/concept-properties#statuscodeDesignation of a concept's state. Normally is not populated unless the state is retired.

Concepts

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

CodeDisplayDefinitionStatus
B beginningCondition is tested every time before execution of the service (WHILE condition DO service).active
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).active
S entryCondition is tested once before the service is executed (IF condition THEN service).active
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.active
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.active