Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

microsoft/healthvault-samples

Repository files navigation

Introduction

Microsoft HealthVault is a cloud-based platform designed to put people in control of their health data. This repository hosts samples of apps and sites which allow developers to provide additional value on the HealthVault platform.

For more information on HealthVault for developers, please see our comprehensive developer documentation.

Getting Started

SDKs

HealthVault offers SDKs for many platforms.

  • .NET

    • Nuget package - Easily stay up-to-date with the latest HealthVault SDK by leveraging the .NET SDK published via Nuget.
    • MSI download - Optional. Offers some additional tools, including the HealthVault Application Manager.
  • Java/Android - Maven-enabled SDK for Java and Android app development.

  • iOS - Objective-C SDK for iOS app development

  • HealthVault Device Driver Development Kit - A DDK for device manufacturers developing HealthVault-enabled devices for Windows.

  • Third-party libraries

    • Drupal - A Drupal connector for HealthVault
    • PHP - An open-source library for developing HealthVault-enabled applications in PHP.
    • Python - An open-source library for developing HealthVault-enabled applications in Python.
    • Ruby - An open-source library for developing HealthVault-enabled applications in Ruby.

Samples

  • .NET
    • HealthVault - Your Web Service - Your Client apps - The HealthVault Proxy Service exposes three primary service-interfaces for client apps. These interfaces correspond to HealthVault feature areas. Specifically, Patient Connect, Get/Put Things, and DOPU. Learn more about HealthVault solution architectures at the Health Team Blog.
    • HealthVault Meaningful Use Reporting - This sample serves as a demonstration of HealthVault capabilities in support of Meaningful Use Stage 2 (2014 Edition) patient engagement objectives. Refer to Meaningful Use with HealthVault for an overview and technical description of the HealthVault capabilities that support Meaningful Use 2.
    • HVClientSample - This sample demonstrates how to use SODA authentication to access data on HealthVault.

Tools

  • PowerShell
    • Create-HealthVaultCertificate - This tool creates a valid certificate for HealthVault using the ApplicationID that you provide. The certificate is automatically added to your LocalMachine's certificate store, and a copy is placed in your user's Downloads folder.

Registering your applications

All applications must be registered with the HealthVault Application Configuration Center before they can connect to the service. During registration, the ACC will request that you upload an appropriate certificate which will be used subsequently to secure communications between your app and the service. For more information on how to obtain an appropriate certificate, please see Creating Key Pairs.

Contribute

Contributions to healthvault-samples are welcome. Here is how you can contribute:

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.