Class TSubstanceSpecificationRelationship
Unit
bsFhir_r4
Declaration
type TSubstanceSpecificationRelationship = 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 substance : TElement read Getsubstance write Setsubstance; |
A pointer to another substance, as a resource or just a representational code.
|
|
property relationship : TCodeableConcept read Getrelationship write Setrelationship; |
For example "salt to parent", "active moiety", "starting material".
|
|
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 amountRatioLowLimit : TRatio read GetamountRatioLowLimit write SetamountRatioLowLimit; |
For use when the numeric.
|
|
property amountType : TCodeableConcept read GetamountType write SetamountType; |
An operator for the amount, for example "average", "approximately", "less than".
|
|
property source : TReferenceArray read GetsourceArray; |
Supporting literature.
|
Generated by PasDoc 0.15.0.
|