Giter VIP home page Giter VIP logo

react-epic-demo's Introduction

Sample React App for the 2018 Epic App Orchard Presentation

This repository contains a simple demo React application to access SMART/FHIR-based data from the Epic App Orchard. This demo was used by Farhan Ahmad (HealthDecision) during his presentation titled "App Architecture to Reassure CSOs: SPAs in React" at the 2018 Epic App Orchard Conference.

To keep the demo simple, some values are hard coded after retrieving the actual FHIR resources. In addition to the actual workflow, the code also contains some dummy data that can used without an actual EHR.

Screenshot with Sample Data

Running the app from Epic App Orchard

  1. Clone the repository
  2. Install the needed modules (assumes you already have yarn installed): yarn install
  3. Add your app credentials to credentials.js
  4. Run using yarn: yarn start. If you need to run HTTPS then use the start-https task which depends on sudo and will require your administrator password: yarn start-https. You can now browse the sample data at http://localhost:3000 or continue to the next step.
  5. Launch from Epic App Orchard Simulator. The launch URL will be https://YOUR_HOST_NAME/fhir/epic/launch

Disclaimer: The goal of this code was to show a simple approach to getting data using SMART/FHIR. Not much energy was devoted to error handling and oauth/security, so both of these will need a lot of attention if planning for production use.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.