I see FHIR documentation here mentions search parameters. Are all these parameters mandatory when user client sends the request for searching Schedules ?
Asked
Active
Viewed 152 times
1 Answers
2
No search parameters are mandatory and it's also possible to define your own search parameters. In theory, the search parameters defined on a resource should meet the 80% rule, meaning they are ones most existing systems would currently support, though that's probably not true of all of them. (We haven't been as rigorous about pruning search parameters as we have resource data elements.) A server declares which search parameters it supports using the Conformance resource.

Lloyd McKenzie
- 6,345
- 1
- 13
- 10
-
In the response of search query say search query for slots, is it ok if I set schedule reference to null i.e do not set schedule? – AdityaKapreShrewsburyBoston Jul 21 '16 at 19:03
-
1Slot.schedule is 1..1, so the intent is "no". There are work-arounds, but it's best to adhere to the spirit of the spec. Suggest posting this as a separate question and providing an explanation of why you don't have a Schedule. – Lloyd McKenzie Jul 21 '16 at 23:54
-
sure, I have posted it here http://stackoverflow.com/questions/38572294/fhir-search-slots-request – AdityaKapreShrewsburyBoston Jul 25 '16 at 15:52
-
Hi Lloyd, Can you please let me know if the search slot request that I posted in that other question looks good ? Its here : http://stackoverflow.com/questions/38572294/fhir-search-slots-request – AdityaKapreShrewsburyBoston Jul 27 '16 at 18:54
-
I've asked the appropriate person to respond and poked him a couple of times. You should be hearing soon. – Lloyd McKenzie Jul 27 '16 at 21:43
-
Lloyd, Thanks a ton :) – AdityaKapreShrewsburyBoston Jul 27 '16 at 21:47