Besa Fhir Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TCarePlanDetail
Unit
bsFhir_r4b
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
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property kind : string read Getkind write Setkind; |
A description of the kind of resource the in-line definition of a care plan activity is representing. The CarePlan.activity.detail is an in-line definition when a resource is not referenced using CarePlan.activity.reference. For example, a MedicationRequest, a ServiceRequest, or a CommunicationRequest.
|
|
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 activity.
|
|
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 activity.
|
|
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.
|
|
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.
|
|
property reasonReference : TReferenceArray read GetreasonReferenceArray; |
Indicates another resource, such as the health condition(s), whose existence justifies this request and drove the inclusion of this particular activity as part of the plan.
|
|
property goal : TReferenceArray read GetgoalArray; |
Internal reference that identifies the goals that this activity is intended to contribute towards meeting.
|
|
property status : string read Getstatus write Setstatus; |
Identifies what progress is being made for the specific activity.
|
|
property statusReason : TCodeableConcept read GetstatusReason write SetstatusReason; |
Provides reason why the activity isn't yet started, is on hold, was cancelled, etc.
|
|
property doNotPerform : boolean read GetdoNotPerform write SetdoNotPerform; |
If true, indicates that the described activity is one that must NOT be engaged in when following the plan. If false, or missing, indicates that the described activity is one that should be engaged in when following the plan.
|
|
property doNotPerformElement : Tboolean read GetdoNotPerformElement write SetdoNotPerformElement; |
|
|
property scheduled : TElement read Getscheduled write Setscheduled; |
The period, timing or frequency upon which the described activity is to occur.
|
|
property location : TReference read Getlocation write Setlocation; |
Identifies the facility where the activity will occur; e.g. home, hospital, specific clinic, etc.
|
|
property performer : TReferenceArray read GetperformerArray; |
Identifies who's expected to be involved in the activity.
|
|
property product : TElement read Getproduct write Setproduct; |
Identifies the food, drug or other product to be consumed or supplied in the activity.
|
|
property dailyAmount : TQuantity read GetdailyAmount write SetdailyAmount; |
Identifies the quantity expected to be consumed in a given day.
|
|
property quantity : TQuantity read Getquantity write Setquantity; |
Identifies the quantity expected to be supplied, administered or consumed by the subject.
|
|
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.
|
|
property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement; |
|
Generated by PasDoc 0.15.0.
|