A starter application for using the Medplum platform.
This example app demonstrates the following:
- Creating a new React app with Vite and TypeScript
- Adding Medplum dependencies
- Adding basic URL routing
- Using the Medplum client to search for FHIR resources
- Using Medplum GraphQL queries to fetch linked resources
- Using Medplum React Components to display FHIR data
If you haven't already done so, follow the instructions in this tutorial to register a Medplum project to store your data.
Fork and clone the repo.
Next, install the dependencies
npm install
Then, run the app
npm run dev
This app should run on http://localhost:3000/
Medplum is an open-source, API-first EHR. Medplum makes it easy to build healthcare apps quickly with less code.
Medplum supports self-hosting, and provides a hosted service. Medplum Hello World uses the hosted service as a backend.
- Read our documentation
- Browse our react component library
- Join our Discord