Help me please!
[GET] http://fhir.hl7fundamentals.org/r4/ServiceRequest?encounter:Encounter.participant.identifier=teste-brasil-v1|123abc456
The result is 1
[GET] http://fhir.hl7fundamentals.org/r4/ServiceRequest?encounter:Encounter.participant.practitioner.identifier=teste-brasil-v1|123abc456
The result is 2
I would like to put both parameters in the same url, but with the "or" operator, something like:
...? encounter:Encounter.participant.identifier=teste-brasil-v1|123abc456 or encounter:Encounter.participant.practitioner.identifier=teste-brasil-v1|123abc456
Objective is in a single url to obtain the result of 2 records