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.


| Application Name | Developer | Made with | Rating | Last updated | Views | Installs |
|---|---|---|---|---|---|---|
HL7-FHIR-Cohort-PopulationHL7 to FHIR Cohort Population | M | 5.0 (1) | 25 Jan, 2024 | |||
System-AlertsSystem Alerts | M | 5.0 (1) | 25 Jan, 2024 | |||
InterSystems Ideas Waiting to be ImplementedParser for arbitrary binary protocolsRapid growth of IoT industry in recent years produced a plethora of new protocols with varying levels of standardization and adoption. Quite a lot of these protocols are binary because: * It allows for greater throughput * On a device level these protocols are easier to implement * On a device level they are more resource (CPU/RAM) efficient Currently InterSystems IRIS offers several functions for work with binary data: * zzdump * $zhex * $char * $ascii But protocol implementation is left as a task for the end user. Removing the time-consuming need for protocol implementation would allow for easier and stronger positioning of InterSystems IRIS as an IoT platform. One of the possible approaches to protocol implementation is declarative parsing. With declarative parsing user describes the data structure that he wants parsed (i.e.{ name: title, type: string, length: 5}...) in some declarative language (XML, JSON, YAML) and we use this to generate a concrete parser. Afterwards user passes protocol data to the concrete parser implementation and receives parsed values (as objects or locals or $lb). Kaitai Struct (http://kaitai.io) is an OpenSource (MIT license) declarative parser implementation which allows user to generate parser code for several languages: C++, C#, Go, Java, JavaScript, Lua, Perl, PHP, Python, Ruby, Rust. It allows easy language extensibility by keeping most of the process language-agnostic and only the last step (concrete parser generation) is end-language specific. I propose we add ObjectScript as a Kaitai Struct generation language. It would allow us to generate native ObjectScript parsers easily which would help with presenting InterSystems IRIS an IoT platform especially at a PoC stage. Alternatives to Kaitai Struct: * binpac (https://github.com/bro/binpac) - C++ only * preon (https://github.com/preon/preon) - Java only The advantage of Kaitai Struct is that it's not aimed at one language form the beginning, so adding a new language is an expected procedure. Article on the topic (https://old.reddit.com/r/cpp/comments/5tcnmh/implementing_communication_protocols_in_c_for/) E 3Votes0Comments | ||||||
iris-healthtoolkit-serviceConvert HL7 to FHIR, CDA to FHIR, FHIR to HL7 as a Service | G | IPM | 5.0 (3) | 23 Jan, 2024 | ||
![]() POST HL7 Message to REST API EndpointPOST an HL7 message converted to JSON to a REST API Endpoint | A | 0.0 (0) | 15 Dec, 2023 | |||
![]() custom-loginSample application for InterSystems IRIS custom login samples | Docker IPM | 5.0 (2) | 15 Dec, 2023 | |||
samples-dynamicgateway-javaInterSystems IRIS Dynamic Gateway Samples refactored from %Net.Remote.Java.Test samples | D | 0.0 (0) | 13 Dec, 2023 | |||
![]() OUReportsOnline User Reports - automatically analyzes data - generates automated reports - provides interface for ad hoc reports - conducts statistical research. Connect to your database and see reports made for you by Online User Reports at OUReports.com | I | 5.0 (1) | 11 Dec, 2023 | |||
![]() fhirserver-profile-based-validationA sample of calls (Postman Collection) to demonstrate FHIR Profile-based Validation Requests | N | 5.0 (1) | 11 Dec, 2023 | |||
Internal-SQL-Servicequery an internal SQL table and send a snapshot downstream | M | 5.0 (1) | 08 Dec, 2023 | |||
samples-dynamicgateway-dotnetInterSystems IRIS Dynamic Gateway Samples refactored from %Net.Remote.NET.Test samples | S | 0.0 (0) | 08 Dec, 2023 | |||
![]() opentelemetry-trace-soapSend OpenTelemetry from IRIS SOAP Web services | S | Docker Python | 5.0 (1) | 08 Dec, 2023 | ||
workshop-whatsappExample of integration IRIS for Health and WhatsApp | Docker IPM | 5.0 (1) | 28 Nov, 2023 | |||
iris-extlanguage-openpdfGenerating PDF documents with IRIS and Java | N | 4.0 (1) | 27 Nov, 2023 | |||
![]() InterLangLangChain meets FHIR for personalized health plans | Z | Docker Python | 0.0 (0) | 27 Nov, 2023 | ||
![]() Image AI CreatorCreate AI images from Imagine API | Docker IPM AI | 5.0 (1) | 27 Nov, 2023 | |||
![]() fhir-pexJava Application sending FHIR messages to Kafka topics. | F | Docker AI | 4.0 (1) | 26 Nov, 2023 | ||
![]() iris-parquetRead and write files and datasets between InterSystems IRIS and Parquet | Docker IPM | 4.5 (1) | 02 Dec, 2023 | |||
![]() mypButtonsmypButtons routine creates CSV from pButtons HTML. | 3.8 (3) | 15 Nov, 2023 | ||||
mercure-outboundadapterThis adapter allows you to send SSE events from IRIS using Mercu | N | Docker IPM | 0.0 (0) | 12 Nov, 2023 | ||
![]() JIRISReportCreate Drag and Drop JasperReports and run on InterSystems IRIS | Docker IPM | 4.5 (1) | 14 Nov, 2023 | |||
IRIS Smart StringSmart String Datatype for InterSystems Products | S | Docker IPM | 5.0 (2) | 05 Nov, 2023 | ||
workshop-firebaseFirebase adaptor | Docker IPM | 0.0 (0) | 31 Jan, 2024 | |||
![]() zapmAnd now ZAPM has survived to the first version and can add any command that I need and remember it so that I can re-execute it. | IPM | 4.5 (1) | 01 Nov, 2023 | |||
![]() custom2hl7Transform custom patient data format to the HL7v2 format | Docker | 4.3 (3) | 26 Oct, 2023 | |||
![]() isc-one-linersuseful one line commands for objectscript | Docker IPM | 5.0 (2) | 18 Oct, 2023 | |||
workshop-fhir-adapterWorkshop with example of FHIR Adapter | Docker | 5.0 (2) | 12 Oct, 2023 | |||
doxygen-objectscriptDoxygen filter that ables you to generate static documentation | K | Python | 0.0 (0) | 09 Oct, 2023 | ||
Open API Client GenIRIS Interoperability Production generator from Swagger 2.0 specification. | IPM | 5.0 (2) | 28 Sep, 2023 | |||
objectscript-openapi-definitionThe objectif of this library is to generate the ObjectScript Class from an OpenApi defintion. | G | IPM | 4.5 (1) | 28 Sep, 2023 | ||
![]() iris-cron-taskmodule to manage scheduled tasks | IPM | 5.0 (1) | 23 Sep, 2023 | |||