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

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