interface FamilyMemberHistory {
    _ageString?: Element;
    _bornDate?: Element;
    _bornString?: Element;
    _date?: Element;
    _deceasedBoolean?: Element;
    _deceasedDate?: Element;
    _deceasedString?: Element;
    _estimatedAge?: Element;
    _implicitRules?: Element;
    _instantiatesCanonical?: Element[];
    _instantiatesUri?: Element[];
    _language?: Element;
    _name?: Element;
    _status?: Element;
    ageAge?: Age;
    ageRange?: Range;
    ageString?: string;
    bornDate?: date;
    bornPeriod?: Period;
    bornString?: string;
    condition?: FamilyMemberHistoryCondition[];
    contained?: ConcreteType[];
    dataAbsentReason?: CodeableConcept;
    date?: dateTime;
    deceasedAge?: Age;
    deceasedBoolean?: boolean;
    deceasedDate?: date;
    deceasedRange?: Range;
    deceasedString?: string;
    estimatedAge?: boolean;
    extension?: Extension[];
    id?: id;
    identifier?: Identifier[];
    implicitRules?: uri;
    instantiatesCanonical?: canonical[];
    instantiatesUri?: uri[];
    language?: code;
    meta?: Meta;
    modifierExtension?: Extension[];
    name?: string;
    note?: Annotation[];
    patient: Reference;
    reasonCode?: CodeableConcept[];
    reasonReference?: Reference[];
    relationship: CodeableConcept;
    resourceType: "FamilyMemberHistory";
    sex?: CodeableConcept;
    status: code;
    text?: Narrative;
}

Properties

_ageString?: Element

(approximate) age

_bornDate?: Element

(approximate) date of birth

_bornString?: Element

(approximate) date of birth

_date?: Element

When history was recorded or last updated

_deceasedBoolean?: Element

Dead? How old/when?

_deceasedDate?: Element

Dead? How old/when?

_deceasedString?: Element

Dead? How old/when?

_estimatedAge?: Element

Age is estimated?

_implicitRules?: Element

A set of rules under which this content was created

_instantiatesCanonical?: Element[]

Instantiates FHIR protocol or definition

_instantiatesUri?: Element[]

Instantiates external protocol or definition

_language?: Element

Language of the resource content

_name?: Element

The family member described

_status?: Element

partial | completed | entered-in-error | health-unknown

ageAge?: Age

(approximate) age

ageRange?: Range

(approximate) age

ageString?: string

(approximate) age

bornDate?: date

(approximate) date of birth

bornPeriod?: Period

(approximate) date of birth

bornString?: string

(approximate) date of birth

Condition that the related person had

contained?: ConcreteType[]

Contained, inline Resources

dataAbsentReason?: CodeableConcept

subject-unknown | withheld | unable-to-obtain | deferred

date?: dateTime

When history was recorded or last updated

deceasedAge?: Age

Dead? How old/when?

deceasedBoolean?: boolean

Dead? How old/when?

deceasedDate?: date

Dead? How old/when?

deceasedRange?: Range

Dead? How old/when?

deceasedString?: string

Dead? How old/when?

estimatedAge?: boolean

Age is estimated?

extension?: Extension[]

Additional content defined by implementations

id?: id

Logical id of this artifact

identifier?: Identifier[]

External Id(s) for this record

implicitRules?: uri

A set of rules under which this content was created

instantiatesCanonical?: canonical[]

Instantiates FHIR protocol or definition

instantiatesUri?: uri[]

Instantiates external protocol or definition

language?: code

Language of the resource content

meta?: Meta

Metadata about the resource

modifierExtension?: Extension[]

Extensions that cannot be ignored

name?: string

The family member described

note?: Annotation[]

General note about related person

patient: Reference

Patient history is about

reasonCode?: CodeableConcept[]

Why was family member history performed?

reasonReference?: Reference[]

Why was family member history performed?

relationship: CodeableConcept

Relationship to the subject

resourceType

male | female | other | unknown

status: code

partial | completed | entered-in-error | health-unknown

text?: Narrative

Text summary of the resource, for human interpretation