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

Server test queries for DocumentManifest violate MHD spec #125

Closed
ohr opened this issue Oct 29, 2020 · 0 comments
Closed

Server test queries for DocumentManifest violate MHD spec #125

ohr opened this issue Oct 29, 2020 · 0 comments
Assignees

Comments

@ohr
Copy link

ohr commented Oct 29, 2020

Using Version 2.0.0 :

MHD DocumentRecipient Tests contain a lot of negative tests that check that no SubmissionSet has been added (due to incosistencies in the bundle to be registered). The check is executed as follows:

GET http://connectathon.icw-global.com/app-gateway/fhir/DocumentManifest?identifier=1.2.192.168.178.161.2020.10.29.14.51.21.518.2

and expects a 200 response code with no results.

The request, however, is invalid because for ITI-66 and ITI-67 a patient or patient.identifier, and status parameters are mandatory:

3.66.4.1.2.1 Query Search Parameters
...
The Document Consumer shall include search parameter patient or patient.identifier, and status.

Therefore, implementation should returns 400 and the test fails.

@skbhaskarla skbhaskarla self-assigned this Dec 15, 2020
skbhaskarla pushed a commit that referenced this issue Dec 31, 2020
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

No branches or pull requests

2 participants