2016年12月12日月曜日

FHIR and the future of interoperability

2015/1のHealthcare IT NewsのFHIRを紹介する記事。
FHIR and the future of interoperability
FHIRとC-CDAを比較する記述がある。
And unfortunately, C-CDA is designed to transfer entire documents, rather than a single piece of data or a simple list.
思っていた通りだ。CDAはドキュメント全体を伝送するように設計されているとのこと。それに対してFHIRはデータの断片や簡単な一覧を伝送するよう設計されている。
The major technology change embodied in FHIR is a fundamental move away from a document-centric approach to a data-level access approach using application programming interfaces or APIs. Specifically, FHIR features a concept called “Resources,” meaning a very basic set of structured data.
FHIRはAPIを用いて"文書中心"アプローチから"データレベルアクセス"アプローチへ移行した。特に"リソース"というコンセプト(最も基本的な構造化されたデータのセット)を 特徴としている。要するにROA (Resource Oriented Architecture) ということだ。そのリソースにアクセスするためにAPIを利用する。そのAPIとはRESTfulなAPIだ。
リソースの例として次のようなものを挙げている。

  • 処方一覧
  • プロブレムリスト
  • 検査結果

今日,LOINCなどの各種標準用語集によってデータだけでなくその意味も含めて伝達するツールを備えている。
What FHIR offers is tools for developers to assemble and present many much smaller data elements to enhance the context or meaning of the information.
そのうえで,FHIRが提供するものは,開発者がコンテクストや情報の意味を増強するために多くの小さなデータ要素を組み立てたり提示したりするツールである。

0 件のコメント:

コメントを投稿