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.

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: Example
  url: examples/medplum-graphql-patient-query-example.json
- type: NaftikoCapability
  url: capabilities/medplum-graphql.yaml
- url: graphql/medplum-graphql.md
  type: GraphQL