Union of http://terminology.hl7.org/CodeSystem/v3-ActRelationshipSplit and http://terminology.hl7.org/CodeSystem/v3-ActRelationshipSplit

This is the CodeSystem that contains all the codes in ActRelationshipSplit (http://terminology.hl7.org/CodeSystem/v3-ActRelationshipSplit) and ActRelationshipSplit (http://terminology.hl7.org/CodeSystem/v3-ActRelationshipSplit). E.g. what you have to deal with if you get resources containing codes in either of them

CodeSystem

Generated Narrative: CodeSystem 0229f20e-bdf6-4558-8625-5d09cf27fb48-2966

Properties

This code system defines the following properties for its concepts

NameCodeURITypeDescription
SpecializesSpecializesCodingThe child code is a more narrow version of the concept represented by the parent code. I.e. Every child concept is also a valid parent concept. Used to allow determination of subsumption. Must be transitive, irreflexive, antisymmetric.
GeneralizesGeneralizesCodingInverse of Specializes. Only included as a derived relationship.
internalIdinternalIdhttp://terminology.hl7.org/CodeSystem/utg-concept-properties#v3-internal-idcodeThe internal identifier for the concept in the HL7 Access database repository.
Statusstatushttp://hl7.org/fhir/concept-properties#statuscodeDesignation of a concept's state. Normally is not populated unless the state is retired.
SpecializesSpecializesCodingThe child code is a more narrow version of the concept represented by the parent code. I.e. Every child concept is also a valid parent concept. Used to allow determination of subsumption. Must be transitive, irreflexive, antisymmetric.
GeneralizesGeneralizesCodingInverse of Specializes. Only included as a derived relationship.
internalIdinternalIdhttp://terminology.hl7.org/CodeSystem/utg-concept-properties#v3-internal-idcodeThe internal identifier for the concept in the HL7 Access database repository.
Statusstatushttp://hl7.org/fhir/concept-properties#statuscodeDesignation of a concept's state. Normally is not populated unless the state is retired.

Concepts

This code system http://hl7.org/fhir/comparison/CodeSystem/0229f20e-bdf6-4558-8625-5d09cf27fb48-2966 defines codes, but no codes are represented here

CodeDisplayDefinitioninternalIdStatusinternalIdStatus
E1 exclusive try onceThe pre-condition associated with the branch is evaluated once and if true the branch may be entered. All other exclusive branches compete with each other and only one will be selected. This implements a COND, IF and CASE conditionals, or "XOR-split." The order in which the branches are considered may be specified in the priorityNumber attribute.10356, 10356active, active10356, 10356active, active
EW exclusive waitA branch is selected as soon as the pre-condition associated with the branch evaluates to true. If the condition is false, the branch may be entered later, when the condition turns true. All other exclusive branches compete with each other and only one will be selected. Each waiting branch executes in parallel with the default join code wait (see below). The order in which the branches are considered may be specified in the Service\_relationship.priority\_nmb.10357, 10357active, active10357, 10357active, active
I1 inclusive try onceA branch is executed if its associated preconditions permit. If associated preconditions do not permit, the branch is dropped. Inclusive branches are not suppressed and do not suppress other branches.10358, 10358active, active10358, 10358active, active
IW inclusive waitA branch is executed as soon as its associated conditions permit. If the condition is false, the branch may be entered later, when the condition turns true. Inclusive branches are not suppressed and do not suppress other branches. Each waiting branch executes in parallel with the default join code wait (see below).10359, 10359active, active10359, 10359active, active