The complete backend
Fire Arrow Server
Self-contained FHIR backend with auth, RBAC, GraphQL, CarePlan engine, subscriptions, and admin UI.
Open Server docsFire Arrow Documentation
Configuration, deployment, and recipes for Fire Arrow Server and Fire Arrow Core.
Fire Arrow ships in two editions. Pick the one that matches where you start.
The complete backend
Self-contained FHIR backend with auth, RBAC, GraphQL, CarePlan engine, subscriptions, and admin UI.
Open Server docsThe lightweight facade
GraphQL facade in front of an existing FHIR server. Adds auth and RBAC to Azure Health Data Services and others.
Open Core docsNot sure which one fits? Compare editions →
Step-by-step guides for the patterns digital health teams build most often.
Multi-tenancy
One server, many clinics. The tenant boundary lives in the FHIR data model itself, enforced at query time.
Open the implementation guideSurveillance
Define a PHQ-9 schedule once. Fire Arrow creates the Tasks, fires notifications, and triggers alerts on threshold crossings.
Open the implementation guideAI agents
An LLM agent queries FHIR data using the clinician’s own token. The model never holds credentials.
Open the implementation guideAnonymization
Investigators see full PHI; sponsors see anonymized data. Property and identity filters do the work at query time.
Open the implementation guideCarePlans
Model a medication plan as a FHIR CarePlan. Fire Arrow materializes timed Tasks and fires webhooks on state changes.
Open the implementation guideAnalytics
SQL-like HFQL queries over FHIR data, with the same RBAC and identity filters that protect every other request.
Open the implementation guideAPI reference:Server RESTServer GraphQLCore GraphQLRelease notes