Class TPlanDefinitionGoal
Unit
bsFhir_stu3
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
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property category : TCodeableConcept read Getcategory write Setcategory; |
Indicates a category the goal falls within.
|
|
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".
|
|
property priority : TCodeableConcept read Getpriority write Setpriority; |
Identifies the expected level of importance associated with reaching/sustaining the defined goal.
|
|
property start : TCodeableConcept read Getstart write Setstart; |
The event after which the goal should begin being pursued.
|
|
property addresses : TCodeableConceptArray read GetaddressesArray; |
Identifies problems, conditions, issues, or concerns the goal is intended to address.
|
|
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.
|
Generated by PasDoc 0.15.0.
|