QualityNet Jira and QualityNet Confluence will be briefly unavailable on Wednesday, July 24, 2024, between 8:00 PM ET and 9:00 PM ET while the team performs an AMI update.  If you have questions or concerns, please reach out to us in Slack at #help-atlassian.

Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Section


Column
width100%

HTML
<div class="header_container row">
  <div class="column left">
    <img class="confluence-embedded-image image-center" height=150px draggable="false" src="https://qnetconfluence.cms.gov/download/attachments/522098634/ETCLC-Logo-FullColor-300px.jpg?version=1&modificationDate=1704461422814&api=v2" alt="" />
  </div>
  <div class="column middle">
    <div class="carousel">
      <div class="mySlides"><img class="mySlide" src="https://reporting.healthcarecommunities.org/Desktopmodules/CSI/CSIQUp_ETCLC/images/carousel/ca1.jpg"/></div>
      <div class="mySlides"><img class="mySlide" src="https://reporting.healthcarecommunities.org/Desktopmodules/CSI/CSIQUp_ETCLC/images/carousel/ca2.jpg"/></div>
      <div class="mySlides"><img class="mySlide" src="https://reporting.healthcarecommunities.org/Desktopmodules/CSI/CSIQUp_ETCLC/images/carousel/ca3.jpg"/></div>
      <div class="mySlides"><img class="mySlide" src="https://reporting.healthcarecommunities.org/Desktopmodules/CSI/CSIQUp_ETCLC/images/carousel/ca4.jpg"/></div>
      <div class="mySlides"><img class="mySlide" src="https://reporting.healthcarecommunities.org/Desktopmodules/CSI/CSIQUp_ETCLC/images/carousel/ca5.jpg"/></div>       
    </div>
  </div>
   <div class="column right"> 
    <div class="card">
      <h3>Current Participants<ETCLC Members</h3>
      <p>Progress Tracker <a href='https://healthcarecommunities.b2clogin.com/healthcarecommunities.onmicrosoft.com/oauth2/v2.0/authorize?p=b2c_1_etclc_signin&response_type=id_token&client_id=07e0f659-b33e-444d-a279-b6e0d59f8e67&redirect_uri=https%3A%2F%2Fetclc.healthcarecommunities.org%2F&response_mode=form_post&scope=openid&state=generic' target='_blank'>Login</a></p>
      <p>Not a Tracker user? <a href='https://healthcarecommunities.b2clogin.com/healthcarecommunities.onmicrosoft.com/oauth2/v2.0/authorize?p=B2C_1_ETCLC_signup&client_id=07e0f659-b33e-444d-a279-b6e0d59f8e67&nonce=defaultNonce&redirect_uri=https%3A%2F%2Fghn.healthcarecommunities.org%2Fwp-login.php&scope=openid&response_type=id_token&prompt=login' target='_blank'>Register</a></p>
    </div> 
</div>

<script async src="https://reporting.healthcarecommunities.org/Desktopmodules/CSI/CSIQUp_ETCLC/js/carousel.js"></script>


CSS Stylesheet
.column {
  float: left;
  padding: 10px;
}

.left {
	width: 40%;
	margin-left: auto;
	margin-right: auto;
}
.middle {
	width: 40%;
	height: auto;
} 
.right {
	width: 20%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}  

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 1300px) {
  .column {
    width: 100%;
  }
}  

/* Style the counter cards */
.card {
  min-width: 225px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); /* this adds the "card" effect */
  padding: 16px;
  text-align: center;
  background-color: #fbfbf9;
  font-family: Verdana, sans-serif; 
  height: auto;
}



* {
  box-sizing: border-box;
}
 
.header_container {
  text-align: center;
  display: block;
  align-items: center;
}

.header_container { 
  overflow: hidden;
}

.header_container div {
   /*min-height: 200px;*/
}

.header_left {
  padding: 20px;
  float: left;
  width: 50%;
  margin-left: auto;
  margin-right: auto;  
}

.header_right {  
  float: right;
  width: 50% !important;
  height: auto; 
}

.header_right1 div{  
  text-align: center;
  align-items: center;
}

/* Use a media query to add a break point at 800px: */
@media screen and (max-width: 1200px) {
  .header_container {
    display: block;
  }
}
@media screen and (max-width: 1200px) {
  .header_left,
  .header_right { 
    float: none;
    margin: auto;
    width: auto;
    border: 0;
    /*border-bottom: 2px solid #000;*/
  }
}


.carousel {
  display: block;
  max-width: 400px;
  min-width: 400px; 
  padding-top: 0px;
  padding-left: 5px;  
}
.mySlides {
	display: none;
}
.mySlides img{
	object-fit: cover;
	width: 100%;
	height: auto;
 }

.mySlide {
	width: 100%;
	height: 100%;
	border-radius: 5%;
}    

#main1 {
	max-width: 1600px;
}   .test .confluenceTd {
    padding: 2px 5px !important;
    /* CONFDEV-13618: line-height will add up 3 pixels, so we have a 10px top padding for text. Images will remain with 7px top margin though (see thread in Stash) */
    vertical-align: top;
    text-align: center;
    min-width: 8px;
    /* CONF-39943: set table cell min-width to which cursor can be focused */
 	background-color: #FFFFFF !important;
    border: 0px none #FFF;      }

.test .confluenceTd td {
    padding: 0px 15px !important;
    /* CONFDEV-13618: line-height will add up 3 pixels, so we have a 10px top padding for text. Images will remain with 7px top margin though (see thread in Stash) */
    vertical-align: top;
    text-align: center;
    min-width: 8px;
    /* CONF-39943: set table cell min-width to which cursor can be focused */
 	background-color: #FFFFFF !important;
    border: 0px none #FFF;      
}



...

Section


Align
aligncenter
classtest

NATIONAL AIMS


AIM 1


AIM 2


AIM 3


Image Modified

Image Modified     Image Modified

Image Modified

Increase the number of deceased donor kidneys transplanted.


Decrease the nonuse rate of all procured kidneys with a KDPI  ≧  60.

Decrease the nonuse rate of all procured kidneys with a KDPI  ≧  60.


Increase in the number of kidneys recovered with a KDPI  ≧ 60.






Section


HTML
<br><br>


Center



A Collaborative Built for a Broad Community

The ETCLC will bring transplant centers, Organ Procurement Organizations (OPOs), donor hospitals, patients, and donor families together to reduce the disparity in performance among OPOs and transplant centers with the goal of increasing kidney recoveries by OPOs and utilization of kidneys by transplant centers


Supported by National Leaders

ETCLC members are supported by a National Faculty and Leadership Coordinating Council made up of thought leaders and organizations in the field of organ recovery and transplant


Dedicated QI Coaches Leveraging a Tested Change Package

ETCLC members are guided by a national network of quality improvement coaches who lead QI Teams to identify best and promising practices that drive recovery and utilization performance and spread these practices throughout the kidney transplant community using the Kidney Donation and Utilization Change Package.


Amplifying the Patient and Family Voice

People on dialysis, transplant recipients, and donor family members have an important voice and role in the ETCLC by identifying patient and family education needs around organ donation and transplant.



 Image ModifiedImage Added      




Alert
titleAbout this site
typeInfo

This site is intended for healthcare professionals seeking information on the CMS/HRSA-sponsored End Stage Renal Disease Treatment Choices Learning Collaborative.  If you are a patient seeking information on a kidney transplant click HERE.

...