FHIR を使ってみる
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
HL7 FHIR(Fast Healthcare Interoperability Resources)は、標準開発組織 Health Level 7(HL7)の次世代の相互運用性標準です。
FHIR は、医療 IT を最新の API ドリブンのアプローチに移行し、世界中のモバイル デベロッパーやウェブ デベロッパーが医療開発にアクセスしやすくするという願望から脱却しました。
相互運用性、つまりデータ交換の推進は FHIR の主な目標ですが、その設計は、特にデジタルヘルス ソリューションに多くのメリットをもたらします。
- 医療アプリケーションを構築するための一般的なデータモデル: FHIR リソースは、医療アプリケーションのデータモデルを定義するために使用される臨床情報と管理情報の個々の単位を表します。
- 仕様が無料で自由に使用できる: FHIR の仕様はオープンです。誰もが投票プロセスに参加できます。また、どのアプリケーションでも自由に使用できます。
- 使い慣れたテクノロジーに基づく: FHIR は、REST、OAuth、XML、JSON、HTTP などの確立されたウェブ標準に基づく仕様およびオープン化された標準化されたウェブ API です。
- コンテンツの再利用性の向上: 特定のアプリケーションの論理モデル、データ辞書、コーディング システムを定義する FHIR リソースを共有して再利用できます。これにより、同様のプログラム全体で一貫したデータ収集が実現するうえ、WHO SMART ガイドラインなどのエビデンスに基づくガイドラインの普及も促進されます。
FHIR を初めて利用する、または詳しく知りたい場合は、こちらで迅速に学習できるリソースをご覧ください。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-07-25 UTC。
[null,null,["最終更新日 2025-07-25 UTC。"],[[["\u003cp\u003eHL7 FHIR is a next-generation standard for healthcare data exchange, designed to make healthcare development more accessible using modern API-driven approaches.\u003c/p\u003e\n"],["\u003cp\u003eFHIR offers a common data model, is free to use and built on familiar web technologies, promoting reusability and consistency in healthcare applications.\u003c/p\u003e\n"],["\u003cp\u003eFHIR's primary goal is to enhance interoperability by enabling seamless data exchange between different healthcare systems and applications.\u003c/p\u003e\n"],["\u003cp\u003eThe specification is open and anyone can participate, allowing for wider adoption and community contributions to its development.\u003c/p\u003e\n"]]],["FHIR (Fast Healthcare Interoperability Resources) is a healthcare interoperability standard designed to make healthcare development more accessible via API-driven approaches. Key features include a common data model using FHIR Resources, an open and free-to-use specification, reliance on web standards like REST and JSON, and support for content reusability. This promotes data consistency and guideline dissemination. Resources for learning more include the FHIR specification, webinars, and an Android developer SDK.\n"],null,["# Getting started with FHIR\n\n[HL7 FHIR](https://www.hl7.org/fhir/) (Fast Healthcare\nInteroperability Resources); is a next-generation interoperability standard from\nthe standards development organization Health Level 7 (HL7).\n\nFHIR evolved out of the desire to shift healthcare IT towards modern API driven\napproaches making healthcare development more accessible to mobile and web\ndevelopers everywhere.\n\nWhilst interoperability - or promoting data exchange - is the primary goal of\nFHIR, its design offers many benefits especially for digital health solutions:\n\n- *A common data model for building healthcare applications*: FHIR Resources represent individual units of clinical and administrative information that are used to define the data model for a healthcare application.\n- *Open specification and free to use*: The FHIR specification is open meaning that anyone can get involved in the balloting process. In addition it's free to use for any application anywhere.\n- *Based on familiar technologies*: FHIR is a specification and an open standardized web API that is based on established web standards like REST, OAuth, XML, JSON and HTTP.\n- *Promotes reusability of content* : FHIR Resources that define the logical models, data dictionaries and coding systems for a specific application can be shared and reused. This promotes more consistent data collection across similar programs as well as dissemination of evidence based guidelines such as the [WHO SMART\n Guidelines](https://www.who.int/teams/digital-health-and-innovation/smart-guidelines/fhir-based-smart-guidelines).\n\nIf you are new to FHIR or just looking to learn more, here is a selection of\nresources that can help you get up to speed quickly.\n\n- [HL7 FHIR Specification](https://www.hl7.org/fhir/)\n- [What is HL7 FHIR?](https://www.healthit.gov/sites/default/files/page/2021-04/What%20Is%20FHIR%20Fact%20Sheet.pdf)\n- [Digital Square on FHIR Webinar Series](https://digitalsquare.org/resourcesrepository/digital-square-on-fhir-4c78p)\n- [Our FHIR SDK for Android Developers](https://medium.com/androiddevelopers/our-fhir-sdk-for-android-developers-9f8455e0b42f)"]]