For AI agents: the documentation index is at /docs/termbox/llms.txt. A Markdown version of this page is available at /docs/termbox/examples/lookup-code.md or by requesting it with the Accept: text/markdown header.
Termbox Docs

Lookup a code in a code system

For this example we assume THO and SNOMED International are loaded.

GET /CodeSystem/$lookup?system=http://snomed.info/sct&code=73211009
{
  "resourceType": "Parameters",
  "parameter": [
    {
      "name": "code",
      "valueCode": "73211009"
    },
    {
      "name": "display",
      "valueString": "Diabetes mellitus (disorder)"
    },
    {
      "name": "name",
      "valueString": "snomed-ct"
    },
    {
      "name": "system",
      "valueUri": "http://snomed.info/sct"
    },
    // ...
}

Last updated: