Class TNutritionOrderOralDiet
Unit
bsFhir_stu3
Declaration
type TNutritionOrderOralDiet = 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_ : TCodeableConceptArray read Gettype_Array; |
The kind of diet or dietary restriction such as fiber restricted diet or diabetic diet.
|
|
property schedule : TTimingArray read GetscheduleArray; |
The time period and frequency at which the diet should be given. The diet should be given for the combination of all schedules if more than one schedule is present.
|
|
property nutrient : TNutritionOrderNutrientArray read GetnutrientArray; |
Class that defines the quantity and type of nutrient modifications (for example carbohydrate, fiber or sodium) required for the oral diet.
|
|
property texture : TNutritionOrderTextureArray read GettextureArray; |
Class that describes any texture modifications required for the patient to safely consume various types of solid foods.
|
|
property fluidConsistencyType : TCodeableConceptArray read GetfluidConsistencyTypeArray; |
The required consistency (e.g. honey-thick, nectar-thick, thin, thickened.) of liquids or fluids served to the patient.
|
|
property instruction : string read Getinstruction write Setinstruction; |
Free text or additional instructions or information pertaining to the oral diet.
|
|
property instructionElement : Tstring read GetinstructionElement write SetinstructionElement; |
|
Generated by PasDoc 0.15.0.
|