Skip to content
Merged
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
20 changes: 20 additions & 0 deletions changelog.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="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• Prescription PDF template engine — Configurable template styles for custom prescription PDF layouts.\n\nRead more: https://developer.eka.care/changelog"
}}
>

## Added

- **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

- **[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="April 9–13"
Expand Down
16 changes: 16 additions & 0 deletions emr-changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,22 @@ import { SubscribeForm } from '/snippets/subscribe-form.jsx';

<SubscribeForm />

<Update
label="April 14, 2026"
description="April 14, 2026"
tags={["Update"]}
rss={{
title: "EMR — April 14, 2026",
description: "• Prescription PDF template engine — 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>

<Update
label="April 13, 2026"
description="April 9–13"
Expand Down