SDK FHIR для Android
Оптимизируйте свои подборки
Сохраняйте и классифицируйте контент в соответствии со своими настройками.
Посмотреть исходный код на Github 
Android FHIR SDK — это набор библиотек Kotlin для создания автономных мобильных приложений здравоохранения с использованием стандарта HL7 FHIR® на Android.
Android FHIR SDK был разработан в рамках тесного сотрудничества со Всемирной организацией здравоохранения для поддержки рекомендаций ВОЗ SMART , основанных на Руководстве по внедрению клинических рекомендаций FHIR .
Используя SDK, разработчики могут быстро создавать и развертывать различные типы медицинских приложений Android на базе FHIR для широкого спектра распространенных и сложных случаев использования.
Преимущества для разработчиков
Используйте спецификацию FHIR R4, чтобы:
- Создавайте решения для здоровья Android, используя стандартизированную модель данных ( HAPI FHIR Structures ).
- Повышайте функциональную совместимость и создавайте перспективные решения.
- Используйте общий контент, создаваемый экосистемой FHIR, например рекомендации ВОЗ SMART.
Экономьте время и силы:
- API, которые помогают разработчикам решать распространенные проблемы с данными, такие как синхронизация и работа в автономном режиме.
- Быстро превращайте анкеты FHIR в формы с помощью встроенных виджетов пользовательского интерфейса.
- Создавайте сложные пользовательские потоки с расширенными возможностями поведения на основе выражений FHIRPath.
Клинические рассуждения на устройстве:
Архитектура Android FHIR SDK
Android FHIR SDK состоит из четырех библиотек, разработанных с разделением задач:
Начало работы с Android FHIR SDK
Перейдите в раздел обучения, чтобы получить доступ к документации для разработчиков, видеоурокам и лабораториям кода, или перейдите в раздел сообщества , чтобы узнать о звонках разработчиков, форумах и способах принять участие.
Если не указано иное, контент на этой странице предоставляется по лицензии Creative Commons "С указанием авторства 4.0", а примеры кода – по лицензии Apache 2.0. Подробнее об этом написано в правилах сайта. Java – это зарегистрированный товарный знак корпорации Oracle и ее аффилированных лиц.
Последнее обновление: 2025-07-24 UTC.
[null,null,["Последнее обновление: 2025-07-24 UTC."],[[["\u003cp\u003eThe Android FHIR SDK is a set of Kotlin libraries for building offline-capable, mobile-first healthcare applications on Android using the HL7 FHIR® standard.\u003c/p\u003e\n"],["\u003cp\u003eIt enables developers to build interoperable health solutions using FHIR R4, leveraging shared content like WHO SMART Guidelines.\u003c/p\u003e\n"],["\u003cp\u003eThe SDK provides APIs for data synchronization, offline capabilities, form creation with FHIR Questionnaires, and on-device clinical reasoning with FHIRPath and CQL.\u003c/p\u003e\n"],["\u003cp\u003eIt comprises four libraries: Structured Data Capture, FHIR Engine, Workflow, and Knowledge Manager, each addressing specific functionalities.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers can access learning resources and community support through the provided links to get started and engage with the project.\u003c/p\u003e\n"]]],["The Android FHIR SDK provides Kotlin libraries for building offline-capable healthcare apps using the HL7 FHIR standard. It utilizes the FHIR R4 specification, promoting interoperability and enabling the use of shared content like WHO SMART Guidelines. Key features include APIs for data synchronization, offline work, and FHIR Questionnaire-based form creation. The SDK also supports on-device clinical reasoning via FHIRPath and CQL, with four core libraries: Structured Data Capture, FHIR Engine, Workflow, and Knowledge Manager.\n"],null,["# Android FHIR SDK\n\n[View source on Github](https://github.com/google/android-fhir) \n\nThe *Android FHIR SDK* is a set of Kotlin libraries for building\noffline-capable, mobile-first healthcare applications using the HL7 FHIR®\nstandard on Android.\n\nThe Android FHIR SDK has been developed as part of a close collaboration with\nthe World Health Organization to support the [WHO SMART Guidelines](https://www.who.int/teams/digital-health-and-innovation/smart-guidelines),\nwhich are based on the [FHIR Clinical Guidelines Implementation Guide](http://build.fhir.org/ig/HL7/cqf-recommendations/index.html).\n\nUsing the SDK, developers can quickly build and deploy different types of\nFHIR-native Android health applications for a range of common and advanced use\ncases.\n\nBenefits to developers\n----------------------\n\n**Use FHIR R4 specification to:**\n\n- Build Android health solutions using a standards-based data model ([HAPI\n FHIR Structures](https://hapifhir.io/hapi-fhir/apidocs/hapi-fhir-structures-r4/)).\n- Promote interoperability and create future-proof solutions.\n- Build on shared content being produced by the FHIR ecosystem such as WHO SMART Guidelines.\n\n**Save time and effort:**\n\n- APIs that help developers solve common data challenges like synchronization and working offline.\n- Quickly turn FHIR Questionnaires into forms using built-in UI widgets.\n- Build complex form user flows with advanced behaviors powered by FHIRPath Expressions.\n\n**On-device clinical reasoning:**\n\n- Support for FHIRPath and [HL7 Clinical Quality Language](https://cql.hl7.org/) (CQL) for on-device data processing and clinical decision support.\n- Deploy and run applications based on [FHIR Clinical\n Guidelines](http://build.fhir.org/ig/HL7/cqf-recommendations/index.html), like the [WHO SMART Guidelines](https://www.who.int/teams/digital-health-and-innovation/smart-guidelines/fhir-based-smart-guidelines).\n\nAndroid FHIR SDK architecture\n-----------------------------\n\nThe Android FHIR SDK is made up of four libraries, designed with a separation of\nconcerns:\n\n- [Structured Data Capture Library](/open-health-stack/android-fhir/data-capture): Collect, validate, and process healthcare data on Android\n- [FHIR Engine Library](/open-health-stack/android-fhir/fhir-engine): Store and manage FHIR resources locally on Android and synchronize with FHIR server\n- [Workflow Library](/open-health-stack/android-fhir/workflow): Provide point-of-care decision support and compute clinical quality measures on Android\n- [Knowledge Manager Library](/open-health-stack/android-fhir/knowledge-manager): Deploy and manage FHIR knowledge artifact resources (e.g. from Implementation Guides) and make these available to other libraries\n\nGet started with the Android FHIR SDK\n-------------------------------------\n\nHead to the [learn section](/open-health-stack/learn) to access developer docs, video tutorials and\ncodelabs or jump into the [community section](/open-health-stack/community) to find out about developer\ncalls, forums and ways to can get involved."]]