検索

Anuncio
· 17 hr atrás

\[Vídeo] Grabación del Meetup de desarrolladores de julio - Creación y evaluación de sistemas de recuperación generativa con agentes

 

Hola, comunidad:

 

La semana pasada, el equipo de InterSystems celebró nuestro encuentro mensual de desarrolladores en un nuevo lugar por primera vez. En la oficina de AWS en Boston, en el Seaport, más de 71 asistentes se reunieron para charlar, hacer networking y escuchar las charlas de dos ponentes increíbles. El evento fue todo un éxito; tuvimos el lugar lleno, muchísima participación y preguntas, ¡y asistentes haciendo cola para hablar con nuestros ponentes después!

Photo of a large audience watching the speaker Jayesh Gupta present his topic
Jayesh presenta sobre marcos de prueba para Agentic Systems ante un auditorio lleno.

El topic del encuentro de julio fue la creación y evaluación de sistemas de recuperación generativa con agentes, y cada ponente abordó un aspecto distinto de estos sistemas. Primero, @Jayesh Gupta explicó cómo medir cuantitativamente las mejoras en sistemas de agentes utilizando marcos de prueba. Luego, Suprateem Banerjee se adentró en técnicas más avanzadas para la recuperación de agentes más allá de la búsqueda por vectores.

Si no pudisteis asistir a Boston la semana pasada, no os preocupéis: por primera vez, ¡también hemos grabado ambas charlas del encuentro y las estamos compartiendo en formato virtual! Podéis ver ambas sesiones en los enlaces a continuación:

⏯️ Configuración de marcos de prueba para medir cuantitativamente mejoras en sistemas con agentes

⏯️ Recuperación con agentes: técnicas más allá de la búsqueda por vectores

Comentarios (0)1
Inicie sesión o regístrese para continuar
Artículo
· 17 hr atrás Lectura de 2 min

Fhir-丙型肝炎预测应用

大家好!

本文主要丰富了上一篇文章的内容,并介绍了应用程序的使用方法。

也许您已经读过上一篇文章,但我还是想说,
在完成初始化操作(包括模型创建和训练)后,Fhir HepatitisC Predict 应用程序将预测丙型肝炎(HepatitisC)。

首先

您需要在应用程序上输入一些信息,当然,只是一些检查结果,不包括隐私数据

SHOW显示

点击显示按钮,将显示该指标的数据是否在正常范围内,指标是高还是低。当然,每个指标的数据范围都是通过查询信息获得的,可能与实际范围略有不同。

Prediction预测

完成信息输入后,点击预测实际上涉及到应用程序中的许多操作。

1. 将发送的 JSON 格式检查结果转换为 FHIR 资源(对部分患者基本信息和其他隐私数据使用模拟数据)
2. 通过 FHIR Server 提供的 API 接口(ip: port/hir/r4/)将转换后的 FHIR 资源注册到 FHIR 资源库,类似于使用 Postman 进行接口调用。需要注意的是,将内容类型设为 application/JSON+fhir

ClassMethod HTTPSend(IPAddress As %String, Port As %String, Url As %String, Body As %String, Output HttpResponse As %String(MAXLEN=256000)) As %Status
{
	
	Set httpRequest=##class(%Net.HttpRequest).%New()
	Do httpRequest.SetHeader("Content-Type","application/json+fhir")
	Do httpRequest.SetHeader("Accept","*/*")
    Set httpRequest.Port=Port
    Set httpRequest.Server=IPAddress
    Set httpRequest.Https=0
    Set httpRequest.Timeout=600
    Set httpRequest.ContentCharset="UTF-8"
    Set httpRequest.ContentEncoding="UTF-8"
    d httpRequest.EntityBody.Write(Body)
    Set status=httpRequest.Post(Url)
    IF 'status {
	    Set HttpResponse = "Connection failed, call exception"
	    return "Connection failed, call exception:"_$SYSTEM.Status.GetErrorText(status)
	}
    Set response = httpRequest.HttpResponse
    Set ResponseData = response.Data
    Set HttpResponse=""
    while 'ResponseData.AtEnd{
	    Set HttpResponse=HttpResponse_ResponseData.Read()
    }

    return $$$OK
}

  1. 然后,使用训练有素的模型来预测数据,就可以看到预测结果了。

 

 

当然,这也完成了预测。

Comentarios (0)1
Inicie sesión o regístrese para continuar
Anuncio
· 23 hr atrás

インターシステムズ第5回ソリューションウェビナー「~FHIR×OMOP CDMで広がる医療データの価値~InterSystems OMOPのご紹介」

こんにちは。 

7月16日~18日に東京ビックサイトで開催された「国際モダンホスピタルショウ」のインターシステムズのブースにて様々なミニセッションを行いました。

