Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SNOMED transitive table and MiADE option #129

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

anoopshah
Copy link
Contributor

Option to filter concepts based on ancestors of existing concepts

Description

Option to filter if a more specific concept (descendant) already exists in the patient's record, e.g. if there is already 'Lung cancer' and MiADE detects 'Cancer'. Without this option, filtering is on exact concept matches only.

The configuration has not been built in yet, and it has not been tested.

A sample transitive table is included in miade/data, the full table is in miade-datasets.

Fixes issue #24 in Notion

Type of change

Please delete options that are not relevant.

  • New feature (non-breaking change which adds functionality)
  • This change requires a documentation update

How Has This Been Tested?

Tests in test_snomed, have been run offline but not as part of whole pipeline.

Checklist:

Before submitting your pull request, please review the following checklist:

  • I have performed a self-review of my own code.
  • I have commented my code, particularly in hard-to-understand areas.
  • I have made corresponding changes to the documentation.
  • My changes generate no new warnings.
  • I have added tests that prove my fix is effective or that my feature works.
  • Any dependent changes have been merged and published in downstream modules.

Additional Information:

Requires testing in full pipeline, and also a mechanism to import configuration option

Anoop Shah and others added 3 commits February 10, 2025 18:20
Option to filter if a more specific concept (descendant)
already exists in the patient's record, e.g. if there is already
'Lung cancer' and MiADE detects 'Cancer'. Without this
option, filtering is on exact concept matches only.

The configuration has not been built in and it has not been tested.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants