CodeFusion

CodeFusion is a tool that helps coding diagnoses and medical phrases using ICD or other WHOFIC classifications. In addition, it has features for creating mapping suggestions between WHOFIC and other terminologies.

The tool can read Excel (.xlsx) and tab-separated text files (.txt) and matches the text found in these files to codes and URIs

It can be used in Web UI mode or as a command-line tool. In Web UI mode, run the tool with --ui (or use the platform launcher scripts) as described in the User Guide. In command-line mode, you can run it from a terminal window using parameters explained below. Alternatively, you can provide the parameters in a file named parameters.json in the same folder as the executable. A sample parameters.json file is provided together with the executable.

IMPORTANT! It is recommended to have the automated coding reviewed by a human coder especially when the matching level is not GoodMatch (see MatchLevel in the Output File section).

Downloading the Tool

The most recent version of the tool is version:1.1.0.

Native Installation

The tool can be downloaded from the following links. Please use the operating system and architecture that matches your computer.

After downloading the zip file, you need to unzip it to a folder.

When running on Mac, in the first run, you may need to grant access to the application from the security settings

Docker Image

CodeFusion is also available as a Docker image. See the Docker documentation for detailed instructions on running CodeFusion in Docker.