Skip to content

coronasafe/discharge_summary

Repository files navigation

Discharge Summary

Release Status Build Status

Discharge Summary is a plugin for care to add AI generated summary for patient discharge.

Features

  • Generate summary for patient discharge using AI

Installation

https://care-be-docs.coronasafe.network/pluggable-apps/configuration.html

https://github.com/coronasafe/care/blob/develop/plug_config.py

To install Discharge Summary, you can add the plugin config in care/plug_config.py as follows:

...

discharge_summary_plug = Plug(
    name="discharge_summary",
    package_name="git+https://github.com/coronasafe/discharge_summary.git",
    version="@master",
    configs={
        "SERVICE_PROVIDER_API_KEY": "secret",
    },
)
plugs = [discharge_summary_plug]
...

Configuration

The following configurations variables are available for Discharge Summary:

  • SERVICE_PROVIDER_API_KEY: API key for the summary service provider (OpenAI key)

The plugin will try to find the API key from the config first and then from the environment variable.

License

This project is licensed under the terms of the MIT license.


This plugin was created with Cookiecutter using the coronasafe/care-plugin-cookiecutter.

About

AI patient discharge summary generator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published