<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport"
	content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<link rel="icon" href="/favicon.ico" />

<title>Cerner Care Notifications</title>

<!-- Bootstrap core CSS -->
<link href="/resources/css/bootstrap.min.css" rel="stylesheet" />
<link href="/resources/css/home.css" rel="stylesheet" />	

</head>
<body>

	<header>
		<nav class="navbar navbar-expand-md navbar-dark fixed-top bg-dark">
			<a class="navbar-brand" href="#">Cerner Care Notifications</a>
			<button class="navbar-toggler" type="button" data-toggle="collapse"
				data-target="#navbarCollapse" aria-controls="navbarCollapse"
				aria-expanded="false" aria-label="Toggle navigation">
				<span class="navbar-toggler-icon"></span>
			</button>
			<div class="collapse navbar-collapse" id="navbarCollapse">
				<ul class="navbar-nav mr-auto">
					
					
				</ul>
				<div>
					<a class="btn btn-outline-success my-2 my-sm-0" href="/login">Login</a>
				</div>
			</div>
		</nav>
	</header>

	<main role="main">

	<div id="myCarousel" class="carousel slide">
		<div class="carousel-inner">
			<div class="carousel-item active">
				<img class="first-slide"
					src="/resources/images/staff.jpg"
					alt="highlight"></img>
				<div class="container">
					<div class="carousel-caption text-left">
						<h1>Cerner Care Notifications</h1>
						<p>Primary Care Physicians: Know when your patients are admitted or discharged to better coordinate their care. 
						Cerner Care Notifications allows near real-time ADT notifications via Direct.</p>
						<p>
							<a class="btn btn-lg btn-success" href="/login" role="button">Login</a>
						</p>
					</div>
				</div>
			</div>
		</div>
	</div>


	<!-- Marketing messaging and featurettes
      ================================================== --> <!-- Wrap the rest of the page in another container to center all the content. -->

	<div class="container marketing">

		<!-- Three columns of text below the carousel -->
		<div class="row">
			<div class="col-lg-4">
				<img class="rounded-circle"
					src="/resources/images/Blue_Buildings_10_PNG.jpg"
					alt="Generic placeholder image" width="140" height="140"></img>
				<h2>Connect</h2>
				<p>Automatically transmits patient admission and discharge information 
				from the acute care venue to the patient's primary care provider via Direct.</p>				
			</div>
			<!-- /.col-lg-4 -->
			<div class="col-lg-4">
				<img class="rounded-circle"
					src="/resources/images/Blue_Symbols_08_PNG.jpg"
					alt="Generic placeholder image" width="140" height="140"></img>
				<h2>Notify</h2>
				<p>Notify the primary care physician on patient admissions and discharges. 
				Historical ADT data is also accessible from the notification.</p>				
			</div>
			<!-- /.col-lg-4 -->
			<div class="col-lg-4">
				<img class="rounded-circle"
					src="/resources/images/Blue_Financial_04_PNG.png"
					alt="Generic placeholder image" width="140" height="140"></img>
				<h2>Analyze</h2>
				<p>Manage current recipients and add new ones. 
				The system suggests new recipients using existing transactions, eliminating the guess-work for building your network.</p>				
			</div>
			<!-- /.col-lg-4 -->
		</div>
		<!-- /.row -->
	</div>
	<!-- /.container --> <!-- FOOTER --> <footer class="container">
		<p class="float-right">			
			<a target="ccn-contact" href="https://clients.${voyager.domain-oci}/contact">Contact Us</a>
		</p>
		<p>
			COPYRIGHT © <span>2026</span> CERNER CORPORATION. ALL RIGHTS RESERVED 
		</p>
	</footer> </main>

	<!-- Bootstrap core JavaScript
    ================================================== -->



	<svg xmlns="http://www.w3.org/2000/svg" width="500" height="500"
		viewBox="0 0 500 500" preserveAspectRatio="none"
		style="display: none; visibility: hidden; position: absolute; top: -100%; left: -100%;">
		<defs>
		<style type="text/css"></style></defs>
		<text x="0" y="25"
			style="font-weight:bold;font-size:25pt;font-family:Arial, Helvetica, Open Sans, sans-serif">500x500</text></svg>
</body>
</html>