Circle V2 API Docs
    Preparing search index...
    type TriggerPatientValidationsParams = {
        auditTemplateIds: AuditTemplateId[];
        createdBy: UserId;
        patientChartIds?: PatientChartId[];
        patientId: PatientId;
        settings?: LegacyChartReviewSettings;
        treatmentEpisodeId?: TreatmentEpisodeId;
    }
    Index

    Properties

    auditTemplateIds: AuditTemplateId[]
    createdBy: UserId
    patientChartIds?: PatientChartId[]

    When set, narrow the run to these reviewer-selected charts — they become the entire candidate set. Composes with treatmentEpisodeId. Omit to review the whole episode.

    patientId: PatientId
    treatmentEpisodeId?: TreatmentEpisodeId

    When set, scope the run to a single treatment episode — only that episode's charts are considered. Omit for unscoped patient-level reviews.