The Intervention Engine project provides a web-application for data-driven team huddles. Many care teams use team huddles to improve patient outcomes via efficient team communications and a holistic view of patients (due to the interdisciplinary nature of team huddles). Intervention Engine leverages electronic clinical records and clinical risk assessments to assist care teams in selecting patients for their huddles and providing the tools necessary to promote effective discussions and interventions.
Intervention Engine is a work in progress. Current Intervention Engine features:
- custom population filters based on age, gender, conditions, and encounter types
- clinical risk assessment integration via an open API
- prototype stroke risk calculation service (based on CHA2DS2-VASc)
- prototype "negative outcomes" risk calculation service (condition count + medication count)
- patient views w/ summary data, risk trends, and risk component visualization
- FHIR-based REST server
- C-CDA import
- huddle management (scheduling, viewing, progressing)
- automated patient selection for huddles
Still to come:
- intervention planning & tracking
- population views and visualizations
The frontend repository contains the source code for the React Intervention Engine web application. This application communicates with the ie server and riskservice server to provide the Intervention Engine browser-based user interface.
Intervention Engine is a stack of tools and technologies. For information on installing and running the full stack, please see Building and Running the Intervention Engine Stack in a Development Environment.
In order for the frontend to work correctly, it is assumed that the ie and riskservice servers are already running.
For information related specifically to building and running the code in this repository (frontend-react), please refer to the following sections in the above guide:
- (Prerequisite) Install Git
- (Prerequisite) Install Node.js
- (Prerequisite for testing) Install PhantomJS
- Clone frontend-react Repository
- (Optional) Create Intervention Engine User
- (Optional) Generate and Upload Synthetic Patient Data
Copyright 2016 The MITRE Corporation
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.