Module: Clinical & EHR (CL)Documentation Index
Fetch the complete documentation index at: https://docs.encoreos.io/llms.txt
Use this file to discover all available pages before exploring further.
Version: 1.0.0
Last Updated: 2026-02-19
Overview
The Lab & Diagnostic Orders feature allows clinicians to create, track, and review laboratory orders and results within the patient chart. Results can be entered manually or received automatically from reference labs via HL7v2 or FHIR interfaces.Creating a Lab Order
- Navigate to Clinical > Charts and open a patient chart.
- Click the Labs tab in the chart view.
- Click New Order.
- Fill in the order form:
- LOINC Code: Start typing to search (e.g., “Potassium”, “CBC”). The typeahead searches by component name, short name, or LOINC code.
- Reference Lab: Select the lab that will process the order.
- Priority: Choose Routine, Urgent, or Stat.
- Specimen Type: Specify the specimen (e.g., Serum, Urine).
- Clinical Notes: Add relevant clinical context.
- Click Save as Draft or Submit Order.
Using Order Templates
For common panels (e.g., CMP, CBC, Lithium monitoring):- Click Use Template in the order form.
- Select a template from the dropdown.
- The form auto-populates with the template’s LOINC codes, specimen types, and priorities.
- Modify individual fields as needed before submitting.
Order Status Workflow
| Status | Description |
|---|---|
| Draft | Order created but not yet submitted |
| Ordered | Submitted to the reference lab |
| Collected | Specimen has been collected |
| In Process | Lab is processing the specimen |
| Resulted | Results are available |
| Cancelled | Order was cancelled (reason required) |
Reviewing Lab Results
When results arrive (via interface or manual entry), they appear in the Labs tab:- Open the patient chart → Labs tab.
- Results with abnormal flags are highlighted:
- 🔴 Critical High/Low — Red background, immediate attention required
- 🟡 High/Low — Yellow/warning background
- 🟠 Abnormal — Muted warning
- ✅ Normal — Default display
- Click a result row to view details.
- Click Review & Sign to acknowledge the result:
- Add review notes if needed.
- Confirm to set your signature and timestamp.
Result Trending
To view trends for a specific lab value:- In the Labs tab, click the trend icon (📈) next to a result.
- The trend chart shows all numeric values for that LOINC code over time.
- Reference range lines are displayed when available.
- Hover over data points to see exact values and dates.
Clinical Decision Support (CDS) Alerts
The system automatically generates alerts for:- Overdue monitoring labs: When a medication’s monitoring protocol indicates labs are due (e.g., Lithium levels every 90 days).
- Abnormal results: When results arrive with abnormal flags, a CDS alert is created for the treating clinician.
Permissions
| Action | Permission Required |
|---|---|
| View orders/results | cl.orders.view |
| Create orders | cl.orders.create |
| Update order status | cl.orders.update |
| Cancel orders | cl.orders.cancel |
| Review/sign results | cl.results.review |