Nueva publicación

Encontrar

Artículo
· 16 mayo, 2025 Lectura de 5 min

Auth0 と InterSystems IRIS FHIR サーバーを使った SMART On FHIR アプリケーションの開発 - Angular アプリケーション

Auth0 と InterSystems IRIS FHIR リポジトリ使った SMART On FHIR に関する連載最終回では、Angular 16 で開発したアプリケーションをレビューします。

このソリューションに定義されたアーキテクチャがどのように構成されているかを思い出しましょう。

フロントエンドのアプリケーションは 2 列目で、ご覧のように 2 つのことを行います。

Comentarios (0)0
Inicie sesión o regístrese para continuar
Anuncio
· 16 mayo, 2025

Sesiones de InterSystems Ready 2025 para "hincarles el diente"

Hola comunidad,
Nos complace anunciar que ya tenéis una lista preliminar de sesiones disponible para que la reviséis con calma mientras esperáis el evento Ready 2025.

En InterSystems READY 2025 estamos planificando más de 60 sesiones individuales. Tenemos sesiones para todos, sobre una amplia variedad de temas y tecnologías.

Todas las sesiones están divididas en 8 categorías según los puntos de interés:

  • Poner la IA en acción
  • Transformar los planes de salud
  • Impulsar el impacto del producto
  • Conectar los datos de salud
  • Seguro. Rápido. Escalable. Robusto.
  • Desarrollar soluciones innovadoras
  • Maximizar vuestra arquitectura de datos
  • Aprovechar al máximo la nube

Todavía estamos ultimando las descripciones y el calendario de las sesiones. ¡Permaneced atentos para más actualizaciones e información muy pronto!

Comentarios (0)1
Inicie sesión o regístrese para continuar
Pregunta
· 16 mayo, 2025

Business Process BPL context: objects deleted after CALL

I'm creating a Business Process that:

  1. Transforms one object into another using DTL
  2. Sends this object to an operation
  3. Transform the object obtained in first point into another one using DTL
  4. Sends the second object to an operation

The Business Process is created with BPL, and objects are stored in BP context. When I execute this Process, in the 3rd point the object obtained in first transformation doesn't exist. It's empty.

I have tried to make transformation before making CALL's, I mean:

  1. Transforms one object into another using DTL
  2. Transform the object obtained in first point into another one using DTL
  3. Sends first object to an operation
  4. Sends the second object to an operation

And after sending the first object, the second doesn't exist.

I thought it was a bug from new version 2025.1, but I have tested it on 2024.3 and it happens the same.

I have created a Business Process with code and it works perfectly fine, so I think the problem is with the context.

Is this a bug? Or is an expected functionallity?

6 comentarios
Comentarios (6)0
Inicie sesión o regístrese para continuar
Comentarios (0)0
Inicie sesión o regístrese para continuar
Artículo
· 15 mayo, 2025 Lectura de 1 min

一些 FHIR 互操作性适配器示例

各位开发者,大家好!

或许您不得不实现一些场景,这些场景不需要 FHIR 仓库但需要转发 FHIR 请求、管理响应,并且可能运行转换或在两者之间提取一些值。 在这里,您会找到一些可以使用 InterSystems IRIS For HealthHealthShare Health Connect 实现的示例。

在这些示例中,我使用了具有 FHIR 互操作性适配器HS.FHIRServer.Interop.Request 消息的互操作性生产配置。

第一个场景从头开始构建 FHIR 请求(可以来自文件,也可以来自 SQL 查询),然后将其发送到外部 FHIR 服务。图片

Comentarios (0)2
Inicie sesión o regístrese para continuar