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.
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
To run this app yourself,
- Clone down the repository
$ git clone https://github ...
- 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.
- Replace the subscription key in the
.env
file. - 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
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.