---
title: HKClinicalRecord
framework: healthkit
role: symbol
role_heading: Class
path: healthkit/hkclinicalrecord
---

# HKClinicalRecord

A sample that stores a clinical record.

## Declaration

```swift
class HKClinicalRecord
```

## Mentioned in

Accessing Health Records Accessing Sample Data in the Simulator

## Overview

Overview The clinical record stores information about a single condition, procedure, or result. While the record’s properties expose some high-level information, the  fhirResource property contains the underlying data from the user’s healthcare institution. Note that the record inherits the HKSample class’s startDate and endDate properties. However, the system does not populate these properties with information from the FHIR data; instead, the startDate and endDate reflect the time and date when the system downloaded the FHIR data to the device.

## Topics

### Accessing Clinical Record Data

- [clinicalType](healthkit/hkclinicalrecord/clinicaltype.md)
- [displayName](healthkit/hkclinicalrecord/displayname.md)
- [fhirResource](healthkit/hkclinicalrecord/fhirresource.md)

## Relationships

### Inherits From

- [HKSample](healthkit/hksample.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

### Related Documentation

- [HKClinicalType](healthkit/hkclinicaltype.md)

### 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)
- [HKFHIRResource](healthkit/hkfhirresource.md)
- [HKVerifiableClinicalRecord](healthkit/hkverifiableclinicalrecord.md)
- [HKVerifiableClinicalRecordSubject](healthkit/hkverifiableclinicalrecordsubject.md)
- [HKCDADocumentSample](healthkit/hkcdadocumentsample.md)
- [HKDocumentSample](healthkit/hkdocumentsample.md)
- [CDA](healthkit/hkdocumenttypeidentifier/cda.md)
- [HKDocumentType](healthkit/hkdocumenttype.md)
