Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MDM Link History gives 404 after MDM clear and submit #5231

Closed
jdar8 opened this issue Aug 23, 2023 · 0 comments · Fixed by #5232
Closed

MDM Link History gives 404 after MDM clear and submit #5231

jdar8 opened this issue Aug 23, 2023 · 0 comments · Fixed by #5232

Comments

@jdar8
Copy link
Collaborator

jdar8 commented Aug 23, 2023

Describe the bug
Using the $mdm-link-history operation gives 404 Not Found after doing a $mdm-clear and $mdm-submit first.

To Reproduce
Steps to reproduce the behavior:

  1. Setup MDM module
  2. Create a Patient resource. This creates source resource Patient/1 and golden resource Patient/2
  3. Perform a $mdm-link-history?resourceId=1 query. Notice successful response.
  4. Perform a $mdm-clear and wait for the job to complete
  5. Perform a $mdm-submit to re-submit Patient/1. This will create a link between Patient/1 and a new golden resource Patient/3
  6. Perform a $mdm-link-history?resourceId=1 query --> Operation gives 404 response with the following body

Expected behavior
Operation succeeds and should show the link that exists after clear and submit, (in this example, the one between Patient/1 and Patient/3)

Environment (please complete the following information):

  • HAPI FHIR Version: master branch

Additional context
Add any other context about the problem here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant