argonautproject / scheduling

Argonaut Scheduling and Appointments: This project supports basic patient and provider access to a provider's calendar and appointment requests, including APIs and guidance for searching and publishing a providers schedule andrequesting, cancelling or updating an appointment.
http://www.fhir.org/guides/argonaut/scheduling/
15 stars 2 forks source link

How is organization is intended to be used in operation $find #54

Closed Healthedata1 closed 6 years ago

Healthedata1 commented 6 years ago

There is some ambiguity in the use case for using the organization parameter in the $find operation.

  1. One could search for open appt for a organization directly ( e.g. get me an appt for Fluffy at ABC Animal hospital ) without regard for practitioner or specialty. - which I believe is what is intended

  2. Or... One could search for open appt for Dr Z in an organization directly ( e.g. get me an appt for Fluffy at ABC Animal hospital with Doctor Doolittle ). But this is covered by using both the Practitioner and the Location parameters.

So need to clarify the description of the parameter

Healthedata1 commented 6 years ago

addressed by #55