その中で弊社製品の最新情報についてご紹介したミニセッションを”モダンホスピタルショウ「おさらいウェビナー」として、2回にわたり、お届けしています。

展示では伝えきれなかった技術や背景、導入効果などをご紹介します。第2回の本ウェビナーでは以下のトピックを取り上げます

日時:9月3日(水)午後1時30分~2時

テーマ:「~FHIR×OMOP CDMで広がる医療データの価値~InterSystems OMOPのご紹介」

参加費無料・事前登録制

ご登録はこちらから

第2回「~FHIR×OMOP CDMで広がる医療データの価値~InterSystems OMOPのご紹介」

【概要】
OMOP CDM(Observational Medical Outcomes Partnership Common Data Model)は、医療データの二次利用、特に臨床研究やリアルワールドエビデンスの創出において強力な基盤となる、国際的な標準データモデルです。OMOP CDMの概要をご紹介するとともに、FHIRからOMOP CDMへの変換を実現する「InterSystems OMOP」ソリューションについて、デモを交えてご紹介いたします。

OMOP CDMに関心のある方はもちろん、FHIRデータの出力意義や活用方法について検討されている方も、是非ご参加ください。

【こんな方にお勧め】
・医療データの標準化や利活用に関心のある方
・医療機関や製薬会社でデータ管理や分析に携わる方
・FHIRやOMOP CDMを活用したデータ連携・分析に携わる方

ご多用中とは存じますが、皆様のご参加をお待ち申し上げております。

Comentarios (0)1
Inicie sesión o regístrese para continuar
Anuncio
· 23 hr atrás

インターシステムズ第4回ソリューションウェビナー「ホスピタルショウ注目技術をざっくり解説!インターシステムズの最新情報」のご案内

     

こんにちは。

716日~18日に東京ビックサイトで開催された「国際モダンホスピタルショウ」のインターシステムズのブースにて様々なミニセッションを行いました。その中で弊社製品の最新情報についてご紹介したミニセッションを”モダンホスピタルショウ「おさらいウェビナー」”と題して、2回にわたり、お届けします。

1回は86日(水) 「ホスピタルショウ注目技術をざっくり解説!インターシステムズの最新情報」と題し、展示では伝えきれなかった技術や背景、導入効果などをご紹介します。第一回の本ウェビナーでは以下のトピックを取り上げます。

  • 地域医療連携プラットフォーム「HealthShare」を用いたデータ統合と可視化
  • InterSystems OMOP:世界標準のデータフォーマットを使用した分析基盤に必要なサービスのご紹介
  • シリンジポンプ/電子カルテ/ナースコール/ME機器管理システムとのリアルタイム連携

【こんな方にお勧め】
医療機関でICTやデータ利活用を推進されているご担当者
地域連携・医療デバイスの統合に関心のある方

<お申し込みはこちら>

第1回 86日 「ホスピタルショウ注目技術をざっくり解説!インターシステムズの最新情報」

ホスピタルショウに来場された方、されなかった方、どちらも歓迎です!是非ご視聴くださいますよう、ご案内いたします。

Comentarios (0)1
Inicie sesión o regístrese para continuar
Anuncio
· 17 jul, 2025

Feedback needed for a new CCR Certification Exam for TrakCare Application Specialists!

Hello CCR Users at TrakCare sites!

The Certification team at InterSystems Learning Services is currently developing an InterSystems CCR EHR (aka TrakCare) Specialist certification exam, and we are reaching out to our community for feedback that will help us finalize the exam contents.

How do I provide my input? Complete our Job Task Analysis (JTA) survey! We will present you with a list of job tasks, and you will rate them on their importance as well as other factors.

How much effort is involved? It takes about 20 – 30 minutes to fill out the survey. You can be anonymous or provide your email if you’d like a follow-up.

How can I access the survey? You can access the survey here

  • Survey works on mobile devices, but it will involve a lot of scrolling.
  • Survey can be resumed if you return to it on the same device in the same browser unless you clear browser storage.
  • Survey will close on August 29, 2025.

What’s in it for me? You get to have a say in what topics the new exam should cover, and as a token of our appreciation, participants are eligible to earn Global Masters points.

Here are the exam title and the definition of the target role: 

Exam title: InterSystems CCR EHR Application Specialist (note - we call it "EHR" as it covers TrakCare but will be applicable to IntelliCare customers as well as CCR use doesn't change on the new product)

Target role: An InterSystems TrakCare Application specialist who: 

  • Uses Tier 2 CCRs to document and process change workflows, 
  • Makes configuration changes in InterSystems TrakCare, and 
  • Transports and deploys configuration changes across environments. 

We recommend at least six months’ experience with the tasks above, or independently progressing 20 Tier 2 CCRs.

Please take some time and help us if you can.  We are excited to be working on this project so that Tier 2 experts can earn credentials demonstrating their expertise!  

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