Class TMedicinalProductIngredient
Unit
bsFhir_r4
Declaration
type TMedicinalProductIngredient = 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 role : TCodeableConcept read Getrole write Setrole; |
Ingredient role e.g. Active ingredient, excipient.
|
|
property allergenicIndicator : boolean read GetallergenicIndicator write SetallergenicIndicator; |
If the ingredient is a known or suspected allergen.
|
|
property allergenicIndicatorElement : Tboolean read GetallergenicIndicatorElement write SetallergenicIndicatorElement; |
|
|
property manufacturer : TReferenceArray read GetmanufacturerArray; |
Manufacturer of this Ingredient.
|
Generated by PasDoc 0.15.0.
|