SNOMED Documentation Search
Section 2 above defines a set of URI spaces that are used to identify a variety of SNOMED CT resources, but it does not talk about resolving these URIs. The URIs in the standard use the http scheme and the domain name snomed.info, which is owned by the IHTSDO. This means that the IHTSDO is in control of whether or not these URIs, when treated as URLs and resolved, will result in a document being available, a 404 ("Not Found") error, or something else.
However, a Release Centre or other service provider may also want to support the resolution of these URIs. A general approach to this involves deploying a resolving service with an endpoint URL such as
which is configured to resolve URLs that embed SNOMED CT URIs. Continuing the example, a URL of the following form
...
which in turn resolves and returns an appropriate document. Conceptually, we can think of the original URL (1) as identifying what the MyService endpoint knows about the identified SNOMED CT resource, and the returned document, identified by the second URL (2), as being a representation of that knowledge.
What might such a document look like? Let us consider the example URL
http://myservice.example.com/?url=http://snomed.info/id/900000000000498005
The document ultimately returned by the service might be in JSON or XML or HTML or plain text format and contain information indicating that the SCTID is valid, and refers to a non-extension Concept
Footnote Macro |
---|
This information is directly discernable from the SCTID itself. |
...