Basic knowledge
What is the method used to extract the data from the source?
- For extraction the RookAppleHealthExtraction SDK has the class RookAHExtractionManager which is the access point to the summaries, It contains three main methods for extraction:
- getSleepSummary
- getPhysicalSummary
- getBodySummary
- And RookAHEventExtractionManager this class is the access point to extract al the data events
How often is new information available?
- The SDK collect the information from Apple health database every time new data is written, it will be available, there are a couple of restrictions:
- Firstly this database is encrypted which means the devices have to be unlocked to access the data.
- Secondly, the user has to give explicit permission to read the data.
- We extract events every hour of the day.
What happens if a user hasn't synced their data?
- The data wouldn’t be sent, a user has to open the application with the SDK or SDK’s implemented.
What are the requirements to extract information from the data source?
- Health app installed https://apps.apple.com/us/app/apple-health/id1242545199
- Grant health permissions to their app.
- Currently, the user needs an Apple watch to inject health data, into the heath container and the SDK reads that data.
- Privacy policy: Clients need to request permission to read health data from Apple Health, describing how they will use the data.
What health pillars and type of information (summary, event) can ROOK extract from this source?
- Physical Health
- physical summary
- heart rate event
- activity event
- Sleep Health
- Body Health
- body summary
- heart rate event
- oxygenation event
- body metrics
- body temperature event
- blood glucose event
- blood pressure event
What type of granular data can be obtained from the data source?
- Body Health
- heart rate event
- hr granular data array
- interval duration seconds = 302 (Mean time across samples)
- oxygenation event
- saturation granular
- interval duration seconds = 1775 (Mean time across samples)
- body summary
- hr granular data array
- interval duration seconds = 309 (Mean time across samples)
- hrv sdnn granular
- interval duration seconds = 10970 (Mean time across samples)
- saturation granular data array
- interval duration seconds = 8438 (Mean time across samples)
- Blood pressure
- blood glucose
- temperature