All Projects → henryzt → GOSH-FHIRworks2020-React-Dashboard

henryzt / GOSH-FHIRworks2020-React-Dashboard

Licence: other
🩺 Fully Responsive FHIR Dashboard written using @reactjs for NHS and GOSH hackathon

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to GOSH-FHIRworks2020-React-Dashboard

React Antd Admin
用React和Ant Design搭建的一个通用管理后台
Stars: ✭ 1,313 (+6152.38%)
Mutual labels:  react-router, antd, ant-design
React Redux Antdesign Webpack Starter
react + redux + ant design + react-router 4 + webpack 4 starter
Stars: ✭ 44 (+109.52%)
Mutual labels:  react-router, antd, ant-design
React Admin
基于 Ant Design React 的管理系统架构
Stars: ✭ 376 (+1690.48%)
Mutual labels:  react-router, antd, ant-design
Spring Security React Ant Design Polls App
Full Stack Polls App built using Spring Boot, Spring Security, JWT, React, and Ant Design
Stars: ✭ 1,336 (+6261.9%)
Mutual labels:  react-router, antd, ant-design
fhir-questionnaire-render-react
Render FHIR Questionnaire as a web form using FHIRFormJS
Stars: ✭ 18 (-14.29%)
Mutual labels:  fhir, fhir-client
react-antd
基于react + redux + immutable + less + ES6/7 + webpack2.0 + fetch + react-router + antd实现的SPA后台管理系统模板
Stars: ✭ 320 (+1423.81%)
Mutual labels:  react-router, ant-design
next-plugin-antd-less
🎩 Use Antd (Less) with Next.js v12, Zero Dependency on other Next-Plugins.
Stars: ✭ 338 (+1509.52%)
Mutual labels:  antd, ant-design
antd-etable
Editable Table base on Ant Design
Stars: ✭ 43 (+104.76%)
Mutual labels:  antd, ant-design
antd-form-mate
📦 基于 ant design 的表单组件,配置化实现表单功能。
Stars: ✭ 14 (-33.33%)
Mutual labels:  antd, ant-design
ant-table-extensions
Export, Search extensions to Ant Design's Table component.
Stars: ✭ 43 (+104.76%)
Mutual labels:  antd, ant-design
antd-pro-toolkit
🐜ant design pro toolkit.
Stars: ✭ 13 (-38.1%)
Mutual labels:  antd, ant-design
tiny-qiniu-request
tiny-qiniu for rc-upload or antd upload component `customRequest` property
Stars: ✭ 13 (-38.1%)
Mutual labels:  antd, ant-design
picker
📅 All Date Pickers you need.
Stars: ✭ 185 (+780.95%)
Mutual labels:  antd, ant-design
sunrise
The rise of a new project with React, Redux-Saga and React-Router
Stars: ✭ 13 (-38.1%)
Mutual labels:  react-router, antd
elm-antd
The official Ant Design UI Kit for Elm
Stars: ✭ 56 (+166.67%)
Mutual labels:  antd, ant-design
laravel-react-boilerplate
Laravel React Boilerplate with Ant Design, Route-Level Code Splitting, Redux, Sanctum Auth
Stars: ✭ 49 (+133.33%)
Mutual labels:  react-router, antd
umi-plugin-antd-theme
🎨 Best theme plugin
Stars: ✭ 77 (+266.67%)
Mutual labels:  antd, ant-design
halyos
Redesigning the Patient Portal Experience with SMART on FHIR.
Stars: ✭ 20 (-4.76%)
Mutual labels:  fhir, fhir-client
redux-form-antd
Ant design bindings for redux form
Stars: ✭ 107 (+409.52%)
Mutual labels:  antd, ant-design
react-visualized-platform
🐞 基于 React 的雾霾数据爬虫分析平台
Stars: ✭ 31 (+47.62%)
Mutual labels:  react-router, antd

FHIR Responsive React Dashboard

This project is built at UCL COMP0016 FHIRworks Hackathon (for GOSH DRIVE and NHS England). The app provides an easy to use, responsive web and mobile dashboard interfaces for users to view, search and analyse FHIR datasets.

About

img

Run the app on github pages. The dotnet server API is hosted on https://henryz.cc:5001/api/ from the repo FHIRworks_2020.


The app is built using:

With API and dataset:

The theme of the project is "6. Responsive design app form pulling data from a series of FHIR records e.g. retrieving and flattening the data, from a front-end design", however, it is also combined with "2. Graphing data" and "10. Searching".

Screenshots

Overview

The dashboard prototype came with three main sections (Patient list viewer, Advanced Search, Statistics), utilising FHIR data strcuture and standards.

The user interface is built based on React Ant Design library, with lots of self-customized CSS and modified designs. The UI is fully responsive, with a separate mobile tab menu for native mobile app experience.

img

FHIR Data Explorer

The patient list can be viewed by a choice of table or card layout. In the table layout, the user can easily sort or reorder the entire database by clicking the table head, and view full patient observation in a popup drawer.

For each observation entry, more advanced user can even view the raw FHIR json for more detailed info.

img

Search

Due to the extensiveness of FHIR data structure, each search rule has to be carefully written, thus it is quite hard to write an advanced search function with these many data inputs. However, with the help of the antd library, quite promising results can still be achieved. Additionally, the user can also use Exact match function to filter more strict matching result.

img

Statistics

Chart.js React is used for data visualization. A filter and restructure function has been written to manipulate the raw FHIR data and making it easier to be analyzed in the app.

img

Responsive Design

The web app is fully responsive, down to every smaller detail. To achieve this, a lot of CSS and media rule has to be re-written. In addition, a separate menu component for mobile and desktop (bottom tab bar using React Native component and side menu using standard React), which will be enabled and disabled programmatically. By doing this, it will also make the process to migrate the app to a React native app much easier, which means the web app can be easily installed on native smartphone and tablets.

img

img

img

Other Details

img

Available Scripts

In the project directory, you can run:

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

yarn build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].