ehealthplatformstandards / TestServerWebApp

WebApp for the TestServer
0 stars 0 forks source link

REST API and XML: testcase/patient id not correctly retrieved #3

Closed bdc-ehealth closed 1 year ago

bdc-ehealth commented 1 year ago

error reported: https://github.com/hl7-be/lab/issues/204

incoming messages: 343 to 347

jmp-ehealth commented 1 year ago

We will adapt the REST api of the testserver to manage the XML It has not been implemented yet. The US has been added to the backlog with high priority Sorry for the inconvenience

bdc-ehealth commented 1 year ago

Fixed on 13/07/2023

bdc-ehealth commented 1 year ago

@jmp-ehealth Problem resurfaced again on 25/08/2023. see e.g. incoming message 724

bdc-ehealth commented 1 year ago

@jmp-ehealth The only difference between files that work in the REST API, and those that don't, is that the file that does not work, doesn't have the meta.profile of the Patient. Do you explicitly check for the meta.profile when looking for the patient id / testcase ? May be we should make this less strict. A resource of type Patient with a SSIN should be enough, as that is also what the visualizer accepts for visualization.

bdc-ehealth commented 1 year ago

tested on 29/08/2023 and OK