---
title: "init(_:)"
framework: healthkit
role: symbol
role_heading: Initializer
path: "healthkit/hkcategorytype/init(_:)"
---

# init(_:)

Creates a category type using the provided identifier.

## Declaration

```swift
convenience init(_ identifier: HKCategoryTypeIdentifier)
```

## Parameters

- `identifier`: An identifier that specifies the type of data to store in the sample. For a complete list of category type identifiers, see doc://com.apple.healthkit/documentation/HealthKit/HKCategoryTypeIdentifier.
