interface SubstanceSpecificationRelationship {
    _amountString?: Element;
    _isDefining?: Element;
    amountQuantity?: Quantity;
    amountRange?: Range;
    amountRatio?: Ratio;
    amountRatioLowLimit?: Ratio;
    amountString?: string;
    amountType?: CodeableConcept;
    extension?: Extension[];
    id?: id;
    isDefining?: boolean;
    modifierExtension?: Extension[];
    relationship?: CodeableConcept;
    source?: Reference[];
    substanceCodeableConcept?: CodeableConcept;
    substanceReference?: Reference;
}

Properties

_amountString?: Element

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

_isDefining?: Element

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

amountQuantity?: Quantity

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

amountRange?: Range

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

amountRatio?: Ratio

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

amountRatioLowLimit?: Ratio

For use when the numeric

amountString?: string

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

amountType?: CodeableConcept

An operator for the amount, for example "average", "approximately", "less than"

extension?: Extension[]

Additional content defined by implementations

id?: id

Unique id for inter-element referencing

isDefining?: boolean

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

modifierExtension?: Extension[]

Extensions that cannot be ignored even if unrecognized

relationship?: CodeableConcept

For example "salt to parent", "active moiety", "starting material"

source?: Reference[]

Supporting literature

substanceCodeableConcept?: CodeableConcept

A pointer to another substance, as a resource or just a representational code

substanceReference?: Reference

A pointer to another substance, as a resource or just a representational code