Class TPlanDefinitionRelatedAction
Unit
bsFhir_r4b
Declaration
type TPlanDefinitionRelatedAction = 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 and non-clinical artifacts such as clinical decision support rules, order sets, protocols, and drug quality specifications.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property actionId : string read GetactionId write SetactionId; |
The element id of the related action.
|
|
property actionIdElement : Tid read GetactionIdElement write SetactionIdElement; |
|
|
property relationship : string read Getrelationship write Setrelationship; |
The relationship of this action to the related action.
|
|
property offset : TElement read Getoffset write Setoffset; |
A duration or range of durations to apply to the relationship. For example, 30-60 minutes before.
|
Generated by PasDoc 0.15.0.
|