@health-samurai/aidbox-client
    Preparing search index...

    Interface HumanName

    interface HumanName {
        id?: string;
        _id?: Element;
        family?: string;
        _family?: Element;
        given?: string[];
        _given?: Element;
        period?: Period;
        prefix?: string[];
        _prefix?: Element;
        suffix?: string[];
        _suffix?: Element;
        text?: string;
        _text?: Element;
        use?:
            | "temp"
            | "old"
            | "usual"
            | "official"
            | "nickname"
            | "anonymous"
            | "maiden";
        _use?: Element;
    }

    Hierarchy (View Summary)

    Index

    Properties

    id?: string
    _id?: Element
    family?: string
    _family?: Element
    given?: string[]
    _given?: Element
    period?: Period
    prefix?: string[]
    _prefix?: Element
    suffix?: string[]
    _suffix?: Element
    text?: string
    _text?: Element
    use?:
        | "temp"
        | "old"
        | "usual"
        | "official"
        | "nickname"
        | "anonymous"
        | "maiden"
    _use?: Element