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

# init(_:)

Creates a clinical type using the provided identifier.

## Declaration

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

## Parameters

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