FHIR Chat · Communication response · implementers

Stream: implementers

Topic: Communication response


view this post on Zulip Emiliano Fernandez (Feb 17 2021 at 18:24):

Hi, in FHIR there is a resource communication. What if I would like to know a "reply" from the server to respond if the communication was succesfull? Thanks!

view this post on Zulip Lloyd McKenzie (Feb 17 2021 at 22:34):

The Communication resource is stored to represent that data was communicated or that communication is in progress (depending on status). If it starts "in progress" it could be updated to indicate that it's complete. A system could poll or subscribe to monitor for that change

view this post on Zulip Lloyd McKenzie (Feb 17 2021 at 22:34):

Note that Communication is not intended to be a general-purpose wrapper for data transmission. (All data exchange in FHIR is 'communication'.)


Last updated: Apr 12 2022 at 19:14 UTC