<!--
{
  "availability" : [
    "iOS: 15.0.0 -",
    "iPadOS: 15.0.0 -",
    "macCatalyst: 15.0.0 -",
    "macOS: 13.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "HealthKit",
  "identifier" : "/documentation/HealthKit/HKVerifiableClinicalRecordSubject",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "HealthKit"
    ],
    "preciseIdentifier" : "c:objc(cs)HKVerifiableClinicalRecordSubject"
  },
  "title" : "HKVerifiableClinicalRecordSubject"
}
-->

# HKVerifiableClinicalRecordSubject

The subject associated with a signed clinical record.

```
class HKVerifiableClinicalRecordSubject
```

## Overview

[`HKVerifiableClinicalRecordSubject`](/documentation/HealthKit/HKVerifiableClinicalRecordSubject) objects contain data about the subject from a SMART Health Card.  These cards combine both the user’s identity and clinical data into a cryptographically-signed bundle. To protect the subject’s privacy, SMART Health Cards provide the minimum required data. For more information, see [SMART Health Cards Framework](https://smarthealth.cards).

## Topics

### Accessing Patient Data

[`var fullName: String`](/documentation/HealthKit/HKVerifiableClinicalRecordSubject/fullName)

The subject’s full name.

[`var dateOfBirthComponents: DateComponents?`](/documentation/HealthKit/HKVerifiableClinicalRecordSubject/dateOfBirthComponents)

The subject’s birthdate.

### Initializers

[`init?(coder: NSCoder)`](/documentation/HealthKit/HKVerifiableClinicalRecordSubject/init(coder:))

## Relationships

### Conforms To

[`Sendable`](/documentation/Swift/Sendable)

[`NSCoding`](/documentation/Foundation/NSCoding)

[`Equatable`](/documentation/Swift/Equatable)

[`NSObjectProtocol`](/documentation/ObjectiveC/NSObjectProtocol)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`CustomDebugStringConvertible`](/documentation/Swift/CustomDebugStringConvertible)

[`CustomStringConvertible`](/documentation/Swift/CustomStringConvertible)

[`Hashable`](/documentation/Swift/Hashable)

[`NSSecureCoding`](/documentation/Foundation/NSSecureCoding)

[`NSCopying`](/documentation/Foundation/NSCopying)

[`CVarArg`](/documentation/Swift/CVarArg)

### Inherits From

[`NSObject-swift.class`](/documentation/ObjectiveC/NSObject-swift.class)

---

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)