Class TSubstanceDefinitionRelationship
Unit
bsFhir_r4b
Declaration
type TSubstanceDefinitionRelationship = class(TBackboneElement)
Description
The detailed description of a substance, typically at a level beyond what is used for prescribing.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property substanceDefinition : TElement read GetsubstanceDefinition write SetsubstanceDefinition; |
A pointer to another substance, as a resource or just a representational code.
|
|
property type_ : TCodeableConcept read Gettype_ write Settype_; |
For example "salt to parent", "active moiety", "starting material", "polymorph", "impurity of".
|
|
property isDefining : boolean read GetisDefining write SetisDefining; |
For example where an enzyme strongly bonds with a particular substance, this is a defining relationship for that enzyme, out of several possible substance relationships.
|
|
property isDefiningElement : Tboolean read GetisDefiningElement write SetisDefiningElement; |
|
|
property amount : TElement read Getamount write Setamount; |
A numeric factor for the relationship, for instance to express that the salt of a substance has some percentage of the active substance in relation to some other.
|
|
property ratioHighLimitAmount : TRatio read GetratioHighLimitAmount write SetratioHighLimitAmount; |
For use when the numeric has an uncertain range.
|
|
property comparator : TCodeableConcept read Getcomparator write Setcomparator; |
An operator for the amount, for example "average", "approximately", "less than".
|
|
property source : TReferenceArray read GetsourceArray; |
Supporting literature.
|
Generated by PasDoc 0.15.0.
|