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

    Interface GPInfo

    Patient GP information

    interface GPInfo {
        code: string;
        contactvalue?: string | null;
        gpname?: string | null;
        postcode?: string | null;
        street?: string | null;
        type?: string | null;
    }
    Index
    code: string

    GP code

    contactvalue?: string | null
    gpname?: string | null
    postcode?: string | null
    street?: string | null
    type?: string | null