Skip to content

kanouse/health-data-processing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

health-data-processing

Utilities for processing Apple Health data

Notes

  • After obtaining the Apple Health data from iOS export, extract export.zip and place extracted apple_health_export folder into /datafolder. You should then have a path to apple health data which is: /data/apple_health_export

Categories

I found 52 type attribute values in my Records. The full list in in the file apple-health-record-types.txt. The 15 that I care about are listed below:

HKQuantityTypeIdentifierDietaryCarbohydrates  
HKCategoryTypeIdentifierAppleStandHour  
HKQuantityTypeIdentifierDietaryCholesterol  
HKQuantityTypeIdentifierActiveEnergyBurned  
HKQuantityTypeIdentifierDietaryEnergyConsumed  
HKQuantityTypeIdentifierDietaryFatSaturated  
HKCategoryTypeIdentifierSleepAnalysis  
HKQuantityTypeIdentifierBasalEnergyBurned  
HKQuantityTypeIdentifierDietarySugar  
HKQuantityTypeIdentifierRestingHeartRate  
HKQuantityTypeIdentifierDietaryFiber  
HKQuantityTypeIdentifierStepCount  
HKQuantityTypeIdentifierBodyMass  
HKQuantityTypeIdentifierDietaryProtein  
HKQuantityTypeIdentifierDietaryFatTotal  
HKQuantityTypeIdentifierBodyFatPercentage  

About

Utilities for processing Apple Health data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages