Stream: implementers
Topic: chained search by resource types?
Eric Haas (Jan 03 2018 at 19:44):
Can you search by type i.e., get all the the schedule for actor = locations or get me all the slots for schedule.actors = locations. I tried this on Brian's server and it ignored me :-(
http://sqlonfhir-stu3.azurewebsites.net/fhir/Schedule?actor:Location
and
http://sqlonfhir-stu3.azurewebsites.net/fhir/Slot?status=free&schedule.actor:Location
Eric Haas (Jan 03 2018 at 21:40):
(deleted)
Eric Haas (Jan 03 2018 at 21:42):
I don't see that documented here
A search with no criteria is a request to list all resources of the specified type. I expected the same behavior with references of a particular type.
Brian Postlethwaite (Jan 05 2018 at 23:31):
It doesn't specify how that would react with chaining, and yep, I ignore it.
Christiaan Knaap (Jan 08 2018 at 15:11):
Vonk implements the _type parameter on any level, so you can say:
http://vonk.furore.com/Schedule?actor._type=Location
Last updated: Apr 12 2022 at 19:14 UTC