DHTI Elixir Base
Project description
DHTI ELIXIR BASE
Base library for creating new DHTI Elixirs.
What is DHTI? DHTI (Digital Health Tooling Interface) provides building blocks for interoperable, healthcare-focused AI tooling. This repository is the minimal foundation you extend to build your own "Elixir"—a reusable, testable component (chain/agent/server) that plugs into the wider DHTI ecosystem.
Status: WIP, but stable enough to scaffold new Elixirs and iterate quickly.
Overview
This package exposes lightweight, composable base classes:
BaseChain– a LangChain-compatible chain scaffold with sensible defaults.BaseAgent– an agent scaffold that can bind tools and work with LangGraph.BaseGraph,BaseLLM,BaseServer,BaseSpace, andBaseDhtiModel– helpers to organize more complex Elixirs.
Use these to rapidly create a new Elixir with a consistent structure, tests, and docs.
Dependency Injection (mydi.py / di)
The codebase uses a simple dependency injection pattern via mydi.py and the get_di function. This allows you to:
- Configure FHIR endpoints, authentication, and other settings at runtime
- Swap out implementations for testing or customization
- Keep your code modular and maintainable
CDS Hook Module (Frontend Integration)
The cds_hook module now provides request parsing and context extraction for CDS Hooks workflows. It supports:
- Parsing various CDS Hooks request formats
- Extracting patient and order context
This enables integration with frontend CDS Hooks clients.
FHIR Module (Backend Integration: SMART on FHIR & FHIRPath)
The fhir module includes advanced backend features:
- SMART on FHIR: The
SmartOnFhirSearchclass provides secure, standards-based access to FHIR resources using OAuth2 and the SMART on FHIR protocol. It supports:- Patient-centric resource queries (Conditions, Observations, Procedures, MedicationRequests, AllergyIntolerances)
- $everything operation for comprehensive patient data
- Automatic token management and authentication
- FHIRPath Support: All resource queries can apply FHIRPath expressions for flexible data extraction and transformation.
Project layout
src/dhti_elixir_base/– base classes and minimal utilities.tests/– example tests to keep your Elixir robust.examples/– quick patterns for chains/graphs.docs/– MkDocs configuration for documentation.
Learn more
- DHTI home: https://github.com/dermatologist/dhti
- This template docs: https://dermatologist.github.io/dhti-elixir-base/
Give us a star ⭐️
If you find this project useful, give us a star. It helps others discover the project.
Contributors
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file dhti_elixir_base-0.7.0.tar.gz.
File metadata
- Download URL: dhti_elixir_base-0.7.0.tar.gz
- Upload date:
- Size: 228.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a4d776ed9c1b7dc3a83af5257e15a6d12b03964cf1290e7da88fbceb2cec190f
|
|
| MD5 |
0002176d368fcffe1a23aa68c9e4fe3f
|
|
| BLAKE2b-256 |
426bec2c2e9d632c664c5bdd569616d13ecdaba45dc2365e8065bbcb37b2560c
|
File details
Details for the file dhti_elixir_base-0.7.0-py3-none-any.whl.
File metadata
- Download URL: dhti_elixir_base-0.7.0-py3-none-any.whl
- Upload date:
- Size: 30.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0044376cae3f95703d793c359ea1afb81f4c1cffe3bff4a1f798970b94a855d3
|
|
| MD5 |
d3c4d37f90225badc3ea6b8a6104405d
|
|
| BLAKE2b-256 |
b512a1104fc7fdba88fbe2e0476f36a6f8f39be1ec3bc0b7f63aa9335167f580
|