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 updates or patch should be used for changes to insurance information #47

Closed Healthedata1 closed 6 years ago

Healthedata1 commented 6 years ago

Incorporating coverage information into the workflow and when updating information as described here need to decide which option is best:

  1. defer to future scope
  2. use update as written
  3. use patch interaction
cooperthompson commented 6 years ago

In general, I've always struggled to understand when EHR systems would ever actually truly respect an update interaction, PATCH is technically probably the "true" solution. However...

That said, Coverage doesn't have many of the "hard" elements that make update really challenging (like Address). The only properties with tricky data types when doing an update interaction (CodeableConcept) are type and relationship.

So at the end, I think I'm in favor of update.

Healthedata1 commented 6 years ago

leave as is and see how work in piloting ( May not be implemented in time for Jan connectathon though)