FHIR Patient Browser

Downloads36
Subscribe
0
Bookmark
0
This application is not supported by InterSystems Corporation. Please be notified that you use it at your own responsibility.
Details
Releases
Reviews
Issues

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
Rating
0 (0)
Category
Technology Example
Works with
InterSystems IRIS for Health
Tags
Info
Version
1.0.1
Last updated
2020-08-17
Repository
Open
Documentation
Open
License
Link