Giter Club home page Giter Club logo

snomedrecursiveconceptfinder's Introduction

SNOMED Recursive Concept Finder by Mark Olschesky, Moxe Health

The best way to know what a disease is for decision support purposes in an HIS system is to get the SNOMED concept for a certain diagnosis, then find all of the children SNOMED concepts for that diagnosis.

For example. Let's say that you want your decison support system to do something when a patient has "Diabetes". There are MANY diagnoses and SNOMED codes that make up diabetes. Here's how to use the tool:

  1. To use SNOMED as dictated by license, you should register for a UMLS license from NIH. You will also need to get a user ID and GUID from Snoflake, the providers of the API that powers our concept finder.

https://uts.nlm.nih.gov//snomedctBrowser.html -- NIH signup for SNOMED licensing.

http://snomed.dataline.co.uk/ -- Snoflake registration

  1. Did you register OK? Great, let's get started.

Go to either the SNOMED CT Browser or the Snoflake browser online and find the parent concept that you are looking for. In our case, Diabetes Mellitus is 73211009. Write this down. A future enhancement would be to do this in the recursive browser tool, but I recommend using the visual toolset online. It'll help you know if you found the right level of concept; you do not want to accidentally pick something too broad or too vague.

  1. Substitute the placeholder GUID in program.cs

    string guid = "GUID"; //Enter your GUID here

If you don't do this, a FaultException will be thrown by the program.

  1. Run the console program. Enter your concept entered above and you'll be given a comma delimited list of all child concepts.

  2. I would recommend finding a clinician to review the output of your SNOMED findings. A broad concept search like this can work very well for certain diagnoses and medical families but works worse for others (Mental Health diagnoses come to mind).

There is plenty of room for future enhancements, but this is a start. If you have any questions, problems or suggestions, contact [email protected]. The code uses the MIT license, so share kindly.

snomedrecursiveconceptfinder's People

Watchers

Mark Olschesky avatar James Cloos avatar

Forkers

abrararies

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.