interface EvidenceStatistic {
    _description?: Element;
    _numberAffected?: Element;
    _numberOfEvents?: Element;
    attributeEstimate?: EvidenceStatisticAttributeEstimate[];
    category?: CodeableConcept;
    description?: string;
    extension?: Extension[];
    id?: id;
    modelCharacteristic?: EvidenceStatisticModelCharacteristic[];
    modifierExtension?: Extension[];
    note?: Annotation[];
    numberAffected?: undefined;
    numberOfEvents?: undefined;
    quantity?: Quantity;
    sampleSize?: EvidenceStatisticSampleSize;
    statisticType?: CodeableConcept;
}

Properties

_description?: Element

Description of content

_numberAffected?: Element

The number of participants affected

_numberOfEvents?: Element

The number of events associated with the statistic

An attribute of the Statistic

category?: CodeableConcept

Associated category for categorical variable

description?: string

Description of content

extension?: Extension[]

Additional content defined by implementations

id?: id

Unique id for inter-element referencing

modelCharacteristic?: EvidenceStatisticModelCharacteristic[]

An aspect of the statistical model

modifierExtension?: Extension[]

Extensions that cannot be ignored even if unrecognized

note?: Annotation[]

Footnotes and/or explanatory notes

numberAffected?: undefined

The number of participants affected

numberOfEvents?: undefined

The number of events associated with the statistic

quantity?: Quantity

Statistic value

Number of samples in the statistic

statisticType?: CodeableConcept

Type of statistic, eg relative risk