Circle V2 API Docs
    Preparing search index...

    Type Alias ListPatientsInOrganizationParams

    type ListPatientsInOrganizationParams = {
        createdByUserIds?: UserId[];
        entityId: EntityId;
        facilityId?: FacilityId | FacilityId[];
        limit?: number;
        offset?: number;
        patientIds?: PatientId | PatientId[];
        patientSearch?: string;
        primaryProviderId?: ProfileId | ProfileId[];
        sortBy?: "name" | "created_at" | "admitted_at" | "discharged_at";
        sortOrder?: "asc" | "desc";
        status?: number | number[];
    }
    Index

    Properties

    createdByUserIds?: UserId[]
    entityId: EntityId
    facilityId?: FacilityId | FacilityId[]
    limit?: number
    offset?: number
    patientIds?: PatientId | PatientId[]
    patientSearch?: string
    primaryProviderId?: ProfileId | ProfileId[]
    sortBy?: "name" | "created_at" | "admitted_at" | "discharged_at"
    sortOrder?: "asc" | "desc"
    status?: number | number[]