Circle V2 API Docs
    Preparing search index...
    listRecentForPatientInputSchema: ZodObject<
        {
            patientId: ZodPipe<ZodString, ZodTransform<PatientId, number>> & zIdInnerType<
                ZodString,
            >;
            treatmentEpisodeId: ZodOptional<
                ZodPipe<ZodString, ZodTransform<TreatmentEpisodeId, string>> & zIdInnerType<
                    ZodString,
                >,
            >;
            type: ZodOptional<
                ZodEnum<
                    { chart_review: "chart_review"; session_notes: "session_notes" },
                >,
            >;
        },
        $strip,
    > = ...