Class TNutritionIntakeConsumedItem

Unit

Declaration

type TNutritionIntakeConsumedItem = class(TBackboneElement)

Description

A record of food or fluid that is being consumed by a patient. A NutritionIntake may indicate that the patient may be consuming the food or fluid now or has consumed the food or fluid in the past. The source of this information can be the patient, significant other (such as a family member or spouse), or a clinician. A common scenario where this information is captured is during the history taking process during a patient visit or stay or through an app that tracks food or fluids consumed. The consumption information may come from sources such as the patient's memory, from a nutrition label, or from a clinician documenting observed intake.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property type_ : TCodeableConcept read Gettype_ write Settype_;
Public property nutritionProduct : TCodeableReference read GetnutritionProduct write SetnutritionProduct;
Public property schedule : TTiming read Getschedule write Setschedule;
Public property amount : TQuantity read Getamount write Setamount;
Public property rate : TQuantity read Getrate write Setrate;
Public property notConsumed : boolean read GetnotConsumed write SetnotConsumed;
Public property notConsumedElement : Tboolean read GetnotConsumedElement write SetnotConsumedElement;
Public property notConsumedReason : TCodeableConcept read GetnotConsumedReason write SetnotConsumedReason;

Description

Methods

Public constructor Create; override;
 

Properties

Public property type_ : TCodeableConcept read Gettype_ write Settype_;

Indicates what a category of item that was consumed: e.g., food, fluid, enteral, etc.

Public property nutritionProduct : TCodeableReference read GetnutritionProduct write SetnutritionProduct;

Identifies the food or fluid product that was consumed. This is potentially a link to a resource representing the details of the food product (TBD) or a simple attribute carrying a code that identifies the food from a known list of foods.

Public property schedule : TTiming read Getschedule write Setschedule;

Scheduled frequency of consumption.

Public property amount : TQuantity read Getamount write Setamount;

Quantity of the specified food.

Public property rate : TQuantity read Getrate write Setrate;

Rate at which enteral feeding was administered.

Public property notConsumed : boolean read GetnotConsumed write SetnotConsumed;

Indicator when a patient is in a setting where it is helpful to know if food was not consumed, such as it was refused, held (as in tube feedings), or otherwise not provided. If a consumption is being recorded from an app, such as MyFitnessPal, this indicator will likely not be used.

Public property notConsumedElement : Tboolean read GetnotConsumedElement write SetnotConsumedElement;
 
Public property notConsumedReason : TCodeableConcept read GetnotConsumedReason write SetnotConsumedReason;

Document the reason the food or fluid was not consumed, such as refused, held, etc.


Generated by PasDoc 0.15.0.