← Back to Home

📋 Test Ordering

Create and manage laboratory test orders with comprehensive clinical details and real-time tracking

Overview

The Test Ordering feature allows healthcare professionals to:

How to Order a Test

1 Enter Patient Details: NHS number, name, DOB, and location
2 Select Tests: Browse and select tests from the catalogue by discipline
3 Set Priority: Choose STAT for urgent, URGENT for time-sensitive, or ROUTINE for standard
4 Add Clinical Details: Include relevant clinical information and specimen instructions
5 Review & Submit: Review order details and submit for laboratory processing
6 Track Status: Monitor order progress from submission to completion

Test Catalogue Disciplines

Over 10,000 tests available across multiple disciplines:

Sample API Integration

Create orders programmatically via REST API:

POST /api/orders/create { "patient_nhs_number": "1234567890", "tests": ["FBC001", "UE001"], "priority": "ROUTINE", "clinical_details": "Post op check" }