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

FHIR Operations

Termbox supports the following standard FHIR terminology operations and extensions.

Standard Operations

OperationDescription
CodeSystem/$lookupGiven a code/system, get additional details about the concept. See spec
CodeSystem/$validate-codeValidates a coded value. See spec
CodeSystem/$subsumesTest the subsumption relationship between A and B. See spec
CodeSystem/$find-matchesGiven a set of properties (and text), return one or more possible matching codes. See spec
ValueSet/$expandReturns an expansion of concepts according to the value set definition. See spec
ValueSet/$validate-codeValidate that a coded value is in the set of codes allowed by a value set. See spec
ConceptMap/$translateTranslate a code from one terminology to another. See spec

Extensions

OperationDescription
/$x-multi-invokeInvoke a supported operation over multiple entries in a single request.

Last updated: