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 |
---|---|---|---|---|---|---|
smart-day-hands-onA hands-on workshop sample with detailed exercise instructions | N | Docker | 4.5 (1) | 22 Jun, 2025 | ||
![]() IRIS Interop DevToolsA dashboard for testing CCDA, FHIR, and SDA transforms in IRIS. | Docker IPM | 5.0 (3) | 01 Jun, 2025 | |||
InterSystems Ideas Waiting to be ImplementedProgrammatic reportsThe 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 5Votes3Comments | ||||||
![]() FHIRInsightFHIRInsight: Transform complex health data into clear, actionable insights. A tool to convert FHIR blood test data into a comprehensive, easy-to-understand analysis report. | Docker Python IPM AI | 5.0 (1) | 31 May, 2025 | |||
![]() iris-fhir-bridgeIRIS-FHIR Bridget is a robust interoperability engine designed to seamlessly convert healthcare data across multiple standards | Docker Python IPM | 5.0 (1) | 31 May, 2025 | |||
![]() Smart Clinical Copilot - Configuration Management SystemAI-powered Clinical Decision Support System (CDSS) | K | Docker Python AI ML ML | 5.0 (1) | 30 May, 2025 | ||
![]() health-gformsCollect FHIR data using Google Forms data | Docker Python IPM | 5.0 (1) | 29 May, 2025 | |||
iris-medbot-guideAutomatically generate patient education content and personalize | s | Docker Python IPM | 4.0 (1) | 25 May, 2025 | ||
![]() Langchain4jFhirAI-powered Quarkus backend that analyzes base on a FHIR | Docker AI | 4.0 (1) | 24 May, 2025 | |||
![]() fhir-craftBuild your own FHIR resources with synthetic data | L | Docker | 5.0 (1) | 23 May, 2025 | ||
FhirReportGenerationCombining FHIR medical information to obtain AI medical reports | X | Docker Python | 4.5 (1) | 23 May, 2025 | ||
![]() iris-fhir-labA web app to display FHIR resources details dynamically | Docker Python IPM | 0.0 (0) | 19 May, 2025 | |||
iris-clinical-assistantNatural language querying of patient clinical data. | D | Python AI | 0.0 (0) | 30 Mar, 2025 | ||
React Native Frontend for FHIR by LovableA React-Native frontend UI for FHIR server generated by Lovable | AI | 0.0 (0) | 26 Mar, 2025 | |||
![]() iris-fhir-templateFHIR Server template for InterSystems IRIS for Health | Docker IPM | 5.0 (2) | 12 Mar, 2025 | |||
X-rAI-iris-healthInterSystems IRIS for Health Data Analytics with Explainable AI | R | Python AI ML ML | 0.0 (0) | 05 Mar, 2025 | ||
iris-fhir-io-demoCreate FHIR Binary response with interoperability | L | 0.0 (0) | 23 Feb, 2025 | |||
![]() Customizing the InterSystems IRIS for Health FHIR Repository - samplesHow to customize the InterSystems IRIS FHIR Repository - Samples | Docker Python IPM | 5.0 (1) | 05 Feb, 2025 | |||
ks-fhir-genIRIS Health FHIR based HL7 message generator | Docker | 4.5 (1) | 13 Dec, 2024 | |||
FHIR Primitive ExtensionHow to create a FHIR primitive extension | K | 0.0 (0) | 12 Dec, 2024 | |||
![]() iris-fhir-clientInterSystems FHIR Client Connect to any Open FHIR Server | Docker Python IPM | 5.0 (2) | 06 Nov, 2024 | |||
FHIRValidationTest cases validating FHIR payload against custom FHIR IG on InterSystems IRIS FHIR Server | L | Docker | 0.0 (0) | 10 Oct, 2024 | ||
VectorSearchOnPatientSimilarityA Patient similarity comparison demo running on IRIS for Health | L | Docker | 4.5 (1) | 23 Sep, 2024 | ||
![]() irisfirebaseFirebase module for InterSystems IRIS | D | Docker Python IPM | 5.0 (1) | 27 Jul, 2024 | ||
fhirproSupports the profiling of FHIR resources in HealthShare ODS | B | 5.0 (2) | 04 Apr, 2024 | |||
iris-fhirsqlbuilder-dbt-integratedmlDemonstration of building predictive models trained on FHIR data | Docker Python AI ML ML | 0.0 (0) | 29 Mar, 2024 | |||
![]() iris-fhir-portalPatient Chart using FHIR Resources | Docker IPM | 5.0 (1) | 25 Mar, 2024 | |||
formation-fhir-pythonTraining on FHIR and Python based on IRIS for Health. | G | Docker Python | 0.0 (0) | 29 Feb, 2024 | ||
fhirmessageverificationA Simple FHIR Message Verification Application+Message Create | Docker IPM | 0.0 (0) | 21 Feb, 2024 | |||
workshop-smartFunctional example of Angular APP + Auth0 + IRIS FHIR Repository | Docker | 0.0 (0) | 09 Feb, 2024 | |||
FHIR-OCR-AIImage extraction text to fhir message | x | IPM AI | 0.0 (0) | 04 Feb, 2024 |