Skip to content

Aidbox/usnpi-ui

Repository files navigation

US NPI Demo

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.

Dev

  • 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

Production

https://usnpi.netlify.com/