Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 447 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 447 Bytes

Project Description

Create a REST API for working with medical records stored in FHIR format. The service will be integrated with Aidbox for storing and processing data.

Functionality:

  • Adding, updating, and deleting medical records (patients, encounters, diagnoses, etc.).
  • Retrieving medical records based on various criteria.
  • Data validation using FHIR schemas.
  • Authentication and authorization (e.g., using Spring Security).