Closed justin-fyfe closed 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.
|
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.