/
AeHIN openIMIS CoP in Asia (2023 Activities)

AeHIN openIMIS CoP in Asia (2023 Activities)

openIMIS talks about Opportunities on AI for Health Insurance at the AeHIN GM 2023

To discuss the potentials and challenges of using Artificial Intelligence (AI) as a tool in managing health insurance schemes, the openIMIS Initiative together with the Badan Penyelenggara Jaminan Kesehatan (BPJS -K) or Social Security Agency on Health Indonesia, openIMIS Initiative, Joint Learning Network, and World Bank, held a joint session on ‘AI for Health Insurance’ at the Asia eHealth Information Network (AeHIN) General Meeting (GM) 2023 on November 6, 2023, at JS Luwansa Hotel and Convention Center, Jakarta, Indonesia. The AeHIN GM discussed various digital health topics under the overall theme,  “Ensuring Digital Health for Better Outcomes: Putting Blueprints into Practice.” 

Around 50 delegates representing the government, academe, development partners, civil society, and professional societies within and beyond South and South-East Asia participated in the ‘AI for Health Insurance’ session, which explored the aspects AI can and cannot solve in the health insurance sector. Karlina Octaviany, AI Specialist at the ‘FAIR Forward – Artificial Intelligence for All’ initiative at GIZ Indonesia, moderated the two-hour knowledge-sharing session, which discussed examples of applying AI for health insurance; presented opportunities on how AI could work with existing (health) insurance management information systems; and shared BPJS-K’s experience in adopting AI for health insurance.

Opportunities for AI in Health Insurance

Saurav Bhattarai, Advisor and lead for the openIMIS initiative at GIZ, presented opportunities for AI in health insurance in the context of claims adjudication. He started his presentation with an example of a typical insurance claims workflow:

  1. Claims submission: It starts with claims submission which could be done manually or digitally by health facilities. 

  2. Rules engine: A typical IT system has some rules programmed in, which generally contain simple checks to see if the health insurance policy is active, if the person is insured or not if the services are covered and applicable in the policy, and the frequency limits. Bhattarai further explained that the rules engine is classified as part of AI, even if it is rudimentary, as the computer is taking a decision about claims getting approved or rejected. 

  3. Manual evaluation: After passing the checks from the rules engine, it will undergo manual evaluation.

  4. Payment: After claims are verified from the manual evaluation, payment will be approved. If not, a health facility will receive a response.

As an implementation example, Bhattarai showed the number of claims coming in per day to the National Health Insurance in Nepal –– from around hundreds of claims per day in 2016 to around 15,000 claims per day in 2021. The trend shows an exponential increase even up to now. Bhattarai mentioned that digital health is one of the contributing factors to this increase, which began when the National Health Insurance mandated the use of Fast Healthcare Interoperability Resource (FHIR) standards for electronic health records. This meant that more electronic health record systems (EHR) in hospitals are now compatible with the IT system used for the submission of digital claims in health insurance. Digitalization is making it easier for health facilities to submit claims; however, health insurers are finding it difficult to review the increasing number of claims. As a result, there is a huge gap between the number of claims received and the number of claims reviewed.

Bhattarai reiterated that the bottleneck lies in adjudication. The number of claims per day increases every year, while the human intervention capacity remains limited. In 2019, only 16 officers were hired to review claims. On a good day, one officer can review up to 100 claims per day. Theoretically, all available officers combined can only review up to 1, 600 claims per day out of around 15,000 claims received per day. This situation hurts healthcare delivery because when health facilities are not being paid, they cannot provide services to the population that needs them. At the moment, 30,000 claims are projected to be received per day, which means around 300 officers would be needed to manage this daily demand. Thus, automated claim categorization through AI models is needed to reduce time between claims submission and claims payment and, therefore, to increase access to health.

By adding machine learning to the same claims submission workflow, claims can now be automatically categorized. In this context, an AI engine was created for automatic classification based on manual review and the ability to flag rejected claims. If the AI engine starts rejecting claims, it will go through a manual quality assurance process so human reviewers can check if the AI is rejecting claims properly. The manual quality assurance helps the AI engine learn more, as human action is what makes the AI engine better and better. Bhattarai explained the steps followed to incorporate machine learning in the claims submission workflow:

 

  1. Data gathering and preparation: Creation of an AI input data model, including sanity check on the database, processing of categorical data, and normalizing data. 

  2. Implementation of the AI algorithm: Design AI methods, model outputs, and evaluation metrics, then programming the AI model itself. 

  3. Software development: Development of the AI modules as well as program interfaces using the FHIR standard. Claims that come in the AI module are FHIR claims.

  4. User acceptance testing: Testing of the AI modules.

 

On challenges encountered, Bhattarai shared that during data gathering, the challenge was that there was not a lot of data to learn from initially and that the few ‘rejected data’ did not indicate reasons for rejection. In the database, it was also observed that text fields were not standardized. During algorithm development, one of the challenges Bhattarai shared was the lack of non-numerical data. As most data were categorical, rejections were based on different types of data and visit types. Very few AI models were suited to the type of data that was present. Thus, the resulting AI model was based on extreme gradient boosting. For the development of the claims module, two data streams were used – offline and online data. Offline historical data were used for gathering data, cleaning data, and data analysis for training the AI model. The model was then applied to online data where claims were coming in before finally executing the AI model for actual analysis and execution of AI in accepting and flagging claims.

The whole research and development of the AI module presented by Bhattarai was implemented on openIMIS, an interoperable, versatile open-source software for managing health insurance systems. Not only is the software available for download, but all the logic and thought process that went into developing the AI module is free to use and modify. As openIMIS is a global good, the openIMIS Claim-AI module can be integrated into any management information system (MIS). Organizations can adopt the AI module and continue usin