Class TNutritionOrderSupplement
Unit
bsFhir_r4b
Declaration
type TNutritionOrderSupplement = class(TBackboneElement)
Description
A request to supply a diet, formula feeding (enteral) or oral nutritional supplement to a patient/resident.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property type_ : TCodeableConcept read Gettype_ write Settype_; |
The kind of nutritional supplement product required such as a high protein or pediatric clear liquid supplement.
|
|
property productName : string read GetproductName write SetproductName; |
The product or brand name of the nutritional supplement such as "Acme Protein Shake".
|
|
property productNameElement : Tstring read GetproductNameElement write SetproductNameElement; |
|
|
property schedule : TTimingArray read GetscheduleArray; |
The time period and frequency at which the supplement(s) should be given. The supplement should be given for the combination of all schedules if more than one schedule is present.
|
|
property quantity : TQuantity read Getquantity write Setquantity; |
The amount of the nutritional supplement to be given.
|
|
property instruction : string read Getinstruction write Setinstruction; |
Free text or additional instructions or information pertaining to the oral supplement.
|
|
property instructionElement : Tstring read GetinstructionElement write SetinstructionElement; |
|
Generated by PasDoc 0.15.0.
|