Circle V2 API Docs
    Preparing search index...
    zAdmissionStatusFilter: ZodEnum<
        { active: "active"; all: "all"; discharged: "discharged" },
    > = ...

    Patient admission-status filter for the review dashboard. Resolved against a patient's latest admission: "active" = not yet discharged (discharge date is null or in the future), "discharged" = the opposite. "all" is a no-op (no filtering) and is treated identically to the field being omitted.