Welcome to Open Exchange

At InterSystems, we deeply appreciate the rapid innovation enabled by open-source development. Our team acknowledges the significant impact of the community's dedication, which has been a driving force behind the evolution of software and data technology.

Top contributors

Featured applications

37 Application(s)
Filter
Show only
Last release on OEX
Categories
Works with
Industry
InterSystems FHIR
Clear filters
Application NameDeveloperMade withRatingLast updatedViewsInstalls

smart-day-hands-on

A hands-on workshop sample with detailed exercise instructions

N
Netanel Frankel
Docker
4.5 (1)22 Jun, 2025 163

Smart Clinical Copilot - Configuration Management System

AI-powered Clinical Decision Support System (CDSS)

K
Kunal Pandey
Docker
Python
AI
ML
ML
5.0 (1)30 May, 2025 5.5k

InterSystems Ideas Waiting to be Implemented

Programmatic reports

The report creation is a tedious and non-productive task. You need an IDE, create a connection, create a SQL query, define report bands, drag-and-drop/design report columns, fields, labels, summarizations, margins, charts and prepare perfect pixel reports for print. To create a tradicional report the effort takes 4 to 12 hours. The idea is to define reports using object script instructions. With some minutes and with writing a few object script lines you can get a report equivalent to a tradicional report, with the benefit to create dynamic content for the reports (productivity). The idea includes yet the feature to allows to the developer set print restrictions for the PDF report generated (reduce carbon emission, not allowing print, only read). Benefits of this idea: 1 - Productivity - develop a report in minutes not in hours 2 - Reduce carbon emission - is possible restrict the PDF print 3 - Create dynamic reports using ObjectScript 4 - No need to install a report server, saving processor and memory resources (decreasing emissions) To create a report using source code, see this sample with Java, but could be in ObjectScript too: TextColumnBuilder<String> itemColumn = col.column("Item", "item", type.stringType()); TextColumnBuilder<Date> orderDateColumn = col.column("Order date", "orderdate", type.dateType()); TextColumnBuilder<Integer> quantityColumn = col.column("Quantity", "quantity", type.integerType()).setFixedWidth(50); TextColumnBuilder<BigDecimal> unitPriceColumn = col.column("Unit price", "unitprice", type.bigDecimalType()); ColumnTitleGroupBuilder titleGroup2 = grid.titleGroup("Group 2", quantityColumn, unitPriceColumn); ColumnTitleGroupBuilder titleGroup1 = grid.titleGroup("Group 1", orderDateColumn, titleGroup2).setTitleFixedWidth(450); report() .setTemplate(Templates.reportTemplate) .columnGrid(itemColumn, titleGroup1) .columns(itemColumn, orderDateColumn, quantityColumn, unitPriceColumn) .title(Templates.createTitleComponent("ColumnTitleGroup")) .pageFooter(Templates.footerComponent) .setDataSource(createDataSource()) .setSecurityRule(PrintRule.READ_ONLY) //if you want restrict print .printPDF();

Y
by Yuri Marx

5

Votes

3

Comments
Vote

iris-medbot-guide

Automatically generate patient education content and personalize

s
shan yue
Docker
Python
IPM
4.0 (1)25 May, 2025 70

Langchain4jFhir

AI-powered Quarkus backend that analyzes base on a FHIR

Erick Hideki Murakami
Docker
AI
4.0 (1)24 May, 2025 75

fhir-craft

Build your own FHIR resources with synthetic data

L
Laura Blázquez García
Docker
5.0 (1)23 May, 2025 138

FhirReportGeneration

Combining FHIR medical information to obtain AI medical reports

X
XINING MA
Docker
Python
4.5 (1)23 May, 2025 59

iris-fhir-lab

A web app to display FHIR resources details dynamically

Muhammad Waseem
Docker
Python
IPM
0.0 (0)19 May, 2025 679 48

React Native Frontend for FHIR by Lovable

A React-Native frontend UI for FHIR server generated by Lovable

Evgeny Shvarov
AI
0.0 (0)26 Mar, 2025 160

