The Pending Results screen displays the queue of unsolicited lab results awaiting clinical review and linking to patient charts, accessible 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/pending-results.
Overview
The page renders aPendingLabResultsQueue component that fetches pending lab results via usePendingLabResults. Each result in the queue is displayed as a table row with columns: Lab name (from cl_reference_labs), LOINC Code, External Order ID, number of result items, Received date, and Expiry date. Two actions are available per row: Link — opens LinkPendingResultDialog to associate the result with a patient chart; Reject — opens a confirmation dialog requiring a typed rejection reason before the result is dismissed via useRejectPendingResult. The queue shows skeleton rows while loading and an inline error message on failure. When the queue is empty, the message “Queue is clear — No unsolicited lab results pending review.” is shown.
Who it’s for
Requires permission:cl.results.manage
Before you start
- Your account must have the
cl.results.managepermission. - Results appear automatically when the lab integration delivers unsolicited results to the organization.
Steps
Open Pending Results
Navigate to
/cl/pending-results. The queue loads automatically showing all unlinked, non-rejected pending results.Review a result
Read the table row: Lab name, LOINC code, external order ID, result count, received timestamp, and expiry date (if set).
Link a result to a patient chart
Click “Link” on the result row to open the link dialog and associate the result with the correct patient chart.
Key concepts
Unsolicited results
Unsolicited results
Results in this queue were received from a reference lab without a matching outbound order in the system. They require manual review before being associated with a patient record.
Result expiry
Result expiry
When an
expires_at date is present on a result, the expiry date is shown with a clock icon. SME: confirm expiry handling behavior.Empty state
Empty state
“Queue is clear — No unsolicited lab results pending review.”
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/PendingLabResultsPage.tsx
- src/cores/cl/components/PendingLabResultsQueue.tsx