© 2024 InterSystems Corporation, Cambridge, MA. All rights reserved.Privacy & TermsGuaranteeSection 508Contest Terms
adjustment in module.xml
In this exercise, you will modify an existing InterSystems IRIS for Health™ system to monitor incoming HL7® FHIR® data from a smart device connected to a Bluetooth oximeter. You will see how InterSystems IRIS for Health acts as a decision support tool, sending HL7 V2 requests to other applications based on parameters that are tracked by the Bluetooth device.
See instructions for Tracking Patient Care Using FHIR exercise on the InterSystems Learning site.
This package has
Make sure you have git and Docker desktop installed.
Clone/git pull the repo into any local directory
git https://github.com/rcemper/Samples-FHIR-Oximeter-Devices-AD.git
Build the container with your project:
docker compose --progress plain build
Run the container
docker compose up -d
To follow the startup you may use
docker compose logs -f