/medplum-demo

Primary LanguageTypeScript

Medplum: Vital Demo

This project integrates Vital with Medplum, providing seamless interoperability between the two platforms. Vital is a powerful tool for managing healthcare data, and by integrating it with Medplum, we enhance Medplum�s capabilities for handling vital orders, lab results, and other critical health metrics.

Setup and Configuration

Prerequisites

Step-by-Step Guide

  1. Install the Vital Bots

    • First, you need to install the Vital bots.
    • Once created, you need to get the unique ID for the vital bot and use it as the VITAL_BOT_IDENTIFIER in the next step.
  2. Add Secrets to Your Medplum Project

    • Navigate to your Medplum project settings.
    • Go to the Secrets section and add the following secrets:
      • VITAL_API_KEY: Your Vital API key.
      • VITAL_BASE_URL: The base URL for the Vital API.
      • VITAL_BOT_IDENTIFIER: The bot identifier obtained from the bot creation step.

Contribution

We welcome contributions to improve this integration. If you encounter any issues or have suggestions, feel free to open an issue or submit a pull request.

Additional Resources