Skip to content

DIPSAS/hello-open-dips

Repository files navigation

Hello Open DIPS React App

Thanks for checking out our Hello World SMART on FHIR app that connects to our DIPS sandbox, Open DIPS! In short this application showcases how you can build a SMART on FHIR app that works with DIPS Arena. It's a patient-specific app which fetches some basic information about the patient, e.g. their date of birth and a list of documents in the EHR.

Screenshot of the app

Try the app

If you'd only like to see how the app looks, go to hello.open.dips.no. When asked for credentials you can use OPENDIPS as both username and password. You can see more information about valid data to test with on open.dips.no/data

Run the app yourself

To run this app yourself,

  1. Clone down the repository
$ git clone https://github ... 
  1. Go to open.dips.no/profile and grab the subscription key to our APIs. The app needs the subscription key to be able to call our APIs.
  2. Replace the subscription key in the .env file.
  3. Build and run the app with npm. PS: You'll need to download and install Node.js first!
$ npm install
$ npm run build
$ npm run start 

Questions?

If you have any questions or issues please submit a new Issue! If you want to contribute to the app, or have any changes, feel free to submit a pull request.