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

    Properties

    auditTemplateIds: AuditTemplateId[]
    createdBy: UserId
    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.