Hi Community,
Can I customize below Monitoring page and expose as webpage outside as webpage.
http://localhost:52773/csp/sys/%25CSP.UI.Portal.EnsembleMonitor.zen
Please give the source code location of this webpage in studio?
Thanks,
Prashanth
InterSystems IRIS for Health™ is the world’s first and only data platform engineered specifically for the rapid development of healthcare applications to manage the world’s most critical data. It includes powerful out-of-the-box features: transaction processing and analytics, an extensible healthcare data model, FHIR-based solution development, support for healthcare interoperability standards, and more. All enabling developers to realize value and build breakthrough applications, fast. Learn more.
Hi Community,
Can I customize below Monitoring page and expose as webpage outside as webpage.
http://localhost:52773/csp/sys/%25CSP.UI.Portal.EnsembleMonitor.zen
Please give the source code location of this webpage in studio?
Thanks,
Prashanth
If I add the same patient data with a different unique ID then it inserts as new data using a POST request.
So, In the FHIR server How can I prevent this kind of thing by using POST requests?
Note:- I don't want to use a PUT request for the same. The main thing is I want to get a unique patient record.
Que:- Is there any way to check data duplication on each FHIR resource?
Thanks & Regards,
Harshdeep Acharya
Use case: small in-house hospital systems that query patient demographics via SQL. The new PAS being implemented in the near future will only support query/response via HL7. SQL access is available but intended for reporting so up to 24 hours behind.
Probably the easiest option is to set up a database in Ensemble and keep it up to date via standard ADT feed. This is going to have quite a large footprint and has a risk of getting out of sync.
Another option would be to proxy the SQL queries in Ensemble and translate them to HL7 QRY messages.
With the latest improvements in support for Python in IRIS, and continued work on Python DB-API support by InterSystems. I've implemented IRIS support to the Django project where is Python DB-API is used to work with some other databases.
Let's try a simple application on Django, which stores its data in IRIS.

