68 Application(s) results for #fhir
Filter
Show only
Last release on OEX
Categories
Works with
Industry
Application NameDeveloperMade withRatingLast updatedViewsInstalls

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 61

smart-day-hands-on

A hands-on workshop sample with detailed exercise instructions

N
Netanel Frankel
Docker
0.0 (0)22 Sep, 2024 68

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

fhirpro

Supports the profiling of FHIR resources in HealthShare ODS

B
Brandon Thomas
5.0 (2)04 Apr, 2024 144

iris-fhir-portal

Patient Chart using FHIR Resources

Henrique Dias
Docker
IPM
5.0 (1)25 Mar, 2024 1.1k 460

formation-fhir-python

Training on FHIR and Python based on IRIS for Health.

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

fhirmessageverification

A Simple FHIR Message Verification Application+Message Create

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

workshop-smart

Functional example of Angular APP + Auth0 + IRIS FHIR Repository

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

FHIR-OCR-AI

Image extraction text to fhir message

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

Clinical Mindmap Viewer

FHIR Clinical Mindmap Viewer

Yuri Marx
Docker
IPM
5.0 (1)04 Feb, 2024 276

iris-fhir-lab

A web app to display FHIR resources details dynamically

Muhammad Waseem
Docker
Python
IPM
0.0 (0)03 Feb, 2024 454 38

iris-fhirfy

Using IRIS and LLMs to help developers to convert raw data into FHIR

José Pereira
Docker
Python
IPM
AI
5.0 (1)03 Feb, 2024 509 1

iris-fhir-template

FHIR Server template for InterSystems IRIS for Health

Evgeny Shvarov
Docker
IPM
5.0 (2)01 Feb, 2024 1.4k 90

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)28 Jan, 2024 240 1

ai-query

Our 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

Olga Verevkina
Docker
AI
5.0 (2)27 Jan, 2024 320

HL7-FHIR-Cohort-Population

HL7 to FHIR Cohort Population

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

iris-healthtoolkit-service

Convert HL7 to FHIR, CDA to FHIR, FHIR to HL7 as a Service

G
Guillaume Rongier
Docker
IPM
5.0 (3)23 Jan, 2024 992 8

fhirserver-profile-based-validation

A sample of calls (Postman Collection) to demonstrate FHIR Profile-based Validation Requests

N
Netanel Frankel
5.0 (1)11 Dec, 2023 140

InterLang

LangChain meets FHIR for personalized health plans

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

fhir-pex

Java Application sending FHIR messages to Kafka topics.

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

Customizing the InterSystems IRIS for Health FHIR Repository - samples

How to customize the InterSystems IRIS FHIR Repository - Samples

Teunis Stolker
Docker
Python
IPM
5.0 (1)21 Nov, 2023 294 3

workshop-fhir-adapter

Workshop with example of FHIR Adapter

Luis Angel Pérez Ramos
Docker
5.0 (2)10 Oct, 2023 246

Tracking-Patient-Care-Using-FHIR

Example for related exercise on the InterSystems Learning site.

Robert Cemper
Docker
IPM
5.0 (1)04 Oct, 2023 182

FSLog

Internal FHIR Server Log

Ashok Kumar
Docker
IPM
4.5 (1)24 Sep, 2023 161 12

FHIR-XMLToJSON

Convert FHIR XML to JSON resource message structure

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

iris-oauth-fhir

Fhir Oauth Sample

G
Guillaume Rongier
Docker
Python
0.0 (0)21 Jul, 2023 168

iris-fhir-generative-ai

An experiment to use generative AI and FHIR

José Pereira
Docker
Python
IPM
AI
0.0 (0)16 Jul, 2023 473 24

iris-fhir-python-strategy

Python hooks on IRIS FHIR Repository/Facade

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

IRIS FHIR Transcribe Summarize Export

OpenAI Transcribe & Summarize. Google Docs & Sheets Integration

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

FHIR Editor

FHIR Editor

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

fhir-chatGPT

A Virtual Healthcare chat Assistant

D
Davi Massaru Teixeira Muta
Docker
IPM
AI
0.0 (0)01 Jul, 2023 408 90