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

Whether to use coding vs code + system for specialty and service inputs #24

Closed Healthedata1 closed 7 years ago

Healthedata1 commented 7 years ago

using simple input allow using simpler GET get syntax. see examples.

This is simiar to the argument for using start and end instead of Period

cooperthompson commented 7 years ago

I would have thought we'd be using CodeableConcept for specialty and service. And then using the token data type on the GET-style search. Though I admit I'm not really sure how we mix and match the search param data types with the POST-body Parameter style input params.

Healthedata1 commented 7 years ago

Decision to use string + token search parameter in order to use the GET syntax. Testing out in sprint.