Skip to content

9999.HoM Open API

KatieKim edited this page May 11, 2017 · 13 revisions

HoM Open API (Health On Mobile - Open API)

This is that Web-based Health related Data management Platform.

  1. Sensor manager which provides functions to manage multiple real-time health related sensory data.
  2. Risk analyzer which provides functions to integrate multiple data and analyze risks from real-time and non real-time data.

Collect Data

  1. Sensor Data

    • Smart watch (LG G watch)
      • Heart rate (Sampling 1/60Hz)
      • GPS (every 1 hour)
      • Step counter (every 30 minutes)
      • Bluetooth communication to mobile phone
    • Arduino
      • PPG sensor
      • Serial communication
  2. Medicla Data

    • Upload EMR(Electronic medical Record) data
      • Defined by medical standards. e.g. Demographics, medical history, medication and allergies etc
    • Upload PHR(Personal Health Record) with Web Input form
    • Develop XML data parser to store data in DB

Sensor Manager

  • Main Function
    • Control data collection interval
    • Sensor data processing
    • Send data to server

Database Desing

  • Electronic Medical Record(EMR)
  • Patient – Doctor relationship
  • Personal Health Record(PHR)
  • Demographics

Clone this wiki locally