Important: The GCConnex decommission will not affect GCCollab or GCWiki. Thank you and happy collaborating!

Difference between revisions of "Diane.Beauregard/sandbox"

From wiki
Jump to navigation Jump to search
 
(112 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
+
[[EN:Community of Federal Regulators]]
{{#css:{{CFR-CSS}}}}
+
{| class="FCK__ShowTableBorders" style="border-bottom: white 3px solid; border-left: white 3px solid; background: white; color: black; border-top: white 3px solid; border-right: white 3px solid" width="1000"
 
+
|-
<html>
+
| <div style="text-align: center">
 
 
<head>
 
    <meta charset="utf-8">
 
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
 
    <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
 
    <title>Community of Federal Regulators GCpedia</title>
 
    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
 
    <link rel="stylesheet" href="styles.css">
 
    <link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
 
    <link href="https://fonts.googleapis.com/css?family=Lato:300,400,700" rel="stylesheet">
 
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
 
    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
 
    <style>
 
 
 
        /*==========INCLUDE CUSTOM CSS right here==============*/
 
 
 
.parallax {
 
    /* The image used */
 
    background-image: url("https://www.gcpedia.gc.ca/gcwiki/images/b/b1/CFR_Top_photo_site_V3.png");
 
 
 
    /* Set a specific height */
 
    min-height: 425px;
 
 
 
    /* Create the parallax scrolling effect */
 
    background-attachment: fixed;
 
    background-position-y: top;
 
    background-position-x: center;
 
    background-repeat: no-repeat;
 
}
 
 
 
.container{
 
    display: flex;
 
    justify-content: center;
 
    align-items: center;
 
}
 
 
 
p{margin-bottom:20px !important}
 
ul{margin-left:40px !important; color:#000}
 
.light-link{color:#00467F !important;}
 
 
 
.btn-styling {
 
background-color: rgba( 255, 255, 255, 0.3);
 
box-shadow: 0px 7px 20px;
 
border: none;
 
}
 
 
 
 
 
.ul {
 
    list-style-type:none;
 
    margin: 0;
 
    padding: 0;
 
}
 
 
 
#nav li a {
 
padding: 0px 40px;
 
color: #ffffff;
 
font-family: 'Lato', sans-serif;
 
font-weight: 400;
 
font-size: 20px;
 
}
 
 
 
 
 
.cta-btn {
 
background-color: rgba(255, 255, 255, 0.2);
 
color: #ffffff;
 
font-family: 'Lato',sans-serif;
 
font-weight: 700;
 
font-size: 25px;
 
padding: 20px 40px;
 
transition: all .2s;
 
}
 
 
 
.cta-btn:hover {
 
background-color: #329144;
 
border: 2px solid #ffffff;
 
color: #ffffff;
 
text-decoration: none;
 
}
 
 
 
.register-btn {
 
background-color: #329144;
 
font-family: 'Lato', sans-serif;
 
font-size: 15px;
 
font-weight: 700;
 
padding: 10px 20px;
 
transition: all .2s ease;
 
color: #fff;
 
margin-bottom: -35px;
 
}
 
 
 
.register-btn:hover {
 
background-color: #fff;
 
color: #329144;
 
border: 1px solid #C2CD23;
 
}
 
 
 
.fade-bg {
 
background-image: url("http://www.gcpedia.gc.ca/gcwiki/images/9/90/Fade-Proper-NextGenWeb.png");
 
background-position: center;
 
background-size: cover;
 
}
 
 
 
.section-2 {
 
background-image: url("https://www.gcpedia.gc.ca/gcwiki/images/a/ae/CFR_Background_section_2.png");
 
background-position: center;
 
background-size: cover;
 
}
 
 
 
/* vendor prefixes removed for clarity */
 
 
 
.ribbon {
 
    width: 350px;
 
    margin: 10px auto;
 
    padding: 0 10px 0;
 
    padding-top: 20px!important;
 
    position: relative;
 
    color: #444;
 
    background: #fff;
 
    border: 1px solid #d2d2d2;
 
    border-radius: 3px;
 
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
 
}
 
.ribbon h3 {
 
    display: block;
 
    height: 30px;
 
    line-height: 1.3;
 
    width: 360px;
 
    margin: 0;
 
    padding: 5px 10px;
 
    position: relative;
 
    left: -16px;
 
    top: -12px;
 
    color: #fff;
 
    background: #41b655;
 
    background: linear-gradient(top, #383838 0%, #262626 100%);
 
    border-radius: 2px 2px 0 0;
 
    box-shadow: 0 1px 2px rgba(0,0,0,0.3);
 
}
 
.ribbon h3::before,
 
.ribbon h3::after {
 
    content: '';
 
    display: block;
 
    width: 0;
 
    height: 0;
 
    position: absolute;
 
    bottom: -11px;
 
    z-index: -10;
 
    border: 5px solid;
 
    border-color: #242424 transparent transparent transparent;   
 
}
 
.ribbon h3::before {left: 0;}
 
.ribbon h3::after {right: 0;}
 
 
 
.row {
 
    display: flex;
 
}
 
 
 
.column {
 
    flex: 20%;
 
    padding: 5px;
 
}
 
 
 
    </style>
 
</head>
 
 
 
 
 
<body>
 
 
 
<section class="super-body">
 
 
 
<!-- Top Section -->
 
<div class="parallax"></div>
 
        <div style="padding-bottom: 0px; margin-top: -380px;">
 
            <div style="text-align:right; padding-right: 100px; margin-bottom: 75px; background-color: rgba(0, 70, 127, 0.2);">
 
                  <ul id="nav" style="position: relative; bottom: 15px">
 
                        <li><a class="navbar-brand" href="/wiki/Main_Page"><span style="font-family: Helvetica,Arial,sans-serif; padding: 10px; bottom: -30px; position: relative;"><span style="font-weight:800">GC</span>pedia</span></a></li>
 
                      <li style="display: inline;"><a href="https://twitter.com/cfr_crf?lang=en">Twitter</a></li>
 
                      <li style="display: inline;"><a href="https://ca.linkedin.com/in/cfr-crf">LinkedIn</a></li>
 
                      <li style="display: inline;"><a href="https://www.instagram.com/cfr_crf/">Instagram</a></li>                 
 
                      <li style="display: inline;"><a href="https://twitter.com/DigiAcademyCAN">Contact Us</a></li>
 
                      <li style="display: inline;"><a href="http://www.gcpedia.gc.ca/wiki/EFPCAN_VoletExcellence">FR</a></li>
 
                </ul>
 
 
 
 
</div>
 
</div>
<div class="container">
+
<div style="background:#185267; color:white; font-family:Arial;padding:1em">
</BR>
+
<big><big><big>Communauté des régulateurs fédéraux</big></big></big>
 
</div>
 
</div>
</BR>
+
<div id="container; width:100%; float:left;">
      <section style="width:100%; padding-top: 10px; padding-bottom: 45px">
+
[[File:CFR Banner for GCxchange (narrow) FR.png|link=|950px]]
          <div style="width:49.5%; display: inline-block">
 
              <p></p>
 
          </div>
 
          <div style="width:49.5%; display: inline-block; padding-right: 100px; padding-bottom: 20px">
 
        </div>
 
       
 
        <!----------------------------------------------------- Section 1 ------------------------------------------------------->
 
 
 
<section style="width:100%; padding-top: 200px; padding-bottom: 45px">
 
          <div style="width:49.5%; display: inline-block; text-align:center; vertical-align: top">
 
                <img style="width: 70%; margin-top: 50px" src="https://www.gcpedia.gc.ca/gcwiki/images/4/4a/TM_larger.jpg" alt="Welcome"><br><br>
 
          </div>
 
 
 
              <div style="width:49.5%; display: inline-block; padding-right: 100px;">
 
<h2 style="font-family: 'Lato', sans-serif; font-weight:700; color:#050505; font-size: 28px; padding-bottom: 15px"><span style="font-family: 'Lato', sans-serif; font-weight: 300;">Welcome to the</span><br>Community of Federal Regulators</h2>
 
 
 
<p style="font-family: 'Lato', sans-serif; font-weight:400; color:#050505; font-size: 16px;">The Community of Federal Regulators (CFR) is a partnership of federal departments and agencies designed to facilitate collaboration and professional development of employees involved in the regulatory process across the federal government.
 
<br><br>
 
 
 
</p>
 
 
 
<p><a href="https://www.csps-efpc.gc.ca/About_us/Business_lines/digitalacademy-eng.aspx" class="btn btn-primary">Learn more about the CFR.</a>
 
</p>
 
 
</div>
 
</div>
</section>
+
{| class="FCK__ShowTableBorders" style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px; background-color: #185267" width="100%" align="center"
 
+
|-
<!----------------------------------------------------- Section 2 ------------------------------------------------------->
+
|-
 
+
| style="border-right: DimGray 1px ridge; padding-right: 0px; padding-left: 0px; padding-bottom: 2px; padding-top: 2px; text-align: center; font-family: (Cooper black); font-size: 13pt" width="50%" | '''[https://www.gcpedia.gc.ca/wiki/Communaut%C3%A9_des_r%C3%A9gulateurs_f%C3%A9d%C3%A9raux <span style="color: Snow">Visitez la CRF sur GCpédia</span>]''' 
<section id="ApplyDrop" style="padding-bottom: 35px;" class="section-2">
+
|}
 
 
<section style="width:100%; padding-top: 20px; padding-bottom: 20px">
 
 
 
          <div style="width:49.5%; display: inline-block; padding-left: 100px;">
 
<h2 style="font-family: 'Lato', sans-serif; font-weight:700; color:#ffffff; font-size: 28px;"><span style="font-family: 'Lato', sans-serif; font-weight: 300;">Our Events:</h2>
 
 
 
<p style="font-family: 'Lato', sans-serif; font-weight:400; color:#ffffff; font-size: 16px;">
 
            </p>
 
          </div>
 
      </section>
 
 
 
<!----------------------------------------------------- Section 5 ------------------------------------------------------->
 
 
 
<section style="width:100%; padding-top: 20px; padding-bottom: 20px">
 
          <div style="width:49.5%; display: inline-block; padding-right: 100px;">
 
<h2 style="font-family: 'Lato', sans-serif; font-weight:700; color:#ffffff; font-size: 28px;"><span style="font-family: 'Lato', sans-serif; font-weight: 300;">To complete your application, you will need the following:</h2>
 
            <p style="font-family: 'Lato', sans-serif; font-weight:400; color:#ffffff; font-size: 16px;">
 
            <br>
 
          </div>
 
      </section>
 
</section>
 
</section>
 
 
 
<!----------------------------------------------------- Section 1 ------------------------------------------------------->
 
      <section style="width:100%; padding-top: 10px; padding-bottom: 20px">
 
 
 
          <div style="width:49.5%; display: inline-block; padding-left: 100px;">
 
<h2 style="font-family: 'Lato', sans-serif; font-weight:700; color:#050505; font-size: 28px;"><span style="font-family: 'Lato', sans-serif; font-weight: 300;"><strong>Our Events</strong></h2>
 
<p style="font-family: 'Lato', sans-serif; font-weight:400; color:##050505; font-size: 16px;">
 
The CFR hosts a variety of events to facilitate collaboration, strengthen the knowledge and competencies of regulatory professionals, and provide opportunities for innovation in the regulatory field.
 
<br>
 
<p style="font-family: 'Lato', sans-serif; font-weight:400; color:#00467F; font-size: 16px; LINE-HEIGHT:37px; padding-left: 75px">
 
&#8618; <a href="https://www.gcpedia.gc.ca/gcwiki/images/1/15/Video_Pitch.pdf" class="light-link"><strong>CFR Regulatory Conference</strong></a>
 
<br>&#8618; <a href="http://www.gcpedia.gc.ca/gcwiki/images/1/1b/DA_Premium_Technical_Requirements.pdf" class="light-link"><strong> Regulatory Speaker Series</strong></a>  
 
 
<br>
 
<br>
&#8618; <a href="http://www.gcpedia.gc.ca/gcwiki/images/1/1b/DA_Premium_Technical_Requirements.pdf" class="light-link"><strong>Regulatory Law Enforcement Symposium</strong></a>
 
 
<br>
 
<br>
&#8618; <a href="http://www.gcpedia.gc.ca/gcwiki/images/1/1b/DA_Premium_Technical_Requirements.pdf" class="light-link"><strong>Let's Talk Events</strong></a>  
+
<span style="color: #185267"><big>'''Au sujet de la CRF'''</big></span> <br>
 +
La Communauté des régulateurs fédéraux est un regroupement interministériel du gouvernement du Canada qui travaille afin de renforcer la capacité des professionnels de la réglementation fédérale, contribuant ainsi à supporter une communauté de réglementation sur laquelle les Canadiens peuvent compter pour maintenir et renforcer la réglementation relative à la santé, à la sécurité et à la prospérité au sein d’une société durable. 
 
<br>
 
<br>
&#8618; <a href="http://www.gcpedia.gc.ca/gcwiki/images/1/1b/DA_Premium_Technical_Requirements.pdf" class="light-link"><strong>Regulatory Excellence Awards</strong></a>
 
 
<br>
 
<br>
&#8618; <a href="http://www.gcpedia.gc.ca/gcwiki/images/1/1b/DA_Premium_Technical_Requirements.pdf" class="light-link"><strong>Regulatory Innovation Forums</strong></a>
+
Les activités de la CRF sont appuyées et fournies par le Bureau de la CRF, situé à Santé Canada. Les principales fonctions du Bureau sont les suivantes : planifier et promouvoir des activités d’apprentissage et de perfectionnement en réglementation; déterminer et faciliter les collaborations pour innover dans le domaine de la réglementation; permettre l’échange de stratégies et d’outils de réglementation efficaces entre les organismes de réglementation.  
 
<br>
 
<br>
&#8618; <a href="http://www.gcpedia.gc.ca/gcwiki/images/1/1b/DA_Premium_Technical_Requirements.pdf" class="light-link"><strong>Nymark Lecture Series</strong></a>
 
 
<br>
 
<br>
&#8618; <a href="http://www.gcpedia.gc.ca/gcwiki/images/1/1b/DA_Premium_Technical_Requirements.pdf" class="light-link"><strong>Specialty Workshops</strong></a>
 
            </p>
 
          </div>
 
 
<div style="width:49.5%; display: inline-block; vertical-align: top; text-align: center; margin-top: 40px ">
 
              <img style="width: 80%; padding-top: 60px;" src="https://www.gcpedia.gc.ca/gcwiki/images/a/a7/Panel_61.jpg" alt="candidate">
 
          </div>
 
      </section>
 
  
<!----------------------------------------------------- Section 1 ------------------------------------------------------->
+
<span style="color: #185267"><big>'''Vision de la CRF'''</big></span> <br>
  <section style="width:100%; padding-top: 10px; padding-bottom: 20px">
+
Améliorer et soutenir la capacité de la communauté de la réglementation fédérale grâce à l’apprentissage, aux partenariats et aux pratiques exemplaires
  <div style="width:49.5%; display: inline-block; text-align:center; vertical-align: top">
 
                <img style="width: 80%; margin-top: 100px" src="https://www.gcpedia.gc.ca/gcwiki/images/f/f4/CFR_CoP_image.jpg" alt="Commitment"><br>
 
</div>
 
          <div style="width:49.5%; display: inline-block; padding-right: 100px;">
 
<h2 style="font-family: 'Lato', sans-serif; font-weight:700; color:#050505; font-size: 28px;"><span style="font-family: 'Lato', sans-serif; font-weight: 300;"><strong>Collaboration</strong></h2>
 
            <p style="font-family: 'Lato', sans-serif; font-weight:400; color:#050505; font-size: 16px;">
 
CFR's Communities of Practice and Working Groups are forums to share knowledge, discuss challenges and develop constructive approaches to addressing common challenges among employees with similar responsibilities.
 
<p style="font-family: 'Lato', sans-serif; font-weight:400; color:#00467F; font-size: 16px; LINE-HEIGHT:37px; padding-left: 75px">
 
&#8618; <a href="http://www.gcpedia.gc.ca/gcwiki/images/1/1b/DA_Premium_Technical_Requirements.pdf" class="light-link"><strong>Risk-Based Regulatory Delivery COP</strong></a>  
 
 
<br>
 
<br>
&#8618; <a href="http://www.gcpedia.gc.ca/gcwiki/images/1/1b/DA_Premium_Technical_Requirements.pdf" class="light-link"><strong>Compliance & Enforcement COP</strong></a>
 
 
<br>
 
<br>
&#8618; <a href="http://www.gcpedia.gc.ca/gcwiki/images/1/1b/DA_Premium_Technical_Requirements.pdf" class="light-link"><strong>Cost-Benefit Analysis COP</strong></a>  
+
<span style="color: #185267"><big>'''Mission de la CRF'''</big></span> <br>
 +
Une communauté de la réglementation sur laquelle les Canadiens peuvent compter pour maintenir et améliorer leur santé, leur sécurité et leur prospérité dans une société durable
 
<br>
 
<br>
&#8618; <a href="http://www.gcpedia.gc.ca/gcwiki/images/1/1b/DA_Premium_Technical_Requirements.pdf" class="light-link"><strong>Administrative Monetary Penalty System WG</strong></a>
 
 
<br>
 
<br>
&#8618; <a href="http://www.gcpedia.gc.ca/gcwiki/images/1/1b/DA_Premium_Technical_Requirements.pdf" class="light-link"><strong>Service Fees WG</strong></a>
 
 
<br>
 
<br>
&#8618; <a href="http://www.gcpedia.gc.ca/gcwiki/images/1/1b/DA_Premium_Technical_Requirements.pdf" class="light-link"><strong>Major Case Management WG</strong></a>
 
            </p>
 
 
<br>
 
<br>
<p><p style="padding-left: 75px">
 
<a href="https://www.gcpedia.gc.ca/gcwiki/images/f/f4/CFR_CoP_image.jpg" class="btn btn-primary">See past engagements.</a>
 
            </p>
 
          </div>
 
      </section>
 
 
<!----------------------------------------------------- Section 2 ------------------------------------------------------->
 
<section style="width:100%; padding-top: 30px; padding-bottom: 20px", class="section-2">
 
<div style="display: flex; flex-direction: row; justify-content: center; align-items: center;">
 
    <div style="width:80%; display: inline-block; text-align:center; vertical-align: top;">
 
        <img style="width: 80%; margin: 0 auto !important;" src="https://www.gcpedia.gc.ca/gcwiki/images/6/6b/NEW_TIMELINE.png"><br><br>
 
    </div>
 
</div>
 
</section>
 
 
<!----------------------------------------------------- Section 1 ------------------------------------------------------->
 
      <section style="width:100%; padding-top: 10px; padding-bottom: 20px">
 
 
 
          <div style="width:49.5%; display: inline-block; padding-left: 100px;">
 
<h2 style="font-family: 'Lato', sans-serif; font-weight:700; color:#050505; font-size: 28px;"><span style="font-family: 'Lato', sans-serif; font-weight: 300;"><strong>Talent Management</strong></h2>
 
<p style="font-family: 'Lato', sans-serif; font-weight:400; color:#050505; font-size: 16px;">
 
As part of the application, you will be asked to propose a real business problem that is currently touching your team, department, or even government writ large.
 
<br><br>
 
This should be a problem that personally affects you in your day-to-day job and that you believe can be better solved or tackled by learning skills in one or more of the streams in Premium (data, design, DevOps, AI/ML, development).
 
<br><br>
 
<strong>Note:</strong>  Participants will be working on a real problem as part of their experience, but we cannot guarantee that you will be working on your specific problem during the practicum.
 
<br><br>
 
<p><a href="http://www.gcpedia.gc.ca/gcwiki/images/7/7d/What_is_a_good_business_problem.pdf" class="btn btn-primary">More on CFR's Talent Management Initiatives</a>
 
            </p>
 
          </div>
 
 
<div style="width:49.5%; display: inline-block; vertical-align: top; text-align: center; margin-top: 40px ">
 
              <img style="width: 65%" src="https://www.gcpedia.gc.ca/gcwiki/images/0/07/Collaboration_CFR.jpg" alt="brainstorm">
 
          </div>
 
 
      </section>
 
 
<!----------------------------------------------------- Section 1 ------------------------------------------------------->
 
  <section style="width:100%; padding-top: 20px; padding-bottom: 80px">
 
<div style="width:49.5%; display: inline-block; text-align:center; vertical-align: top">
 
                <img style="width: 80%; margin-top: 40px" src="https://www.gcpedia.gc.ca/gcwiki/images/c/c2/AI_booth_photo.jpg" alt="management"><br><br>
 
</div>
 
          <div style="width:49.5%; display: inline-block; padding-right: 100px;">
 
<h2 style="font-family: 'Lato', sans-serif; font-weight:700; color:#050505; font-size: 28px;"><span style="font-family: 'Lato', sans-serif; font-weight: 300;">
 
<br>
 
<strong>Experimentation</strong></h2>
 
            <p style="font-family: 'Lato', sans-serif; font-weight:400; color:#050505; font-size: 16px;">
 
The CFR has identified experimentation as one of its key priority areas. The goal is to position the CFR as an enabler – bringing the community together to explore, pioneer and test new approaches and delivery methods with potential application for creating efficiencies across the regulatory lifecycle.
 
<br><br>
 
Recent initiatives include leveraging AI to tackle regulatory challenges, a CFIA-CFR blockchain experiment, regulatory sandboxes, and rules as code.
 
<br><br>
 
<p><a href="https://www.gcpedia.gc.ca/gcwiki/images/7/76/CSPSDA_Premium_Letter_of_Support.docx" class="btn btn-primary">Learn more about our work in this area.</a>
 
            </p>
 
          </div>
 
  </section>
 
     
 
<!----------------------------------------------------- Section 4 ------------------------------------------------------->
 
 
<section id="ContactDrop" style="padding: 70px 0px; background-color: #00467F; ;width: 100%">
 
<div style="text-align: center; font-family: 'Lato',sans-serif; color: #ffffff">
 
  <p style="font-size:19px; width: 40%; margin: auto; padding-bottom: 30px"><strong>We want to hear from you!</strong></p>
 
Our goal at the CFR is to enhance collaboration, dialogue, networking and innovation in the regulatory field.
 
 
<br>
 
<br>
Do you have a suggestion for a CFR event?
 
 
<br>
 
<br>
Is there a topic you would like to see covered in our learning activities?
 
<br>
 
</p>
 
<br>
 
<br>
 
</div>
 
    <div style="text-align: center;">
 
          <a href="mailto:csps.digitalacademy-academiedunumerique.efpc@canada.ca?subject=Question on CSPS Digital Academy Premium" class="cta-btn">
 
              Contact Us
 
          </a>
 
    </div>
 
</section>
 
 
<!----------------------------------------------------- Footer ------------------------------------------------------->
 
     
 
  <section style="padding: 20px 0px">
 
                  <div style="width: 95%; display: inline-block; text-align: right;">
 
                <p style="font-family: 'lato', sans-serif; color: #3F2A56">Brought to you by the Community of Federal Regulators</p>
 
            </div>
 
        </section>
 
 
    </section>
 
 
</body>
 
 
</html>
 

Latest revision as of 13:59, 16 March 2026

Communauté des régulateurs fédéraux

CFR Banner for GCxchange (narrow) FR.png

Visitez la CRF sur GCpédia



Au sujet de la CRF
La Communauté des régulateurs fédéraux est un regroupement interministériel du gouvernement du Canada qui travaille afin de renforcer la capacité des professionnels de la réglementation fédérale, contribuant ainsi à supporter une communauté de réglementation sur laquelle les Canadiens peuvent compter pour maintenir et renforcer la réglementation relative à la santé, à la sécurité et à la prospérité au sein d’une société durable.

Les activités de la CRF sont appuyées et fournies par le Bureau de la CRF, situé à Santé Canada. Les principales fonctions du Bureau sont les suivantes : planifier et promouvoir des activités d’apprentissage et de perfectionnement en réglementation; déterminer et faciliter les collaborations pour innover dans le domaine de la réglementation; permettre l’échange de stratégies et d’outils de réglementation efficaces entre les organismes de réglementation.

Vision de la CRF
Améliorer et soutenir la capacité de la communauté de la réglementation fédérale grâce à l’apprentissage, aux partenariats et aux pratiques exemplaires

Mission de la CRF
Une communauté de la réglementation sur laquelle les Canadiens peuvent compter pour maintenir et améliorer leur santé, leur sécurité et leur prospérité dans une société durable