---
title: HKFHIRResourceType
framework: healthkit
role: symbol
role_heading: Structure
path: healthkit/hkfhirresourcetype
---

# HKFHIRResourceType

The FHIR resource types supported in HealthKit.

## Declaration

```swift
struct HKFHIRResourceType
```

## Mentioned in

Accessing Health Records

## Topics

### Resource Types

- [allergyIntolerance](healthkit/hkfhirresourcetype/allergyintolerance.md)
- [condition](healthkit/hkfhirresourcetype/condition.md)
- [diagnosticReport](healthkit/hkfhirresourcetype/diagnosticreport.md)
- [documentReference](healthkit/hkfhirresourcetype/documentreference.md)
- [immunization](healthkit/hkfhirresourcetype/immunization.md)
- [medicationOrder](healthkit/hkfhirresourcetype/medicationorder.md)
- [medicationDispense](healthkit/hkfhirresourcetype/medicationdispense.md)
- [medicationStatement](healthkit/hkfhirresourcetype/medicationstatement.md)
- [medicationRequest](healthkit/hkfhirresourcetype/medicationrequest.md)
- [observation](healthkit/hkfhirresourcetype/observation.md)
- [procedure](healthkit/hkfhirresourcetype/procedure.md)
- [coverage](healthkit/hkfhirresourcetype/coverage.md)

### Initializers

- [init(rawValue:)](healthkit/hkfhirresourcetype/init(rawvalue:).md)

## Relationships

### Conforms To

- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Accessing FHIR Data

- [identifier](healthkit/hkfhirresource/identifier.md)
- [fhirVersion](healthkit/hkfhirresource/fhirversion.md)
- [HKFHIRVersion](healthkit/hkfhirversion.md)
- [resourceType](healthkit/hkfhirresource/resourcetype.md)
- [sourceURL](healthkit/hkfhirresource/sourceurl.md)
- [data](healthkit/hkfhirresource/data.md)