X-rAI-iris-health

InterSystems IRIS for Health Data Analytics with Explainable AI

R
Rahul Singhal
Python
AI
ML
ML
0.0 (0)05 Mar, 2025 62

FHIR Primitive Extension

How to create a FHIR primitive extension

K
Keren Skubach
0.0 (0)12 Dec, 2024 74

FHIRValidation

Test cases validating FHIR payload against custom FHIR IG on InterSystems IRIS FHIR Server

L
Lin Zhu
Docker
0.0 (0)10 Oct, 2024 150

VectorSearchOnPatientSimilarity

A Patient similarity comparison demo running on IRIS for Health

L
Lin Zhu
Docker
4.5 (1)23 Sep, 2024 110

irisfirebase

Firebase module for InterSystems IRIS

D
Daniel Aguilar
Docker
Python
IPM
5.0 (1)27 Jul, 2024 208 3

iris-fhirsqlbuilder-dbt-integratedml

Demonstration of building predictive models trained on FHIR data

Thomas Dyar
Docker
Python
AI
ML
ML
0.0 (0)29 Mar, 2024 184

formation-fhir-python

Training on FHIR and Python based on IRIS for Health.

G
Guillaume Rongier
Docker
Python
0.0 (0)29 Feb, 2024 442

fhirmessageverification

A Simple FHIR Message Verification Application+Message Create

Shanshan Yu
Docker
IPM
0.0 (0)21 Feb, 2024 288 8

workshop-smart

Functional example of Angular APP + Auth0 + IRIS FHIR Repository

Luis Angel Pérez Ramos
Docker
0.0 (0)09 Feb, 2024 314

FHIR-OCR-AI

Image extraction text to fhir message

x
xuanyou du
IPM
AI
0.0 (0)04 Feb, 2024 387 5

Fhir-HepatitisC-Predict

Processing FHIR resources through FHIR SQL BUILDER will predict the probability of suffering from HepatitisC disease

s
shan yue
IPM
ML
ML
0.0 (0)02 Feb, 2024 269 1

Health Harbour

An example of using InterSystems FHIR

A
Alena Krasinskiene
Docker
IPM
5.0 (1)01 Feb, 2024 358 1

HL7-FHIR-Cohort-Population

HL7 to FHIR Cohort Population

M
Momeena Ali
5.0 (1)25 Jan, 2024 221

InterLang

LangChain meets FHIR for personalized health plans

Z
Zacchaeus Chok
Docker
Python
0.0 (0)27 Nov, 2023 367

fhir-pex

Java Application sending FHIR messages to Kafka topics.

F
Flavio Neubauer
Docker
AI
4.0 (1)26 Nov, 2023 340

FSLog

Internal FHIR Server Log

Ashok Kumar T
Docker
IPM
4.5 (1)24 Sep, 2023 205 15

FHIR-XMLToJSON

Convert FHIR XML to JSON resource message structure

Ashok Kumar T
Docker
IPM
3.5 (1)22 Sep, 2023 349 6

FHIR - AI and OpenAPI Chain

Call any FHIR API with natural language input. OpenAI. LangChain

Ikram Shah
Docker
Python
IPM
AI
0.0 (0)07 Jul, 2023 732

IRIS FHIR Transcribe Summarize Export

OpenAI Transcribe & Summarize. Google Docs & Sheets Integration

Ikram Shah
Docker
Python
IPM
AI
0.0 (0)06 Jul, 2023 554

fhir-chatGPT

A Virtual Healthcare chat Assistant

D
Davi Massaru Teixeira Muta
Docker
AI
0.0 (0)01 Jul, 2023 483 125

workshop-smart-data-fabric

Learn the main ideas involved in developing a Smart Data Fabric using InterSystems IRIS

A
Alberto Fuentes
Docker
Python
5.0 (1)26 Apr, 2023 263

FHIRDrop-FHIRBox

A simple production that enables FHIR transaction bundles to be loaded into InterSystems® FHIR® Server via Box and Dropbox.

Ron Sweeney
0.0 (0)17 Jan, 2023 257