Contents

clinicalNoteRecord

A type identifier for records of clinical notes.

Declaration

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

Clinical Record Type Identifiers