-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Labels
BackendbackendbackendfeatureFurther information is requestedFurther information is requestedgood first issueGood for newcomersGood for newcomers
Description
When a medical claim is partially approved or denied, stakeholders can open a dispute. We need APIs to manage this dispute lifecycle.
Acceptance Criteria
- Create a
DisputeModuleand relevant Prisma entities. - Implement REST endpoints:
GET /disputes,POST /disputes,PATCH /disputes/:id. - Validate that a dispute can only be opened against a verifiable
MedicalClaimor transaction. - Allow adding message logs/evidence to an existing dispute.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
BackendbackendbackendfeatureFurther information is requestedFurther information is requestedgood first issueGood for newcomersGood for newcomers