IGUHealth
    Preparing search index...
    interface SubstanceDefinitionRelationship {
        _amountString?: Element;
        _isDefining?: Element;
        amountQuantity?: Quantity;
        amountRatio?: Ratio;
        amountString?: string;
        comparator?: CodeableConcept;
        extension?: Extension[];
        id?: id;
        isDefining?: boolean;
        modifierExtension?: Extension[];
        ratioHighLimitAmount?: Ratio;
        source?: Reference[];
        substanceDefinitionCodeableConcept?: CodeableConcept;
        substanceDefinitionReference?: Reference;
        type: CodeableConcept;
    }
    Index

    Properties

    _amountString?: Element

    A numeric factor for the relationship, e.g. that a substance salt has some percentage of 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 relationships

    amountQuantity?: Quantity

    A numeric factor for the relationship, e.g. that a substance salt has some percentage of active substance in relation to some other

    amountRatio?: Ratio

    A numeric factor for the relationship, e.g. that a substance salt has some percentage of active substance in relation to some other

    amountString?: string

    A numeric factor for the relationship, e.g. that a substance salt has some percentage of active substance in relation to some other

    comparator?: 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 relationships

    modifierExtension?: Extension[]

    Extensions that cannot be ignored even if unrecognized

    ratioHighLimitAmount?: Ratio

    For use when the numeric has an uncertain range

    source?: Reference[]

    Supporting literature

    substanceDefinitionCodeableConcept?: CodeableConcept

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

    substanceDefinitionReference?: Reference

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

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