Developer journeys
API & SDK capability map
Find the Mediloop API, SDK, connector, healthcare standard or event surface that matches the capability you need.
How to use this map
Start with the capability you want to add, then choose the developer surface that matches the external system and the workflow. A surface can be a REST or FHIR endpoint, a healthcare protocol operation, an SDK method, a connector configuration or an event subscription. Not every capability should invent a REST endpoint.
Platform APIs
| Capability | What you can do | Primary developer surface | Documentation |
|---|---|---|---|
| Identity & SSO | OAuth 2.0 / OIDC / identity APIs | REST + identity protocols + SDKs | Identity docs → |
| Organizations, users & permissions | Tenant, membership, role and scope management | REST APIs | Organizations → |
| Scheduling | Appointments, slots, resources and availability | REST / FHIR-aligned resources | Scheduling → |
| Teleconsultation | Session and workflow integration | Platform APIs / events | Teleconsultation → |
| Prescriptions | Create, sign, route and track prescription workflows | REST + FHIR MedicationRequest/MedicationDispense | Prescription API → |
| Marketplace / supplier / procurement | Catalogues, products, listings, orders and commercial workflows | REST + webhooks | Marketplace API → |
Healthcare interoperability
| Domain | Common operations | Primary standards / surfaces | Documentation |
|---|---|---|---|
| General clinical data | Search, read, create and update supported healthcare resources | FHIR R4/R5 profiles + REST | FHIR API → |
| Laboratory | Orders, specimens, analyzer/LIS exchange, observations and reports | HL7 v2, FHIR, ASTM/vendor protocols, Connector SDK | Laboratory Connectors → |
| Medical imaging | Worklists, query/retrieve/store, studies, instances and reports | DICOM, DICOMweb, FHIR ImagingStudy/DiagnosticReport | Imaging Connectors → |
| Clinical devices | Capture observations, events, local resources and selected commands | IEEE 11073, BLE/GATT, USB/Serial, vendor SDKs, FHIR | Clinical Devices → |
Connector surfaces
Connector SDK
Build custom adapters and handlers when an existing standard or prebuilt connector is not enough.
Workstation Agent
Reach local devices, drivers, files or native resources that a browser cannot safely access directly.
Protocol connectors
Connect systems using healthcare and enterprise protocols while preserving retries, mapping, audit and observability.
Events and automation
| Need | Surface |
|---|---|
| React to resource or workflow changes | Webhooks / subscriptions / event stream |
| Avoid repeated polling | Event-driven notifications with retry semantics |
| Coordinate long-running integrations | Async workflow + correlation IDs + idempotency |
| Track connector/device health | Health endpoints, metrics and connector status events |