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

Enhance Patient/$everything to support 0..* cardinality _id parameter. #3071

Closed
tadgh opened this issue Oct 14, 2021 · 0 comments · Fixed by #3077
Closed

Enhance Patient/$everything to support 0..* cardinality _id parameter. #3071

tadgh opened this issue Oct 14, 2021 · 0 comments · Fixed by #3077
Assignees

Comments

@tadgh
Copy link
Collaborator

tadgh commented Oct 14, 2021

It would be helpful to have parameters for Patient/$everything which would allow us to qualify a set of patients which we cared about $everything for.

How about we mimic normal search, and add an optional _id search param to Patient/$everything.

Patient/$everything?_id=id1,id2,id3

Also, support repeating of the _id param as parameters can be posted:

Treat Patient/$everything?_id=id1&_id=id2&_id=id3 is the same as Patient/$everything?_id=id1,id2,id3

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