Stream: implementers
Topic: Servers supporting ValueSet/$expand
Sean McIlvenna (Jan 28 2018 at 01:53):
If you have a FHIR terminology server that supports POST ValueSet/$expand, please let me know. Playing around a lot with $expand and would like to see how different servers behave.
Grahame Grieve (Jan 28 2018 at 01:55):
mine does that
Sean McIlvenna (Jan 28 2018 at 02:33):
thanks grahame... thought it did. but still struggling to hit your server right now
Grahame Grieve (Jan 28 2018 at 02:34):
it's still down :-(. the whole server thing has been a disaster .
Sean McIlvenna (Jan 28 2018 at 15:07):
looks like ur server is doing better, yah?
Grahame Grieve (Jan 28 2018 at 15:07):
yes
Grahame Grieve (Jan 28 2018 at 15:07):
it's a great big honking beast now
Sean McIlvenna (Jan 28 2018 at 15:07):
curious: how detailed of an implementation is the POST ValueSet/$expand functionality? Rather, how much of <compose> does it address?
Sean McIlvenna (Jan 28 2018 at 15:08):
lol
Grahame Grieve (Jan 28 2018 at 15:08):
all of it. It's the same engine underneath
Sean McIlvenna (Jan 28 2018 at 15:08):
reason I ask is some other term servers were having issues with compose.filter.op
Sean McIlvenna (Jan 28 2018 at 15:09):
some didn't support op="=", others didn't support op="descendent-of"
Sean McIlvenna (Jan 28 2018 at 15:09):
etc.
Grahame Grieve (Jan 28 2018 at 15:13):
yes there's lots of work to be done down there but I think I do nearly everything
Sean McIlvenna (Jan 28 2018 at 15:13):
k cool
Jim Steel (Jan 29 2018 at 06:16):
https://ontoserver.csiro.au/stu3-latest supports $expand
Jim Steel (Jan 29 2018 at 06:18):
POST $expand should be fine, and IIRC we support most of the filter operators (so long as the underlying CodeSystem declares/supports them)
Last updated: Apr 12 2022 at 19:14 UTC