go to post Luis Angel Pére... · Nov 30, 2023 We can see here the differences between R4 and R5 releases of FHIR. I can't imagine an organization migrating FHIR respositories every 3 or 4 years to keep updated to the latest version. What I forsee it's a future with a lot of organizations using different versions of FHIR and trying to communicate among them struggling against the differences...exactly the same that we have right now.
go to post Luis Angel Pére... · Nov 30, 2023 Well, I think that you should try first a Learning Path, try this one: https://learning.intersystems.com/course/view.php?id=2323
go to post Luis Angel Pére... · Nov 29, 2023 Could you be more specific about what point or step you don't understand?
go to post Luis Angel Pére... · Nov 29, 2023 To configure properly the IRIS metrics like queue alerts and so on you can check this configurations: https://docs.intersystems.com/irislatest/csp/docbook/DocBook.UI.Page.cls?KEY=EMONITOR_alerts#EMONITOR_alerts_calibrate
go to post Luis Angel Pére... · Nov 29, 2023 Documentation is your friend! https://docs.intersystems.com/irisforhealthlatest/csp/docbook/DocBook.UI.Page.cls?KEY=HXFHIR_server_install
go to post Luis Angel Pére... · Nov 29, 2023 Try this url for Docker containers: https://containers.intersystems.com/contents About the eval download, it's working for me.
go to post Luis Angel Pére... · Nov 28, 2023 Well, I've seen a couple of public tenders requesting Dynatrace for monitoring. I'll take a look at it Does anyone experience on it?
go to post Luis Angel Pére... · Nov 28, 2023 You are welcome @Lorenzo Scalese ! Always a pleasure to be helpful.
go to post Luis Angel Pére... · Nov 28, 2023 You can stop the mirror on the server that is running on backup but...why?
go to post Luis Angel Pére... · Nov 27, 2023 Hi @Krista Koljonen take a look at this page of the documentation. There are many options available to check the status of active productions using the API Rest.
go to post Luis Angel Pére... · Nov 24, 2023 Did you import tiktoken into your embedded python method?
go to post Luis Angel Pére... · Nov 20, 2023 Take a look to this documentation page, it explains how to use the interoperability classes of FHIRServer requests.
go to post Luis Angel Pére... · Nov 20, 2023 Hi @Yone Moreno ! You can do something like this to filter messages with no OBX: Do a foreach by OBX, in case that OBX exists you can redirect the message to the proper business component and jump out of the loop. @withOBX is a local variable to check if exists any OBX segment, if the value is "0" then there is no OBX segments and you can redirect the message to another business component.
go to post Luis Angel Pére... · Nov 19, 2023 Well, for R5 version we have now 157 resources... The snowball is growing and growing.
go to post Luis Angel Pére... · Nov 18, 2023 You can get the xsd from the xml (there are many web pages that can help you to do it). With your xsd you can follow the instructions from this documentation.
go to post Luis Angel Pére... · Nov 17, 2023 We have a lot of documentation about XML transformations, you can start with this My suggestion, try to get the schema of the CCDA (a XSD file) and import it into IRIS (Interoperate -> XML -> XML SCHEMA STRUCTURES) in order to work better with a Virtual Document based on your CCDA files. Then you can use regular DTL to transform it into another objects or directly access to each field of the document with methods as GetValueAt (documentation) About the Inbound Adapters here is the documentation related and for the Outbound Adapter...if you want to export it into a flat file or a CSV any FileOperation would be enough.
go to post Luis Angel Pére... · Nov 15, 2023 https://community.intersystems.com/post/sending-sms-notifications#commen...
go to post Luis Angel Pére... · Nov 15, 2023 Reading the doc (https://docs.intersystems.com/irislatest/csp/docbook/DocBook.UI.Page.cls...) looks like your response has a problem with a list property but I can't say more with just a screenshot.
go to post Luis Angel Pére... · Nov 13, 2023 Just to go deeper in the Oliver's answer and because I'm always strugling against the certificates and I hate them...you can see here an example about the generation of a self-signed certified in wich you define the "Common name", the equivalent to your domain, in your case the Common name used to generate the certificate is Test111a.domain.local so you need a new one with the new domain as @Oliver Wilms told you.