santedb / santempi

SanteDB MPI Project
Apache License 2.0
3 stars 5 forks source link

What Identifiers Returned Bug #10

Closed justin-fyfe closed 1 year ago

justin-fyfe commented 1 year ago

When users pass an identifier without domain, the "what domains returned" logic is triggered, this line:

https://github.com/santedb/santempi/blob/fb58059210bee5831a1035efd9bf33e93bd5a471/SanteMPI.Messaging.IHE/FHIR/PatientDemographicsQueryModifier.cs#L66

Should include a check that the | symbol appears at the end of each query before considering it a match for filtering on domains.