Question Scott Roth · Oct 13, 2025 Sorting by number field type in FDN I have a custom defined priority field that is being stored as a number type #ObjectScript #HealthShare 0 0 0 50
Question Scott Roth · Sep 11, 2025 HealthShare Form (FDN) Examples - Provider Directory I am struggling in understanding how FDN works within Health Share, in particular those that are related to Provider Directory within Health Share. Does anyone have examples of using FDN that they would be able share? #Angular #JavaScript #JSON #Tutorial #UI Development #HealthShare 0 0 0 79
Question Scott Roth · Sep 10, 2025 FDN Help New to using FDN, and the Form Wizard on learning.intersystems.com does not go into enough detail to help with my questions... Is there a way to control text size within the Form Definition? Is there a way to make Sections more of a Page based caching then, waiting for the entire page to load? #HealthShare 0 1 0 53
Question Scott Roth · Sep 3, 2025 HealthShare - Modifying Card layout (locations-card) New to HealthShare, I wanted to know if there was a way to modify the locations-card within the Provider Directory? I am not seeing a reference to where the Cards are stored within the documentation. #HealthShare 0 0 0 44
Question Scott Roth · Aug 15, 2025 Removal of Provider.Individual.Addresses from Local.PD.DataGram.Main.Unified using %clearFields Is there a way to Remove specific all Addresses from a Provider.Individual.Address before reinserting the Addresses from an HL7 message in Provider Directory? Most fields we can call %clearFields() however since Addresses come from multiple locations we need to isolate and treat Addresses from this HL7 source as a snapshot. Thanks Scott #Data Model #DTL #HL7 #Object Data Model #HealthShare 0 0 0 57
Question Scott Roth · Jun 12, 2025 Architectural Question about receiving HL7 via HTTPS For those that use IRIS for Health, HealthShare, and or Health Connect... As Health Applications are moving to the Cloud, how have you handled communication from the Application to your instances via HTTPS? Trying to figure out the best path on designing the proper workflow to allow these messages to be allowed to be eventually sent to our EMR to post to the patient chart. We are very wary of opening a connection from the internet to our instance of Health Connect. Thanks #HL7 #InterSystems Business Solutions and Architectures #SSL #HealthShare #InterSystems IRIS for Health #Health Connect 0 0 0 95
Question Scott Roth · Apr 28, 2025 Code Tables vs Cache SQL Tables in HealthShare Provider Directory I have a general question about HealthShare Provider Directory using Code Tables on disk vs Cache SQL Tables. Why is Provider Directory not using the Cache SQL Tables within the IRIS platform? #SQL #HealthShare #InterSystems IRIS 0 0 1 86
Question Scott Roth · Aug 23, 2024 Returning a Response from a Business Process that is not the same Message Type Request I thought I knew how to return a Response from a Business Process back to the Source Config Name, but I guess not. I am working on a Proof of Concept, that the Request Message Class would determine a "Route" within a Business Process to make a FHIR call (search, read) to our External FHIR repository, and return back the HS.FHIR.DTL.vR4.Model.Resource.xxxxxxx as a Response to the Source Config Name. #DTL #FHIR #InterSystems IRIS for Health 0 0 0 121
Question Scott Roth · Aug 1, 2024 FHIR infostructure for those connecting to External FHIR Repository As I begin our adventure into using an External FHIR Repository, I wanted to see what opinions people have about a design Idea I was working on. I want to create a way that my Team has the ability to send a Message Type, and the system knows from that Message Type which FHIR queries to execute and return the Response back to the user, sort of like a FHIR Query Hub. Does this sound reasonable? #Business Operation #Business Process (BPL) #FHIR #ObjectScript #InterSystems IRIS for Health #Health Connect 0 0 0 99
Question Scott Roth · Jul 1, 2024 Best Practice Question - Connecting to REST API's outside of the network Up until recently, I have been toying around with REST/FHIR capabilities but only internally. Now I have a request to make REST API calls outside of our Network. I am using an RSA 4096 key, because Microsoft Active Directory Services which generates the signed certificate could not handle the Elliptical Key (ECC) when I put the request in. #API #FHIR #Interoperability #REST API #Security #SSL #HealthShare #InterSystems IRIS for Health #Health Connect 0 0 0 189
Question Scott Roth · May 9, 2024 Samples-FHIRStarter Questions I am trying to create my first call to our Epic FHIR Repository from Health Connect using Samples-FHIRStarter now that I have OAuth2.0 connection tested/working with our Epic Interconnect URL. When I take a patient example from our Epic environment and test it through Data.BPL.PatientRecordCollector within the Namespace, I keep getting a 404 - File or directory not found #FHIR #GitHub #REST API #Health Connect #InterSystems IRIS #InterSystems IRIS for Health 0 0 0 184
Question Scott Roth · Feb 22, 2024 Staggered Start Script based on Queue Count Our 3M Computer Assisted Coding system goes down on a regular basis for updates, the Applications folks like us to Disable the Business Operations when this happens and start them back up when they page the on-call person. The Business Operations have to be started in a sequence to guarantee that all the ADT being sent it processed before we start sending everything else. #ObjectScript #Caché #Health Connect #InterSystems IRIS #InterSystems IRIS for Health 0 0 0 209
Question Scott Roth · Feb 15, 2024 EnsLib.JavaGateway Not Stopping during Force Down Has anyone noticed that when IRIS is forced down that the EnsLib.JavaGateway.Services do not properly shut down and release the ports? While we can write a shell script to kill the processes at the OS level, I was wondering if anyone experienced this issue. We are working on our Mirroring setup/failover and had the team testing forcing the Primary down to make the Backup to become the Primary Server. When this happened and we failed back, IRIS could not restart the JavaGateway.Services because the ports were still in use. #Business Service #High Availability #Java #Mirroring #Health Connect #InterSystems IRIS #InterSystems IRIS for Health 0 0 0 209
Question Scott Roth · Nov 7, 2023 Pulling in Global into Settings within the Management Portal We are moving away from Delegated Authentication in which I stored a username and password for our LDAP in a GLOBAL to be called by ZAUTHENTICATE. Is there a way to pull in that GLOBAL into the LDAP Configuration within the Managment Portal instead of having to manually enter it? There seems to be an issue with Copy/Paste that the password isn't being set correctly when I use Copy/Paste. Else I just export/import the LDAP Configuration from 1 server to another and manually update the Certificate to point to the correct file. Thanks Scott #LDAP #System Administration #Health Connect #InterSystems IRIS #InterSystems IRIS for Health 0 0 0 187
Question Scott Roth · Apr 20, 2023 Security Advisor - Application Error I am trying to finish build for moving to IRIS HealthShare Health Connect 2022.1 from HealthShare Health Connect 2018.1.3. I am currently using Delegated Authentication using an AD group to match up to the Role in IRIS. The Role has access to everything but the HS Resources because we don't really use the HS Resources for anything. We are mainly using IRIS for the Interoperability Engine. #System Administration #Health Connect #InterSystems IRIS #InterSystems IRIS for Health 0 0 0 195
Question Scott Roth · Mar 28, 2023 Using JDBC Gateway to call External SQL Calls - Best Practices??? I am trying to pinpoint and troubleshoot an issue we have been seeing lately. We have several SQL Outbound Adapter Operations that are seeing issues trying to connect to our MS SQL Servers using the JDBC Gateway for calling insert, select, update, and stored procedure calls. #JDBC #SQL #System Administration #Caché #Ensemble 0 0 0 366