Class TPlanDefinitionOption

Unit

Declaration

type TPlanDefinitionOption = 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

Public constructor Create; override;

Properties

Public property type_ : string read Gettype_ write Settype_;
Public property type_Element : TActionParticipantType read Gettype_Element write Settype_Element;
Public property typeCanonical : string read GettypeCanonical write SettypeCanonical;
Public property typeCanonicalElement : Tcanonical read GettypeCanonicalElement write SettypeCanonicalElement;
Public property typeReference : TReference read GettypeReference write SettypeReference;
Public property role : TCodeableConcept read Getrole write Setrole;

Description

Methods

Public constructor Create; override;
 

Properties

Public property type_ : string read Gettype_ write Settype_;

The type of participant in the action.

Public property type_Element : TActionParticipantType read Gettype_Element write Settype_Element;
 
Public property typeCanonical : string read GettypeCanonical write SettypeCanonical;

The type of participant in the action.

Public property typeCanonicalElement : Tcanonical read GettypeCanonicalElement write SettypeCanonicalElement;
 
Public property typeReference : TReference read GettypeReference write SettypeReference;

The type of participant in the action.

Public property role : TCodeableConcept read Getrole write Setrole;

The role the participant should play in performing the described action.


Generated by PasDoc 0.15.0.