FHIR 엔진 라이브러리
FHIR 엔진 라이브러리를 사용하면 개발자가 강력하고 오프라인 지원이 가능하며 상호 운용성이 뛰어난 Android용 건강 애플리케이션을 모두 FHIR 표준을 기반으로 빌드할 수 있습니다.
FHIR 엔진 라이브러리는 FHIR 리소스를 암호화된 로컬 데이터베이스에 저장하고 FHIR 리소스를 관리하기 위한 API 모음을 제공합니다. 애플리케이션은 이러한 API를 사용하여 로컬 FHIR 리소스를 검색하고, 환자 목록을 빌드하고, 상세한 환자 레코드를 표시하고, FHIR 리소스를 FHIR 규격을 준수하는 서버와 동기화할 수 있습니다.
이렇게 하면 애플리케이션이 오프라인으로 작동하고 인터넷에 연결되면 업데이트할 수 있습니다.
다음과 같은 기능이 있습니다.
- 기본적으로 암호화된 FHIR 리소스의 로컬 저장소입니다.
- FHIR 리소스를 관리하기 위한 데이터 액세스 API로, 향후 버전 지원이 계획된 FHIR R4를 기반으로 합니다.
- 유창한 Kotlin DSL (Domain Specific Language)을 기반으로 빌드된 Search API를 사용하면 구조화된 쿼리 언어를 사용하여 FHIR 리소스를 검색할 수 있습니다.
- Android 앱과 HAPI FHIR 또는 Cloud Healthcare API와 같은 FHIR 준수 서버 간의 양방향 동기화를 위한 동기화 API입니다.
FHIR 엔진 라이브러리를 시작해 보세요.
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 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"]]