This is a simple tool to evaluate a list of clinically coded codes (ICD-10 and OPCS4) against evaluate them against a number of coding standards.
Coding standards currently implemented are:
- National Clinical Coding Standards ICD-10 5th Edition (2022)
- National Clinical Coding Standards OPCS-4 (2022)
You can install the development version directly from GitHub with:
pip install git+https://github.com/KeironO/coding-errors --no-cache-dir
>>> from codingerrors import run
>>> run(["J440", "J22"])
{'J440': {'DCS.X.5:0:E': {'!': {'pass': False, 'relevant': ['J22'], 'note': 'You cannot code J22 with J440'}}}}
>>> from codingerrors import run
>>> run(["J440", "J22"], type="opcs4")
- Lisa Cartwright
- Claire Connell
- Joanne Gapper
- Ewelina Tetlak
- Keiron O'Shea
Please report all bugs or feature suggestions to the issues tracker.
Code is proudly released under the terms of the MIT License.