All Projects → clinical-meteor → node-on-fhir

clinical-meteor / node-on-fhir

Licence: AGPL-3.0 license
Tech stack for building MACRA and 21st Century Cures compliant webapps.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to node-on-fhir

unity3d-ddp-client
Lightweight DDP client for Unity3D
Stars: ✭ 18 (-76%)
Mutual labels:  meteor
Meteor-Files-Demo
Demo application for ostrio:files package
Stars: ✭ 16 (-78.67%)
Mutual labels:  meteor
meteor-search
🔍 SPIKE of full-text search in MongoDB using Meteor
Stars: ✭ 40 (-46.67%)
Mutual labels:  meteor
Meteor-logger-file
🔖 Meteor Logging: Store application log messages into file (FS)
Stars: ✭ 24 (-68%)
Mutual labels:  meteor
nau-jukebox
Nâu Jukebox - share the song you love with the team, one person as host will play the song to listen together
Stars: ✭ 28 (-62.67%)
Mutual labels:  meteor
meteor-reactive-mongo
Reactive server-side MongoDB queries
Stars: ✭ 14 (-81.33%)
Mutual labels:  meteor
cql
Clincal Quality Language Specification
Stars: ✭ 16 (-78.67%)
Mutual labels:  fhir
meteor-astrocoders-publish
Smartly re-use Meteor publications logic
Stars: ✭ 33 (-56%)
Mutual labels:  meteor
meteor-pg
Use PostgreSQL reactively in Meteor.
Stars: ✭ 24 (-68%)
Mutual labels:  meteor
fhir-questionnaire-render-react
Render FHIR Questionnaire as a web form using FHIRFormJS
Stars: ✭ 18 (-76%)
Mutual labels:  fhir
meteor-two-factor
🔐 Two factor authentication package for accounts-password
Stars: ✭ 80 (+6.67%)
Mutual labels:  meteor
meteor-boilerplate
A Meteor ready-to-use app for Blaze + FlowRouter, with a bunch a handy functions, objects, packages, etc
Stars: ✭ 14 (-81.33%)
Mutual labels:  meteor
meteor-blaze-bs4
Generic Bootstrap 4 components library for Meteor Blaze.
Stars: ✭ 20 (-73.33%)
Mutual labels:  meteor
Hammer
Simple, reliable FHIR validator
Stars: ✭ 27 (-64%)
Mutual labels:  fhir
Meteor-Mailer
📮 Bulletproof email queue on top of NodeMailer with support of multiple clusters and servers setup
Stars: ✭ 21 (-72%)
Mutual labels:  meteor
awesome-vulcan
🗒 A list of resources to learn awesome VulcanJS 🖖
Stars: ✭ 15 (-80%)
Mutual labels:  meteor
signmeup
Real-time application to sign up for and manage TA hours.
Stars: ✭ 97 (+29.33%)
Mutual labels:  meteor
Block-Farm
A farming game built upon Ethereum platform.
Stars: ✭ 60 (-20%)
Mutual labels:  meteor
fhir-works-on-aws-persistence-ddb
A DynamoDB implementation of the FHIR Works on AWS framework, enabling users to complete CRUD operations on FHIR resources
Stars: ✭ 24 (-68%)
Mutual labels:  fhir
fhir models
FHIR Resource Models
Stars: ✭ 68 (-9.33%)
Mutual labels:  fhir

Node on FHIR

CII Best Practices StackShare
CircleCI

NodeOnFHIR-Honeycomb2

Welcome to Node on FHIR. This code repository contains a reference FHIR server and web application stack written in modern ES6/Typescript/Javascript/Node that can compile to mobile devices. We have gone through the NPM repository, and tried to pull in as many FHIR related libraries as we could in order to find the 'center' of the Javascript FHIR community.

This project is an offshoot of the Meteor on FHIR project, which developed a Javascript/Node based FHIR application stack about 4 years ago. A the time, we chose Meteor.js, a full-stack application framework that used websockets as it's transportation mechanism with pub/sub functionality, because it had good support for clinician worklists use cases with a document oriented database and good support for data visualizations. Over time, we saw some limitations with the default Meteor tech stack, particularly with the data distribution protocol and the Blaze rendering layer. However, we've been quite pleased with the Meteor compiler and its support for mobile applications.

Eventually, we decided to do a soft fork of the Meteor project, and set up our own release track, which involved publishing 100+ packages, and began replacing the websocket/data-distribution-protocol with HL7 compliant OAuth/REST interfaces. We also were tracking many of the latest developments in the Javascript community, such as the release of React and EcmaScript 6, and began migrating our codebase forward. With the help of the Meteor Development Group, we were able to upgrade the default reference build to include best practices from across the Javascript ecosystem.

This repository is set up as a GitHub template, so you can simply fork it and adjust the settings file. Included is an example plugin which can be compiled and published to NPM itself. Importantly, this repository uses isomorphic code, meaning its the same modern ES6 code pattners on the client, server, and in the plugin packages.

Supported FHIR Libraries

The following FHIR libraries from the NPM repository have been validated to work with NodeOnFHIR.

Library Vendor Description
fhirclient smarthealthit The official SMART on FHIR javascript client
fhir-kit-client Vermonster Modern FHIR client with ES6, SMART, cross-version support, etc
fhir-starter symptomatic FhirUtilities, FhirDehydrator, and template FHIR UI components.
fhir-react 1uphealth Multi use react component
json-schema-resource-validation VictorGus FHIR validator for R4
sof-scope-checker Asymmetrik Utility to check SMART on FHIR scope access
fhirpath HL7 The official FHIRPath parser
is-fhir-date HenrikJoreteg Checks if a date is FHIR compliant
ts-fhir-types Ahryman40k Typescript definitions
fhir-list-addresses careMESH Utility function for extracting addresses
hl7v2 panates HL7 v2 parser, serializer, validator and TCP client/server.
redox-hl7-v2 Redox This is Redox's battle-tested in-house HL7v2 parser/generator.

Past Projects

The FHIR appplication server in this repository is the result of 7 years of work; 100+ prototypes and pilots, the result of a million+ quality control tests, and the contributions of dozens of different organizations, ranging from big tech companies (Google Chrome, Facebook React) and javascript specific projects (Meteor, Material UI) to healthcare specific companies (HL7, Vermonster, Asymmetrik, SmartHealthIT, etc). It represents a rich combination of functionality that is difficult to be found anywhere else. It has been used to build personal health records, a longitudinal timeline that was published to the Apple App Store, patient charting software, clinical worklists, pharmacogenomics pipelines, medical imaging software, medical home hubs, and many more systems.

BuiltWithNodeOnFHIR

Quickstart

# install meter
npm install -g meteor

# get the boilerplate
git clone https://github.com/clinical-meteor/node-on-fhir

# get the vault-server package
cd node-on-fhir
cd packages
git clone https://github.com/clinical-meteor/vault-server
cd ../..

# install libraries and dependencies
npm install

# add custom packages (the FHIR server)
meteor add clinical:vault-server

# does it compile?
meteor run 
open http://localhost:3000

# can we get to the FHIR server yet?
open http://localhost:3000/metadata

# now run it with a custom settings file
meteor run --settings configs/settings.nodeonfhir.localhost.json

# does it run?  can we get to the FHIR server?  To the Patient route?
open http://localhost:3000/baseR4/metadata
open http://localhost:3000/baseR4/Patient

Important Links

Technology Stack

StackShare

References

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].