Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,24 @@ import { SubscribeForm } from '/snippets/subscribe-form.jsx';

<SubscribeForm />

<Update
label="April 14, 2026"
description="April 14, 2026"
tags={["Feature", "Update"]}
rss={{
title: "Eka Developer Platform — April 14, 2026",
description: "• BODHI open-source clinical knowledge graphs — SNOMED-linked knowledge graphs for grounding healthcare AI, released publicly under CC BY-NC 4.0.\n\n• RGHS prescription template support — Client-specific prescription PDF layout for government health scheme workflows.\n\nRead more: https://developer.eka.care/changelog"
}}
>

## 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.

</Update>

<Update
label="April 13, 2026"
description="Week of April 8–13"
Expand Down
17 changes: 16 additions & 1 deletion emr-changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,19 @@ description: "Updates and improvements to the Eka EMR platform — patient recor

import { SubscribeForm } from '/snippets/subscribe-form.jsx';

<SubscribeForm />
<SubscribeForm />

<Update
label="April 14, 2026"
description="April 14, 2026"
tags={["Update"]}
rss={{
title: "EMR — April 14, 2026",
description: "• Prescription PDF template engine — Added configurable template styles for custom prescription PDF layouts.\n\nRead more: https://developer.eka.care/emr-changelog"
}}
>

## 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.

</Update>
20 changes: 20 additions & 0 deletions weeklyupdates.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,26 @@ import { SubscribeForm } from '/snippets/subscribe-form.jsx';

<SubscribeForm />

<Update
label="Week of April 7, 2026"
description="Week of April 7 – April 13"
tags={["Feature", "Update"]}
rss={{
title: "Eka Weekly Update — Week of April 7 – April 13, 2026",
description: "• New Patient Directory APIs for retrieving and updating patient profiles\n\n• Retrieve EMR User API for fetching user profiles by OID\n\n• Custom prescription PDF layouts now supported for specific facility requirements\n\nRead more: https://developer.eka.care/weeklyupdates"
}}
>

## 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)

</Update>

<Update
label="Week of March 31, 2026"
description="Weekly Update Summary"
Expand Down