Termbox
FHIR Terminologies, Simplified. Manage FHIR terminologies without the mess. Production-grade SaaS with a standards-compliant API.
curl -s "https://tx.health-samurai.io/fhir/ValueSet/\$expand?\
url=http://hl7.org/fhir/ValueSet/administrative-gender" \
-H "Accept: application/fhir+json"
99.99%
uptime
400ms
p95 latency
No
rate limits
Why Termbox?
Standards-first API. Curated content. Real-world performance.
FHIR Terminology Services: $expand, $validate-code, $lookup, $translate, $subsumes, $closure. 90%+ official test pass.
1000+ terminologies incl. SNOMED CT, LOINC, RxNorm, ICD-10. Curated and current. Hybrid Mode for local codes.
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.
FHIR Terminology Operations
Comprehensive support for FHIR terminology operations with standards-compliant API.
Expand a ValueSet to list all contained codes, with filtering and pagination support.
Check whether a code is valid in a given ValueSet or CodeSystem.
Look up details about a code: display name, definition, properties, and designations.
Translate a code from one CodeSystem/ValueSet to another using ConceptMap.
Test the subsumption relationship between two codes within a CodeSystem.
Maintain a client-side closure table for a set of codes, enabling hierarchical queries.
Find codes that match a set of properties in a CodeSystem.
Convert a resource between FHIR versions or formats.
List supported FHIR versions and related capabilities of the server.
API Samples
Try these curl commands against our public server — no API key required.
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"
{
"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" }
]
}
}
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.
- Address
- Health Samurai Inc. 1891 N Gaffey St Ste O, San Pedro, CA 90731
- Telephone
- +1 (818) 731-1279