MedLync API
REST, FHIR R4, HL7, and SOAP APIs with SDKs, webhooks, and a sandbox. Build on Nigeria's health infrastructure in days.
Build on Nigeria's health data layer.
MedLync API gives developers, health-tech startups, and enterprise engineering teams direct access to Nigeria's connected health data infrastructure. Whether you're building a patient-facing app, a clinical decision support tool, or integrating an existing EHR, MedLync API makes it possible.
Full FHIR R4 compliance means your integration works with global standards from day one. The sandbox environment lets you test with realistic synthetic data before touching production — and comprehensive SDKs for JavaScript, Python, and Java cut integration time dramatically.
Integrate in days, not months
import { MedLync } from '@medlync/sdk';
const client = new MedLync({
apiKey: process.env.MEDLYNC_API_KEY,
environment: 'sandbox'
});
// Get patient record by MedLync ID
const patient = await client.patients.get({
medlyncId: 'MLY-2024-NG-001234',
fields: ['demographics', 'allergies', 'medications']
});
// Share record with provider
await client.exchange.share({
patientId: patient.id,
toProvider: 'LASUTH-001',
recordTypes: ['labs', 'imaging'],
consentToken: patient.activeConsent
});Standard REST endpoints for all MedLync services. Full OpenAPI 3.0 documentation available.
Native FHIR R4 resources and HL7 message support for clinical system integration.
Real-time event notifications for patient record updates, consent changes, and lab results.
Full sandbox with synthetic patient data. Test every flow before going live.
Everything you need to build
OAuth 2.0 + SMART on FHIR
Industry-standard authentication with scoped access tokens. Patient-facing apps use SMART on FHIR launch protocols.
Real-Time Subscriptions
Subscribe to patient events and receive webhooks the moment records change, results arrive, or consent is updated.
Bulk Data Export
FHIR Bulk Data API for large-scale data migrations and analytics use cases — fully rate-limited and audited.
Consent API
Programmatically request, verify, and manage patient consent tokens — integrated into any application flow.
Multi-Tenant Architecture
Serve multiple facilities or providers from a single integration. Role-based access control at the tenant level.
Developer Portal
Interactive API explorer, usage dashboards, error logs, and rate limit monitoring — all in one place.
Start building on MedLync API
Get sandbox access today and integrate Nigeria's health infrastructure into your product.
Get API Access