fhirfli / Extended-FHIR

Home Page:http://www.fhirdata.exchange/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FHIR-FLI

The aim of this project is to extend the FHIR format to support Lifestyle and Fitness data retrieved from health applications like Google Fit, HealthKit and Fitbit. This shows an example of how we created our profile for sleep log :

capture

The sleep log consists of nested resources. The DiagnosticReport is the Domain Resource that logically groups the other Observation resources in the bundle. The Observations in the bundle referenced by DiagnosticReport are the various levels of sleep (deep, light, rem, wake) and the sleep duration. Each Observation is further divided into components to represent the count and the minutes for each sleep level. The response received from Fitbit after making an API request for sleep log can be found https://dev.fitbit.com/docs/sleep/. For more details on how to create this profile please refer to the fhirfli pdf file uploaded in the repository.

About

http://www.fhirdata.exchange/

License:MIT License