Class TPlanDefinitionAction

Unit

Declaration

type TPlanDefinitionAction = class(TBackboneElement)

Description

This resource allows for the definition of various types of plans as a sharable, consumable, and executable artifact. The resource is general enough to support the description of a broad range of clinical artifacts such as clinical decision support rules, order sets and protocols.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property label_ : string read Getlabel_ write Setlabel_;
Public property label_Element : Tstring read Getlabel_Element write Setlabel_Element;
Public property title : string read Gettitle write Settitle;
Public property titleElement : Tstring read GettitleElement write SettitleElement;
Public property description : string read Getdescription write Setdescription;
Public property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement;
Public property textEquivalent : string read GettextEquivalent write SettextEquivalent;
Public property textEquivalentElement : Tstring read GettextEquivalentElement write SettextEquivalentElement;
Public property code : TCodeableConceptArray read GetcodeArray;
Public property reason : TCodeableConceptArray read GetreasonArray;
Public property documentation : TRelatedArtifactArray read GetdocumentationArray;
Public property goalId : TBSFHIRPrimitiveStringArray read GetgoalIdArray;
Public property triggerDefinition : TTriggerDefinitionArray read GettriggerDefinitionArray;
Public property condition : TPlanDefinitionConditionArray read GetconditionArray;
Public property input : TDataRequirementArray read GetinputArray;
Public property output : TDataRequirementArray read GetoutputArray;
Public property relatedAction : TPlanDefinitionRelatedActionArray read GetrelatedActionArray;
Public property timing : TElement read Gettiming write Settiming;
Public property participant : TPlanDefinitionParticipantArray read GetparticipantArray;
Public property type_ : TCoding read Gettype_ write Settype_;
Public property groupingBehavior : string read GetgroupingBehavior write SetgroupingBehavior;
Public property groupingBehaviorElement : TActionGroupingBehavior read GetgroupingBehaviorElement write SetgroupingBehaviorElement;
Public property selectionBehavior : string read GetselectionBehavior write SetselectionBehavior;
Public property selectionBehaviorElement : TActionSelectionBehavior read GetselectionBehaviorElement write SetselectionBehaviorElement;
Public property requiredBehavior : string read GetrequiredBehavior write SetrequiredBehavior;
Public property requiredBehaviorElement : TActionRequiredBehavior read GetrequiredBehaviorElement write SetrequiredBehaviorElement;
Public property precheckBehavior : string read GetprecheckBehavior write SetprecheckBehavior;
Public property precheckBehaviorElement : TActionPrecheckBehavior read GetprecheckBehaviorElement write SetprecheckBehaviorElement;
Public property cardinalityBehavior : string read GetcardinalityBehavior write SetcardinalityBehavior;
Public property cardinalityBehaviorElement : TActionCardinalityBehavior read GetcardinalityBehaviorElement write SetcardinalityBehaviorElement;
Public property definition : TReference read Getdefinition write Setdefinition;
Public property transform : TReference read Gettransform write Settransform;
Public property dynamicValue : TPlanDefinitionDynamicValueArray read GetdynamicValueArray;
Public property action : TPlanDefinitionActionArray read GetactionArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property label_ : string read Getlabel_ write Setlabel_;

A user-visible label for the action.

Public property label_Element : Tstring read Getlabel_Element write Setlabel_Element;
 
Public property title : string read Gettitle write Settitle;

The title of the action displayed to a user.

Public property titleElement : Tstring read GettitleElement write SettitleElement;
 
Public property description : string read Getdescription write Setdescription;

A short description of the action used to provide a summary to display to the user.

Public property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement;
 
Public property textEquivalent : string read GettextEquivalent write SettextEquivalent;

A text equivalent of the action to be performed. This provides a human-interpretable description of the action when the definition is consumed by a system that may not be capable of interpreting it dynamically.

Public property textEquivalentElement : Tstring read GettextEquivalentElement write SettextEquivalentElement;
 
