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

review of uri type for `appt-id` parameters in $hold and $book #56

Closed Healthedata1 closed 6 years ago

Healthedata1 commented 6 years ago

I think this is the most general approach since the uri type allows for both FHIR and non FHIR endpoints. But the other options are:

1 type Reference which could allow for business identifiers too, but is limited to FHIR endpoints.

  1. the string search parameter uri which is only fully specified endpoints. ( this needs further clarification in the standard since is unclear if this 'uri' is truly the same as the 'uri' type above)
  2. or just type 'id' since we are assuming is an appointment
Healthedata1 commented 6 years ago

uri is most flexible for now