Class TCarePlanActivity
Unit
bsFhir_r5
Declaration
type TCarePlanActivity = class(TBackboneElement)
Description
Describes the intention of how one or more practitioners intend to deliver care for a particular patient, group or community for a period of time, possibly limited to care for a specific condition or set of conditions.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property performedActivity : TCodeableReferenceArray read GetperformedActivityArray; |
Identifies the activity that was performed. For example, an activity could be patient education, exercise, or a medication administration. The reference to an "event" resource, such as Procedure or Encounter or Observation, represents the activity that was performed. The requested activity can be conveyed using the CarePlan.activity.plannedActivityReference (a reference to a “request” resource).
|
|
property progress : TAnnotationArray read GetprogressArray; |
Notes about the adherence/status/progress of the activity.
|
|
property plannedActivityReference : TReference read GetplannedActivityReference write SetplannedActivityReference; |
The details of the proposed activity represented in a specific resource.
|
Generated by PasDoc 0.15.0.
|