-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Labels
Description
Our platform handles healthcare payouts. We need an endpoint where hospitals or patients can submit medical claims securely for adjudication.
Acceptance Criteria
- Define the Prisma schema
MedicalClaimcontaining patient info, hospital info, diagnosis codes, and amounts. - Implement
POST /claimsendpoint in a newClaimsModule. - Validate submitted data rigorously using custom
class-validatordecorators. - Assign an initial
PENDINGstatus to newly submitted claims.
Useful Resources
Reactions are currently unavailable