---
title: atrialFibrillationBurden
framework: healthkit
role: symbol
role_heading: Type Property
path: healthkit/hkquantitytypeidentifier/atrialfibrillationburden
---

# atrialFibrillationBurden

A quantity type that measures an estimate of the percentage of time a person’s heart shows signs of atrial fibrillation (AFib) while wearing Apple Watch.

## Declaration

```swift
static let atrialFibrillationBurden: HKQuantityTypeIdentifier
```

## Discussion

Discussion On watchOS 9 and iOS 16 and later, once a person enables AFib History, Apple Watch begins collecting heart-rhythm data more frequently. iPhone then calculates the AFib burden once a week, as long as Apple Watch has gathered enough heart-rhythm data during that week. If iPhone is unlocked and isn’t under heavy load, it starts analyzing heart rhythm samples around 8:00 am Monday morning. As soon as it finishes this analysis, iPhone sends the user a notification telling them the results. These samples use percentage units (described in HKUnit) and measure discrete values (described in HKQuantityAggregationStyle). The sample’s value represents an estimate of the percentage of time a person’s heart shows signs of AFib while wearing Apple Watch. important: These samples are read-only. You can request permission to read the samples using this identifier, but you can’t request authorization to share them. This means you can’t save new AFib burden samples to the HealthKit store.

## See Also

### Vital signs

- [heartRate](healthkit/hkquantitytypeidentifier/heartrate.md)
- [lowHeartRateEvent](healthkit/hkcategorytypeidentifier/lowheartrateevent.md)
- [highHeartRateEvent](healthkit/hkcategorytypeidentifier/highheartrateevent.md)
- [irregularHeartRhythmEvent](healthkit/hkcategorytypeidentifier/irregularheartrhythmevent.md)
- [restingHeartRate](healthkit/hkquantitytypeidentifier/restingheartrate.md)
- [heartRateVariabilitySDNN](healthkit/hkquantitytypeidentifier/heartratevariabilitysdnn.md)
- [heartRateRecoveryOneMinute](healthkit/hkquantitytypeidentifier/heartraterecoveryoneminute.md)
- [walkingHeartRateAverage](healthkit/hkquantitytypeidentifier/walkingheartrateaverage.md)
- [HKDataTypeIdentifierHeartbeatSeries](healthkit/hkdatatypeidentifierheartbeatseries.md)
- [HKElectrocardiogramType](healthkit/hkelectrocardiogramtype.md)
- [oxygenSaturation](healthkit/hkquantitytypeidentifier/oxygensaturation.md)
- [bodyTemperature](healthkit/hkquantitytypeidentifier/bodytemperature.md)
- [bloodPressure](healthkit/hkcorrelationtypeidentifier/bloodpressure.md)
- [bloodPressureSystolic](healthkit/hkquantitytypeidentifier/bloodpressuresystolic.md)
- [bloodPressureDiastolic](healthkit/hkquantitytypeidentifier/bloodpressurediastolic.md)
