Class TPlanDefinitionParticipant
Unit
bsFhir_r5
Declaration
type TPlanDefinitionParticipant = 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 actorId : string read GetactorId write SetactorId; |
A reference to the id element of the actor who will participate in this action.
|
|
property actorIdElement : Tstring read GetactorIdElement write SetactorIdElement; |
|
|
property type_ : string read Gettype_ write Settype_; |
The type of participant in the action.
|
|
property typeCanonical : string read GettypeCanonical write SettypeCanonical; |
The type of participant in the action.
|
|
property typeCanonicalElement : Tcanonical read GettypeCanonicalElement write SettypeCanonicalElement; |
|
|
property typeReference : TReference read GettypeReference write SettypeReference; |
The type of participant in the action.
|
|
property role : TCodeableConcept read Getrole write Setrole; |
The role the participant should play in performing the described action.
|
|
property function_ : TCodeableConcept read Getfunction_ write Setfunction_; |
Indicates how the actor will be involved in the action - author, reviewer, witness, etc.
|
Generated by PasDoc 0.15.0.
|