📄️ First Run
Fire Arrow Server is distributed as a pre-built Docker image from the Evoleen Public ACR (Azure Container Registry):
📄️ Minimal Configuration
Fire Arrow Server is configured through a single application.yaml file located at src/main/resources/application.yaml. This guide covers the essentials to get authentication and authorization working.
📄️ Making Requests
Fire Arrow Server exposes both a GraphQL API and a standard FHIR REST API. This guide shows you how to interact with each, starting with the simplest requests and building up to common patterns.