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