Besa Fhir Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TCarePlan
Unit
bsFhir_r4
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; |
Business identifiers assigned to this care plan by the performer or other systems which remain constant as the resource is updated and propagates from server to server.
|
|
property instantiatesCanonical : TBSFHIRPrimitiveStringArray read GetinstantiatesCanonicalArray; |
The URL pointing to a FHIR-defined protocol, guideline, questionnaire or other definition that is adhered to in whole or in part by this CarePlan.
|
|
property instantiatesUri : TBSFHIRPrimitiveStringArray read GetinstantiatesUriArray; |
The URL pointing to an externally maintained protocol, guideline, questionnaire or other definition that is adhered to in whole or in part by this CarePlan.
|
|
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 : TRequestStatus 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 care plan.
|
|
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 encounter : TReference read Getencounter write Setencounter; |
The Encounter during which this CarePlan was created or to which the creation of this record is tightly associated.
|
|
property period : TPeriod read Getperiod write Setperiod; |
Indicates when the plan did (or is intended to) come into effect and end.
|
|
property created : string read Getcreated write Setcreated; |
Represents when this particular CarePlan record was created in the system, which is often a system-generated date.
|
|
property createdElement : TdateTime_ read GetcreatedElement write SetcreatedElement; |
|
|
property author : TReference read Getauthor write Setauthor; |
When populated, the author is responsible for the care plan. The care plan is attributed to the author.
|
|
property contributor : TReferenceArray read GetcontributorArray; |
Identifies the individual(s) or organization who provided the contents 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 comorbidities, 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.
|