caseyrieder / react-redux-universal-fhir

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-redux-universal-fhir

##A React/Redux/Universal/MongoDB FHIR REST Server ####Project goal: Fast and simple implementation of FHIR DSTU2 (v1.0.2-7202) for HL7 Version 3.

Inspired by the OSEHRA vista-novo-generated-fhir project.

For the latest builds of examples, please visit here

Heavily based on @erikas react-redux-universal-hot-example. The project can be found here

###Warning: Not Production Ready!

##Features

  • React + Redux Universal best practice
  • Mongoose schema for FHIR resources
  • Written in ES6/7

##Getting started 😄

# Download latest FHIR json schemas
npm download

# Convert FHIR schemas to mongoose schemas
# Works, yay!
npm pre-start

# Start the server (under development)
npm start

About

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:JavaScript 99.9%Language:Shell 0.0%Language:Makefile 0.0%Language:CSS 0.0%