FHIR Chat · Appointment Resource · implementers

Stream: implementers

Topic: Appointment Resource


view this post on Zulip Divya Ahuja (Feb 01 2017 at 10:18):

I need to add participant as a Room / Resource in appointment. Is there a way to do that?
I am using HAPI FHIR 2.1 implementation.

view this post on Zulip Brian Postlethwaite (Feb 01 2017 at 22:35):

Just do exactly as you've described, and other participant with the actor reference pointing to the room (location resource) that you want to.
(or device resource if equipment)

view this post on Zulip Radu Craioveanu (Feb 09 2017 at 15:57):

Has anyone integrated Appointments with Outlook or with a Resource Manager such as OptaPlan from the JBOSS BPM Resource Optimization? I would love to get some of your insights on the approach and results.

view this post on Zulip Muhammad Abubakar Ikram (Feb 16 2017 at 05:21):

I have a question about appointment resoure.

I know that after all the participants update their status then the overall status of appointment should be changed. But I am not understanding how and who will change the overall status at that time when all the participants will update their status?

view this post on Zulip Brian Postlethwaite (Feb 16 2017 at 05:34):

Server and enviroment decision, depends if a human is expected to be in the loop and authorizations/negotiarions are needed.

view this post on Zulip Muhammad Abubakar Ikram (Feb 16 2017 at 06:51):

@Brian Postlethwaite so in simple words in my software application I have to explicitly watch if all the participants have updated the status then update the overall status of appointment is it true?

view this post on Zulip Brian Postlethwaite (Feb 16 2017 at 22:09):

That's about right, my server processes it on the submission of the response.


Last updated: Apr 12 2022 at 19:14 UTC