| Dietetics UML Documentation |
Dietetics
Class SupplementItem
A nutritional product that was ordered to be supplied to and/or consumed by the Patient. This class is a record in which a Food Product "plays the Role" of a Food Supplement in a Nutrition Order. This Role includes information such as the quantity of the Food Product as well as pointing to the actual Food Product (Entity) ordered.
Attributes |
FoodProduct | foodProduct |
Pointer to the FoodProduct that is/was/can be used as a nutritional supplement."The product or brand name of the nutritional supplement such as "Acme Protein Shake"." - HL7 FHIR, NutritionOrder.supplement.productName
|
«PQ» Quantity | quantity |
"The amount of the nutritional supplement to be given." - HL7 FHIR, NutritionOrder.supplement.quantity
|
Properties:
Alias | |
Classifier Behavior | |
Is Abstract | false |
Is Active | false |
Is Leaf | false |
Keywords | |
Name | SupplementItem |
Name Expression | |
Namespace | Dietetics |
Owned Template Signature | |
Owner | Dietetics |
Owning Template Parameter | |
Package | Dietetics |
Qualified Name | FHIM::Dietetics::SupplementItem |
Representation | |
Stereotype | |
Template Parameter | |
Visibility | Public |
foodProduct
Public FoodProduct foodProduct
-
Pointer to the FoodProduct that is/was/can be used as a nutritional supplement."The product or brand name of the nutritional supplement such as "Acme Protein Shake"." - HL7 FHIR, NutritionOrder.supplement.productName
-
Constraints:
-
Properties:
-
Aggregation | None |
Alias | |
Association | supplementItem_foodProduct |
Association End | |
Class | SupplementItem |
Datatype | |
Default | |
Default Value | |
Is Composite | false |
Is Derived | false |
Is Derived Union | false |
Is Leaf | false |
Is Ordered | false |
Is Read Only | false |
Is Static | false |
Is Unique | true |
Keywords | |
Lower | 1 |
Lower Value | (1) |
Multiplicity | 1 |
Name | foodProduct |
Name Expression | |
Namespace | SupplementItem |
Opposite | |
Owner | SupplementItem |
Owning Association | |
Owning Template Parameter | |
Qualified Name | FHIM::Dietetics::SupplementItem::foodProduct |
Stereotype | |
Template Parameter | |
Type | FoodProduct |
Upper | 1 |
Upper Value | (1) |
Visibility | Public |
quantity
Public «PQ» Quantity quantity
-
"The amount of the nutritional supplement to be given." - HL7 FHIR, NutritionOrder.supplement.quantity
-
Constraints:
-
Properties:
-
Aggregation | None |
Alias | |
Association | |
Association End | |
Class | SupplementItem |
Datatype | |
Default | |
Default Value | |
Is Composite | false |
Is Derived | false |
Is Derived Union | false |
Is Leaf | false |
Is Ordered | false |
Is Read Only | false |
Is Static | false |
Is Unique | true |
Keywords | |
Lower | 0 |
Lower Value | (0) |
Multiplicity | 0..1 |
Name | quantity |
Name Expression | |
Namespace | SupplementItem |
Opposite | |
Owner | SupplementItem |
Owning Association | |
Owning Template Parameter | |
Qualified Name | FHIM::Dietetics::SupplementItem::quantity |
Stereotype | |
Template Parameter | |
Type | «PQ» Quantity |
Upper | 1 |
Upper Value | (1) |
Visibility | Public |
| Dietetics UML Documentation |