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

526 Application(s)
Filter
Show only
Last release on OEX
Categories
Works with
Industry
Status
InterSystems IRIS for Health
Application NameDeveloperMade withRatingLast updatedViewsInstalls

BulkProfile_HL7RoutingRules

IRIS Integration - Bulk find HL7 Routing changes. No UnitTests.

A
Alex Woodhead
IPM
3.0 (2)08 Jul, 2023 289 2

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 811

InterSystems Ideas Waiting to be Implemented

AI extensibility Prompt keyword for Class and Method implementation. Also Prompt macro generator.

To accelerate capability of growing code generation. This proposal suggests new extensibility facilities and hooks that can be democratized to community and / or fulfilled by commercial partners. To add Training metadata to Refine a Large Language Model for code, a "Prompt Input" is associated with an expected "Code Output", as part of a class definition. This provide structured keywords to describe: * The expected output * And / Or Chain-of-thought to generate the correct output | /// The following Prompt describes the full implementation of the class Class alwo.Calculator [Abstract, Prompt = "Provides methods to Add, Subtract, Multiply and divide given numbers." ] { /// The following Prompt describes the full implementation of the method ClassMethod Add(arg1 As %Float, arg2 As %Float) As %Float [ Prompt ="Add numeric arguments and return result." ] { return arg1 + arg2 } ClassMethod Subtract(arg1 as %Float, arg2 As %Float) { &Prompt("Subtract numeric arguments and return result") ) } | The Prompt macro generates code based on the context of the method it is within. Once resolved, it automatically comments out the processed macro. | ClassMethod Subtract(arg1 as %Float, arg2 As %Float) { //&Prompt("Subtract arguments and return the result") return arg1 - arg2 //&Prompt("Model alwogen-objectscript-7.1.3") ) | The generator leveraged at compilation time could be configured in a similar way to how source control is configured for a namespace. Configuration could lock / exclude packages from being processed in this way. A "\prompt" compilation flag could be used to control the default environment behavior and editor compilation behavior. For example to force reprocessing of previously resolved prompts due to a newer more capable version of code Large Language Model, then a "\prompt=2" could be applied. Different models or third-party services could be applied depending the language of the given method. When redacting source code by "deployment", the existing "deploy" facility could be extended to also ensure removal of "Prompt" metadata from code.

A
by Alex Woodhead

3

Votes

1

Comments
Vote

iris-fhir-python-strategy

Python hooks on IRIS FHIR Repository/Facade

G
Guillaume Rongier
Docker
Python
0.0 (0)07 Jul, 2023 573

IRIS FHIR Transcribe Summarize Export

OpenAI Transcribe & Summarize. Google Docs & Sheets Integration

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

IntegratedMLandDashboardSample

A simple example of generating machine learning prediction data

Shanshan Yu
IPM
ML
ML
0.0 (0)06 Jul, 2023 404 4

FHIR Editor

FHIR Editor

Yuri Marx
Docker
5.0 (1)02 Jul, 2023 427

fhir-chatGPT

A Virtual Healthcare chat Assistant

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

Nomenclator

Face recognition using Embedded Python and IRIS in Docker

Luis Angel Pérez Ramos
Docker
Python
4.5 (1)01 Jul, 2023 241

oex-vscode-snippets-template

GitHub template for publishing VS Code snippets with IPM / ZPM

John Murray
Docker
0.0 (0)29 Jun, 2023 322

oex-vscode-snippets-example

An example of VS Code snippets publication through InterSystems Open Exchange and Package Manager using the oex-vscode-snippets-template framework

John Murray
Docker
IPM
0.0 (0)29 Jun, 2023 153 7

IrisSapConnector

Example connection IRIS with SAP using RFC

D
Daniel Aguilar
Docker
IPM
0.0 (0)26 Jun, 2023 306 2

production-settings

Module to change InterSystems Interoperability Production settings

Evgeny Shvarov
Docker
IPM
5.0 (1)20 Jun, 2023 274 347

workshop-rest-ws

Creation of REST web service for training purposes

Luis Angel Pérez Ramos
Docker
5.0 (1)16 Jun, 2023 364

ChatGPT Telegram Bot

Talk to Chat GPT via Telegram!

Evgeny Shvarov
Docker
IPM
AI
0.0 (0)12 Jun, 2023 593 30

MergeCPF Application Settings

Get correct MergeCPF Application settings faster

A
Alex Woodhead
4.3 (2)08 Jun, 2023 161

fhir-profile-validation

Validating FHIR resources against profiles

D
Dmitry Zasypkin
Docker
4.5 (1)30 May, 2023 535

riris

Remote InterSystems IRIS command execution

P
Pietro Montorfano
Docker
Python
3.8 (2)28 May, 2023 258

generate-dates

Generate a CSV file containing dates with additional information

Asaf Sinay
Python
3.5 (1)04 May, 2023 200

OMOP and Atlas on IRIS for Health

Implementation of the OMOP common data model on IRIS for Health

R
Raj Singh
Docker
4.5 (1)27 Apr, 2023 546

workshop-rest-iam

Workshop: InterSystems IRIS + REST development + API manager

A
Alberto Fuentes
Docker
0.0 (0)26 Apr, 2023 614

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 306

IntegratedML-IRIS-Cloud-Height-prediction

Height and weight prediction based on InterSystems IntegratedML

Shanshan Yu
2.0 (1)19 Apr, 2023 405

workshop-sql-jgw

Workshop about an IRIS production with a JDBC connection to a MySQL database throught JGW

Luis Angel Pérez Ramos
Docker
4.5 (1)17 Apr, 2023 223

workshop-dicom-orthanc

Full example of a DICOM communication IRIS - PACS

Luis Angel Pérez Ramos
Docker
5.0 (1)10 Apr, 2023 418

Google IRIS Login

Add Sign-in with Google into Management Portal

Yuri Marx
Docker
IPM
5.0 (1)28 Mar, 2023 475 7

Custom ZenProxy

%ZEN.proxyObject send numeric as String

D
Daniel Aguilar
Docker
IPM
3.8 (2)21 Mar, 2023 294

zap-api-scan-sample

An example on how to scan your REST APIs on IRIS using the OWASP

José Pereira
Docker
5.0 (1)05 Mar, 2023 1.4k

zbash

zbash - A bash wrapper for InterSystems Terminal.

N
Nicholai Mitchko
Docker
IPM
4.0 (2)27 Feb, 2023 416 48

iris-pubsub

Simple local Publisher-Subscriber utility for InterSystems IRIS

A
Alberto Fuentes
Docker
IPM
5.0 (1)23 Feb, 2023 318 4

zpmhub

ZpmHub.com: Managed hosting for ZPM packages by Banksia Global

S
Sergei Shutov
Docker
IPM
3.0 (1)13 Feb, 2023 606 64