<?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 Digital Solutions - Codaemon Softwares Pvt Ltd</title>
	<atom:link href="https://codaemonsoftwares.com/portfolio-cat/healthcare-digital-solutions/feed/" rel="self" type="application/rss+xml" />
	<link>https://codaemonsoftwares.com</link>
	<description></description>
	<lastBuildDate>Tue, 26 May 2026 13:23:18 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>

<image>
	<url>https://codaemonsoftwares.com/wp-content/uploads/2026/05/cdmn-favicon-150x150.png</url>
	<title>Healthcare Digital Solutions - Codaemon Softwares Pvt Ltd</title>
	<link>https://codaemonsoftwares.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>AI patient information phase 2</title>
		<link>https://codaemonsoftwares.com/portfolio/ai-patient-information-phase-2/</link>
		
		<dc:creator><![CDATA[CDS_Root]]></dc:creator>
		<pubDate>Thu, 02 Apr 2026 11:29:54 +0000</pubDate>
				<guid isPermaLink="false">http://54.145.182.176/?post_type=portfolio&#038;p=559</guid>

					<description><![CDATA[<p>The project involves developing a multi-tenant software system designed for medical or clinical environments to handle patient information processing. It focuses on automating the extraction of patient data from audio recordings using machine learning and routing that data securely based on specific site configurations (e.g., general hospitals vs. pediatric sites). Core Functionality: Technical Stack:</p>
<p>The post <a href="https://codaemonsoftwares.com/portfolio/ai-patient-information-phase-2/">AI patient information phase 2</a> first appeared on <a href="https://codaemonsoftwares.com">Codaemon Softwares Pvt Ltd</a>.</p>]]></description>
										<content:encoded><![CDATA[<p class="wp-block-paragraph">The project involves developing a multi-tenant software system designed for medical or clinical environments to handle patient information processing. It focuses on automating the extraction of patient data from audio recordings using machine learning and routing that data securely based on specific site configurations (e.g., general hospitals vs. pediatric sites).</p>



<p class="wp-block-paragraph"><strong>Core Functionality:</strong></p>



<ul class="wp-block-list">
<li>Multi-Tenant Architecture: A base setup that uses partitioning to isolate data by site_id, ensuring users only access records belonging to their specific site.</li>



<li>Audio Processing &amp; Ingestion: A voice-activated (VAD-enabled) interface for recording, uploading, and playing back audio files.</li>



<li>Machine Learning Integration: Dynamic loading of AI prompts and models (e.g., GPT-4o) from a database to categorize and extract patient data from audio.</li>



<li>Site Configuration Framework: A management system to customize AI behavior (prompts, thresholds, model selection) for different clinical sites.</li>



<li>Azure-Based Event Routing: Automated workflows where audio uploads trigger events in Azure Event Hub, which are then processed by Azure Functions for transcription and LLM-based analysis.7</li>



<li>Dashboards &amp; Reporting: Frontend interfaces for site-level metrics (token usage, patients processed) and administrative tools for billing and audit logging.8</li>



<li>Security &amp; Access Control: Role-based access control (RBAC) and authentication integrated with Microsoft Azure AD to manage user permissions and data isolation.</li>
</ul>



<p class="wp-block-paragraph"><strong>Technical Stack:</strong></p>



<ul class="wp-block-list">
<li>Back End: Python.</li>



<li>Front End: Python Django (using Django templates and JavaScript for the audio recorder).</li>



<li>APIs: OpenAPI.</li>



<li>Cloud Infrastructure: Microsoft Azure (Blob Storage, Event Hub, and Azure Functions).</li>



<li>Database: PostgreSQL.</li>



<li>AI/ML: OpenAI (including models like GPT-4o or GPT-3.5).</li>



<li>Authentication: Microsoft Azure AD (OIDC login flow).</li>
</ul><p>The post <a href="https://codaemonsoftwares.com/portfolio/ai-patient-information-phase-2/">AI patient information phase 2</a> first appeared on <a href="https://codaemonsoftwares.com">Codaemon Softwares Pvt Ltd</a>.</p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>AI patient information</title>
		<link>https://codaemonsoftwares.com/portfolio/ai-patient-information/</link>
		
		<dc:creator><![CDATA[CDS_Root]]></dc:creator>
		<pubDate>Thu, 02 Apr 2026 11:18:28 +0000</pubDate>
				<guid isPermaLink="false">http://54.145.182.176/?post_type=portfolio&#038;p=556</guid>

					<description><![CDATA[<p>The project involves rewriting existing Python code to automate the extraction and consolidation of patient information from audio sources. Core Functionality: Technical Stack:</p>
<p>The post <a href="https://codaemonsoftwares.com/portfolio/ai-patient-information/">AI patient information</a> first appeared on <a href="https://codaemonsoftwares.com">Codaemon Softwares Pvt Ltd</a>.</p>]]></description>
										<content:encoded><![CDATA[<p class="wp-block-paragraph">The project involves rewriting existing Python code to automate the extraction and consolidation of patient information from audio sources.</p>



<p class="wp-block-paragraph"><strong>Core Functionality:</strong></p>



<ul class="wp-block-list">
<li>Audio Transcription: Utilizing AI to transcribe audio recordings.</li>



<li>Information Extraction: Identifying and extracting specific patient data from those transcriptions.</li>



<li>Consolidation: Organizing the extracted data, with a specific focus on handling critical health events.2Data Validation: Using the Pydantic library for data handling and validation.</li>
</ul>



<p class="wp-block-paragraph"><strong>Technical Stack:</strong></p>



<ul class="wp-block-list">
<li>Languages: Python.</li>



<li>APIs: OpenAI&#8217;s Whisper API.</li>



<li>Libraries: Pydantic.</li>



<li>Systems: OpenAPI.</li>
</ul><p>The post <a href="https://codaemonsoftwares.com/portfolio/ai-patient-information/">AI patient information</a> first appeared on <a href="https://codaemonsoftwares.com">Codaemon Softwares Pvt Ltd</a>.</p>]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
