Closed gadeynebram closed 1 year ago
This is not currently possible but I like this idea. Marking as an enhancement request.
Ah, wrong repository, this could go into Snowstorm as a feature request.
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!
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?