Medplum GraphQL API

FHIR-aware GraphQL endpoint at https://api.medplum.com/fhir/R4/$graphql. Supports typed nested queries, reverse-reference traversal (_reference), FHIRPath-style array filtering, and access-policy enforcement at the field level.

Documentation

Other Resources

🔗
Examples
https://raw.githubusercontent.com/api-evangelist/medplum/refs/heads/main/examples/medplum-graphql-patient-query-example.json
🔗
GraphQL
https://raw.githubusercontent.com/api-evangelist/medplum/refs/heads/main/graphql/medplum-graphql.md
🔗
APIsJSON
https://raw.githubusercontent.com/api-evangelist/medplum/refs/heads/main/apis.yml
🔗
Arazzo
https://raw.githubusercontent.com/api-evangelist/medplum/refs/heads/main/arazzo/medplum-amend-resource-with-history-workflow.yml
🔗
Arazzo
https://raw.githubusercontent.com/api-evangelist/medplum/refs/heads/main/arazzo/medplum-clinical-data-query-workflow.yml
🔗
Arazzo
https://raw.githubusercontent.com/api-evangelist/medplum/refs/heads/main/arazzo/medplum-create-diagnostic-report-workflow.yml
🔗
Arazzo
https://raw.githubusercontent.com/api-evangelist/medplum/refs/heads/main/arazzo/medplum-deploy-and-run-bot-workflow.yml
🔗
Arazzo
https://raw.githubusercontent.com/api-evangelist/medplum/refs/heads/main/arazzo/medplum-fhir-resource-crud-workflow.yml
🔗
Arazzo
https://raw.githubusercontent.com/api-evangelist/medplum/refs/heads/main/arazzo/medplum-finalize-observation-workflow.yml
🔗
Arazzo
https://raw.githubusercontent.com/api-evangelist/medplum/refs/heads/main/arazzo/medplum-find-and-delete-resource-workflow.yml
🔗
Arazzo
https://raw.githubusercontent.com/api-evangelist/medplum/refs/heads/main/arazzo/medplum-register-patient-with-observation-workflow.yml
🔗
Arazzo
https://raw.githubusercontent.com/api-evangelist/medplum/refs/heads/main/arazzo/medplum-resource-versioning-workflow.yml
🔗
Arazzo
https://raw.githubusercontent.com/api-evangelist/medplum/refs/heads/main/arazzo/medplum-schedule-encounter-workflow.yml
🔗
Arazzo
https://raw.githubusercontent.com/api-evangelist/medplum/refs/heads/main/arazzo/medplum-upsert-patient-workflow.yml

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/medplum-graphql-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 form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

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

API entry from apis.yml

apis.yml Raw ↑
aid: medplum:medplum-graphql-api
name: Medplum GraphQL API
description: FHIR-aware GraphQL endpoint at https://api.medplum.com/fhir/R4/$graphql. Supports typed nested
  queries, reverse-reference traversal (_reference), FHIRPath-style array filtering, and access-policy
  enforcement at the field level.
humanURL: https://www.medplum.com/docs/graphql
baseURL: https://api.medplum.com/fhir/R4/$graphql
tags:
- GraphQL
- FHIR
- Healthcare
properties:
- type: Documentation
  url: https://www.medplum.com/docs/graphql
- type: Examples
  url: examples/medplum-graphql-patient-query-example.json
- url: graphql/medplum-graphql.md
  type: GraphQL