IHTSDO / sct-browser-frontend

HMTL & Javascript for the front end for the SNOMED CT Browser.
http://browser.ihtsdotools.org
Other
84 stars 32 forks source link

Is it possible to somehow reference the "latest" version of a certain edition? #64

Closed gadeynebram closed 1 year ago

gadeynebram commented 3 years ago

Currently I have some references in a project to the online SNOMED-CT browser. The edition always contains a date.

e.g. https://browser.ihtsdotools.org/?perspective=full&conceptId1=371907003&edition=MAIN/SNOMEDCT-BE/2021-03-15&release=&languages=en,fr,nl

It would be great if I could reference something like edition=MAIN/SNOMEDCT-BE/latest. Is something like this possible?

kaicode commented 3 years ago

This is not currently possible but I like this idea. Marking as an enhancement request.

kaicode commented 3 years ago

Ah, wrong repository, this could go into Snowstorm as a feature request.

kaicode commented 1 year ago

This is now possible using the SNOMED URI standard. URIs for National Editions and concepts within them are now resolvable, meaning you can use them as a web page URL.

The URI for the Belgian Edition of SNOMED CT is http://snomed.info/sct/11000172109. This URI identifier can also be used as a URL http://snomed.info/sct/11000172109 in a web browser to load the latest version of the Belgian Edition.

The same is true with concepts in the Belgian Edition, for example to reference 371907003 |Oxygen administration by nasal cannula (procedure)| within the latest version of the Belgian Edition the URI identifier is http://snomed.info/sct/11000172109/id/371907003, that can also be used as a URL: http://snomed.info/sct/11000172109/id/371907003.

I hope that helps @gadeynebram!