What comes to the data platform (not the user facing application) most of the the events of interest/required are available as predefined system audit events in audit log - out of the box. They just need to be enabled.
Hey Developers,
Do check out our list of most popular videos of the year 2023 from our InterSystems Developers YouTube Channel:
| Top 10 videos by views | ||
| № | Video | Views |
| 1 | Multi Model Capabilities of InterSystems IRIS | 57924 |
| 2 | Integration Features of InterSystems IRIS | 50628 |
| 3 | Connecting to InterSystems Cloud Services with Python | 40346 |
| 4 | What Is InterSystems Supply Chain Orchestrator? | 35154 |
| 5 | The Future of Care Begins with InterSystems and FHIR | 32532 |
| 6 | Welcome to the InterSystems Ideas! | 29114 |
| 7 | Using the Business Process Designer in InterSystems IRIS | 28092 |
| 8 | Message Flow in an Integration Solution | 25364 |
| 9 | InterSystems Java Contest | 24468 |
| 10 | What is InterSystems TrakCare | 24465 |
Hello, I tried to convert HL7 message to JSON in a business process and I got errors. Has anybody converted HL7 to JSON? Are certain characters not allowed in JSON?
I just tried to set a property to quote request.RAWContent and quote. I will try to put example in GitHub and share here later.
Hey Community,
We're pleased to invite all the developers to the upcoming kick-off webinar for the FHIR and Digital Health Interoperability Contest!
Discover the exciting challenges and opportunities that await health enthusiasts in this contest. We'll talk about the topics we expect from participants and show you how to develop, build, and deploy applications on the InterSystems IRIS for health data platform.
Date & Time: Tuesday, January 16 – 9 am EST | 3 pm CET
InterSystems has decided to stop further development of the InterSystems IRIS Natural Language Processing, formerly known as iKnow, technology and label it as deprecated as of the 2023.3 release of InterSystems IRIS. InterSystems will continue to support existing customers using the technology, but does not recommend starting new development projects outside of the core text exploration use cases it was originally designed for.
Hello everyone,
I am new to Deepsee (BI intelligence) concepts in IRIS. I am looking for a solution of below question
Question: We have a server where we are currently storing archive PDF reports of our application.
We want to add and view these archive reports (PDF format only) in dashboards. Is there any way we can do this? Or any article which can help us performing this task.
Thanks in advance!!
Don't miss the 2023 Annual Open Exchange App Digest. Let's see the most popular applications and their developers.
✓ 8,688 downloads in 2023
✓ 894 applications all time
✓ 31,229 downloads all time
✓ 2,447 developers joined
We are in the process of installing a FHIR server on our InterSystems interface engine and have encountered a few questions. Your expertise and insights would be greatly appreciated:
- Automatic Handling of Requests and Responses:
- Is installing a FHIR server sufficient to handle requests (POST, GET, PUT) automatically without manual intervention? Can we expect automatic creation and updating of resources based on incoming requests?
- Storage of FHIR Resources:
- Where are FHIR resources typically stored? Is it in a database, global arrays, or another form?
Hi Developers!
Welcome to Issue 10 of the InterSystems Ideas newsletter! Here's what you can expect from it:
✓ Month of ideas about "FHIR and Digital Health Interoperability"
✓ Reached 300 ideas on the Ideas Portal 🎉
✓ Recently implemented ideas
hi there,when i use
my class file like this:
{ Property Data As list Of PAT(XMLPROJECTION = "ELEMENT"); Parameter XMLIGNOREINVALIDTAG = 1; Parameter XMLIGNORENULL = 1; Parameter XMLNAME = "DATALIST"; }
Hi Developers!
Here are the technology bonuses for the InterSystems FHIR and Digital Health Interoperability Programming Contest that will give you extra points in the voting:
- InterSystems FHIR usage - 3
- InterSystems FHIR SQL Builder usage - 3
- Digital Health Interoperability - 4
- LLM AI or LangChain usage: Chat GPT, Bard and others - 3
- Embedded Python - 2
- IRIS For Health Instruqt Survey - 2
- Docker container usage - 2
- IPM Package deployment - 2
- Online Demo - 2
- Implement InterSystems Community Idea - 4
- Find a bug in InterSystems FHIR server - 2
- Find a bug in InterSystems Interoperability - 2
- New First Article on Developer Community - 2
- New Second Article on Developer Community - 1
- First Time Contribution - 3
- Video on YouTube - 3
See the details below.

