Can I add Patients health records like lab reports etc. to apple health app using health kit in swift? So far what i understand is that you can only read the health record data but you can not write it from your own health app. So what will I have to do to be able to add data in health section in apple's health app.
I have tried to look on the apple's documentation but there is no way to add health records.
I might be misunderstanding what you want to do, but you want to add data using
HealthKitright?Here's a bit of sample code I found for step data.
More docs at Apple.