Circle V2 API Docs
    Preparing search index...
    • True for intents that name a real criterion (as opposed to "no time reference" / "can't map it").

      Parameters

      • intent:
            | { kind: "rolling_days"; n: number }
            | {
                cadence?: "per_day";
                kind: "calendar_week";
                subset?: "full" | "mon_fri" | "weekend";
                which: "last" | "current" | "most_recent_completed";
            }
            | {
                kind: "specific_weekday";
                weekday: | "sunday"
                | "monday"
                | "tuesday"
                | "wednesday"
                | "thursday"
                | "friday"
                | "saturday";
                which: "most_recent";
            }
            | {
                event: "session"
                | "admission"
                | "discharge"
                | "assessment"
                | "other";
                everyNDays?: number;
                kind: "since_event";
                withinHours?: number;
            }
            | { kind: "none" }
            | { kind: "unresolvable" }

      Returns boolean