IGUHealth
    Preparing search index...
    interface EvidenceStatisticAttributeEstimate {
        _description?: Element;
        _level?: Element;
        attributeEstimate?: EvidenceStatisticAttributeEstimate[];
        description?: string;
        extension?: Extension[];
        id?: id;
        level?: decimal;
        modifierExtension?: Extension[];
        note?: Annotation[];
        quantity?: Quantity;
        range?: Range;
        type?: CodeableConcept;
    }
    Index

    Properties

    _description?: Element

    Textual description of the attribute estimate

    _level?: Element

    Level of confidence interval, eg 0.95 for 95% confidence interval

    A nested attribute estimate; which is the attribute estimate of an attribute estimate

    description?: string

    Textual description of the attribute estimate

    extension?: Extension[]

    Additional content defined by implementations

    id?: id

    Unique id for inter-element referencing

    level?: decimal

    Level of confidence interval, eg 0.95 for 95% confidence interval

    modifierExtension?: Extension[]

    Extensions that cannot be ignored even if unrecognized

    note?: Annotation[]

    Footnote or explanatory note about the estimate

    quantity?: Quantity

    The singular quantity of the attribute estimate, for attribute estimates represented as single values; also used to report unit of measure

    range?: Range

    Lower and upper bound values of the attribute estimate

    The type of attribute estimate, eg confidence interval or p value