<!--
{
  "availability" : [
    "iOS: 15.4.0 -",
    "iPadOS: 15.4.0 -",
    "macCatalyst: 15.4.0 -",
    "macOS: 13.0.0 -",
    "visionOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "HealthKit",
  "identifier" : "/documentation/HealthKit/HKVerifiableClinicalRecordQueryDescriptor/result(for:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "HealthKit"
    ],
    "preciseIdentifier" : "s:9HealthKit41HKVerifiableClinicalRecordQueryDescriptorV6result3forSaySo0cdE0CGSo13HKHealthStoreC_tYaKF"
  },
  "title" : "result(for:)"
}
-->

# result(for:)

Runs a one-shot query that asynchronously reads matching clinical records.

```
func result(for healthStore: HKHealthStore) async throws -> [HKVerifiableClinicalRecord]
```

## Parameters

`healthStore`

The access point for HealthKit data.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)