##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