Class TNutritionOrder

Unit

Declaration

type TNutritionOrder = class(TDomainResource)

Description

A request to supply a diet, formula feeding (enteral) or oral nutritional supplement to a patient/resident. If the element is present, it must have either a @value, an @id, or extensions

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property identifier : TIdentifierArray read GetidentifierArray;
Public property status : string read Getstatus write Setstatus;
Public property statusElement : TNutritionOrderStatus read GetstatusElement write SetstatusElement;
Public property patient : TReference read Getpatient write Setpatient;
Public property encounter : TReference read Getencounter write Setencounter;
Public property dateTime_ : string read GetdateTime_ write SetdateTime_;
Public property dateTime_Element : TdateTime_ read GetdateTime_Element write SetdateTime_Element;
Public property orderer : TReference read Getorderer write Setorderer;
Public property allergyIntolerance : TReferenceArray read GetallergyIntoleranceArray;
Public property foodPreferenceModifier : TCodeableConceptArray read GetfoodPreferenceModifierArray;
Public property excludeFoodModifier : TCodeableConceptArray read GetexcludeFoodModifierArray;
Public property oralDiet : TNutritionOrderOralDiet read GetoralDiet write SetoralDiet;
Public property supplement : TNutritionOrderSupplementArray read GetsupplementArray;
Public property enteralFormula : TNutritionOrderEnteralFormula read GetenteralFormula write SetenteralFormula;

Description

Methods

Public constructor Create; override;
 

Properties

Public property identifier : TIdentifierArray read GetidentifierArray;

Identifiers assigned to this order by the order sender or by the order receiver.

Public property status : string read Getstatus write Setstatus;

The workflow status of the nutrition order/request.

Public property statusElement : TNutritionOrderStatus read GetstatusElement write SetstatusElement;
 
Public property patient : TReference read Getpatient write Setpatient;

The person (patient) who needs the nutrition order for an oral diet, nutritional supplement and/or enteral or formula feeding.

Public property encounter : TReference read Getencounter write Setencounter;

An encounter that provides additional information about the healthcare context in which this request is made.

Public property dateTime_ : string read GetdateTime_ write SetdateTime_;

The date and time that this nutrition order was requested.

Public property dateTime_Element : TdateTime_ read GetdateTime_Element write SetdateTime_Element;
 
Public property orderer : TReference read Getorderer write Setorderer;

The practitioner that holds legal responsibility for ordering the diet, nutritional supplement, or formula feedings.

Public property allergyIntolerance : TReferenceArray read GetallergyIntoleranceArray;

A link to a record of allergies or intolerances which should be included in the nutrition order.

Public property foodPreferenceModifier : TCodeableConceptArray read GetfoodPreferenceModifierArray;

This modifier is used to convey order-specific modifiers about the type of food that should be given. These can be derived from patient allergies, intolerances, or preferences such as Halal, Vegan or Kosher. This modifier applies to the entire nutrition order inclusive of the oral diet, nutritional supplements and enteral formula feedings.

Public property excludeFoodModifier : TCodeableConceptArray read GetexcludeFoodModifierArray;

This modifier is used to convey order-specific modifiers about the type of food that should NOT be given. These can be derived from patient allergies, intolerances, or preferences such as No Red Meat, No Soy or No Wheat or Gluten-Free. While it should not be necessary to repeat allergy or intolerance information captured in the referenced AllergyIntolerance resource in the excludeFoodModifier, this element may be used to convey additional specificity related to foods that should be eliminated from the patient’s diet for any reason. This modifier applies to the entire nutrition order inclusive of the oral diet, nutritional supplements and enteral formula feedings.

Public property oralDiet : TNutritionOrderOralDiet read GetoralDiet write SetoralDiet;

Diet given orally in contrast to enteral (tube) feeding.

Public property supplement : TNutritionOrderSupplementArray read GetsupplementArray;

Oral nutritional products given in order to add further nutritional value to the patient's diet.

Public property enteralFormula : TNutritionOrderEnteralFormula read GetenteralFormula write SetenteralFormula;

Feeding provided through the gastrointestinal tract via a tube, catheter, or stoma that delivers nutrition distal to the oral cavity.


Generated by PasDoc 0.15.0.