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

    Interface WorkItemDestinationSchema

    Destination records for a work item in the EMPI

    interface WorkItemDestinationSchema {
        masterRecord?: MasterRecordSchema | null;
        persons: PersonSchema[];
    }
    Index
    masterRecord?: MasterRecordSchema | null
    persons: PersonSchema[]

    Person records