Skip to content

Releases: Xcov19/project-healthcare

pre-alpha-release-0.0.1-api-docs

09 Sep 11:07
953e5de
Compare
Choose a tag to compare
Pre-release

This pre-release sets API endpoint expectations. This is still unstable and currently actively a W.I.P.

Expected roadmap to cover with this pre-release:

  1. Have a working geolocation local sqlite repository. This allows fetching locally stored provider details to be fetched.
  2. Strategy to be scoped out on fallback mechanism where locally stored provider details are absent from sqlite in the running instance.
  3. Establish a working geo endpoint.

What's Changed

Full Changelog: pre-release...api-endpoints-docs

Healthcare Commons for Digital Public Infrastructure

17 Aug 12:58
9648615
Compare
Choose a tag to compare

Project Healthcare, from hereon called the brokering service, is a set of upstream OpenAPI specification to extend any patient facing user interface looking to integrate to location-aware consultation and diagnostics facilities near them by:

  1. Exposing a diagnosis API to capture patient symptoms.
  2. Exposing geolocation API to caputure patient's location and offer nearby facilities to take action on based on their diagnosis and location.

The specification follows a sandwich service model i.e. it requires one or more upstream producer services and one downstream consumer service as follows:

  1. The patient facing application, known from hereon as the downstream consumer service, calls the diagnosis and geolocation API.
  2. The brokering service stores transient diagnosis request and enqueues them to upstream provider service that should return records of facilities and their specialties based on the diagnosis.
  3. The brokering service returns the records of matching facilities to the downstream consumer service.

Read More: README

What's Changed

New Contributors

  • @mend-bolt-for-github made their first contribution in #1
  • @stack-file made their first contribution in #2
  • @codecakes made their first contribution in #3
  • @dependabot made their first contribution in #18
  • @barkhaaroraa made their first contribution in #23

Full Changelog: https://github.com/Xcov19/project-healthcare/commits/pre-release