π EMR
New features
- Reschedule keeps the appointment history together β When you reschedule an appointment, the old and new appointments are now linked both ways. Receipts and services already attached to the original visit move over to the new one automatically, and you can see the full reschedule chain instead of two unrelated bookings.
Bug fixes
- Patient profile picture chooser opens on the first tap β The Camera and Gallery options on the patient profile picture sheet sometimes failed to launch or left the sheet stuck. Both now open reliably as soon as you tap them.
π€ EkaAgents
Updates
- Quicker handoff to booking after picking a doctor β Once a patient picks a doctor and hospital in a booking conversation, the agent now passes those choices straight to the next step instead of asking again β fewer back-and-forth turns to confirm an appointment.
π EMR
Updates
- Clearer βAnalysingβ state on records β When a document is still being parsed by AI, the record now shows a small βAnalysingβ tag with a progress indicator, replacing the previous mixed treatment. Records that get stuck mid-analysis also automatically reset themselves so they donβt stay in that state forever.
- More accurate timestamps on records β Record creation and last-used timestamps now sync to server time instead of relying on the device clock, so records keep the right order even on devices with skewed time.
ποΈ EkaScribe
New features
- Drop-in scribe recording widget β The Eka JS SDK now ships a packaged recording widget you can drop into your own apps, with capture controls and status built in.
- Next-generation recording entry point β A new
startRecordingV2method in the JS SDK exposes the latest scribe recording flow for new integrations.
π€ EkaAgents
New features
- Appointment lookups inside agent conversations β AI agents can now show a list of appointments and look up a specific patientβs appointments mid-conversation, instead of pushing users back to the EMR for that information.
π EMR
New features
- GST printed on receipts β Templar receipts now include a GST line, so the tax breakdown is visible alongside the line items.
Updates
- Cleaner OPD slips β The OPD slip print template has been rebuilt for cleaner, more consistent output, paving the way for further design refinements.
- Smoother record uploads on Android β Adding records on Android now feels lighter β image processing happens in the background, downloads work cleanly on newer Android versions, and the system handles temporary files more safely.
π€ EkaAgents
Updates
- Selected hospital surfaced first in booking β When a user picks a hospital, the agent now lists that hospitalβs availability at the top instead of burying it under nearby alternatives.
- Richer responses after doctor availability checks β Once the agent confirms a doctor is available, the response now carries more context so the next booking step doesnβt have to re-ask.
π EMR
New features
- Examination findings on prescriptions β Templar now supports a structured βexamination findingsβ section on prescriptions, with backward compatibility so existing notes-style content keeps rendering as before.
Bug fixes
- Receipt text now wraps correctly β Fixed a Templar rendering bug where long text stayed on the same line instead of breaking; receipts now wrap cleanly inside the container.
π€ EkaAgents
New features
- Smarter AI agents that focus on one task at a time β Agents built on the Echo Agent Kit can now switch between focused flows (for example, doctor booking, lab booking, or appointment cancellations) mid-conversation, only loading the instructions and tools relevant to the active flow. The end result is faster, more on-topic agent responses without bloating every turn with unrelated capabilities.
Updates
- Cleaner file uploads in MedAssist β The MedAssist web widget now checks supported file types before starting an upload, so unsupported formats are rejected immediately with a clear message instead of failing partway through.
Bug fixes
- MedAssist widget configuration on a partner deployment β Fixed a configuration glitch that caused the MedAssist web widget to behave incorrectly on one partner surface; the widget now initializes as expected there.
π EMR
New features
- Force-fresh patient search β Apps using the patient directory can now request a live, up-to-the-second patient lookup that bypasses the local cache β useful when freshness matters more than speed.
Updates
- Clinic name on OPD slips β Printed OPD slips now include the clinic name in the header, making it easier to identify which clinic issued the slip.
- Cleaner doctor name on IPD receipts and bills β IPD receipts and bills now show the doctorβs name from their profile fields directly, producing cleaner, more consistent print output.
- Richer diet charts on prescriptions β Diet chart support on prescriptions has been refined further, building on the diet chart sections introduced earlier in the month.
Bug fixes
- Patient search consistency β Fixed an edge case where stale cached data in the patient directory SDK could surface incorrect search results; lookups now consistently reflect the live directory.
π€ EkaAgents
New features
- Doctor availability confirmation mid-chat β AI agents can now confirm a doctorβs availability with the user inside the conversation before completing a booking, reducing back-and-forth.
- Contextual popup in MedAssist β The MedAssist web chat widget now shows a contextual popup with relevant suggestions tied to what the user is doing.
Updates
- Optional onboarding nudge β Clinics can now turn off the first-load nudge in the MedAssist web widget if they prefer a quieter experience for their users.
- Patient profiles need a mobile number β When agents create a new patient profile, a mobile number is now required so the patient can always be contacted.
Bug fixes
- MedAssist web microphone β A short-lived issue that disabled the microphone in the MedAssist web widget was identified and reverted the same day; voice input is working as expected.
- Correct agent on every conversation β Fixed an edge case where the MedAssist web widget could route to the wrong agent in certain configurations.
π EMR
New features
- Diet charts on prescriptions β Doctors can now add structured diet plans directly to prescription templates, printed alongside the rest of the prescription.
- Richer IPD admission notes β The IPD admission template has been expanded with new fields and a cleaner layout for capturing admission details.
Updates
- Cleaner units on prescriptions β Lab values and medication units now show a friendlier display label when available, falling back to the standard name otherwise.
- QR code in the footer β The QR code on prescription PDFs has moved into the footer details for a tidier header.
Bug fixes
- IPD admission preview β Fixed a glitch where the rich-text preview of an IPD admission could show stale or malformed content.
ποΈ EkaScribe
Bug fixes
- Clearer voice-to-text errors on iOS β DocAssist for iOS now shows a clear error if voice-to-text fails, instead of silently dropping the recording, so users can retry.
π€ EkaAgents
New features
- OTP login for clinic users β AI agents can now verify clinic staff identity via SMS OTP during a conversation, including country code selection and profile selection, so users never need to leave the chat to authenticate.
π EMR
New features
- ABDM Consent Management SDK β A new embeddable widget lets you request, track, and manage ABDM health data consents for your patients directly from your application. When a patient approves, their medical records are delivered to your backend automatically.
Updates
- Prescription PDF signatures β Doctor signatures in prescription PDFs now load reliably without showing outdated cached versions, and signature display can be toggled on or off per template.
- Eye exam print order β Ophthalmology examination tables in prescription PDFs now always appear in the correct order.
ποΈ EkaScribe
New features
- Document management in JS SDK β You can now create, delete, and retrieve per-chunk transcripts for documents directly from the EkaScribe JS SDK.
Updates
- IPD billing printouts improved β Printed IPD billing PDFs now clearly show how much has been paid and how much is due, making it easier for billing staff to review at a glance. View docs
- OPD slips show more detail β OPD slips now include tags and other patient data, and the token number is printed larger so it is easier to read at the front desk.
- EkaScribe documentation revamped β The EkaScribe docs now include a Quick Start guide, reordered integration methods with SDKs recommended first, and improved sidebar navigation. View docs
Bug fixes
- Medical records upload β Uploading very large images no longer causes the app to freeze. You now get a clear message if an image is too large.
- Health records processing β Record processing no longer fails when a file goes missing mid-upload.
Weekly Update β Week of March 31, 2026
5 updates this week. AI agent capabilities and clinical documentation expand.
π€ EkaAgents
- Added β Your AI assistant can now handle ABHA login and profile management during a conversation β initiate login, verify OTP, pick a profile, and pull up the ABHA card without leaving the chat. View docs
- Improved β MCP Server setup documentation has been reorganized into clear, separate guides for Remote and Local deployments, so you can get connected faster with step-by-step instructions for your specific AI client.
- Improved β MedAssist chat on iOS now stays connected when you switch away from the app and come back β no more lost conversations.
- Fixed β Error messages in MedAssist iOS chat sessions are now shown clearly when something goes wrong, instead of failing without explanation.
π EMR
- Improved β Prescription PDFs now include additional ophthalmology tables (pachymetry, Amsler grid, contact lens examination), so more of your eye-care data prints with the prescription. View docs

