This is a demonstration app showcasing indexed search capability of the US NPI registry powered by Aidbox.
The app performs search on Practitioner and Organization FHIR resources.
- Install dependencies
npm i
- Prepare environment
cp env-tpl .env
- Start docker-compose with Aidbox Dev
docker-compose up -d
- Register app
npm run dev
- Start ui
npm start