Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

feat: allow repeated search parameters #62

Merged
merged 1 commit into from
Apr 23, 2021
Merged

Conversation

carvantes
Copy link
Contributor

https://www.hl7.org/fhir/search.html#combining

If a parameter repeats, such as /Patient?language=FR&language=NL, then this matches a patient who speaks both languages. This is known as an AND search parameter, since the server is expected to respond only with results which match both values.

Change is actually fairly small since multiple different search parameters are combined with AND anyways

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@carvantes carvantes requested a review from nguyen102 April 23, 2021 02:35
@carvantes carvantes merged commit 68f2173 into mainline Apr 23, 2021
@carvantes carvantes deleted the dev-repeated-params branch April 23, 2021 17:51
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants