Last updated: 17 August 2026
PatientOS is an AI consultation assistant for doctors. Instead of filling forms by hand, the doctor chats with an AI that has already read the patient's full record — demographics, vitals, past encounters, compositions, and lab orders. The AI converses about the case, drafts a prescription or test order, and shows the doctor exactly what it will write before anything is saved. Nothing is written to the record until the doctor confirms.
The AI never writes to the database directly. Every save goes through the same FHIR-native doctor APIs the rest of NICE HMS uses, on the doctor's own authenticated session.
Click + New (or just type) and describe the patient's complaint. PatientOS first validates access (subscription, tokens, patient status) and loads the full record before the AI responds.
Ask questions, summarise findings, or give instructions in plain language. The AI reads the loaded record and responds in the chat. Use Consider new docs at any time to re-scan the patient record for newly added documents.
The quick-action buttons above the message box speed up the common actions:
You can also type the instruction directly, e.g. "save this prescription" or "order CBC and LFT".
When you ask to save, edit, order, or finalise, the AI extracts a structured draft and shows it back to you as a before/after proposal (for edits) — nothing is written yet. Review it carefully.
Reply confirm (or yes / proceed / finalise). Only then does PatientOS write the record:
| Action | What is written | Status |
|---|---|---|
| New prescription | Prescription record | Draft |
| Edit prescription | Updates the same prescription in place | Draft |
| Consultation note | OPD consultation record | Draft |
| Tests ordered | Service request (lab/radiology) | — |
| Finalise | Marks the record final | Final |
When the record is ready, ask PatientOS to finalise it. Finalising sets the record to a final status so it can be shared (for example via ABDM).
When you say "edit the latest prescription, add…", PatientOS reads the current medication list, applies your change, and shows the complete resulting list as a before/after before you confirm. Append, remove, and full-replace are all handled the same way — the AI produces the full final list for your approval.
Q: Does PatientOS write anything automatically? A: No. It only proposes. A record is written only after you reply to confirm.
Q: Where do the saved records go? A: To the patient's record via the same doctor APIs the browser uses — prescriptions, consultation notes, and service requests appear in the patient's documents and encounters as drafts, then final when you finalise.
Q: Can I resume a past consultation? A: Yes. Select it from the Conversations sidebar; the full chat history is restored.
Q: Is my data safe? A: PatientOS acts on your own session token and never stores credentials. Records are written through NICE HMS's existing authenticated endpoints.