FHIR Chat · Workflow in Nursing Station Application App · devices

Stream: devices

Topic: Workflow in Nursing Station Application App


view this post on Zulip Prasanth Vijayan (Mar 08 2021 at 07:25):

I want to discuss about the workflow of an application which monitor patients in an ICU displaying vitals like Heart Rate, Body Temperature etc.
Presently, I am planning like, for each vitals query the Observation periodically and take the latest observation based on date time. Please share your thoughts on this approach OR if any better workflow available for such an application?

view this post on Zulip John Rhoads (Mar 08 2021 at 11:52):

Well there are lots of possibilities here, and what you propose seems to me to be straightforward and natural for a lot of situations, but you need to factor in the specifics of your use case: what is the scope and scale (small unit, lots of units, big hospital system, and so forth), the frequency of observation reporting, the persistence needs, and the capabilities of the various systems involved (transaction throughput, storage, etc.). Meeting your needs in a typical FHIR REST environment can range from pretty easy for a reasonable number of patients with moderate monitoring needs, to pretty challenging to meet for large deployments (hundreds or thousands of beds with a lot of high-acuity patients and a lot of O.R. suites). What are you envisioning here?

view this post on Zulip Prasanth Vijayan (Mar 08 2021 at 14:32):

Thanks!
The planned one is a prototype where there is less than 10 patients maximum in an ICU.


Last updated: Apr 12 2022 at 19:14 UTC