@ukkidney/ukrdc-axios-ts
    Preparing search index...

    Interface PersonSchema

    A person in the EMPI

    interface PersonSchema {
        dateOfBirth: string;
        dateOfDeath?: string;
        gender: string;
        givenname?: string;
        id: number;
        localid: string;
        localidType: string;
        originator: string;
        surname?: string;
        xrefEntries: PidXRefSchema[];
    }
    Index

    Properties

    dateOfBirth: string

    Date of birth

    dateOfDeath?: string

    Date of death

    gender: string

    Gender code

    givenname?: string

    Given name

    id: number

    Person ID

    localid: string

    Person local ID

    localidType: string

    Person local ID type code

    originator: string

    Person originator code

    surname?: string

    Surname

    xrefEntries: PidXRefSchema[]

    PID xrefs