Antimicrobial Insights is a prototype SMART on FHIR clinical decision support application that aims to display relevant patient electronic health record (EHR) information to clincial professionals when dealing with infection cases. We hope that this serves as a demonstration of what's possible when third party applications are integrated with Smart on FHIR compatible Electronic Medical Record systems. Specialized views of patient data helps healthcare providers focus on the information that matters.
Index | Description |
---|---|
Stack | The application stack. |
Demo | Interact with Antimicrobial Insights application. |
High Level Architecture | Learn about the application architecture. |
Development | Learn how we developed this application. |
Deployment | Learn how to deploy this project yourself. |
Disclaimer | Project disclaimer. |
License | License details. |
- Front-end - ReactJS on NodeJS as the core framework. It utilizes the SMART on FHIR framework (FHIR version R4) for EHR launches.
- Hosting - AWS Amplify.
- Backend - In the backend, we are using AWS Comprehend Medical to aid in patient data classification and filtering.
By using this application, you are agreeing to the disclaimer.
You can explore the live demo of the application here (no launching needed).
If you want to run the application locally, you will need to launch the application from a SMART on FHIR compliant EMR emulator. The start commands for running the application locally are:
yarn install
yarn start:build
There are a number of of different ones available but we recommend using the Smart App Launcher Sandbox as it does not require any code modifications to run.
You can use the following settings shown below to launch the demo:
For the "App Launch URL", you can use either "http://localhost:3000/" if you're running this project locally, or if you're using the live demo application, use the URL for the app.
To learn more details about this application, please read our Development Document
To deploy this solution into your AWS Account please follow our Deployment Guide
This application is not intended to be a substitute for professional medical advice, diagnosis, or treatment. Always seek the advice of your physician or other qualified health provider with any questions you may have regarding a medical condition. Use of this application or any information provided by this application is solely at your own risk. This application is for demonstration purposes only.
- March 8, 2021: Initial release.
This project is distributed under Apache-2.0