From 580babf3a1855801088beccd9bf154e060c11241 Mon Sep 17 00:00:00 2001
From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com>
Date: Tue, 14 Apr 2026 01:42:23 +0000
Subject: [PATCH] Add April 14 changelog: BODHI knowledge graphs and RGHS
prescription template
Generated-By: mintlify-agent
---
changelog.mdx | 18 ++++++++++++++++++
emr-changelog.mdx | 17 ++++++++++++++++-
weeklyupdates.mdx | 20 ++++++++++++++++++++
3 files changed, 54 insertions(+), 1 deletion(-)
diff --git a/changelog.mdx b/changelog.mdx
index 5695a19..280cd2e 100644
--- a/changelog.mdx
+++ b/changelog.mdx
@@ -7,6 +7,24 @@ import { SubscribeForm } from '/snippets/subscribe-form.jsx';
+
+
+## Added
+- **[Platform] BODHI open-source clinical knowledge graphs** — Two SNOMED-linked knowledge graphs (bodhi-s for condition–symptom mapping and bodhi-m for concept–drug–lab investigation mapping) are now publicly available. The graphs contain 9,300+ nodes and 16,700+ relationships across six formats (Neo4j, CSV, JSONL, PyG, RDF/Turtle, browser JSON), supporting symptom checking, differential diagnosis, and patient health profiling use cases. Released under CC BY-NC 4.0.
+
+## Improved
+- **[EMR] [Client-Specific] Prescription PDF template engine** — Added support for configurable prescription template styles, enabling custom PDF layouts that map clinical data (symptoms, history, vitals, medications, investigations, diagnosis, advices, review, and signature) to form-specific positions. A new `template_style` configuration option controls which layout is applied during PDF generation.
+
+
+
\ No newline at end of file
+
+
+
+
+## Improved
+- **[Client-Specific] Prescription PDF template engine** — Added support for configurable prescription template styles, enabling custom PDF layouts that map clinical data (symptoms, history, vitals, medications, investigations, diagnosis, advices, review, and signature) to form-specific positions. A new `template_style` configuration option controls which layout is applied during PDF generation.
+
+
\ No newline at end of file
diff --git a/weeklyupdates.mdx b/weeklyupdates.mdx
index fbd5c96..5c6469e 100644
--- a/weeklyupdates.mdx
+++ b/weeklyupdates.mdx
@@ -7,6 +7,26 @@ import { SubscribeForm } from '/snippets/subscribe-form.jsx';
+
+
+## New features
+- **Patient Directory APIs** — You can now retrieve a patient profile by username and update EMR user profiles (name, contact details, blood group, salutation, and custom fields) programmatically. A separate endpoint lets you fetch an EMR user profile by OID.
+
+## Updates
+- **Prescription PDF layouts** — Prescription PDFs now support custom template styles, so facilities with specific form requirements can generate PDFs that match their layout needs.
+
+- **EkaScribe documentation** — The EkaScribe docs have been reorganized with a new Quick Start guide, clearer integration paths, and improved navigation to help you get started faster. [View docs](https://developer.eka.care/api-reference/health-ai/ekascribe/quick-start)
+
+
+