Home Applications FHIR Patient Browser

FHIR Patient Browser

Community Project
This project is maintained by its author and is not officially supported by InterSystems. For technical support, please contact the project developer.
0
0 reviews
0
Awards
496
Views
0
IPM installs
0
0
Details
Releases (2)
Reviews
Issues
Pull requests (1)
Simple Patient Browser app for FHIR server, using fhir.js library

What's new in this version

fix typo

FHIR Patient Browser Demo App

online demo

Here is the online demo
You can have it being deployed online too if you change the DNS in GitHub Actions workflow build-push-gcr.yml
You will need a SERVICE_ACCOUNT_KEY secret that could be collected by request in the discord channel

Endpoint configuration

Adjust main.js to point to your FHIR server

var client = Fhir({
  baseUrl: 'https://XXXXXXXXX.execute-api.us-east-2.amazonaws.com/fhir',

headers: { 'x-api-key':'x5DLGbN52yaYYekXkryCW75rJUHBDMQa1ewwTGfj', 'accept':'/' }

Dependencies in build process

Webpack assumed to be installed. See https://webpack.js.org/

npm install fhir.js
npm install webpack
npx webpack --config webpack.config.js
Last checked by moderator
13 Dec, 2025Works
Made with
Version
1.0.117 Aug, 2020
Category
Technology Example
Works with
InterSystems IRIS for Health
First published
01 Aug, 2020
Last edited
17 Aug, 2020