Circle V2 API Docs
    Preparing search index...
    type SyncEpisodeProgramStaysServiceResult = {
        clearedExistingStays: boolean;
        programStayCount: number;
        unresolvedLevelOfCareCount: number;
        unresolvedProgramCount: number;
    }
    Index

    Properties

    clearedExistingStays: boolean

    True when the adapter returned no stays AND that empty set actually DELETED existing stays (i.e. setEpisodeHistory reported deletedCount > 0 on an empty call). Surfaced on the span so a wipe-from-empty-adapter-result is observable rather than silent.

    programStayCount: number
    unresolvedLevelOfCareCount: number

    Stays that carried a non-null LOC signal but resolved to facility_level_of_care_id: null.

    unresolvedProgramCount: number

    Stays that carried a non-null program signal but resolved to facility_program_id: null.