You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In HAPI-FHIR documentation, it is mentioned for $mdm-clear operation:
After the operation is complete, all targeted MDM links are removed from the system, and their related Golden Resources are deleted and expunged from the server.
Actually, the Golden Record resources are not expunged with $mdm-clear. They are updated and marked as deleted (soft deleted).
Steps to Reproduce
configure MDM
add some resources with types managed by MDM
verify Golden Record resources are present with $mdm-query-links or mdm/mdm/query-links
call $mdm-clear
wait for batch job to be done
Observed Results
All Golden Record resources were updated and marked as deleted (soft deleted).
Expected Results
All Golden Record resources should have been expunged (hard deleted).
The text was updated successfully, but these errors were encountered:
Problem statement
In HAPI-FHIR documentation, it is mentioned for $mdm-clear operation:
Actually, the Golden Record resources are not expunged with $mdm-clear. They are updated and marked as deleted (soft deleted).
Steps to Reproduce
Observed Results
All Golden Record resources were updated and marked as deleted (soft deleted).
Expected Results
All Golden Record resources should have been expunged (hard deleted).
The text was updated successfully, but these errors were encountered: