interface EvidenceReportSubjectCharacteristic {
    _exclude?: Element;
    _valueBoolean?: Element;
    code: CodeableConcept;
    exclude?: boolean;
    extension?: Extension[];
    id?: id;
    modifierExtension?: Extension[];
    period?: Period;
    valueBoolean?: boolean;
    valueCodeableConcept?: CodeableConcept;
    valueQuantity?: Quantity;
    valueRange?: Range;
    valueReference?: Reference;
}

Properties

_exclude?: Element

Is used to express not the characteristic

_valueBoolean?: Element

Characteristic value

Characteristic code

exclude?: boolean

Is used to express not the characteristic

extension?: Extension[]

Additional content defined by implementations

id?: id

Unique id for inter-element referencing

modifierExtension?: Extension[]

Extensions that cannot be ignored even if unrecognized

period?: Period

Timeframe for the characteristic

valueBoolean?: boolean

Characteristic value

valueCodeableConcept?: CodeableConcept

Characteristic value

valueQuantity?: Quantity

Characteristic value

valueRange?: Range

Characteristic value

valueReference?: Reference

Characteristic value

MMNEPVFCICPMFPCPTTAAATR