@cavell/kit API
    Preparing search index...

    Interface PatientHint

    A host-declared patient: the identifying hint key plus the optional display fields the badge can show before the server enriches (name/photo/INSZ arrive with the next run's snapshot).

    interface PatientHint {
        id: string;
        insz?: string;
        name?: string;
    }
    Index
    id: string
    insz?: string
    name?: string