Documentation

Everything developers need to integrate with the MediBridgeX platform.

SDKs

Official software development kits for integrating the MediBridgeX platform into your applications.

SDKs v1

Overview

SDKs simplify integration by wrapping common API interactions into language-specific libraries, providing typed models and robust error handling natively.

Application
SDK
REST API
MediBridgeX

Available SDKs

SUPPORTED

Node.js

Official TypeScript/JavaScript client for Node.js environments.

Documentation
PLANNED

Python

Python SDK with sync/async support for data science and backend workflows.

Pending Release
PLANNED

Java

Enterprise Java client with Spring Boot autoconfiguration support.

Pending Release
COMING SOON

.NET

C# client for .NET Core and enterprise Microsoft environments.

Pending Release
COMING SOON

Go

High-performance Go module for concurrent processing pipelines.

Pending Release

SDK Comparison

LanguageStatusPackage ManagerSupport LevelDocumentation
Node.jsSupportednpmGeneral AvailabilityView →
PythonPlannedPyPIPreviewComing Soon
JavaPlannedMavenPreviewComing Soon
.NETComing SoonNuGetComing SoonComing Soon
GoComing SoonGo ModulesComing SoonComing Soon

Why Use an SDK

Simplified Authentication

Automatically handles token generation, bearer headers, and credential rotation under the hood.

Automatic Request Handling

Built-in retries, exponential backoff, and pagination parsing.

Consistent Error Handling

Maps raw HTTP status codes to strictly typed language-specific exceptions.

Typed Responses

Includes full TypeScript/Pydantic/POJO models for FHIR R4 resources.

Version Compatibility

Guarantees API surface compatibility and provides safe deprecation warnings.

Maintainable Integrations

Reduces boilerplate REST code so your team can focus on healthcare logic.

Example Structure

SDKs abstract away the complexity of managing REST endpoints directly.

Application
SDK Wrapper
Authentication
Platform API

Supported Platform Features

Authentication

Supported globally

FHIR APIs

Supported globally

HL7 Services

Planned

Projects

Supported globally

Organizations

Supported globally

Monitoring

Supported globally

Audit Logs

Supported globally

API Keys

Supported globally

Installation

Installation instructions and package repository links will be published alongside each official SDK release.

Node.jsnpm install @medibridgex/node.js
PythonComing Soon
JavaComing Soon
.NETComing Soon
GoComing Soon

SDK Lifecycle

Choose SDK
Authenticate
Call APIs
Receive Responses
Build Integration
Deploy

Start Building