<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Healthcare Archives - PHYSICS</title>
	<atom:link href="https://physics-faas.eu/tag/healthcare/feed/" rel="self" type="application/rss+xml" />
	<link>https://physics-faas.eu/tag/healthcare/</link>
	<description>Optimized Hybrid Space-Time Continuum in Faas</description>
	<lastBuildDate>Tue, 18 Oct 2022 08:44:29 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://physics-faas.eu/wp-content/uploads/2021/02/cropped-cropped-PHYSICS-logo-32x32.png</url>
	<title>Healthcare Archives - PHYSICS</title>
	<link>https://physics-faas.eu/tag/healthcare/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>FaaS-ification in Health Care</title>
		<link>https://physics-faas.eu/faas-ification-in-health-care/</link>
		
		<dc:creator><![CDATA[Elina Vasiliki]]></dc:creator>
		<pubDate>Tue, 18 Oct 2022 08:44:27 +0000</pubDate>
				<category><![CDATA[FaaS]]></category>
		<category><![CDATA[Healthcare]]></category>
		<category><![CDATA[Node-Red]]></category>
		<guid isPermaLink="false">https://physics-faas.eu/?p=1426</guid>

					<description><![CDATA[<p>Personalized healthcare requires decision support systems that can help healthcare professionals to manage large volumes of patients. </p>
<p>The post <a href="https://physics-faas.eu/faas-ification-in-health-care/">FaaS-ification in Health Care</a> appeared first on <a href="https://physics-faas.eu">PHYSICS</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Why and how?</p>



<div style="height:22px" aria-hidden="true" class="wp-block-spacer"></div>



<p>Personalized healthcare requires decision support systems that can help healthcare professionals to manage large volumes of patients. Care for chronic conditions requires doing so for patients at their everyday setting, outside the clinical environment. These needs can only be addressed with AI systems, at the core of which models trained by ML can be found. Such systems are deployed to offer diverse services, such as model inference for patient outcomes’ prediction, patient clustering into phenotypes and dataset augmentation with synthetic arms.</p>



<p>The traditional deployments of such systems in healthcare suffer from scaling. Deployment is a lengthy procedure, certainly aided by modern CI/CD pipelines, but the resulting systems are quite static in terms of resources, while occupying them even during quiet times.</p>



<p></p>



<p>PHYSICS facilitates the design and deployment of these services. It provides a design environment to implement and deploy the services. The starting point is an AI function implemented in Python at the core, which constitutes a node in complete Node-RED flows built around it using more (Javascript) functions and PHYSICS patterns to handle input and output.</p>



<p>Node-RED offers developers the means to locally test the flow, using additional nodes for user input, and invocation. Local testing is handy during the implementation phase.</p>



<p>Still using the design environment, locally tested flows are then deployed as functions to expose the health care services. PHYSICS annotation nodes control the deployment options at the flow level.</p>



<p>Thus, the flows employed for defining testing and deploying healthcare services are usually split in three sections. The endpoints definition section defines two POST endpoints, the /run with the service core, and the /init for any initialization. The manual invocation section facilitates local testing by sending a request to the /run endpoint. Finally, the annotations section controls the deployment options. The sections are shown in the flow depicted below:</p>



<div style="height:23px" aria-hidden="true" class="wp-block-spacer"></div>



<div class="wp-block-image is-style-default"><figure class="aligncenter size-full is-resized"><img fetchpriority="high" decoding="async" src="https://physics-faas.eu/wp-content/uploads/2022/10/image-5.png" alt="" class="wp-image-1427" width="822" height="627" srcset="https://physics-faas.eu/wp-content/uploads/2022/10/image-5.png 936w, https://physics-faas.eu/wp-content/uploads/2022/10/image-5-300x229.png 300w, https://physics-faas.eu/wp-content/uploads/2022/10/image-5-768x586.png 768w" sizes="(max-width: 822px) 100vw, 822px" /></figure></div>



<div style="height:24px" aria-hidden="true" class="wp-block-spacer"></div>



<p>The healthcare services being implemented in the PHYSICS FaaS way are:</p>



<ul class="wp-block-list"><li>Predictive model inference: Load feature vectors and a predictive model into an inference engine to get inference results.</li><li>Patient phenotyping: Load feature vectors and a set of generative models (describing patient clusters) into a system that return the model best describing each vector.</li><li>Data synthesis: Load a set of generative models and a model transition probability matrix into a system that draws vectors from the generative models, following a model activation pattern as described by the transition probability.</li></ul>



<p>Currently, the first flow is implemented, tested and deployed. It is now undergoing testing to showcase the benefits of the PHYSICS approach in terms of handling rapid small requests by merging them into larger ones. The rest of the flows are under initial implementation. Stay tuned for more news on our progress!</p>
<p>The post <a href="https://physics-faas.eu/faas-ification-in-health-care/">FaaS-ification in Health Care</a> appeared first on <a href="https://physics-faas.eu">PHYSICS</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
