---
title: stringRepresentation
framework: healthkit
role: symbol
role_heading: Instance Property
path: healthkit/hkfhirversion/stringrepresentation
---

# stringRepresentation

A string representation of the version.

## Declaration

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

## Discussion

Discussion The string representation uses the following format: <major>.<minor>.<patch>.

## See Also

### Accessing Version Data

- [majorVersion](healthkit/hkfhirversion/majorversion.md)
- [minorVersion](healthkit/hkfhirversion/minorversion.md)
- [patchVersion](healthkit/hkfhirversion/patchversion.md)
