FHIR GraphQL Client

About the tool

The FHIR (Fast Healthcare Interoperability Resources) standard enables easy exchange of health information electronically. To enhance data querying and interactions, FHIR supports the usage of GraphQL.

GraphQL is a powerful open-source data query and manipulation language. It enhances the capabilities of FHIR by minimizing over-fetching of data and enabling complex querying.

I've built this FHIR GraphQL Client tool to allow users to efficiently author and send GraphQL queries to FHIR servers via a simple UI. Under the hood, the app executes the $graphql operation against the specified FHIR endpoint.

Demo

The base URL of the FHIR server. Only the public HTTPS endpoints with CORS enabled are supported.
The GraphQL query that you wish to execute.
Press Run query to execute the query.

See also

Made by Anton Vasetenkov.

If you want to say hi, you can reach me on LinkedIn or via email. If you like my work, you can support me by buying me a coffee.