Class TNutritionProduct
Unit
bsFhir_r5
Declaration
type TNutritionProduct = class(TDomainResource)
Description
A food or supplement that is consumed by patients. If the element is present, it must have either a @value, an @id, or extensions
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property code : TCodeableConcept read Getcode write Setcode; |
The code assigned to the product, for example a USDA NDB number, a USDA FDC ID number, or a Langual code.
|
|
property status : string read Getstatus write Setstatus; |
The current state of the product.
|
|
property category : TCodeableConceptArray read GetcategoryArray; |
Nutrition products can have different classifications - according to its nutritional properties, preparation methods, etc.
|
|
property manufacturer : TReferenceArray read GetmanufacturerArray; |
The organisation (manufacturer, representative or legal authorization holder) that is responsible for the device.
|
|
property knownAllergen : TCodeableReferenceArray read GetknownAllergenArray; |
Allergens that are known or suspected to be a part of this nutrition product.
|
|
property instance : TNutritionProductInstanceArray read GetinstanceArray; |
Conveys instance-level information about this product item. One or several physical, countable instances or occurrences of the product.
|
|
property note : TAnnotationArray read GetnoteArray; |
Comments made about the product.
|
Generated by PasDoc 0.15.0.
|