Hi Community!

We'd like to invite you to join our next contest to share your FHIR knowledge:

🏆 InterSystems IRIS for Health Contest: FHIR for Women's Health 🏆

Submit an application that uses InterSystems FHIR or InterSystems Healthcare Interoperability!

    Duration: November 14 - December 4, 2022

    Prizes: $13,500!

    >> Submit your application here <<

    7 7
    0 3.3K

    Good morning, evening, night,... wink

    A small reflection/question for today... it's true that new IRIS for Health (I4H) releases are more and more powerful each time regarding FHIR capabilities. Nowadays it allows us to consume FHIR resources with extrem easiness, we can connect with end-points in external FHIR servers very easily and make I4H act as passthrough or consume their resources... or, even more, we can define, configure and run a FHIR repository in, literally, less than 5 minutes.

    7 3
    0 311

    A simple production that enables FHIR transaction bundles to be loaded into InterSystems® FHIR® Server via Box and Dropbox. Using the included MFT Connection Components and a 14 liner Custom Business Process, this production will process your transaction bundles to FHIR Resources for immediate consumption with Harry Potter like wizardry. Great for Hackathons, Research and FHIR® Cocktail parties.

    7 2
    0 440


    I recently published the "appmsw-docbook" module for deploying the solution not by individual programs, but by the entire database. This solution allows you to deploy a project without source codes.

    Having received feedback, I decided to improve it significantly. Replaced zip archive with tgz, which will allow not using external system-dependent archivers.

    7 0
    1 296

    InterSystems SAM is a great tool to monitor your InterSystems IRIS and InterSystems IRIS For Health clusters on prem or in a cloud environment. This article describes how you can implement a customized alert handler. This is currently an undocumented and most likely an unknown feature of InterSystems SAM. With future releases it will be probably made easier to leverage this useful concept.

    7 2
    1 692
    Article
    · Dec 7, 2020 6m read
    IRIS Python Native API in AWS Lambda

    If you are looking for a slick way to integrate your IRIS solution in the Amazon Web Services ecosystem, server less application, or boto3 powered python script, using the IRIS Python Native API could be the way to go. You don't have to build out to far with a production implementation until you'll need to reach out and get something or set something in IRIS to make your application do its awesome sauce, so hopefully you will find value in this article and build something that matters or doesn't matter at all to anybody else but you as that is equally important.

    image

    7 2
    1 755

    We resume our series of articles on the FHIR Adapter tool available to HealthShare HealthConnect and InterSystems IRIS users.

    In the previous articles we have presented the small application on which we set up our workshop and showed the architecture deployed in our IRIS instance after installing the FHIR Adapter. In today's article we will see an example of how we can perform one of the most common CRUD (Create - Read - Update - Delete) operations, the reading operation, and we will do it by recovering a Resource.

    6 3
    4 405

    Hello everybody! We’re happy to announce a new way to download Community Edition kits of InterSystems IRIS and IRIS for Health. The Community Edition is a no-cost developer edition that makes it easy to start developing solutions with IRIS. You can now download these kits through the Evaluation service: evaluation.intersystems.com.

    6 3
    2 1.2K

    Introduction

    We are in the age of the multiplatform economy and APIs are the "glue" in this digital scenario. Since they are so important, they are seen by developers as a service or product to be consumed. Therefore, usage experience is a crucial factor for its success.

    6 4
    3 1K

    Hello developers!

    We are holding the first technical article contest on Japan's InterSystems Developer Community!

    The first contest is a technical document writing contest, and you can submit any content related to the InterSystems IRIS/InterSystems IRIS for Health. (The article must be in Japanese.)

    ✍ InterSystems Japan Technical Document Writing Contest: Articles related to IRIS ✍

    🎁 Participation prize: There will be a participation prize for everyone who submits an article for the contest.

    🏆 Special prize: Authors of three selected works will receive special prizes.

    Entering the contest is easy! Please post an article related to IRIS on the developer community during the period from Wednesday, September 6, 2023 to Monday, November 6, 2023.

    6 0
    0 480

    InterSystems FAQ rubric

    ※Use this method if you want to compare databases that have been replicated using mirroring, shadowing, or some other mechanism.

    You can use the DATACHECK utility to compare global variables. Please refer to the document below.
    Overview of DataCheck [IRIS]

    ***

    Routine comparisons use the system routine %RCMP or the Management Portal.

    Below is how to use it in the Management Portal.

    6 0
    2 227
    Article
    · Jul 24, 2023 20m read
    Local K8s Deployment of a FHIR server

    k8s

    This is a sample to deploy iris-oauth-fhir on k3d with IKO.
    * iris-oauth-fhir is a sample to deploy a FHIR server with OAuth2 authentication with InterSystems IRIS for Health as a resource server and Google OpenId as an authorization server.
    * k3d is a lightweight wrapper to run k3s (Rancher Lab's minimal Kubernetes distribution) in docker.
    * IKO is a tool to deploy InterSystems IRIS for Health on Kubernetes.

    6 0
    2 402
    Article
    · Jul 7, 2023 8m read
    Iris FHIR Python Strategy

    Description

    With InterSystems IRIS FHIR Server you can build a Strategy to customize the behavior of the server (see documentation for more details).

    Image

    This repository contains a Python Strategy that can be used as a starting point to build your own Strategy in python.

    This demo strategy provides the following features:

    • Update the capability statement to remove the Account resource
    • Simulate a consent management system to allow or not access to the Observation resource
      • If the User has sufficient rights, the Observation resource is returned
      • Otherwise, the Observation resource is not returned
    6 0
    2 253

    Intro

    If you ever wondered how to debug some requests that are being made to or from IRIS, well here is a little tutorial on how to do that.

    During a complex project, usually you get the specifications and implement the communication between IRIS and other things based on that. But from the paper to the real world there's usually a huge gap and you need to know why you are receiving an error on a parameter, on a header, you are not receiving the data and so on.

    6 1
    2 344
    InterSystems Official
    · Jan 30, 2023
    Updated Vulnerability Handling Policy

    At InterSystems, we believe in the responsible disclosure of recently discovered security vulnerabilities. We provide timely information to our customers, while keeping it out of the hands of people that may misuse it. We also understand each customer has different requirements related to the resolution of security issues.

    6 2
    3 288