Besa Fhir Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TCarePlan
Unit
bsFhir_stu3
Declaration
type TCarePlan = class(TDomainResource)
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. If the element is present, it must have either a @value, an @id, or extensions
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property identifier : TIdentifierArray read GetidentifierArray; |
This records identifiers associated with this care plan that are defined by business processes and/or used to refer to it when a direct URL reference to the resource itself is not appropriate (e.g. in CDA documents, or in written / printed documentation).
|
|
property definition : TReferenceArray read GetdefinitionArray; |
Identifies the protocol, questionnaire, guideline or other specification the care plan should be conducted in accordance with.
|
|
property basedOn : TReferenceArray read GetbasedOnArray; |
A care plan that is fulfilled in whole or in part by this care plan.
|
|
property replaces : TReferenceArray read GetreplacesArray; |
Completed or terminated care plan whose function is taken by this new care plan.
|
|
property partOf : TReferenceArray read GetpartOfArray; |
A larger care plan of which this particular care plan is a component or step.
|
|
property status : string read Getstatus write Setstatus; |
Indicates whether the plan is currently being acted upon, represents future intentions or is now a historical record.
|
|
property statusElement : TCarePlanStatus read GetstatusElement write SetstatusElement; |
|
|
property intent : string read Getintent write Setintent; |
Indicates the level of authority/intentionality associated with the care plan and where the care plan fits into the workflow chain.
|
|
property intentElement : TCarePlanIntent read GetintentElement write SetintentElement; |
|
|
property category : TCodeableConceptArray read GetcategoryArray; |
Identifies what "kind" of plan this is to support differentiation between multiple co-existing plans; e.g. "Home health", "psychiatric", "asthma", "disease management", "wellness plan", etc.
|
|
property title : string read Gettitle write Settitle; |
Human-friendly name for the CarePlan.
|
|
property titleElement : Tstring read GettitleElement write SettitleElement; |
|
|
property description : string read Getdescription write Setdescription; |
A description of the scope and nature of the plan.
|
|
property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement; |
|
|
property subject : TReference read Getsubject write Setsubject; |
Identifies the patient or group whose intended care is described by the plan.
|
|
property context : TReference read Getcontext write Setcontext; |
Identifies the original context in which this particular CarePlan was created.
|
|
property period : TPeriod read Getperiod write Setperiod; |
Indicates when the plan did (or is intended to) come into effect and end.
|
|
property author : TReferenceArray read GetauthorArray; |
Identifies the individual(s) or ogranization who is responsible for the content of the care plan.
|
|
property careTeam : TReferenceArray read GetcareTeamArray; |
Identifies all people and organizations who are expected to be involved in the care envisioned by this plan.
|
|
property addresses : TReferenceArray read GetaddressesArray; |
Identifies the conditions/problems/concerns/diagnoses/etc. whose management and/or mitigation are handled by this plan.
|
|
property supportingInfo : TReferenceArray read GetsupportingInfoArray; |
Identifies portions of the patient's record that specifically influenced the formation of the plan. These might include co-morbidities, recent procedures, limitations, recent assessments, etc.
|
|
property goal : TReferenceArray read GetgoalArray; |
Describes the intended objective(s) of carrying out the care plan.
|
|
property activity : TCarePlanActivityArray read GetactivityArray; |
Identifies a planned action to occur as part of the plan. For example, a medication to be used, lab tests to perform, self-monitoring, education, etc.
|
|
property note : TAnnotationArray read GetnoteArray; |
General notes about the care plan not covered elsewhere.
|
Generated by PasDoc 0.15.0.
|