 ##  [Arogya Parivar](/in-en/about/arogya-parivar "Arogya Parivar") 

 ### Novartis launched Arogya Parivar, its first social business model, in 2007. Arogya Parivar, which means healthy family in Hindi, is an example of a “shared value” business model, an approach promoted by Michael Porter and Mark Kramer, professors at Harvard Business School in the US.

In the case of Arogya Parivar, the need—and the opportunity—is massive: The 70% of Indians who live in poor rural areas account for only 22% of the country’s health expenditures. Most of them make less than USD 5 per day. The health camps Arogya Parivar offers are free and include information on treatment as well as consultations with a doctor, who volunteers several hours of his time in a village in return for exposure to a wider pool of potential patients.

Meanwhile, a separate corporate arm of the program offers inexpensive products for common conditions such as malnutrition and diarrhea to doctors. By 2010, three years into the program, Novartis determined that Arogya Parivar was paying for itself by increasing demand for the company’s medicines in the areas it served; the number of doctor visits made by villagers in the locations where the camps were held had tripled.



 



 15 

####  years of successful operations 

 

 22,000 

####  villages in 15 states reached 

 

 44,000 

####  doctors covered to serve rural India 

 

 50+ mn 

####  rural Indians impacted 

 

 







## **Two separate, yet mutually reinforcing arms of health educators and sales supervisors**

A team of health educators and sales supervisors are deployed in each cell. The health educators work closely with village leaders and local Asha (accredited social health activists) as well as Anganwadi workers appointed by the government to conduct community health education. This creates positive health-seeking behavior in the community by integrating prevention efforts into daily life and generating awareness “ripples” about disease recognition and treatment. In addition, local doctors donate their time at health camps to provide screening, diagnosis and therapies. Sales supervisors serve as the initiative’s local sales force, interacting with distributors, pharmacists and local doctors to ensure medicines are available in rural communities. They play an essential role in establishing a solid distribution network for a sustainable medicines supply and in building future business for Novartis.

The revenues generated through the sale of Arogya Parivar products fund the program’s social arm (i.e., the health education activities). Beyond our company, we believe that in the long term, this will also help create a level playing field with regards to quality medicines and marketing practices.

 ![arogya-parivar-healthcare-presentation](/in-en/sites/novartis_in/files/styles/crop_freeform/public/2022-05/arogya-parivar-healthcare-presentation.jpg.webp?itok=zvDGeMSW "arogya-parivar-healthcare-presentation")

 


## **Arogya Parivar Footprint**

 ![arogya-parivar-footprint](/in-en/sites/novartis_in/files/styles/crop_freeform/public/2022-07/arogya%20parivar%20footprint.png.webp?itok=EWX-Ao5U "arogya-parivar-footprint")

 

## **Creating value for business and society**

Arogya Parivar broke even in less than three years and has been sustainable ever since, meeting both its commercial and social targets.

The program is consistently recognized through awards and global rankings. It has received the Award for Social Marketing from the CMO Asia Awards, and the GBCHealth Business Action on Health Award. It was also named “best long-term rural marketing initiative” by the Rural Marketing Association of India, the country’s largest industry association. In 2015, Fortune magazine included Arogya Parivar in its top 10 Change the World list, which shines a spotlight on companies that have made significant progress in addressing major social problems as part of their core business strategy.

  
  var kPlayer = KalturaPlayer_55802022 || KalturaPlayer;
  var config = {
    targetId: "kaltura_player_6a8c94ea0d8bf820732007",
    provider: {
      widgetId: "1_1isakdzy",
      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_v6w3niiu"}});
        // __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)
    }
  

 







 



 [ 

 ![arogya-parivar](/in-en/sites/novartis_in/files/styles/cards_1_3/public/2022-05/arogya-parivar.jpg.webp?itok=ecm2u7o1 "arogya-parivar") 

 

###  Pioneering business approach expands healthcare in Indian villages 

Healthy Family program combines health education with improved access to doctors and medicines.

 

 

 ](https://www.novartis.com/stories/pioneering-business-approach-expands-healthcare-indian-villages) [ 

 ![making-healthcare-sustainable-in-the-developing-world](/in-en/sites/novartis_in/files/styles/cards_1_3/public/2022-06/making-healthcare-sustainable-in-the-developing-world.jpg.webp?itok=PU6efB-4 "Group of children in the developing world") 

 

###  Making healthcare sustainable in the developing world 

Today, many companies are trying to solve global health challenges through philanthropy. However, it has become clear that philanthropy alone is no longer enough to make a lasting impact.

 

 

 ](https://www.novartis.com/stories/making-healthcare-sustainable-developing-world) [ 

 ![Kalwe-India-drug-production-800-600.jpg](/in-en/sites/novartis_in/files/styles/cards_1_3/public/2022-02/Kalwe-India-drug-production-800-600.jpg.webp?itok=4gUG20-q "Kalwe-India-drug-production-800-600.jpg") 

 

###  Ensuring medicine supply to patients during COVID-19 

Read how two sites within the Novartis Technical Operations (NTO) network ensured business continuity at scale and speed in the midst of the COVID-19 pandemic.

 

 

 ](https://www.novartis.com/stories/ensuring-medicine-supply-patients-during-covid-19)