Hi,
I would create a custom ASTM schema. Where can we find any existing ASTM schema file?
Any advice?
William
I am trying to work on a ZMIRROR that will execute a shell script to failover our VIP at the hardware level when NotifyBecomePrimary occurs.
ZMIRROR ; Custom logic for specific mirroring events
q
;
NotifyBecomePrimary() PUBLIC {
#;This procedure is called as a notification when this system becomes Primary.
#;It does not return any value.
#; invoke the command to select this host for running the crontab
try {
Set cmd = "/usr/local/sbin/failover-intengtest-vip_SR"
d $ZF(-100,"/SHELL /LOGCMD /STDOUT=/archive/logs/failover-intengtest-vip.Hi Developers,
We will be hosting the first in-person meetup in 2024 in Boston on January 24. Join us to explore the latest trends, tools, and features for innovating with health data.
RSVP here
Presentations:
"Integrate third-party Clinical Decision Support services into the EHR with CDS Hooks" - by Frank Pandolfe, Clinical Product Manager, InterSystems.
"Connecting GenAi into Clinical Workflows" - by Nicholai Mitchko, Manager, Solution Partner Sales Engineering, InterSystems
clinFHIR is a web application that has been developed pretty much over the same time as FHIR has.
Originally developed to help clinicians visualize FHIR (hence the ‘clin’ in the name) it has become more widely used by the FHIR community for learning FHIR and assisting with design. It is maintained by David Hay - one of the FHIR Management Group co-chairs with support from InterSystems, which is much appreciated!
There are 4 modules that may be of interest to participants in the upcoming Interoperability contest.
- The Patient viewer for looking at an individual patients records
- Server Query which makes RESTful API calls against a FHIR server displaying the result in different formats
- Bundle Visualizer which will display the contents of a bundle
- Graph Builder which allows you to build graphs of interconnected resources.
I’ve created a longer post on google docs that goes into a little more details of these modules, with links to other resources such as my blog and the R4 Specification and R5 FHIR specification. I’ll be enhancing that over time - feel free to comment.
A note with regard to FHIR versions. The latest version is R5 (release 5), though many in the community still use R4. In most cases, if you're not sure then use R4. If you're not sure which version a FHIR Server supports, examine its CapabilityStatement which you can get from the server endpoint [host]/metadata
I should also point out that clinFHIR doesn’t currently use SSL. It is on the roadmap, but there are a few issues to work through. The consequence of this is that if you enter ‘clinfhir.com' into the browser, it may not find it. You sometimes have to specify http://clinfhir.com/ .
If you need further assistance, I would alway recommend using the FHIR chat, and if your question / comment / suggestion is related to clinFHIR then there’s a specific stream there.
Hi can we transform ASTM file to HL7 2.5.1 by using InterSystems IRIS for Health?
Within a DTL is it possible to access and update the Message Header properties of an EnsLib.HL7.Message?
Currently we have multiple EMR Services for each environment sending to 1 Business Process to Normalize the data, then it is sent to another Business Process to route the data.
Since the SourceConfigName changes with every send to a Business Process, I am looking for a way to maintain the SourceConfigName of the SessionID so I know how to direct the message.
Hi,
Our application needs to create system users from a request form.
To use Security classes, it is necessary to have rights to use the %SYS namespace, which is not the case for users who validate requests.
It is not desirable for these users to have this role permanently, so I proceeded as follows:
I created a facade class for the Security.Users, Security.Roles, Security.
ZPM is a package manager designed for convenient deployment of applications and modules on the IRIS platform.
Module developers, in order for their module to be installed using ZPM, need to follow a series of simple steps.
- Write module code
- Create a module.xml file that contains the meta description of the module
- Using the test registry, publish the module, verify that it is published
- Install the module from the test registry
- Publish the module. To publish in the public registry pm.community.intersystems.com, you need to publish the module in https://openexchange.intersystems.
Hi Community,
I am attempting to create a new table by executing a SELECT statement that involves joining multiple tables. However, I encountered an error during execution: '( expected, AS found^Combined AS.' I would also like to create a cube based on this SQL table. However, during the cube creation process, I am prompted to specify a source class, and I'm unsure which class to use as it requires an existing class. Could you please help me identify the issue with the table creation, and provide guidance on selecting the appropriate source class for the cube creation?
[InterSystems IRIS SEVERE ERROR HSFLIVE] [Utility.Event] ISCLOG: WorkMgr CountWorkers: Found dead job ns=%SYS rtn=%SYS.WorkQueueMgr data=$lb("job","3209241","jobnum",67,"group","Run","category","SYS","breadcrumb","","jobtype",59)
Did anyone else get this type of alert?
Hello!
Trying to delete txt file in folder:
ret=-13
How I can delete file in Lunix system?
Good morning,
I have a question about the python version, I read in the documentation that the compatible version is 3.9.5 for the proper functioning of python on Iris.
Do we have to stay on this version or can we use newer versions?
Thanks in advance
Regards
Hi,
I am after an IRIS instance in the cloud or otherwise which will allow me to learn ObjectScript.
I can find ObjectScript learning tutorial and videos.
If so please advise the sandbox url.
If not please suggest something similar.
Tanks
I need to verify that certain .m files have been compiled and inserted into the VA mumps database. I need to do it on a schedule and thus I want to automate it. Because of the automation I'd prefer not to use the IRIS web app. So if there were a similar CLI version that would be great. I see there is something called /usr/bin/iris but this seems to be a maintenance tool, not a IRIS.DAT querying tool. I'd love to be wrong about that.
Please forgive my lack of proper nomenclature, clearly I'm a n00b.
I am trying to write a ZMIRROR routine that makes a shell script call using $ZF
Set cmd = "/usr/local/sbin/failover-intengtest-vip"
Do $ZF(-100,"/ASYNC /SHELL",cmd)The script I am calling is returning an output to the screen, how do I get around this using $ZF without having to rewrite the scripts?
Thanks
Scott
InterSystems FAQ rubric
This error occurs when an instance of the class is already open at compile time.
There are two ways to deal with this issue:
- Terminate the process or application that has the instance open
- Compile options in the studio build menu: Check the compile flag “Compile classes in use” and compile.
If you want to determine which process is using the class, try the sample routine below.
/// Test.I would like to strip the , at the end of a string. I'm able to find the start of the string using ..StartsWith(String,",") but not able to strip the "," at the end of a string.
I've tried:
Str="Addr1,Addr2,"
Piece(Str,"",1,Length(Str)-1)
Piece(Str,"",1,Length(Str)-2)
Extract(Str, Length(Str)-1)
Extract(Str, Length(Str))
But nothing works as expected.
InterSystems is pleased to announce the General Availability of InterSystems IRIS Cloud SQL and InterSystems IRIS Cloud IntegratedML, two foundational services for developing cloud-native solutions powered by the proven, enterprise-class performance and reliability of InterSystems IRIS technology.
InterSystems IRIS Cloud SQL is a fully managed cloud service that brings the power of InterSystems IRIS relational database capabilities used by thousands of enterprise customers to a broad audience of application developers and data professionals.
Hi Community,
Round 2 of the GenAI Crowdsourcing Mini-Contest is here! Everyone can join, even if you missed Round 1. You have $5 million in fantasy funds to invest in up to 5 promising submissions.
🎁 Rewards
- The top-funded submission of Round 1 will emerge victorious.
- The mastermind of the winning concept earns 5,000 points, while 3 astute "investor(s)" backing the winning idea get a chance to receive 200 bonus points each.
Dive into the game, strategically allocate your virtual investments, and aim for maximum returns! Deadline: Dec 31st, 2023


