Description
A number of small projects to provide some quick tutorials for developers to interact with SNOMED CT, currently the IHTSDO snapshot browser.
Objectives
To reduce barriers for developers working with SNOMED CT in a number of programming languages.
Languages
Source Code
Can be found here - https://github.com/IHTSDO/snomedin5minutes
If you would like access, please add your name via comments below.
7 Comments
Feikje Hielkema-Raadsveld
Dear all,
I'm impressed with what you've done so far! Brian Carlsen I would love to contribute to the Java project. For instance providing examples on searching within a particular language refset and/or simple refset, or retrieving mappings to another code system. Is there a list of functionality that you plan to add & have added so far?
Rory Davidson I noticed that the repository that is mentioned here does not contain the code created by Brian and the others. Should we add the link? Or move the code?
Rory Davidson
I'm just waiting for Brian Carlsen to give me the go signal and we will move the code from the WCI repository into the one linked here.
Brian Carlsen
Feikja, Thank you for your comments. I guess I'd say that our first effort is really to get the simple 4 examples working well, and structured and documented properly across all technologies (I think we're there at this point) - then we can extend beyond that to include other types of queries.
What I'd love to do is get a list of suggestions (and of course would welcome your help with the project) and then we can make sure to add the appropriate/corresponding calls to java/javascript/curl to keep everything aligned.
Rory, as far as I'm concerned you can go ahead. I don't plan any more changes at this point. You're welcome to either fork the WCI project or to make a copy of it.
Brian
Feikje Hielkema-Raadsveld
Hi Brian,
I don't know if you already have a file somewhere that contains a list of suggestions, but I'll just stuff them in this comment for now
I'd suggest adding some examples which match frequent use cases, e.g.
Something that shows newbies which aspects they should focus on to achieve a particular goal.
Brian Carlsen
Feikja, I added your suggestions to the README.md file in the project itself. We're getting close to having a really nice start on the whole thing. I believe the two best ways to move forward are to
Rory Davidson
The IHTSDO repo now contains all the code from Brian's repo (copied instead of forking to have the main repo here).
If you would like to contribute, please now just jump in and give me your GitHub id's.
Philip Wilford
Hi Guys,
csharp code all uploaded now ... put it on master branch.
I have done the 4 examples following the java code, so there is some symmetry with all the code.
I agree we should come up with some more examples though.
What should be the protocol moving forward ?
Branch off... do coding. .. do a push request and wait for people to check it out before merging into master?
Philip