Application Name | Developer | Made with | Rating | Last updated | Views | Installs |
---|---|---|---|---|---|---|
FHIRValidationTest cases validating FHIR payload against custom FHIR IG on InterSystems IRIS FHIR Server | L | Docker | 0.0 (0) | 10 Oct, 2024 | 60 | |
smart-day-hands-onA hands-on workshop sample with detailed exercise instructions | N | Docker | 0.0 (0) | 22 Sep, 2024 | 68 | |
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 4Votes3Comments | ||||||
fhirproSupports the profiling of FHIR resources in HealthShare ODS | B | 5.0 (2) | 04 Apr, 2024 | 143 | ||
iris-fhir-portalPatient Chart using FHIR Resources | Docker IPM | 5.0 (1) | 25 Mar, 2024 | 1.1k | 460 | |
formation-fhir-pythonTraining on FHIR and Python based on IRIS for Health. | G | Docker Python | 0.0 (0) | 29 Feb, 2024 | 218 | |
fhirmessageverificationA Simple FHIR Message Verification Application+Message Create | Docker IPM | 0.0 (0) | 21 Feb, 2024 | 254 | 8 | |
workshop-smartFunctional example of Angular APP + Auth0 + IRIS FHIR Repository | Docker | 0.0 (0) | 09 Feb, 2024 | 214 | ||
FHIR-OCR-AIImage extraction text to fhir message | x | IPM AI | 0.0 (0) | 04 Feb, 2024 | 347 | 5 |
Clinical Mindmap ViewerFHIR Clinical Mindmap Viewer | Docker IPM | 5.0 (1) | 04 Feb, 2024 | 275 | ||
iris-fhir-labA web app to display FHIR resources details dynamically | Docker Python IPM | 0.0 (0) | 03 Feb, 2024 | 453 | 38 | |
iris-fhirfyUsing IRIS and LLMs to help developers to convert raw data into FHIR | Docker Python IPM AI | 5.0 (1) | 03 Feb, 2024 | 509 | 1 | |
iris-fhir-templateFHIR Server template for InterSystems IRIS for Health | Docker IPM | 5.0 (2) | 01 Feb, 2024 | 1.4k | 90 | |
Fhir-HepatitisC-PredictProcessing FHIR resources through FHIR SQL BUILDER will predict the probability of suffering from HepatitisC disease | s | IPM ML ML | 0.0 (0) | 28 Jan, 2024 | 239 | 1 |
ai-queryOur AI-driven eligibility query tool streamlines patient identification by leveraging FHIR data, making it easier to find patients with care gaps and suitable cohorts for clinical trials. It integrates with IRIS, handling requests across diverse data sources, asking clarifying questions, and executi | Docker AI | 5.0 (2) | 27 Jan, 2024 | 319 | ||
HL7-FHIR-Cohort-PopulationHL7 to FHIR Cohort Population | M | 5.0 (1) | 25 Jan, 2024 | 181 | ||
iris-healthtoolkit-serviceConvert HL7 to FHIR, CDA to FHIR, FHIR to HL7 as a Service | G | Docker IPM | 5.0 (3) | 23 Jan, 2024 | 991 | 8 |
fhirserver-profile-based-validationA sample of calls (Postman Collection) to demonstrate FHIR Profile-based Validation Requests | N | 5.0 (1) | 11 Dec, 2023 | 139 | ||
InterLangLangChain meets FHIR for personalized health plans | Z | Docker Python | 0.0 (0) | 27 Nov, 2023 | 296 | |
fhir-pexJava Application sending FHIR messages to Kafka topics. | F | Docker AI | 4.0 (1) | 26 Nov, 2023 | 269 | |
Customizing the InterSystems IRIS for Health FHIR Repository - samplesHow to customize the InterSystems IRIS FHIR Repository - Samples | Docker Python IPM | 5.0 (1) | 21 Nov, 2023 | 293 | 3 | |
workshop-fhir-adapterWorkshop with example of FHIR Adapter | Docker | 5.0 (2) | 10 Oct, 2023 | 246 | ||
Tracking-Patient-Care-Using-FHIRExample for related exercise on the InterSystems Learning site. | Docker IPM | 5.0 (1) | 04 Oct, 2023 | 182 | ||
FSLogInternal FHIR Server Log | Docker IPM | 4.5 (1) | 24 Sep, 2023 | 160 | 12 | |
FHIR-XMLToJSONConvert FHIR XML to JSON resource message structure | Docker IPM | 3.5 (1) | 22 Sep, 2023 | 267 | 6 | |
iris-oauth-fhirFhir Oauth Sample | G | Docker Python | 0.0 (0) | 21 Jul, 2023 | 168 | |
iris-fhir-generative-aiAn experiment to use generative AI and FHIR | Docker Python IPM AI | 0.0 (0) | 16 Jul, 2023 | 473 | 24 | |
iris-fhir-python-strategyPython hooks on IRIS FHIR Repository/Facade | G | Docker Python | 0.0 (0) | 07 Jul, 2023 | 177 | |
IRIS FHIR Transcribe Summarize ExportOpenAI Transcribe & Summarize. Google Docs & Sheets Integration | Docker Python IPM AI | 0.0 (0) | 06 Jul, 2023 | 479 | ||
FHIR EditorFHIR Editor | Docker | 5.0 (1) | 02 Jul, 2023 | 258 | ||
fhir-chatGPTA Virtual Healthcare chat Assistant | D | Docker IPM AI | 0.0 (0) | 01 Jul, 2023 | 408 | 90 |