Periodic Table Database Schema - v0.6.3
    Preparing search index...

    Quantitative toxicological metrics for exposure to a substance.

    type Toxicity = {
        application?: Distinct<ToxicityApplication>;
        duration?: SingleValue<"time"> | RangeValue<"time">;
        notes?: Distinct<string>;
        organism: Distinct<string>;
        references?: RefId[];
        type: Distinct<ToxicityType>;
        value: SingleValue<"massFraction"> | RangeValue<"massFraction">;
    }
    Index

    Properties

    The route by which the substance entered the body (e.g., oral, dermal).

    duration?: SingleValue<"time"> | RangeValue<"time">

    The time period over which the exposure or observation occurred.

    notes?: Distinct<string>

    Additional scientific or regulatory remarks concerning the toxicological effect.

    organism: Distinct<string>

    The biological species upon which the toxicological effect was observed.

    references?: RefId[]

    References to toxicological reports.

    The specific toxicological metric being reported (e.g., LD50).

    value: SingleValue<"massFraction"> | RangeValue<"massFraction">

    The numerical value of the dose or concentration causing the effect.