I have a quite complex FHIR Implementation Guide (IG) which is based on several other FHIR IGs. It's likely the versions of IGs conflict with each other.
From what I understand, I would need to load in all the other FHIR IG's first?
I don't actually need FHIR profiles to be in our FHIR Repository - I'm just after terminology and the examples for our test system.
Is it possible to load a FHIR IG just as data? (I think I mean here, ignore the FHIR profiles and dependencies between them)
In this Code to Care episode, the discussion centers on how generative AI has moved far beyond words to transform healthcare and science. The talk reflects on early predictions about AI in medicine, from easing doctors’ workloads with automated notes to enhancing patient communication, and how they’ve become reality. It also explores a new frontier: utilizing transformer models, initially designed for language, to comprehend biology, predict molecular behavior, and expedite breakthroughs in drug discovery and materials science.
Presenters: 🗣 @Don Woodlock, Head of Global Healthcare Solutions, InterSystems 🗣 Dr. Peter Lee, President, Microsoft Research
The following regex is matching while I think it should not :
write$match("♥","\?") //print '1' (unexpected)
It should only match the '?' character. I think what happen is the ♥ character got converted to '?' (as it's not within regular ascii range) before being validated by the regex engine.
In fact, this give a clue about what happen :
write$char($ascii("♥")) //print '?'
Is this an IRIS well known limitation, is there workarounds ? Should I report it to InterSystems ?
In my case, a way to detect non standard ascii code in a string will be good enough. I'm not sure if it's possible if all string function consider those special characters as '?'.
InterSystems IRIS Adaptive Analytics version 2025.4.1 is now available from the InterSystems Software Distribution page. This release includes AtScale 2025.4.1 and is compatible with the existing Adaptive Analytics User-Defined Aggregate Function (UDAF) file - 2024.1. New features included in AtSCale's 2025 releases include:
Several MDX improvements to better handle null values and semi-additive measures like year-to-date.
New parameters to enable setting the visibility of calculations and calculation groups in BI tools.