Firely Server FHIR REST API

Every Firely Server (formerly Vonk) instance exposes the standard HL7 FHIR REST API contract — type-level and instance-level CRUD, search, history, batch/transaction, capability statement (/metadata), conditional operations, and conformance-driven validation — plus pluggable modules for Terminology Services, Bulk Data Access ($export), SMART on FHIR, CDS Hooks, Subscriptions/PubSub, FHIR Mapping Language, and custom search parameters. Firely Server supports FHIR R4, R4B, R5, and STU3 across MongoDB and SQL Server backends and is G10, ONC, and ISiK certified. The API contract is the HL7 FHIR specification itself; there is no public hosted multi-tenant base URL — customers self-host Firely Server on Windows, Linux, macOS, Docker, or Kubernetes.

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/firely-server-fhir-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: firely-server:firely-server-fhir-rest-api
name: Firely Server FHIR REST API
description: Every Firely Server (formerly Vonk) instance exposes the standard HL7 FHIR REST API contract
  — type-level and instance-level CRUD, search, history, batch/transaction, capability statement (/metadata),
  conditional operations, and conformance-driven validation — plus pluggable modules for Terminology Services,
  Bulk Data Access ($export), SMART on FHIR, CDS Hooks, Subscriptions/PubSub, FHIR Mapping Language, and
  custom search parameters. Firely Server supports FHIR R4, R4B, R5, and STU3 across MongoDB and SQL Server
  backends and is G10, ONC, and ISiK certified. The API contract is the HL7 FHIR specification itself;
  there is no public hosted multi-tenant base URL — customers self-host Firely Server on Windows, Linux,
  macOS, Docker, or Kubernetes.
humanURL: https://docs.fire.ly/projects/Firely-Server/
tags:
- FHIR
- REST
- Healthcare
- CRUD
- Search
- Terminology
- Bulk Data
- SMART on FHIR
- CDS Hooks
- Subscription
tags_raw:
- FHIR
- REST
- Healthcare
- CRUD
- Search
- Terminology
- Bulk Data
- SMART on FHIR
- CDS Hooks
- Subscriptions
properties:
- type: Documentation
  url: https://docs.fire.ly/projects/Firely-Server/
  name: Firely Server Documentation
- type: Standards
  url: https://hl7.org/fhir/http.html
  name: HL7 FHIR RESTful API specification
- type: Standards
  url: https://hl7.org/fhir/
  name: HL7 FHIR Specification
- type: Documentation
  url: https://hl7.org/fhir/uv/bulkdata/
  name: FHIR Bulk Data Access IG
- type: Documentation
  url: https://hl7.org/fhir/smart-app-launch/
  name: SMART App Launch
- type: Sample
  url: https://github.com/FirelyTeam/firely-pubsub-sample
  name: Firely Server PubSub sample
- type: Sample
  url: https://github.com/FirelyTeam/Vonk.Facade.Starter
  name: Vonk Facade starter project
- type: Plugin
  url: https://github.com/FirelyTeam/Vonk.Plugin.DocumentOperation
  name: Vonk $document operation plugin
- type: Plugin
  url: https://github.com/FirelyTeam/Vonk.Plugin.ExampleOperation
  name: Vonk plugin template