Class TIngredient

Unit

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

Public constructor Create; override;

Properties

Public property identifier : TIdentifier read Getidentifier write Setidentifier;
Public property status : string read Getstatus write Setstatus;
Public property statusElement : TPublicationStatus read GetstatusElement write SetstatusElement;
Public property for_ : TReferenceArray read Getfor_Array;
Public property role : TCodeableConcept read Getrole write Setrole;
Public property function_ : TCodeableConceptArray read Getfunction_Array;
Public property group : TCodeableConcept read Getgroup write Setgroup;
Public property allergenicIndicator : boolean read GetallergenicIndicator write SetallergenicIndicator;
Public property allergenicIndicatorElement : Tboolean read GetallergenicIndicatorElement write SetallergenicIndicatorElement;
Public property comment : string read Getcomment write Setcomment;
Public property commentElement : Tmarkdown read GetcommentElement write SetcommentElement;
Public property manufacturer : TIngredientManufacturerArray read GetmanufacturerArray;
Public property substance : TIngredientSubstance read Getsubstance write Setsubstance;

Description

Methods

Public constructor Create; override;
 

Properties

Public 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.

Public property status : string read Getstatus write Setstatus;

The status of this ingredient. Enables tracking the life-cycle of the content.

Public property statusElement : TPublicationStatus read GetstatusElement write SetstatusElement;
 
Public property for_ : TReferenceArray read Getfor_Array;

The product which this ingredient is a constituent part of.

Public property role : TCodeableConcept read Getrole write Setrole;

A classification of the ingredient identifying its purpose within the product, e.g. active, inactive.

Public 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.

Public 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.

Public 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.

Public property allergenicIndicatorElement : Tboolean read GetallergenicIndicatorElement write SetallergenicIndicatorElement;
 
Public 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.

Public property commentElement : Tmarkdown read GetcommentElement write SetcommentElement;
 
Public 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. )

Public property substance : TIngredientSubstance read Getsubstance write Setsubstance;

The substance that comprises this ingredient.


Generated by PasDoc 0.15.0.