FHIR Patient Browser Demo App

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':'EXAMPLE-API-KEY-Gv2eBhprQF96YEvmIG',
    '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