Class TCarePlanDetail

Unit

Declaration

type TCarePlanDetail = 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 category : TCodeableConcept read Getcategory write Setcategory;
Public property definition : TReference read Getdefinition write Setdefinition;
Public property code : TCodeableConcept read Getcode write Setcode;
Public property reasonCode : TCodeableConceptArray read GetreasonCodeArray;
Public property reasonReference : TReferenceArray read GetreasonReferenceArray;
Public property goal : TReferenceArray read GetgoalArray;
Public property status : string read Getstatus write Setstatus;
Public property statusElement : TCarePlanActivityStatus read GetstatusElement write SetstatusElement;
Public property statusReason : string read GetstatusReason write SetstatusReason;
Public property statusReasonElement : Tstring read GetstatusReasonElement write SetstatusReasonElement;
Public property prohibited : boolean read Getprohibited write Setprohibited;
Public property prohibitedElement : Tboolean read GetprohibitedElement write SetprohibitedElement;
Public property scheduled : TElement read Getscheduled write Setscheduled;
Public property location : TReference read Getlocation write Setlocation;
Public property performer : TReferenceArray read GetperformerArray;
Public property product : TElement read Getproduct write Setproduct;
Public property dailyAmount : TQuantity read GetdailyAmount write SetdailyAmount;
Public property quantity : TQuantity read Getquantity write Setquantity;
Public property description : string read Getdescription write Setdescription;
Public property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement;

Description

Methods

Public constructor Create; override;
 

Properties

Public property category : TCodeableConcept read Getcategory write Setcategory;

High-level categorization of the type of activity in a care plan.

Public property definition : TReference read Getdefinition write Setdefinition;

Identifies the protocol, questionnaire, guideline or other specification the planned activity should be conducted in accordance with.

Public property code : TCodeableConcept read Getcode write Setcode;

Detailed description of the type of planned activity; e.g. What lab test, what procedure, what kind of encounter.

Public property reasonCode : TCodeableConceptArray read GetreasonCodeArray;

Provides the rationale that drove the inclusion of this particular activity as part of the plan or the reason why the activity was prohibited.

Public property reasonReference : TReferenceArray read GetreasonReferenceArray;

Provides the health condition(s) that drove the inclusion of this particular activity as part of the plan.

Public property goal : TReferenceArray read GetgoalArray;

Internal reference that identifies the goals that this activity is intended to contribute towards meeting.

Public property status : string read Getstatus write Setstatus;

Identifies what progress is being made for the specific activity.

Public property statusElement : TCarePlanActivityStatus read GetstatusElement write SetstatusElement;
 
Public property statusReason : string read GetstatusReason write SetstatusReason;

Provides reason why the activity isn't yet started, is on hold, was cancelled, etc.

Public property statusReasonElement : Tstring read GetstatusReasonElement write SetstatusReasonElement;
 
Public property prohibited : boolean read Getprohibited write Setprohibited;

If true, indicates that the described activity is one that must NOT be engaged in when following the plan. If false, indicates that the described activity is one that should be engaged in when following the plan.

Public property prohibitedElement : Tboolean read GetprohibitedElement write SetprohibitedElement;
 
Public property scheduled : TElement read Getscheduled write Setscheduled;

The period, timing or frequency upon which the described activity is to occur.

Public property location : TReference read Getlocation write Setlocation;

Identifies the facility where the activity will occur; e.g. home, hospital, specific clinic, etc.

Public property performer : TReferenceArray read GetperformerArray;

Identifies who's expected to be involved in the activity.

Public property product : TElement read Getproduct write Setproduct;

Identifies the food, drug or other product to be consumed or supplied in the activity.

Public property dailyAmount : TQuantity read GetdailyAmount write SetdailyAmount;

Identifies the quantity expected to be consumed in a given day.

Public property quantity : TQuantity read Getquantity write Setquantity;

Identifies the quantity expected to be supplied, administered or consumed by the subject.

Public property description : string read Getdescription write Setdescription;

This provides a textual description of constraints on the intended activity occurrence, including relation to other activities. It may also include objectives, pre-conditions and end-conditions. Finally, it may convey specifics about the activity such as body site, method, route, etc.

Public property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement;
 

Generated by PasDoc 0.15.0.