I have performed the suggested steps given in the below link for IAM installation but got an error "docker. errors.NullResource: Resource ID was not provided
[21528] Failed to execute script docker-compose"
https://docs.intersystems.com/components/csp/docbook/Doc.View.cls?KEY=C…
.png)
I have the " FHIR Production" which converts HL to FHIR, CDA to FHIR and accepts FHIR rest API to insert data into the FHIR repository.
When data is added by the above production, The Repository Stores that data as new data.
Is there any way to check resource duplication before inserting them into the repository?
.png)
Thanks,
Vivek Nayak
Hi anyone hs any experience sharing with migrating from Oracle to IRIS? Thx!
Is there a way to apply Transformation on any Dynamic column in Clinical Viewer.
As there is no transformation field available here.
.png)
Hi,
In Visual trace there is EDI Response legend. What is the EDI Response and what is its use in production?
Thanks
How to add a default healthdhare login page on a js application hosted on healthshare
We are developing some containarized cloud application level iris instances and using CPF Merge to do a lot of the initial buildout for the iris instance (i.e. create databases, namespaces, map globals/routines, ecp setup, etc...)
I am trying to figure out how to get package mappings into a namespace config, via cpf merge if possible... ?
This is the document I am working from to develop the cpf merge file -
[Actions] - Configuration Parameter File Reference - InterSystems IRIS Data Platform 2020.4
Hi,
I am looking for a way to retrieve stream data from a FHIR resource. In my case the resourceType is "DocumentReference" and the the Base64 content is stored just as in the FHIR R4 specification
We are on 2019.1 HealthShare Ensemble. Has anyone upgraded from 2019.x to an IRIS version? What was beneficial and the functionality you wanted and gained from the IRIS version. How long was your downtime?
Our organization is going to implement an Identity provisioning service using SCIM standard (1.1), I am just wondering if Intersystems System IRIS for health has SCIM adapter or any class that already built for SCIM standard...
Thanks,
Hoi
Hi
Has anyone been able to successfully connect IRIS for Health to Cerner's Secure FHIR Sandbox?
Anyone have any easy instructions for getting this working?
Hi Community,
I have downloaded IRIS for Health, I want to install it on my personal desktop and want to use it for my POCs.
Is it free or does need a License for it?
I want to confirm before installation.
Thanks,
Prashanth
We have a situation where we want to save the patient photo (or any other attachment) received via FHIR to a persistent property without decoding it. When it is sent out again using FHIR is is stored in the encoded format and need not be encoded. We do not need to decode it for our application. We always use it on another system that retrieves it or saves it via FHIR and therefore it is always received or sent embedded in JSON.
How can i access the model Patient class file from org.hl7.fhir.dstu3.model jar in spring boot
Hi, Community,
This post will demonstrate how to display data on the web by using Embedded Python , Python Flask Web Framework and Jquery datatable
We will display processes from %SYS.ProcessQuery table.
<table id="myTable" class="table table-bordered table-striped">
</table> <script>
$(document).ready(function() {
// parse the data to local variable passed from app.py file
let my_data = JSON.Hi Community,
This post is a introduction of my openexchange iris-python-apps application. Build by using Embedded Python and Python Flask Web Framework.
Application also demonstrates some of the Python functionalities like Data Science, Data Plotting, Data Visualization and QR Code generation.

This post provides guidelines for configuration, system sizing and capacity planning when deploying IRIS and IRIS on a VMware ESXi. This post is based on and replaces the earlier IRIS-era guidance and reflects current VMware and InterSystems recommendations.
Last update Jan 2026. These guidelines are a best effort, remember requirements and capabilities of VMware and IRIS can change.
I jump right in with recommendations assuming you already have an understanding of VMware vSphere virtualization platform.
Update 7 includes a number of stability improvements over previous updates and support for support for all of the planned 2022.1 features. If you notice any problems at all, now's the time to let us know. The docker pull commands below have been updated with the latest build numbers. Enjoy!
As this is InterSystems' first developer preview release, let's take a moment to describe what these are. The developer preview program enhances the previous IRIS preview program with approximately bi-weekly releases that add features as they are ready. This allows us to get feedback on capabilities and enhancements as they're available. You'll see below a list of enhancements that are targeted for 2022.1, which are not included in the first developer preview. Look for those over the coming weeks.
We are eager to learn from your experiences with this new release ahead of its General Availability release. Please share your feedback through the Developer Community so we can build a better product together.
InterSystems IRIS Data Platform 2022.1 is an extended maintenance (EM) release. 2022.1 includes the many important new capabilities and enhancements have been added in 2021.2, the continuous delivery (CD) release, since 2021.1, the previous EM release. Please refer to the release notes for 2021.2 for an overview of these enhancements.
LS,
Is there a samples on how to create the OAuth2 server from code? Now trying:
Hello, developers!
In this series, I will not show you how to use IRIS for Health, but rather how to use SUSHI, a tool for creating FHIR profiles, as an associated technology.
With the right tools, the profile information (specifications, limitations, extensions, etc.) of a FHIR project can be well organized and published.
Before we begin, what is SUSHI? I will briefly explain it.
FHIR is an acronym for Fast Healthcare Interoperability Resources and is defined as a standard for healthcare information exchange that can be implemented in a short period.
Hi, the class %Library.Storage has several methods such as %BuildIndices(pIndexList As %RawString = "" ...), %ValidateIndices(idxList As %List = ""...), ... which take as a parameter (amongst others) a list of indices (in the example, the signature of the list is not the same but I guess it does not matter).
My question is: can get this list in code ?
Dear Comminuty,
Can you provide learning path recommendations to start on "InterSystems IRIS for Health"?
InterSystems has corrected a defect that can result in an SQL query returning incorrect results.
This defect exists only in the 2021.2 (Continuous Delivery) version of:
InterSystems IRIS Data Platform
InterSystems IRIS for Health
HealthShare Health Connect
InterSystems has replaced existing distributions of these products with new builds that correct the defect. The corrected distributions can be identified by the build number (651) and are available via normal means. Ad Hoc corrections are not available for Continuous Delivery (CD) distributions.
InterSystems has been using a two-stream release cadence with InterSystems IRIS since 2018 (see the original announcement from when we started). We provide:
EnsLib.File.PassthroughService replaces spaces with underscores in filenames.
Example:
File name of GWUH_9999_GWUHMRN_9999_99999_Chart Note_999999.pdf lands in receiving folder as GWUH_9999_GWUHMRN_9999_99999_Chart_Note_999999.pdf.
The same behavior is occurring when the file is saved to the archive folder.
Has anyone encountered this issue and devised a fix or workaround?
Valant Medical Solutions is a market-leading, software-as-a-service organization serving the needs of the behavioral healthcare industry. Our mission is to develop disruptive technology solutions that exponentially improve behavioral healthcare quality to better serve mental health providers and their patients. We’re seeking enthusiastic, passionate individuals to join us as we transform the industry!