FHIR エンジン ライブラリ
FHIR エンジン ライブラリを使用すると、デベロッパーは、FHIR 標準に基づいて構築された、強力でオフライン対応の相互運用可能な Android 向けヘルスケア アプリケーションを作成できます。
FHIR エンジン ライブラリは、FHIR リソースを暗号化されたローカル データベースに保存し、FHIR リソースを管理するための一連の API を提供します。アプリケーションは、これらの API を使用してローカル FHIR リソースを検索し、患者リストを作成して、詳細な患者レコードを表示し、FHIR リソースを FHIR 準拠のサーバーと同期できます。これにより、アプリはオフラインで動作し、インターネット接続があるときに更新できます。
以下のような機能があります。
- FHIR リソースのローカル ストレージ。デフォルトで暗号化されます。
- FHIR R4 に基づく FHIR リソースを管理するための Data Access API。今後のバージョンのサポートが予定されています。
- 流暢な Kotlin ドメイン固有言語(DSL)上に構築された Search API を使用すると、構造化クエリ言語を使用して FHIR リソースを検索できます。
- Android アプリと FHIR 準拠のサーバー(HAPI FHIR や Cloud Healthcare API など)との間で双方向同期を行うための Sync API。
FHIR Engine ライブラリの使用を開始する:
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-11-28 UTC。
[null,null,["最終更新日 2024-11-28 UTC。"],[[["The FHIR Engine Library enables the development of robust, offline-first, and interoperable Android health applications utilizing the FHIR standard."],["It offers secure local storage, comprehensive data management APIs, advanced search capabilities, and seamless synchronization with FHIR servers."],["Developers can leverage the library's features to build applications that can access and manipulate FHIR data, manage patient information, and integrate with external healthcare systems."],["Resources such as developer documentation and video tutorials are readily available to assist developers in getting started with the FHIR Engine Library."]]],["The FHIR Engine Library enables Android health app development with offline capabilities and FHIR standard interoperability. It stores FHIR resources in an encrypted local database and offers APIs to manage them. Key actions include searching for local resources, creating patient lists, displaying records, and synchronizing with FHIR-compliant servers. Features include encrypted local storage, Data Access and Search APIs using a Kotlin DSL, and Sync APIs for two-way server synchronization. Developer resources are provided for getting started.\n"]]