Termbox

Termbox

FHIR Terminologies, Simplified. Manage FHIR terminologies without the mess. Production-grade SaaS with a standards-compliant API.

curl demo
curl -s "https://tx.health-samurai.io/fhir/ValueSet/\$expand?\
url=http://hl7.org/fhir/ValueSet/administrative-gender" \
  -H "Accept: application/fhir+json"
$expand JSON CORS

99.99%

uptime

400ms

p95 latency

No

rate limits

Why Termbox?

Standards-first API. Curated content. Real-world performance.

Compliance
Compliance

FHIR Terminology Services: $expand, $validate-code, $lookup, $translate, $subsumes, $closure. 90%+ official test pass.

Content
Content

1000+ terminologies incl. SNOMED CT, LOINC, RxNorm, ICD-10. Curated and current. Hybrid Mode for local codes.

Performance
Performance

p95 < 400ms. 99.99% uptime. No rate limits.

Available Terminologies

Curated terminologies available in Termbox — understand supported domains, versions, and languages so you can plan your usage.

Loading terminologies...

FHIR Terminology Operations

Comprehensive support for FHIR terminology operations with standards-compliant API.

$expand
ValueSet

Expand a ValueSet to list all contained codes, with filtering and pagination support.

$validate-code
ValueSet / CodeSystem

Check whether a code is valid in a given ValueSet or CodeSystem.

$lookup
CodeSystem

Look up details about a code: display name, definition, properties, and designations.

$translate
ConceptMap

Translate a code from one CodeSystem/ValueSet to another using ConceptMap.

$subsumes
CodeSystem

Test the subsumption relationship between two codes within a CodeSystem.

$closure
System

Maintain a client-side closure table for a set of codes, enabling hierarchical queries.

$find-matches
CodeSystem

Find codes that match a set of properties in a CodeSystem.

$convert
System

Convert a resource between FHIR versions or formats.

$versions
System

List supported FHIR versions and related capabilities of the server.

API Samples

Try these curl commands against our public server — no API key required.

Request
curl -s "https://tx.health-samurai.io/fhir/ValueSet/\$expand?\
url=http://hl7.org/fhir/ValueSet/administrative-gender&\
count=5" \
  -H "Accept: application/fhir+json"
Response
{
  "resourceType": "ValueSet",
  "expansion": {
    "total": 4,
    "contains": [
      { "system": "http://hl7.org/fhir/administrative-gender",
        "code": "male", "display": "Male" },
      { "system": "http://hl7.org/fhir/administrative-gender",
        "code": "female", "display": "Female" },
      { "system": "http://hl7.org/fhir/administrative-gender",
        "code": "other", "display": "Other" },
      { "system": "http://hl7.org/fhir/administrative-gender",
        "code": "unknown", "display": "Unknown" }
    ]
  }
}
Request
curl -s "https://tx.health-samurai.io/fhir/ValueSet/\$validate-code?\
url=http://hl7.org/fhir/ValueSet/administrative-gender&\
code=male&\
system=http://hl7.org/fhir/administrative-gender" \
  -H "Accept: application/fhir+json"
Response
{
  "resourceType": "Parameters",
  "parameter": [
    { "name": "result", "valueBoolean": true },
    { "name": "display", "valueString": "Male" }
  ]
}
Request
curl -s "https://tx.health-samurai.io/fhir/CodeSystem/\$lookup?\
system=http://snomed.info/sct&\
code=73211009" \
  -H "Accept: application/fhir+json"
Response
{
  "resourceType": "Parameters",
  "parameter": [
    { "name": "name", "valueString": "SNOMED CT" },
    { "name": "display", "valueString": "Diabetes mellitus" },
    { "name": "property", "part": [
      { "name": "code", "valueCode": "inactive" },
      { "name": "value", "valueBoolean": false }
    ]}
  ]
}
Request
curl -s "https://tx.health-samurai.io/fhir/ConceptMap/\$translate?\
system=http://hl7.org/fhir/administrative-gender&\
code=male&\
targetsystem=http://hl7.org/fhir/v3/AdministrativeGender" \
  -H "Accept: application/fhir+json"
Response
{
  "resourceType": "Parameters",
  "parameter": [
    { "name": "result", "valueBoolean": true },
    { "name": "match", "part": [
      { "name": "equivalence", "valueCode": "equal" },
      { "name": "concept", "valueCoding": {
        "system": "http://hl7.org/fhir/v3/AdministrativeGender",
        "code": "M", "display": "Male"
      }}
    ]}
  ]
}

Try It Live

Run operations against our public FHIR terminology server — no setup required.

Ready to explore what's possible?

Explore capabilities or try live demos against our public server.

Questions about Termbox?
Let us know how we can help you with FHIR terminology services.
AddressAddress
Health Samurai Inc. 1891 N Gaffey St Ste O, San Pedro, CA 90731

By submitting the form you agree to Privacy Policy and Cookie Policy.