HealthRecordCommunity

News

1,676 FHIR-related articles (latest first)

International: 1,676 articles
FHIRInternational🏛European CommissionEnrichedOct 9, 2025

Progress on the European Health Data Space (EHDS): Focus on Trust and Interoperability

Representatives from EU countries, industry, and international organizations discussed the European Health Data Space (EHDS). The EHDS aims to enable secure and standardized exchange of health data—such as from electronic patient files or medical registers—to improve research and care. Key technical challenges highlighted include ensuring trust, security, and interoperability via HL7 FHIR.

FHIRInternationalOct 3, 2025

OperationDefinition - Belgium.be

本記事は、コードシステムにおけるマッチング検索を行うためのFHIR OperationDefinition「find-matches」について解説している。この操作は、指定されたコード・値のプロパティセットに基づいて、一致する可能性のあるコードを複数取得することを目的としている。

FHIRInternationalOct 1, 2025

Как я строил API для выгрузки и обработки FHIR-данных на Go / Комментарии / Хабр

筆者は、Go言語を用いてFHIRデータの取り出しと処理を行うAPIの構築過程について解説している。読者からは、具体的なクエリ要素(例:`_elements`, `_has`, `_include/ _revinclude`)や、最新の臨床データ(例:血液検査結果など)を考慮した実装への要望が寄せられている。

FHIRInternational🏛(メール詳細から取得可)EnrichedOct 1, 2025

Building an API for Exporting and Processing FHIR Data using Go

The author built a data export and processing API using Go, leveraging FHIR (Fast Healthcare Interoperability Resources). Recognizing that standard FHIR APIs struggle with retrieving comprehensive data or facilitating bulk analysis for patients with extensive medical histories, the solution introduces an intermediate layer to ensure fast and reliable data access.