Christophe Spielmann

Results 10 comments of Christophe Spielmann

this plugin is so good in 5.X. I am eager to get it for 6.X as I just migrated....

[single_created_link.txt](https://github.com/hapifhir/hapi-fhir/files/9103359/single_created_link.txt) [server_mdm_trace.txt](https://github.com/hapifhir/hapi-fhir/files/9103360/server_mdm_trace.txt) [client_mdm_trace.txt](https://github.com/hapifhir/hapi-fhir/files/9103361/client_mdm_trace.txt) [mdm_patients.txt](https://github.com/hapifhir/hapi-fhir/files/9103363/mdm_patients.txt) the files

other hints: - if I do a $mdm-clear and then a $mdm-submit on the same 2 patients, then I have 2 links. - if I do an $expunge of all...

the rules [mdm-rules_json.txt](https://github.com/hapifhir/hapi-fhir/files/9103489/mdm-rules_json.txt)

I am trying do perform benchmarking of mdm matching results vs a set of predefined patients. So this error is very annoying indeed. I don't get what I am doing...

Hello @tadgh I have attached those files in one of my previous comment: [mdm_patients.txt](https://github.com/hapifhir/hapi-fhir/files/9103363/mdm_patients.txt) contains the (anonymised) patients I am using. I hope this is enough. if not tell me.

this behavior is very annoying. I don't get what kind of workaround I could implement as I need to keep somehow the identifier. I may move it as a regular...

Thanks for the feedback and the _asynchronous_ hint, I will strip my test to barebone and come back to you with all the details.

Testcase: - deleting the H2 database files - starting the hapi-jpa server - executing the sequence of rest http calls in attachment (intelliJ http) that creates 2 patients with PUT...

Hello, Thanks a lot for the feedback. Actually i am running it with jetty : >_mvn -Djetty.port=8888 jetty:run_ As everything is working fine on your side with the test case...