Has anyone integrated IRIS with Azure AD? Any tips or guidelines you can provide are appreciated.
David
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.
Has anyone integrated IRIS with Azure AD? Any tips or guidelines you can provide are appreciated.
David
Hi everyone,
Learn how to build FHIR applications in the cloud using S3, Azure AD, and a FHIR service:
⏯ Build FHIR Provider & Patient-Facing Applications in the Cloud
Hey Developers,
Learn how to search for FHIR resources with a variety of query options:
I'm following the video https://www.youtube.com/watch?v=kwWioDry9YQ
When i try an match a simple message with custom segments using HL7 analyser i get
No idea what I'm doing wrong
All info below, just a standard ADT^A17 produced
Message as below
MSH|^~\@|ADM+|GC||EPI|201508131424|CHPFSWAP|ADT^A17|201508131424440062|T|2.
Hi,
I want that only users authorized for particular business component able to view them. How to hide unauthorized components in production?
Thanks
Continuing the description of work on the use of the openhl python module in productive mode.
Since the version of iris with Embedded Python, does not yet have a final release, it is already necessary to use it in production now. We decided to back up the service for exporting requests to a xlsx file on a separate server, and save the query result in a global in a separate database.
This database was made networked, local for the service server and remote for the product server. The communication between the prod server and the service was implemented using a rest service.
Hi,
I want to restrict user for any modification in the business host settings while testing the production. How can I achieve the desire ?
Thanks
Hi,
I want to check the validity of ICD-10-AM before sending in FHIR resource.
Can we validate ICD-10-AM code?
Thanks
We're upgrading to IRIS 2020.1 from Ensemble 2018.x.
I have a lookup table class that compiles fine in Ensemble but in IRIS causes the following compilation error: "ERROR #9101: Global name 'HH.LookupLabResultsToPhysiciansD' for 'IDLocation' is too long, must be no more than 31 characters in length."
Is this length limitation a new restriction or could I have done something years ago to increase the maximum character length.
Thanks,
Jim
Trackcare 2021.2
Please may I know how to access SQL parameter with string as datatype with NO reference to SQL Table and SQL Column.
Hi Experts,
I have these two clarifications to make:
This is what I tried: Tired to create ERD diagrams and try to extract Primary and Foreign keys to associate, but I cannot in this case
I would like to do something like this
Select * FROM
SQLUser.SS_User SSU
LEFT JOIN SQLUser.CT_Loc CTL ON CTL.CTLOC_Desc = ?Hi,
How to view Messages centrally from Multiple Productions by using Enterprise Message Viewer?
Thanks
Hi,
Currently I am getting field number while hovering on the HL7 Message Viewer Content.
How can I get field name instead of field number?
Thanks
Hi,
I want to disable auto retrieve functionality in Production Monitor But Auto Update checkbox is not appearing in Production Monitor.
Looking Forward
Thanks
I am trying to delete a field based on a value in one of the subfields. I would like to remove the below Field with the Field value "Field8". I know how to find the number of fields and iterate. If I just use "" I still get a tilde at the end.
Ex .
|Field^Field1^Field3~Field4^Field5^Field6~Field7^Field8^Field8
Hi,
I am getting following error while compiling a routine :
Compiling routine : demoroutine.mac
ERROR: demoroutine.int(1) #1026: Invalid command : 'write "Use one of the following options"' : Offset:6 [write^demoroutine]
TEXT: write "Use one of the following options"
Detected 1 errors during compilation in 0.022s.
Please note that Routine contains just a below simple write command :
write "Use one of the following options"
Thanks
Hi,
How to write code in table trigger to send SMS upon any modification on particular column?
Thanks
I heard about Message Bank when we started redesigning a Health Connect production to run in containers in the cloud. Since there will be multiple IRIS containers, we were directed to utilize Message Bank as one place to view messages and logs from all containers.
How does Message Bank work?
I added Message Bank operation to our Interoperability Production. It automatically sends messages and event logs to the Message Bank.
Resending Messages
The Message Bank provides an interface for portal user to resend messages from the Message Bank portal.
Good afternoon people,
I'm setting up an integration using ASTM protocol via Interoperability, but I'm having a problem in returning the communication, the message stays in Loop and doesn't return the information to the device simulator that is executing the operation.
.png)
Has anyone of you worked with this protocol and are able to help me unravel this protocol?
Settings that are in SERVICE:
.png)
Settings that are in Operation:
Hello Developers!
Have you ever had to convert HL7v2 messages to FHIR (Fast Healthcare Interoperability Resources) and found the process complicated and confusing? InterSystems is rolling out a new cloud based SaaS offering called InterSystems FHIR Transformation Service, which makes the process easy. We are excited to announce an Early Access Preview Program for our new offering, and we would love to have you kick the tires and let us know what you think! All you need is a free AWS account, with an S3 bucket to drop in your HL7v2 messages, and another S3 bucket to get your FHIR output.
Hey Community,
Enjoy watching the new video on InterSystems Developers YouTube:
⏯ Creating an HL7 v2 to FHIR Transformation Pipeline with HealthLake Target
Hi,
I have created foundation production to use FHIR server. But I am missing HS.FHIRServer.Interop.Service in my production. Is there any way to add this service automatically?
Thanks
I have an interoperability production that functions as a FHIR proxy. I have a need to add an HTTP Header value to the outbound request. I've subclassed HS.FHIRServer.Interop.HTTPOperation, but I cannot find a way to add an HTTP Header to the request. The HTTP class used in HS.FHIRServer.Interop.HTTPOperation is HS.FHIRServer.RestClient.HTTP. That RestClient class does not seem to expose or allow modification of the actual HttpRequest.
I'm used to using %Net.HttpRequest and doing a request.SetHeader(key, value) - but that isn't available - or I can't find it - when using HS.FHIRServer.
Talking with a friend of mine, Machine Learning specialist @Renato Banzai , he brought one of the biggest challenges faced by companies nowadays: deploying ML/AI in live environments.
Hi,
In Event Log there is Assert event type along with Error, Warning, Alert, Trace and Info types. What is Assert event type in Event Log view and What is the use in production?
Thanks
Hey Community,
We are really looking for your feedback on a new offering - InterSystems FHIR Transformation Service.
It went live on AWS Marketplace where you can try it for free!
We launched a related challenge on GM where you can get points for giving it a try and a "thank you" prize to everyone who leaves feedback in comments to this post.
July 21, 2021 – Alert: Incorrect Query Results with Non-Standard ‘GROUP BY’ Query
InterSystems has corrected a defect that can cause incorrect query results. This defect affects:
A query block may encounter the defect only if it meets all the following conditions:
Hey Developers,
See how API management can simplify healthcare application development with FHIR:
Hi All,
I came across this video https://www.youtube.com/watch?v=fElr8STTnEI which Generate DTL based on input and output messages. I am not able to find this in my IRIS kit. Is this not included in 2020 version?
I'm trying to produce Kafka Message to Topic using Java Objects. I have build Business operation and Jar file and trying to execute. I'm getting following exception
Terminating Job 8316 / 'IrisKafkaProducer' with Status = ERROR #5046: Error executing java command 'init() returned: "ERROR #5034: Invalid status code structure ("java.sql.SQLException: [InterSystems IRIS JDBC] Communication link failure: Access Denied")"'. Java may not be installed correctly on your system., %QuitTask=
Getting following trace at Audit Database
| 2020-08-02 14:30:06. |
Hi,
While adding button in Zen Form I am getting below error:
"ERROR #6353: Unexpected attributes for element button (7,66): onselect"
Looking Forward
Thanks