Ajayn84

Results 9 comments of Ajayn84

> t's probably easier to just adjust the scope charset @aeneasr can you please elaborate, i did try to encode , but since this logic is more controlled in the...

We cant replace the "|" pipe char with other char, as its a regulatory ask in healthcare. Hl7 Smart App launch link where it indicates the same https://www.hl7.org/fhir/smart-app-launch/scopes-and-launch-context.html#finer-grained-resource-constraints-using-search-parameters

> @Ajayn84 Have you found a workaround with this? We are also facing the same issue for same SMART on FHIR implementation. > > @aeneasr - Could you please share...

> Thank you for pointing me to the spec - in that case the use case is legitimate in my view. Still, it's not trivial to implement this and if...

> @Ajayn84 can you write me an email at [[email protected]](mailto:[email protected]) to discuss the options further please? Sure @vinckr

After a bit of digging, have found the issue to be during persisting the scopes in some tables we are using "|" (pipe) as the delimiter. below are the code...

Based on inputs from slack channel from @tacurran ,have used url escape and unescape, which does resolve the issue ![image](https://github.com/user-attachments/assets/5aaf38b2-cfce-48b8-a0b6-f2b046335ec5) ![image](https://github.com/user-attachments/assets/4883dce2-e6cb-4940-ad26-430f08d154d1) ![image](https://github.com/user-attachments/assets/669ce7ef-da56-417c-aea9-62c3db1702e4)