ylboerner / FhirEcg

This project enables users to share their Apple Watch's ECG data with a FHIR server.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Important Information: This project is deprecated and obsolete as Apple has now released the HealthKit API for ECG records. The successor is Einthoven which uses Apple's interface. However, you can still use this project as an example on how to receive the Apple's healthkit .zip export.

FhirEcg

This project is an iOS application that permits users to send their ECG records captured on their Apple Watch directly to a FHIR server. It was developed during the corresponding bachelor thesis 'Implementing an ECG Data Workflow'.

Features:

  • Conversion of ECG records to FHIR observations
  • Transmission of converted records to a FHIR server (e.g. VONK)
  • Custom server address and patient reference

Usage

  1. Clone the repository
  2. Install the application on your iPhone via Xcode
  3. Follow the on-screen instructions in the main app

Next up

The next step is to move away from JSON to Swift-SMART for the creation of the observations. This will allow for authentication and more features in the future. Feel free to open a pull request!

About

This project enables users to share their Apple Watch's ECG data with a FHIR server.

License:MIT License


Languages

Language:Swift 53.4%Language:C 46.6%