SDK ל-Android FHIR
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
הצגת המקור ב-GitHub
Android FHIR SDK היא קבוצה של ספריות Kotlin ליצירת אפליקציות בריאות לנייד עם יכולת לעבוד במצב אופליין, לפי תקן HL7 FHIR® ב-Android.
ערכת ה-SDK של FHIR ל-Android פותחה במסגרת שיתוף פעולה הדוק עם ארגון הבריאות העולמי (WHO), כדי לתמוך בהנחיות SMART של WHO, שמבוססות על המדריך להטמעת הנחיות קליניות של FHIR.
בעזרת ה-SDK, מפתחים יכולים ליצור ולפרוס במהירות סוגים שונים של אפליקציות בריאות ל-Android מבוססות-FHIR למגוון תרחישים לדוגמה, נפוצים ומתקדמים.
היתרונות למפתחים
שימוש במפרט FHIR R4 כדי:
- פיתוח פתרונות בריאות ל-Android באמצעות מודל נתונים מבוסס-תקנים (HAPI
FHIR Structures).
- קידום יכולת הפעולה ההדדית ויצירת פתרונות עמידים לעתיד.
- להשתמש בתוכן משותף שנוצר על ידי הסביבה העסקית של FHIR, כמו ההנחיות של WHO בנושא SMART.
חיסכון בזמן ובמאמץ:
- ממשקי API שעוזרים למפתחים לפתור אתגרים נפוצים בנתונים, כמו סנכרון ועבודה אופליין.
- שימוש בווידג'טים מובנים של ממשק משתמש כדי להפוך שאלונים של FHIR לטפסים במהירות.
- יצירת תהליכי שימוש מורכבים בטופס עם התנהגויות מתקדמות שמבוססות על ביטויים של FHIRPath.
שיקול דעת קליני במכשיר:
הארכיטקטורה של Android FHIR SDK
ערכת ה-SDK של FHIR ל-Android מורכבת מארבעה ספריות, שתוכננו לפי הפרדת עניינים:
תחילת העבודה עם Android FHIR SDK
בקטע לימוד תוכלו למצוא מסמכי עזר למפתחים, מדריכי וידאו ומדריכי Codelab. בקטע קהילה תוכלו למצוא מידע על אירועים למפתחים, פורומים ודרכים להשתתף בקהילה.
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-25 (שעון UTC).
[null,null,["עדכון אחרון: 2025-07-25 (שעון 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."]]