Home Applications HL7 Quick Start

HL7 Quick Start

InterSystems does not provide technical support for this project. Please contact its developer for the technical assistance.
4.25
2 reviews
0
Awards
483
Views
0
IPM installs
1
0
Details
Releases (1)
Reviews (2)
Issues
Pull requests (1)
Sample HL7 production built on InterSystems IRIS for Health Community Edition and Docker

What's new in this version

Initial Release

quickstarts-hl7

Summary

A stand-alone HL7 application built on InterSystems IRIS for Health and Docker.
In five terminal commands, build an HL7 integration engine, send a sample message, and view the trace of routing and transformations.
Recommended for use with: https://learning.intersystems.com/course/view.php?name=HL7%20QS
Contact InterSystems Learning Services Support with questions or feedback: online.training@intersystems.com

Repo Contents

  • Dockerfile, docker-compose.yml, and Installer.cls to create container with HL7QS.Production in INTEROP namespace

  • /src with source files for HL7QS Production

  • /shared directory which acts as a volume between local machine and IRIS container

  • /.vscode/settings.json for automatic server connections when opened in VS Code.

Requirements:

To Run on Windows (PowerShell):

	git clone https://github.com/intersystems/quickstarts-hl7  
	cd quickstarts-hl7  
	docker-compose up -d  
	cp shared\data\sample_data\ADT_A01.txt shared\data\registration\  
	start explorer "http://localhost:52785/csp/interop/EnsPortal.ProductionConfig.zen?PRODUCTION=isclearning.HL7QS.Production&$NAMESPACE=INTROP" 

Log in with credentials: SuperUser | SYS

To Run on macOS:

	git clone https://github.com/intersystems/quickstarts-hl7  
	cd quickstarts-hl7  
	docker-compose up -d  
	cp shared/data/sample_data/ADT_A01.txt shared/data/registration/  
	open "http://localhost:52785/csp/interop/EnsPortal.ProductionConfig.zen?PRODUCTION=isclearning.HL7QS.Production&$NAMESPACE=INTEROP"  

Log in with credentials: SuperUser | SYS

Made with
Version
1.0.016 Feb, 2021
Category
Technology Example
Works with
InterSystems IRIS for Health
First published
16 Feb, 2021
Last edited
16 Feb, 2021
Last checked by moderator
27 Jun, 2023Works