---
title: HKVerifiableClinicalRecordSubject
framework: healthkit
role: symbol
role_heading: Class
path: healthkit/hkverifiableclinicalrecordsubject
---

# HKVerifiableClinicalRecordSubject

The subject associated with a signed clinical record.

## Declaration

```swift
class HKVerifiableClinicalRecordSubject
```

## Overview

Overview 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.

## Topics

### Accessing Patient Data

- [fullName](healthkit/hkverifiableclinicalrecordsubject/fullname.md)
- [dateOfBirthComponents](healthkit/hkverifiableclinicalrecordsubject/dateofbirthcomponents.md)

### Initializers

- [init(coder:)](healthkit/hkverifiableclinicalrecordsubject/init(coder:).md)

## Relationships

### Inherits From

- [NSObject](objectivec/nsobject-swift.class.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSCoding](foundation/nscoding.md)
- [NSCopying](foundation/nscopying.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
- [NSSecureCoding](foundation/nssecurecoding.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Medical records

- [Accessing Health Records](healthkit/accessing-health-records.md)
- [Accessing Sample Data in the Simulator](healthkit/accessing-sample-data-in-the-simulator.md)
- [Accessing a User’s Clinical Records](healthkit/accessing-a-user-s-clinical-records.md)
- [Accessing Data from a SMART Health Card](healthkit/accessing-data-from-a-smart-health-card.md)
- [HKClinicalRecord](healthkit/hkclinicalrecord.md)
- [HKFHIRResource](healthkit/hkfhirresource.md)
- [HKVerifiableClinicalRecord](healthkit/hkverifiableclinicalrecord.md)
- [HKCDADocumentSample](healthkit/hkcdadocumentsample.md)
- [HKDocumentSample](healthkit/hkdocumentsample.md)
- [CDA](healthkit/hkdocumenttypeidentifier/cda.md)
- [HKDocumentType](healthkit/hkdocumenttype.md)
