---
title: custodianName
framework: healthkit
role: symbol
role_heading: Instance Property
path: healthkit/hkcdadocument/custodianname
---

# custodianName

The name of the organization responsible for the document.

## Declaration

```swift
var custodianName: String { get }
```

## Discussion

Discussion Usually, this is the treating institution’s name. HealthKit automatically extracts the custodian’s name from the CDA’s XML data.

## See Also

### Accessing the Document’s Data

- [authorName](healthkit/hkcdadocument/authorname.md)
- [documentData](healthkit/hkcdadocument/documentdata.md)
- [patientName](healthkit/hkcdadocument/patientname.md)
- [title](healthkit/hkcdadocument/title.md)
