SNOB - A SNOMED Browser
Request - GET
GET followed by a SNOMED CT Identifier returns the contents of the specified SNOMED concept as a piece of XML, which is based on ClaML. GET also accepts multiple SNOMED CT Identifiers separated by spaces.
The reply contains the following information about the requested concept:
- its type: primitive or composite (i.e. fully defined in SNOMED speak)
- its supers or parents
- its subs or children
- its descriptions
- its relationships
Example
Request GET 127343008 Reply <SNOBsrv> <Class code="127343008" kind="composite" status="current"> <SuperClass code="2704003"/> <SuperClass code="371405004"/> <SubClass code="418839003"/> <SubClass code="30041005"/> <SubClass code="95700006"/> <SubClass code="29050005"/> <SubClass code="1493002"/> <SubClass code="89188001"/> <SubClass code="314017009"/> <SubClass code="312947009"/> <SubClass code="111523009"/> <Rubric id="631018" kind="preferred" status="current"> <Label xml:lang="en">Acute disease of eye</Label> </Rubric> <Rubric id="731421014" kind="FSN" status="current"> <Label xml:lang="en">Acute disease of eye (disorder)</Label> </Rubric> <Relation id="3035594029" kind="Defining#0" attribute="263502005" value="424124008"/> <Relation id="1322321025" kind="Qualifying" attribute="246456000" value="288526004"/> <Relation id="695874028" kind="Defining#0" attribute="363698007" value="81745001"/> <Relation id="1322320029" kind="Qualifying" attribute="246112005" value="272141005"/> </Class> </SNOBsrv>