CaboLabs EHRServer REST API

EHRServer is CaboLabs' Apache-2.0 open source, service-oriented openEHR clinical data repository. It exposes a REST API under /rest/v1 for authentication, organizations, users, EHRs, operational templates, contributions, compositions and saved queries, plus a legacy /api/v1 surface and management and synchronization endpoints. The project publishes a machine-readable Insomnia request collection of 73 requests and a wiki-published error-code registry. EHRServer is self-hosted, so the base URL is the deployer's own host.

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/cabolabs-ehrserver-rest-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.

API entry from apis.yml

apis.yml Raw ↑
aid: cabolabs-ehrserver-rest-api
name: CaboLabs EHRServer REST API
description: EHRServer is CaboLabs' Apache-2.0 open source, service-oriented openEHR clinical data repository.
  It exposes a REST API under /rest/v1 for authentication, organizations, users, EHRs, operational templates,
  contributions, compositions and saved queries, plus a legacy /api/v1 surface and management and synchronization
  endpoints. The project publishes a machine-readable Insomnia request collection of 73 requests and a
  wiki-published error-code registry. EHRServer is self-hosted, so the base URL is the deployer's own
  host.
humanURL: https://cabolabs.com/our_software/ehrserver
baseURL: https://{your-ehrserver-host}/rest/v1
tags:
- openEHR
- Clinical Data Repository
- Electronic Health Records
- Open Source
- Health
properties:
- type: Documentation
  url: https://ppazos.github.io/cabolabs-ehrserver/
- type: SourceCode
  url: https://github.com/ppazos/cabolabs-ehrserver
- type: ErrorCatalog
  url: errors/cabolabs-problem-types.yml
- type: Examples
  url: examples/cabolabs-ehrserver-2.0-insomnia.json