interface FamilyMemberHistoryCondition {
    _contributedToDeath?: Element;
    _onsetString?: Element;
    code: CodeableConcept;
    contributedToDeath?: boolean;
    extension?: Extension[];
    id?: id;
    modifierExtension?: Extension[];
    note?: Annotation[];
    onsetAge?: Age;
    onsetPeriod?: Period;
    onsetRange?: Range;
    onsetString?: string;
    outcome?: CodeableConcept;
}

Properties

_contributedToDeath?: Element

Whether the condition contributed to the cause of death

_onsetString?: Element

When condition first manifested

Condition suffered by relation

contributedToDeath?: boolean

Whether the condition contributed to the cause of death

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

note?: Annotation[]

Extra information about condition

onsetAge?: Age

When condition first manifested

onsetPeriod?: Period

When condition first manifested

onsetRange?: Range

When condition first manifested

onsetString?: string

When condition first manifested

outcome?: CodeableConcept

deceased | permanent disability | etc.