Class TNutritionOrderEnteralFormula
Unit
bsFhir_stu3
Declaration
type TNutritionOrderEnteralFormula = 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 baseFormulaType : TCodeableConcept read GetbaseFormulaType write SetbaseFormulaType; |
The type of enteral or infant formula such as an adult standard formula with fiber or a soy-based infant formula.
|
|
property baseFormulaProductName : string read GetbaseFormulaProductName write SetbaseFormulaProductName; |
The product or brand name of the enteral or infant formula product such as "ACME Adult Standard Formula".
|
|
property baseFormulaProductNameElement : Tstring read GetbaseFormulaProductNameElement write SetbaseFormulaProductNameElement; |
|
|
property additiveType : TCodeableConcept read GetadditiveType write SetadditiveType; |
Indicates the type of modular component such as protein, carbohydrate, fat or fiber to be provided in addition to or mixed with the base formula.
|
|
property additiveProductName : string read GetadditiveProductName write SetadditiveProductName; |
The product or brand name of the type of modular component to be added to the formula.
|
|
property additiveProductNameElement : Tstring read GetadditiveProductNameElement write SetadditiveProductNameElement; |
|
|
property caloricDensity : TQuantity read GetcaloricDensity write SetcaloricDensity; |
The amount of energy (calories) that the formula should provide per specified volume, typically per mL or fluid oz. For example, an infant may require a formula that provides 24 calories per fluid ounce or an adult may require an enteral formula that provides 1.5 calorie/mL.
|
|
property routeofAdministration : TCodeableConcept read GetrouteofAdministration write SetrouteofAdministration; |
The route or physiological path of administration into the patient's gastrointestinal tract for purposes of providing the formula feeding, e.g. nasogastric tube.
|
|
property administration : TNutritionOrderAdministrationArray read GetadministrationArray; |
Formula administration instructions as structured data. This repeating structure allows for changing the administration rate or volume over time for both bolus and continuous feeding. An example of this would be an instruction to increase the rate of continuous feeding every 2 hours.
|
|
property maxVolumeToDeliver : TQuantity read GetmaxVolumeToDeliver write SetmaxVolumeToDeliver; |
The maximum total quantity of formula that may be administered to a subject over the period of time, e.g. 1440 mL over 24 hours.
|
|
property administrationInstruction : string read GetadministrationInstruction write SetadministrationInstruction; |
Free text formula administration, feeding instructions or additional instructions or information.
|
|
property administrationInstructionElement : Tstring read GetadministrationInstructionElement write SetadministrationInstructionElement; |
|
Generated by PasDoc 0.15.0.
|