fhirbase/fhirface

Name: fhirface

Owner: Fhirbase

Description: [DEPRECATED] Generic UI for FHIR compliant REST servers

Created: 2014-06-18 07:51:25.0

Updated: 2017-09-26 07:43:30.0

Pushed: 2016-02-17 09:56:36.0

Homepage:

Size: 138

Language: CoffeeScript

GitHub Committers

UserMost Recent Commit# Commits
Danil Kutkevich2016-02-17 09:56:36.046
niquola2014-12-18 09:48:55.036
Maksym2015-03-02 13:40:40.038

Other Committers

UserEmailMost Recent Commit# Commits

README

[DEPRECATED] No longer being actively developed

Fhirface

Live Demo

fhirplace on server side.

Description

Generic UI for FHIR servers.

Fhirface is byproduct of fhirplace open source FHIR server implementation. It can be used with any FHIR compliant server (support of json format required).

Features:

Installation

nodejs is required for build. We recommend install it using nvm

clone https://github.com/fhirbase/fhirface
hirface
stall npm modules
install
ild app into ./dist
BASEURL=http://fhirplace.health-samurai.io npm run-script build

n def server
PORT=8080 BASEURL=http://fhirplace.health-samurai.io npm start

blish
PORT=8080 BASEURL=http://fhirplace.health-samurai.io npm run-script deploy

After building you can copy build directory into your web server directory and open index.html file.

Run with OAuth2

Asume Fhirwall running on http://localhost:3000 and application it self running on http://localhost:8080.

use 0 \
 env \
 PORT=8080 \
 BASEURL='http://localhost:3000/fhir' \
 OAUTH_CLIENT_ID='your-oauth-client-id' \
 OAUTH_CLIENT_SECRET='your-oauth-client-secret' \
 OAUTH_REDIRECT_URI='http://localhost:8080/#/redirect' \
 OAUTH_SCOPE='all' \
 OAUTH_RESPONSE_TYPE='token' \
 OAUTH_AUTHORIZE_URI='http://localhost:3000/oauth/authorize' \
 npm start
Service

All premium services from developers of Fhirbase projects should be requested from Choice Hospital Systems (http://Choice-HS.com)

Implementation details
TODO
Contribution

Be free make feature requests & report bugs.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.