Skip to content

Build Patient Data Management Service #1

Description

@Nabil-Salah

Description:

Develop the backend service to handle patient history and diagnosis data storage.

Tasks:

  • Set up a Go project with database connectivity (PostgreSQL).

  • Create models and migrations for:

    • User accounts (if needed for patient linking).
    • Patient history.
    • Diagnosis records.
  • Implement CRUD APIs for:

    • Adding patient history.
    • Retrieving patient history and diagnoses.
    • Updating patient records.
    • Deleting outdated history.
  • Integrate with the AI model service for saving diagnosis results.

  • Write unit and integration tests for all endpoints.

  • Add input validation and error handling.

  • payment gateway

Acceptance Criteria:

  • Functional APIs for patient data management.
  • Database schema and migration scripts in the repository.
  • Proper tests covering all APIs.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions