Circle V2 API Docs
    Preparing search index...
    type ListRecentPatientReviewRunsServiceParams = {
        createdAfter?: string;
        patientId: PatientId;
        treatmentEpisodeId?: TreatmentEpisodeId;
        type?: "chart_review" | "session_notes";
    }
    Index

    Properties

    createdAfter?: string

    ISO datetime lower bound for audit_runs.created_at. Defaults to a rolling window of RECENT_PATIENT_REVIEW_DAYS days.

    patientId: PatientId
    treatmentEpisodeId?: TreatmentEpisodeId

    When set, scope to this episode (run stamped with it OR dated within its admission/discharge window).

    type?: "chart_review" | "session_notes"

    Which bucket of runs to return:

    • "chart_review" (default) — runs on the patient's chart-level case.
    • "session_notes" — note-review runs tied to session cases.