Class TCarePlanActivity

Unit

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

Public constructor Create; override;

Properties

Public property outcomeCodeableConcept : TCodeableConceptArray read GetoutcomeCodeableConceptArray;
Public property outcomeReference : TReferenceArray read GetoutcomeReferenceArray;
Public property progress : TAnnotationArray read GetprogressArray;
Public property reference : TReference read Getreference write Setreference;
Public property detail : TCarePlanDetail read Getdetail write Setdetail;

Description

Methods

Public constructor Create; override;
 

Properties

Public property outcomeCodeableConcept : TCodeableConceptArray read GetoutcomeCodeableConceptArray;

Identifies the outcome at the point when the status of the activity is assessed. For example, the outcome of an education activity could be patient understands (or not).

Public property outcomeReference : TReferenceArray read GetoutcomeReferenceArray;

Details of the outcome or action resulting from the activity. The reference to an "event" resource, such as Procedure or Encounter or Observation, is the result/outcome of the activity itself. The activity can be conveyed using CarePlan.activity.detail OR using the CarePlan.activity.reference (a reference to a “request” resource).

Public property progress : TAnnotationArray read GetprogressArray;

Notes about the adherence/status/progress of the activity.

Public property reference : TReference read Getreference write Setreference;

The details of the proposed activity represented in a specific resource.

Public property detail : TCarePlanDetail read Getdetail write Setdetail;

A simple summary of a planned activity suitable for a general care plan system (e.g. form driven) that doesn't know about specific resources such as procedure etc.


Generated by PasDoc 0.15.0.