Class TPlanDefinitionGoal

Unit

Declaration

type TPlanDefinitionGoal = 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 category : TCodeableConcept read Getcategory write Setcategory;
Public property description : TCodeableConcept read Getdescription write Setdescription;
Public property priority : TCodeableConcept read Getpriority write Setpriority;
Public property start : TCodeableConcept read Getstart write Setstart;
Public property addresses : TCodeableConceptArray read GetaddressesArray;
Public property documentation : TRelatedArtifactArray read GetdocumentationArray;
Public property target : TPlanDefinitionTargetArray read GettargetArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property category : TCodeableConcept read Getcategory write Setcategory;

Indicates a category the goal falls within.

Public property description : TCodeableConcept read Getdescription write Setdescription;

Human-readable and/or coded description of a specific desired objective of care, such as "control blood pressure" or "negotiate an obstacle course" or "dance with child at wedding".

Public property priority : TCodeableConcept read Getpriority write Setpriority;

Identifies the expected level of importance associated with reaching/sustaining the defined goal.

Public property start : TCodeableConcept read Getstart write Setstart;

The event after which the goal should begin being pursued.

Public property addresses : TCodeableConceptArray read GetaddressesArray;

Identifies problems, conditions, issues, or concerns the goal is intended to address.

Public property documentation : TRelatedArtifactArray read GetdocumentationArray;

Didactic or other informational resources associated with the goal that provide further supporting information about the goal. Information resources can include inline text commentary and links to web resources.

Public property target : TPlanDefinitionTargetArray read GettargetArray;

Indicates what should be done and within what timeframe.


Generated by PasDoc 0.15.0.