Class TIngredient
Unit
bsFhir_r4b
Declaration
type TIngredient = class(TDomainResource)
Description
An ingredient of a manufactured item or pharmaceutical product. 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 identifier : TIdentifier read Getidentifier write Setidentifier; |
The identifier(s) of this Ingredient that are assigned by business processes and/or used to refer to it when a direct URL reference to the resource itself is not appropriate.
|
|
property status : string read Getstatus write Setstatus; |
The status of this ingredient. Enables tracking the life-cycle of the content.
|
|
property for_ : TReferenceArray read Getfor_Array; |
The product which this ingredient is a constituent part of.
|
|
property role : TCodeableConcept read Getrole write Setrole; |
A classification of the ingredient identifying its purpose within the product, e.g. active, inactive.
|
|
property function_ : TCodeableConceptArray read Getfunction_Array; |
A classification of the ingredient identifying its precise purpose(s) in the drug product. This extends the Ingredient.role to add more detail. Example: antioxidant, alkalizing agent.
|
|
property allergenicIndicator : boolean read GetallergenicIndicator write SetallergenicIndicator; |
If the ingredient is a known or suspected allergen. Note that this is a property of the substance, so if a reference to a SubstanceDefinition is used to decribe that (rather than just a code), the allergen information should go there, not here.
|
|
property allergenicIndicatorElement : Tboolean read GetallergenicIndicatorElement write SetallergenicIndicatorElement; |
|
|
property manufacturer : TIngredientManufacturerArray read GetmanufacturerArray; |
The organization(s) that manufacture this ingredient. Can be used to indicate: 1
Organizations we are aware of that manufacture this ingredient 2) Specific Manufacturer(s) currently being used 3) Set of organisations allowed to manufacture this ingredient for this product Users must be clear on the application of context relevant to their use case. )
|
|
property substance : TIngredientSubstance read Getsubstance write Setsubstance; |
The substance that comprises this ingredient.
|
Generated by PasDoc 0.15.0.
|