Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Feature: Dynamic Radar Chart with FHIRPath Processing #2

Closed
wants to merge 20 commits into from

Conversation

raikm
Copy link

@raikm raikm commented Mar 11, 2025

Summary

This PR introduces:

  • Questionnaires Overview Page in Data Hub
  • Related Questionnaire Responses Overview Page with Radar Chart
  • API Endpoints for relevant FHIR ressources

Context

The task allowed for some interpretation. I understood that the Data Hub serves as a central repository for different questionnaires, enabling users to explore responses and analyze results over time.

Changes

UI

  • Created Questionnaire Overview Page
  • Created Subpage for Questionnaire Responses
    • integrated Radar Chart using PrimeVue Chart
    • FHIRPath-based extraction of questionnaire responses
    • Normalized data for consistent visualization
    • Future improvement: match relevant LOINC-Codes (loinc.org/62337-1) for precise data extraction

API

  • Refactored User Endpoints for more consistent API structure
  • Created new endpoints for Questionnaires and Questionnaire Responses
  • Created new service classes for database interactions

Tests

  • Created unit tests for the UI
    • ⚠️ Some tests require fixing: Issues related to component mounting
  • API Tests not implemented due to:
    • vitest currently not supported see issue
    • Next steps: Identify an alternative API test framework (e.g., jest, supertest)

Checklist of Requirements

  • Implementation of Radar Chart: Do you fulfill the requirements?
  • Code structure and quality: Is the code well-organized and easy for others to pick up, extend, or maintain, demonstrating thoughtful design and clear intent?
  • Documentation: Is it clear what your functions do and how they are used? Do you focus on the key points and strike the right balance of what is too little and what is too much? Do you explain controversial or unintuitive decisions you made?
  • Test coverage: Do you test your code?

raikm added 20 commits March 8, 2025 10:40
- with services and types
- fhir types integrated
- json files in use
- renaming questionnaires to questionnaireResponses
- show formatted table of responses
- new component for chart diagram
- fix correct naming for domains
- display response data in diagram based on questionnaire def
BREAKING CHANGE:
- Refactored existing API routes for questionnaires and questionnaireResponses
- first questionnaires can be selected and based on the selected questionnaire all questionnaireResponses are fetched
- new page for promis score
@raikm raikm closed this by deleting the head repository Mar 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant