Skip to content

Commit

Permalink
link router (#99)
Browse files Browse the repository at this point in the history
## Description
Removing linking specific API endpoints out of main and into
`recordlinker.routes.link_router`

## Additional Notes
This is just a code reorg change, no net new functionality has been
added.
- Create a new router for the linking API endpoints
- Create a new schema, `recordlinker.schemas.link` to store link
request/response payload signatures
- Remove `recordlinker.base_service` and define new names, versions,
descriptions for the Record Linker app in `recordlinker.main`
- renamed the FHIR api endpoint from `/link-record` to `/link/fhir`
- Removed the sample FHIR bundles for the FHIR endpoint
  • Loading branch information
ericbuckley authored Oct 30, 2024
1 parent e89fdda commit 65f9563
Show file tree
Hide file tree
Showing 9 changed files with 597 additions and 857 deletions.
72 changes: 0 additions & 72 deletions assets/sample_link_record_requests.json

This file was deleted.

115 changes: 0 additions & 115 deletions assets/sample_link_record_responses.json

This file was deleted.

130 changes: 0 additions & 130 deletions src/recordlinker/base_service.py

This file was deleted.

Loading

0 comments on commit 65f9563

Please sign in to comment.