Stream: argonaut
Topic: scheduling / Issue #55 Clarify usage of location paramete...
argo-scheduling-bot (Jan 22 2018 at 19:05):
Healthedata1 opened Issue #55
Unclear where to apply the location-string parameter
1. wherever there is an address? i.e., using a RESTful FHIR search on Slots approach
- schedule:Location.address or
- schedule:Practitioner.address ( need PractitionerRole to flesh out Practitioner address correctly)
- schedule:Organization.address
1. or is the intent to only use it within the scope of the Location actor.Similar issue with the location-reference parameter
argo-scheduling-bot (Jan 22 2018 at 19:23):
Healthedata1 labeled Issue #55
argo-scheduling-bot (Jan 28 2018 at 21:00):
Healthedata1 commented on Issue #55
discusses at Connectathon
#### $find
- P AND O AND L
- (P1 OR P2) AND (O1 OR O2) AND (L1 OR L2)
#### $prefetch
- P OR O OR L
- (P1 OR P2) OR (O1 OR O2) OR (L1 OR L2)same behavior for query parameters as REST API.
Pract=A,B,C&Pract=D = (A or B or C) AND D
argo-scheduling-bot (Mar 19 2018 at 23:18):
Healthedata1 commented on Issue #55
described in operations and applied
argo-scheduling-bot (Mar 19 2018 at 23:18):
Healthedata1 closed Issue #55
Last updated: Apr 12 2022 at 19:14 UTC