Skip to main content

code_normalisation

Normalise patient condition codes to ICD10.

Classes

CodeNormalisationAlgorithm

class CodeNormalisationAlgorithm(datastructure: DataStructure, **kwargs: Any):

Factory for the code normalisation algorithm.

Initialise the algorithm factory.

Variables

Methods


modeller

def modeller(    self, *, context: ProtocolContext, **kwargs: Any,)> NoResultsModellerAlgorithm:

Return the modeller-side algorithm instance.

worker

def worker(    self, *, context: ProtocolContext, **kwargs: Any,)> bitfount.federated.algorithms.ehr.code_normalisation._WorkerSide:

Return the worker-side algorithm instance.