SDKs
Official software development kits for integrating the MediBridgeX platform into your applications.
Overview
SDKs simplify integration by wrapping common API interactions into language-specific libraries, providing typed models and robust error handling natively.
Available SDKs
Python
Python SDK with sync/async support for data science and backend workflows.
Pending ReleaseJava
Enterprise Java client with Spring Boot autoconfiguration support.
Pending Release.NET
C# client for .NET Core and enterprise Microsoft environments.
Pending ReleaseGo
High-performance Go module for concurrent processing pipelines.
Pending ReleaseSDK Comparison
| Language | Status | Package Manager | Support Level | Documentation |
|---|---|---|---|---|
| Node.js | Supported | npm | General Availability | View → |
| Python | Planned | PyPI | Preview | Coming Soon |
| Java | Planned | Maven | Preview | Coming Soon |
| .NET | Coming Soon | NuGet | Coming Soon | Coming Soon |
| Go | Coming Soon | Go Modules | Coming Soon | Coming 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.
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.