Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 942 Bytes

CHANGELOG.md

File metadata and controls

33 lines (21 loc) · 942 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[1.0.1] – 2024-11-13

Added

  • Proper README with helpful instructions.
  • docker-compose file to quickly get a running instance for simply playing around.
  • View for structured data (FHIR Observations) with filtering, sorting, and graphing
    • Graphs are created by gathering data with the same coding
  • Questionnaire Renderer
    • Can parse FHIR Questionnaires into stepped questions
    • Supports some enableWhen fields

Changed

  • Made the call to the OAuth 2.0 Discovery endpoint asynchronous.
  • Made the connection to the DB asynchronous.

Fixed

  • Proper Base64 url encoding that does not produce slashes.

[1.0.0] – 2024-09-10

Added

  • the initial project.