Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Google calendar integration with scheduling #1311

Open
reshmakh opened this issue Dec 11, 2022 · 1 comment
Open

Google calendar integration with scheduling #1311

reshmakh opened this issue Dec 11, 2022 · 1 comment
Labels
scheduling Features and fixes that touch scheduling

Comments

@reshmakh
Copy link
Member

Support linking a Google calendar to a schedule and creating slots and appointments. Google calendar "Slots" align well with FHIR spec:

https://arstechnica.com/gadgets/2022/03/google-calendar-now-lets-paid-users-create-a-booking-page-website/

@reshmakh reshmakh added the scheduling Features and fixes that touch scheduling label Dec 11, 2022
@codyebberson
Copy link
Member

https://developers.google.com/calendar/api/guides/push

Either built-in endpoint or Bot endpoint receives the webhooks.

Map the Google Calendar to FHIR Schedule

Map the Event to FHIR Appointment

Check for FHIR Slot resources that conflict, and mark them as unavailable.

This can all be done as a bot today.

@rahul1 rahul1 added this to the Milestone Quality milestone Sep 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
scheduling Features and fixes that touch scheduling
Projects
None yet
Development

No branches or pull requests

3 participants