-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Labels
BackendbackendbackendenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
To automate claim processing, we need typed TypeScript integration services that fetch real-world hospital data from external HTTP portals.
Acceptance Criteria
- Use
@nestjs/axios(HttpModule) to create aHospitalIntegrationService. - Implement strongly typed fetchers to request external APIs based on environment variable endpoints.
- Implement circuit breakers or retry logic for these external calls.
Useful Resources
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
BackendbackendbackendenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers