interface HumanName {
    _family?: Element;
    _given?: Element[];
    _prefix?: Element[];
    _suffix?: Element[];
    _text?: Element;
    _use?: Element;
    extension?: Extension[];
    family?: string;
    given?: string[];
    id?: id;
    period?: Period;
    prefix?: string[];
    suffix?: string[];
    text?: string;
    use?: code;
}

Properties

_family?: Element

Family name (often called 'Surname')

_given?: Element[]

Given names (not always 'first'). Includes middle names

_prefix?: Element[]

Parts that come before the name

_suffix?: Element[]

Parts that come after the name

_text?: Element

Text representation of the full name

_use?: Element

usual | official | temp | nickname | anonymous | old | maiden

extension?: Extension[]

Additional content defined by implementations

family?: string

Family name (often called 'Surname')

given?: string[]

Given names (not always 'first'). Includes middle names

id?: id

Unique id for inter-element referencing

period?: Period

Time period when name was/is in use

prefix?: string[]

Parts that come before the name

suffix?: string[]

Parts that come after the name

text?: string

Text representation of the full name

use?: code

usual | official | temp | nickname | anonymous | old | maiden