FHIR Operations
Termbox supports the following standard FHIR terminology operations and extensions.
Standard Operations
| Operation | Description |
|---|---|
CodeSystem/$lookup | Given a code/system, get additional details about the concept. See spec |
CodeSystem/$validate-code | Validates a coded value. See spec |
CodeSystem/$subsumes | Test the subsumption relationship between A and B. See spec |
CodeSystem/$find-matches | Given a set of properties (and text), return one or more possible matching codes. See spec |
ValueSet/$expand | Returns an expansion of concepts according to the value set definition. See spec |
ValueSet/$validate-code | Validate that a coded value is in the set of codes allowed by a value set. See spec |
ConceptMap/$translate | Translate a code from one terminology to another. See spec |
Extensions
| Operation | Description |
|---|---|
/$x-multi-invoke | Invoke a supported operation over multiple entries in a single request. |