Class TIngredient
Unit
bsFhir_r5
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 group : TCodeableConcept read Getgroup write Setgroup; |
A classification of the ingredient according to where in the physical item it tends to be used, such the outer shell of a tablet, inner body or ink.
|
|
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 comment : string read Getcomment write Setcomment; |
A place for providing any notes that are relevant to the component, e.g. removed during process, adjusted for loss on drying.
|
|
property commentElement : Tmarkdown read GetcommentElement write SetcommentElement; |
|
|
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.
|