The In-Basket screen is a work-queue atDocumentation Index
Fetch the complete documentation index at: https://docs.encoreos.io/llms.txt
Use this file to discover all available pages before exploring further.
/cl/in-basket that lists all clinical notifications and tasks for the current organisation, filterable by item type, classification, and status.
Overview
The screen loads allcl_inbasket_items for the current organisation ordered by creation date descending. Three filter dropdowns — item type, classification, and status — can be combined in any combination; selecting “all” in a dropdown removes that filter. Items are displayed in a table with columns: Type (linked to the detail page), Classification, Priority (badged), Status (badged), Due date, and Created date. Clicking the linked type value navigates to /cl/in-basket/:id for the item detail. When the list is empty the screen shows “You’re all caught up!”
Who it’s for
Requires thecl.inbasket.view permission.
Before you start
- The
cl.inbasket.viewpermission must be assigned to your role. - In-basket items must exist in
cl_inbasket_itemsfor the current organisation; otherwise the empty state is shown.
Steps
Open the In-Basket
Navigate to
/cl/in-basket. The table loads all items for your organisation, most recently created first.Filter by type (optional)
Use the “All Types” dropdown to narrow results to a specific item type: Co-Sign Request, Lab Review, Refill Request, Chart Message, Referral Response, or CDS Alert.
Filter by classification (optional)
Use the “All Classifications” dropdown to show only Action Required or Informational items.
Filter by status (optional)
Use the “All Statuses” dropdown to show only items in a specific state: New, Read, In Progress, Completed, Deferred, or Escalated.
Key concepts
item types and their display labels as defined in code:| Type code | Display label |
|---|---|
cosign_request | Co-Sign Request |
lab_review | Lab Review |
refill_request | Refill Request |
chart_message | Chart Message |
referral_response | Referral Response |
cds_alert | CDS Alert |
urgent (destructive), high (secondary), normal (default), low (outline).
Status values: new, read, in_progress, completed, deferred, escalated (escalated renders as destructive badge).
Empty state
Empty state
When no items match the current filters the screen shows “No in-basket items — You’re all caught up!” with an inbox icon.
Error state
Error state
If the query fails, a destructive alert is shown with the sanitised error message.
Loading state
Loading state
While fetching, a header skeleton and five row skeletons are displayed.
Related
Clinical
Overview of the Clinical core.
Governance & parity
Documentation coverage and governance.
This page documents shipped product behavior. It is not medical, legal, or
billing advice. Verify against your organization’s policies and applicable
regulations before using it for clinical, compliance, or billing decisions.
Protected health information (PHI) shown in the product is governed by your
tenant’s access controls and is never exposed in this documentation.
Documentation sources
Documentation sources
- src/routes/cl.tsx
- src/cores/cl/pages/InBasketListPage.tsx
- src/cores/cl/hooks/useInbasketItemList.ts
- src/cores/cl/types/inbasket.ts