Get and Set info in Medical ID using Healthkit?
I am trying to get the information from Medical ID for example Conditions, Medical notes, Allergies & reactions, all that kind of info. I'm using Swift and Health Kit. For the moment the only info that I can get is dateOfBirth, biologicalSex, and bloodType. import UIKit import HealthKit class ViewController: UIViewController { let healthKitStore: HKHealthStore = HKHealthStore() override func viewDidLoad() { super.viewDidLoad() // Do any additional setup after loading the view, typically from a nib. let healthStore: HKHealthStore? = { if HKHealthStore.isHealthDataAvailable() { return