<!--
{
  "availability" : [
    "iOS: 16.4.0 -",
    "iPadOS: 16.4.0 -",
    "macCatalyst: 16.4.0 -",
    "macOS: 13.3.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 9.4.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "HealthKit",
  "identifier" : "/documentation/HealthKit/HKClinicalTypeIdentifier/clinicalNoteRecord",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "HealthKit"
    ],
    "preciseIdentifier" : "c:@HKClinicalTypeIdentifierClinicalNoteRecord"
  },
  "title" : "clinicalNoteRecord"
}
-->

# clinicalNoteRecord

A type identifier for records of clinical notes.

```
static let clinicalNoteRecord: HKClinicalTypeIdentifier
```

## Discussion

Clinical notes can have one or more attached files. While these files are often PDFs, HTML, or text files, they can be any format. Check the [`HKAttachment`](/documentation/HealthKit/HKAttachment) object’s [`contentType`](/documentation/HealthKit/HKAttachment/contentType) property to determine the file type. For more information on accessing the attachments, see [`HKAttachment`](/documentation/HealthKit/HKAttachment).

If your app has permission to read [`clinicalNoteRecord`](/documentation/HealthKit/HKClinicalTypeIdentifier/clinicalNoteRecord) samples, it can also access the attachments. For more information on reading clinical note records, see <doc://com.apple.healthkit/documentation/HealthKit/accessing-health-records>.

## See Also

[`class HKClinicalType`](/documentation/HealthKit/HKClinicalType)

A type that identifies samples that contain clinical record data.

[`static let documentReference: HKFHIRResourceType`](/documentation/HealthKit/HKFHIRResourceType/documentReference)

A type that identifies FHIR resources for document references.

[`static let diagnosticReport: HKFHIRResourceType`](/documentation/HealthKit/HKFHIRResourceType/diagnosticReport)

A type that identifies FHIR resources for findings and interpretation of diagnostic tests.



---

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)