You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
As a developer working with Apple Health Kit, I shall be able to access clinical records (e.g. medication records) via HKClinicalRecord
Describe the solution you'd like
Expose HKClinicalRecord and fhirResource in HealthKitReporter (and later on health_kit_reporter wrapper in Flutter)
Additional context
Apple requires a specific addition in the profile for the Clinical Record type
The text was updated successfully, but these errors were encountered:
@AliakseiT I created a PR that gives access to Clinical Records, it's still early in the testing process but you can have a look and let me know if you encounter any issue with this new version: #25
Is your feature request related to a problem? Please describe.
As a developer working with Apple Health Kit, I shall be able to access clinical records (e.g. medication records) via
HKClinicalRecord
Describe the solution you'd like
Expose
HKClinicalRecord
andfhirResource
in HealthKitReporter (and later on health_kit_reporter wrapper in Flutter)Additional context
Apple requires a specific addition in the profile for the Clinical Record type
The text was updated successfully, but these errors were encountered: