 ##  [Chronic Myeloid Leukemia](/diseases/chronic-myeloid-leukemia "Chronic Myeloid Leukemia") 

 Chronic myeloid leukemia, or CML, is a type of cancer that develops in the blood-forming cells of the bone marrow, in which immature cells build up and eventually invade the blood.

 

In approximately 95% of patients with CML, a genetic mutation produces an abnormal chromosome in bone marrow stem cells known as the Philadelphia chromosome (abbreviated “Ph chromosome” or “Ph”). When the Ph chromosome is present, CML is classified as Philadelphia chromosome-positive (Ph+).

The Ph chromosome *BCR::ABL* produces a protein of the same name—the BCR::ABL protein. The protein triggers bone marrow to keep making abnormal white blood cells, or leukemic cells. These cells increase in concentration in the blood, and over time, they crowd out healthy red blood cells, platelets, and normal white blood cells. If left untreated, this could be fatal.

There are three phases of CML: chronic-phase (the earliest phase), accelerated-phase, and blast-phase. In most patients, CML is diagnosed in the early, chronic phase. With the right treatment, many patients can remain in chronic phase without progressing to a more advanced phase.

## Managing CML

Over the past two decades, therapies that target cancer-causing proteins and cells with the Ph chromosome have been introduced to the treatment landscape. These therapies slow the reproduction of leukemia cells and have helped to transform outcomes for patients with CML.

Some patients who respond well to treatment may achieve a level of leukemic cells that is nearly undetectable; however, others are still at risk for disease progression. Patients who don’t see their leukemic cells decrease may either be experiencing primary resistance where their body doesn’t respond to treatment, or secondary drug resistance where the body loses its response to a medication over time. Additionally, patients may also experience drug intolerance where the side effects of a medication become so bothersome that a patient can no longer tolerate it.

If you have questions about the management of your CML, or are struggling with symptoms or treatment side effects, you should talk to your doctor.

As with any condition, it is important to take your medication as prescribed and directed by your doctor. It is also important to continue regular testing at each step of your journey, as this will enable you and your doctor to see if your treatment is working.



 



##  Additional resources 

 

 

 [Understanding CML backgrounder (PDF 0.2 MB)](/sites/novartis_com/files/understanding-chronic-myeloid-leukemia-backgrounder.pdf "Understanding CML backgrounder (PDF 0.2 MB)") 



 [Innovation in CML at Novartis](/diseases/chronic-myeloid-leukemia/innovation-cml-novartis "Innovation in CML at Novartis") 



 

 









## CML heritage story video

  
  var kPlayer = KalturaPlayer_55802022 || KalturaPlayer;
  var config = {
    targetId: "kaltura_player_6a8eed9e29d7f230633942",
    provider: {
      widgetId: "1_0foof4t8",
      partnerId: "2076321",
      uiConfId: "55802022"
    },
    playback: {
      autoplay: false,
      autopause: false,
      muted: false,
      loop: false    },
    sources: {
      options: {},
      startTime: 0
    },
    disableUserCache: "true",
    plugins: {},
    sources: {
      options: {},
      startTime: 0
    },
    ui: {
      showCCButton: false,
      settings: {
        showQualityMenu: true,
        showSpeedMenu: false      },
      components: {
        fullscreen: {
          disableDoubleClick: false
        }
      },
      uiComponents: [
        {
          presets: ['Playback', 'Live'],
          area: 'BottomBarRightControls',
          replaceComponent: 'Fullscreen',
          get: kPlayer.ui.components.Remove
        }
      ]
    }
  };

  // Check and add plugins only if they exist
  if (kPlayer.plugins["download"]) {
    config.plugins.download = {
      disable: true    };
  }

  if (kPlayer.plugins["transcript"]) {
    config.plugins["playkit-js-transcript"] = {
      position: "right", // Default: bottom;('left', 'right', 'top', 'bottom') to enable transcript.
      expandMode: "over", // Default: alongside;('alongside', 'hidden', 'over')
      expandOnFirstPlay: false,
      showTime: true,
      downloadDisabled: false,
      printDisabled: false,
      disable: true    };
  }

      if (kPlayer.plugins["preventSeek"]) {
      config.plugins.preventSeek = {
        preventSeekForward: false,
        preventSeek: false      };
    }
    config.plugins.floating = {
      disable: true    };
    if (kPlayer.plugins["navigation"]) {
      config.plugins.navigation = {
        position: "right",
        expandMode: "over",
        expandOnFirstPlay: false,
        visible: false      };
    }
    if (kPlayer.plugins["hotspots"]) {
      config.plugins['playkit-js-hotspots'] = {
        disable: true      };
    }
    if (kPlayer.plugins["moderation"]) {
      config.plugins['playkit-js-moderation'] = {
        disable: true      };
    }
    if (kPlayer.plugins["info"]) {
      config.plugins['playkit-js-info'] = {
        disable: true      };
    }
    if (kPlayer.plugins["share"]) {
      config.plugins.share = {
        disable: true      };
    }
          config.ui.uiComponents = [];
                    if (kPlayer.plugins["googleAnalytics"]) {
      config.plugins.googleTagManager = {};
      config.plugins.googleTagManager.customEventsTracking = {};
      config.plugins.googleTagManager.containerId = 'GTM-57RJQ5';
              config.plugins.googleTagManager.customEventsTracking.custom = [];
                    config.plugins.googleTagManager.customEventsTracking = {
          preset: {
            coreEvents: true,
            UIEvents: false,
            playlistEvents: false,
            castEvents: false
          }
        };
          }
  



 
    // Ensure the global player registry array always exists, regardless of embed type.
    window.kalturaPlayerVideos = window.kalturaPlayerVideos || [];
    try {
              var thumbEmbedPromise = __thumbnailEmbed({config, mediaInfo: {entryId: "1_5dxw8kz3"}});
        // __thumbnailEmbed() returns a Promise that resolves with the player instance
        // when the user clicks the thumbnail. Use .then() to capture the player directly.
        thumbEmbedPromise
          .then(function(player) {
            window.kalturaPlayerVideos.push(player);
            // Notify kaltura_datalayer.js that a new player is ready so it can
            // attach custom event listeners immediately, regardless of when
            // the user clicked the thumbnail relative to page load.
            document.dispatchEvent(new CustomEvent('kalturaPlayerReady', { detail: { player: player } }));
          })
          .catch(function(error) {
            console.error(error);
          });
          } catch (e) {
      console.error(e.message)
    }