의료 기록 읽기 또는 쓰기 권한을 요청하는 것은 기존 헬스 커넥트 권한 화면과 유사하지만 별도의 건강 기록 화면이 표시됩니다.
데이터 탐색
헬스 커넥트는 기존 헬스 커넥트 데이터 유형과 마찬가지로 저장된 의료 기록 데이터의 기본 시각화 및 탐색도 제공합니다.
이 페이지에 나와 있는 콘텐츠와 코드 샘플에는 콘텐츠 라이선스에서 설명하는 라이선스가 적용됩니다. 자바 및 OpenJDK는 Oracle 및 Oracle 계열사의 상표 또는 등록 상표입니다.
최종 업데이트: 2025-07-26(UTC)
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-07-26(UTC)"],[],[],null,["# Medical Records\n\nThe Health Connect platform provides a [range of data types](/health-and-fitness/guides/health-connect/plan/data-types),\nmostly covering wellness and fitness use cases, enabling apps in the Android\necosystem to share data without the need for high-cost one-to-one\nAPI integrations.\n\nMedical Records extends this capability to include basic medical\ndata in [Fast Healthcare Interoperability Resources (FHIR®)](https://www.hl7.org/fhir/overview.html)\nformat. FHIR is an open-source global specification describing schema and\nsemantics for medical data published by HL7 (Health Level Seven International).\n\nMedical Records on Health Connect features:\n\n- An API for applications writing medical data.\n- A user-facing browser experience for medical data stored in Health Connect as new medical data types, along with fine-grained permissions for allowing downstream reads.\n- An API for applications reading medical data based on user-granted permissions.\n\n**Figure 1.** How Medical Records work with Health Connect.\n\nLimitations\n-----------\n\nAs these APIs are still under development, there are still some limitations and\nsome components aren't fully available.\n\nThe Medical Records APIs are marked with an annotation of\n`ExperimentalPersonalHealthRecordApi`, which indicates that these APIs are still\nunder development and subject to change.\n\nThere are still some limitations and some components aren't fully available:\n\n- The Play Policy for Medical Records access is still being developed, and apps may need to meet additional requirements before they can be released on the Play Store.\n- Some features, such as changelogs-based APIs, have not been developed for Medical Records APIs yet.\n\nGet Started\n-----------\n\nBecause Medical Records is a set of new record types in Health Connect, the\nsame process for getting started with Health Connect applies to Medical Records.\nSee [Get started with Health Connect](/health-and-fitness/guides/health-connect/develop/get-started) for more information.\n\nIf you have been experimenting with the Medical Records Framework APIs that\nwere initially available, we strongly recommend you transition to Jetpack for\nan improved developer experience for the following reasons:\n\n- All guides and sample code are written for Jetpack\n- Ecosystem tools use the Jetpack APIs\n- The API surface is Kotlin native\n- Jetpack has improved compatibility support (such as the [Feature\n Availability API](/health-and-fitness/guides/health-connect/develop/feature-availability))\n\nMedical Records APIs are made available through Health Connect version\n[1.1.0-beta02](/jetpack/androidx/releases/health-connect#1.1.0-beta02) in Jetpack. Updating your Jetpack dependency to\nthis version requires that apps be compiled against the [Android 16\nSDK](/about/versions/16/setup-sdk).\n\nOnce you're set up and ready to write and read Medical Records data in your app,\nsee [Write medical data](/health-and-fitness/guides/medical-records/write-data) and [Read medical data](/health-and-fitness/guides/medical-records/read-data).\n\nUser experience\n---------------\n\nGeneral information about the user experience is provided in this section.\n\n### Permissions\n\nRequesting read or write medical record permissions behaves similarly to the\nexisting Health Connect permissions screens, but a separate\nhealth records screen is shown:\n\n### Data browsing\n\nHealth Connect also provides basic visualization and browsing of Medical Records\ndata stored, similar to existing Health Connect data types."]]