---
title: clinicalNoteRecord
framework: healthkit
role: symbol
role_heading: Type Property
path: healthkit/hkclinicaltypeidentifier/clinicalnoterecord
---

# clinicalNoteRecord

A type identifier for records of clinical notes.

## Declaration

```swift
static let clinicalNoteRecord: HKClinicalTypeIdentifier
```

## Discussion

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 object’s contentType property to determine the file type. For more information on accessing the attachments, see HKAttachment. If your app has permission to read clinicalNoteRecord samples, it can also access the attachments. For more information on reading clinical note records, see Accessing Health Records.

## See Also

### Related Documentation

- [HKClinicalType](healthkit/hkclinicaltype.md)
- [documentReference](healthkit/hkfhirresourcetype/documentreference.md)
- [diagnosticReport](healthkit/hkfhirresourcetype/diagnosticreport.md)

### Clinical Record Type Identifiers

- [allergyRecord](healthkit/hkclinicaltypeidentifier/allergyrecord.md)
- [conditionRecord](healthkit/hkclinicaltypeidentifier/conditionrecord.md)
- [immunizationRecord](healthkit/hkclinicaltypeidentifier/immunizationrecord.md)
- [labResultRecord](healthkit/hkclinicaltypeidentifier/labresultrecord.md)
- [medicationRecord](healthkit/hkclinicaltypeidentifier/medicationrecord.md)
- [procedureRecord](healthkit/hkclinicaltypeidentifier/procedurerecord.md)
- [vitalSignRecord](healthkit/hkclinicaltypeidentifier/vitalsignrecord.md)
- [coverageRecord](healthkit/hkclinicaltypeidentifier/coveragerecord.md)
