📄️ Overview
Fire Arrow Server ships with a built-in web administration interface that lets you browse, create, and manage FHIR resources without writing any code. This section walks you through every feature available in the UI.
📄️ Patients
The Patient Dashboard lets you search, view, create, and manage patient records. Open it from Tools > Patients in the sidebar.
📄️ Practitioners
The Practitioner Dashboard follows the same layout as the Patient Dashboard and lets you search, create, and manage practitioner records. Open it from Tools > Practitioners in the sidebar.
📄️ Organizations
The Organizations page lets you manage the organizational hierarchy for your FHIR server. Open it from Administration > Organizations in the sidebar.
📄️ Role Management
The Role Management page lets you assign practitioners to organizations and configure their permissions. Open it from Administration > Role Management in the sidebar.
📄️ Plan Definitions
Plan Definitions are reusable templates that describe a structured set of clinical (or administrative) actions to be performed. In healthcare, they encode the kind of knowledge that clinicians carry in their heads - treatment protocols, order sets, screening guidelines, and decision-support rules - and make it computable so that a system can apply it consistently to every patient who qualifies.
📄️ Care Plans
A Care Plan describes how one or more practitioners (or the patient themselves) intend to deliver care for a particular patient over a period of time. While a Plan Definition is a reusable template, a Care Plan is patient-specific - it tracks the actual activities, goals, and progress for a real person in a real clinical situation.
📄️ Questionnaires
The Questionnaire page lets you create, import, and manage FHIR Questionnaires. Questionnaires define structured forms that patients or practitioners can fill out, producing QuestionnaireResponse resources. Open this page from Tools > Questionnaires in the sidebar.
📄️ Resource Browser
The Resource Browser is a generic tool for searching, viewing, editing, and deleting any FHIR resource type on the server. You reach it by clicking any resource type in the sidebar's Resources list.
📄️ Bundle Uploader
The Bundle Uploader lets you upload FHIR Bundle files to the server in bulk. Open it from Tools > Bundle Uploader in the sidebar.
📄️ Server Configuration
The Server Configuration page provides a visual interface for viewing and editing the server's runtime settings. Open it from Administration > Server Config in the sidebar.
📄️ Developer Tools
Fire Arrow Server includes several built-in tools for querying and exploring FHIR data. These are accessible from the header navigation when the corresponding server features are enabled.