Stream: implementers
Topic: Spark
Josh Mandel (Mar 10 2016 at 21:19):
Does Spark support :below
and other modifiers on token-type search param?
Grahame Grieve (Mar 10 2016 at 21:19):
hah maybe not.
Martijn Harthoorn (Mar 11 2016 at 10:17):
We do parse those modifiers. But we have not implemented the hierarchy logic.
Vadim Peretokin (Apr 17 2016 at 19:48):
Not sure what the contact details for Spark are, but I hope people don't mind bug reports here as it's easier to keep it all in one place - the pretty rendering of XML resources has has a bug, there is a space before every value content:
<use value=" usual" />
See http://spark.furore.com/fhir/Patient/spark2430 for example
Brian Postlethwaite (Apr 18 2016 at 00:05):
That's just in the HTML display right?
Vadim Peretokin (Apr 18 2016 at 00:06):
Just the HTML display.
Mirjam Baltus (Apr 18 2016 at 09:57):
Thanks for reporting, I'll see what we can do about it.
Mirjam Baltus (Apr 18 2016 at 09:57):
You can also add issues for Spark on Github: https://github.com/furore-fhir/spark/issues
Vadim Peretokin (Jun 06 2016 at 05:44):
Hey guys - I'm trying to upload a resource to the spark endpoint at http://spark.furore.com/fhir from a browser and I'm getting the following error:
XMLHttpRequest cannot load http://spark.furore.com/fhir/Patient. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://127.0.0.1:46484' is therefore not allowed access.
The same content uploads fine to the https://sqlonfhir-dstu2.azurewebsites.net/fhir endpoint, so it doesn't seem to be an issue on my side. Could you have a look?
Martijn Harthoorn (Jun 06 2016 at 09:19):
Yes. We will investigate.
Vadim Peretokin (Jun 06 2016 at 22:29):
Awesome, thanks. I've replied to the email with the details to replicate the problem
Last updated: Apr 12 2022 at 19:14 UTC