Class TNutritionProduct

Unit

Declaration

type TNutritionProduct = class(TDomainResource)

Description

A food or fluid product that is consumed by patients. 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 status : string read Getstatus write Setstatus;
Public property statusElement : TNutritionProductStatus read GetstatusElement write SetstatusElement;
Public property category : TCodeableConceptArray read GetcategoryArray;
Public property code : TCodeableConcept read Getcode write Setcode;
Public property manufacturer : TReferenceArray read GetmanufacturerArray;
Public property nutrient : TNutritionProductNutrientArray read GetnutrientArray;
Public property ingredient : TNutritionProductIngredientArray read GetingredientArray;
Public property knownAllergen : TCodeableReferenceArray read GetknownAllergenArray;
Public property productCharacteristic : TNutritionProductProductCharacteristicArray read GetproductCharacteristicArray;
Public property instance : TNutritionProductInstance read Getinstance write Setinstance;
Public property note : TAnnotationArray read GetnoteArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property status : string read Getstatus write Setstatus;

The current state of the product.

Public property statusElement : TNutritionProductStatus read GetstatusElement write SetstatusElement;
 
Public property category : TCodeableConceptArray read GetcategoryArray;

Nutrition products can have different classifications - according to its nutritional properties, preparation methods, etc.

Public property code : TCodeableConcept read Getcode write Setcode;

The code assigned to the product, for example a manufacturer number or other terminology.

Public property manufacturer : TReferenceArray read GetmanufacturerArray;

The organisation (manufacturer, representative or legal authorisation holder) that is responsible for the device.

Public property nutrient : TNutritionProductNutrientArray read GetnutrientArray;

The product's nutritional information expressed by the nutrients.

Public property ingredient : TNutritionProductIngredientArray read GetingredientArray;

Ingredients contained in this product.

Public property knownAllergen : TCodeableReferenceArray read GetknownAllergenArray;

Allergens that are known or suspected to be a part of this nutrition product.

Public property productCharacteristic : TNutritionProductProductCharacteristicArray read GetproductCharacteristicArray;

Specifies descriptive properties of the nutrition product.

Public property instance : TNutritionProductInstance read Getinstance write Setinstance;

Conveys instance-level information about this product item. One or several physical, countable instances or occurrences of the product.

Public property note : TAnnotationArray read GetnoteArray;

Comments made about the product.


Generated by PasDoc 0.15.0.