Public property code : TCodeableConceptArray read GetcodeArray;

A code that provides meaning for the action or action group. For example, a section may have a LOINC code for a the section of a documentation template.

Public property reason : TCodeableConceptArray read GetreasonArray;

A description of why this action is necessary or appropriate.

Public property documentation : TRelatedArtifactArray read GetdocumentationArray;

Didactic or other informational resources associated with the action that can be provided to the CDS recipient. Information resources can include inline text commentary and links to web resources.

Public property goalId : TBSFHIRPrimitiveStringArray read GetgoalIdArray;

Identifies goals that this action supports. The reference must be to a goal element defined within this plan definition.

Public property triggerDefinition : TTriggerDefinitionArray read GettriggerDefinitionArray;

A description of when the action should be triggered.

Public property condition : TPlanDefinitionConditionArray read GetconditionArray;

An expression that describes applicability criteria, or start/stop conditions for the action.

Public property input : TDataRequirementArray read GetinputArray;

Defines input data requirements for the action.

Public property output : TDataRequirementArray read GetoutputArray;

Defines the outputs of the action, if any.

Public property relatedAction : TPlanDefinitionRelatedActionArray read GetrelatedActionArray;

A relationship to another action such as "before" or "30-60 minutes after start of".

Public property timing : TElement read Gettiming write Settiming;

An optional value describing when the action should be performed.

Public property participant : TPlanDefinitionParticipantArray read GetparticipantArray;

Indicates who should participate in performing the action described.

Public property type_ : TCoding read Gettype_ write Settype_;

The type of action to perform (create, update, remove).

Public property groupingBehavior : string read GetgroupingBehavior write SetgroupingBehavior;

Defines the grouping behavior for the action and its children.

Public property groupingBehaviorElement : TActionGroupingBehavior read GetgroupingBehaviorElement write SetgroupingBehaviorElement;
 
Public property selectionBehavior : string read GetselectionBehavior write SetselectionBehavior;

Defines the selection behavior for the action and its children.

Public property selectionBehaviorElement : TActionSelectionBehavior read GetselectionBehaviorElement write SetselectionBehaviorElement;
 
Public property requiredBehavior : string read GetrequiredBehavior write SetrequiredBehavior;

Defines the requiredness behavior for the action.

Public property requiredBehaviorElement : TActionRequiredBehavior read GetrequiredBehaviorElement write SetrequiredBehaviorElement;
 
Public property precheckBehavior : string read GetprecheckBehavior write SetprecheckBehavior;

Defines whether the action should usually be preselected.

Public property precheckBehaviorElement : TActionPrecheckBehavior read GetprecheckBehaviorElement write SetprecheckBehaviorElement;
 
Public property cardinalityBehavior : string read GetcardinalityBehavior write SetcardinalityBehavior;

Defines whether the action can be selected multiple times.

Public property cardinalityBehaviorElement : TActionCardinalityBehavior read GetcardinalityBehaviorElement write SetcardinalityBehaviorElement;
 
Public property definition : TReference read Getdefinition write Setdefinition;

A reference to an ActivityDefinition that describes the action to be taken in detail, or a PlanDefinition that describes a series of actions to be taken.

Public property transform : TReference read Gettransform write Settransform;

A reference to a StructureMap resource that defines a transform that can be executed to produce the intent resource using the ActivityDefinition instance as the input.

Public property dynamicValue : TPlanDefinitionDynamicValueArray read GetdynamicValueArray;

Customizations that should be applied to the statically defined resource. For example, if the dosage of a medication must be computed based on the patient's weight, a customization would be used to specify an expression that calculated the weight, and the path on the resource that would contain the result.

Public property action : TPlanDefinitionActionArray read GetactionArray;

Sub actions that are contained within the action. The behavior of this action determines the functionality of the sub-actions. For example, a selection behavior of at-most-one indicates that of the sub-actions, at most one may be chosen as part of realizing the action definition.


Generated by PasDoc 0.15.0.