Build a FHIR app with React
Create a simple FHIR web app using the Vite template.
This tutorial will walk you through key BonFHIR concepts and every step of the process, from setup to a fully functional web app with tables and inputs.
Video tutorial
This tutorial is also available in video:
What you'll need
📄️ Start from the Vite template
Create the app from the vite template
📄️ Setup a local FHIR Server
Use Medplum as a FHIR backend for development
📄️ Display FHIR data
Retrieve resources and display formatted properties
📄️ Create a table with pagination
Display FHIR resources in a paginated table
📄️ Edit resources with FHIR forms
Easy editing of FHIR resources