Skip to content

Creates a concept graph from a SNOMED CT release

License

Notifications You must be signed in to change notification settings

statlib/snomed_graph

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

snomed_graph

This is a simple Python library for working with SNOMED CT.

It has been designed to help newcomers to the terminology to easily load and query it. The library does not support ECL (Expression Constraint Language), nor should it be considered to be a replacement for a Terminology Server like Snowstorm. Instead, the primary focus of the library is to support analytics and machine learning use cases by making it simple to extract sets of concepts and navigate the relationships between concepts.

The library has three dependencies:

  • networkx - any version >= 3.0 should work.
  • pandas.
  • tqdm.

Illustrations of the supported functions can be found in the usage.ipynb notebook.

License

Apache 2.0

See the included LICENSE file for details.

About

Creates a concept graph from a SNOMED CT release

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 68.0%
  • Python 32.0%