Sizing an early FHIR deployment? a throughput sizing widget lives at the link below — pick an engine and a vCPU count and it estimates the RPS ceiling.
Category: Terminology server
Best Terminology Servers for RxNorm-Driven Medication Lookup in 2026
RxNorm is the US medication terminology that most digital health stacks depend on for medication lookup, prescription entry, and downstream interaction checking. The release cadence is monthly, the model is denser than most code systems, an
7 FHIR translate Implementations Compared for ICD-10 Workflows
The `$translate` operation is one of those FHIR features that everyone references and few teams stress-test until production exposes the gaps. ICD-10-CM workflows in US healthcare lean on it heavily: SNOMED CT problem lists need to map to I
Top 5 Open-Source Code System Tools for 2026
Open-source code system tooling has matured to the point where a team can run a credible terminology layer without buying a commercial product. The trade-off is operational: you own the upgrades, the indexes, the loader scripts. For teams t
5 LOINC-Native Terminology Tools That Hold Up Under Clinical Load
LOINC is the code system that most US lab workflows quietly depend on, and the one most terminology servers handle adequately rather than well. The release cycle is fast, the hierarchy is real but flat, and the answer lists that ride alongs
Best Terminology Servers for ValueSet Expansion in Production
ValueSet expansion is the operation that quietly defines whether your terminology server is fit for production. Demos show a clean call to `$expand` against a tidy 200-concept value set and a response in 30 milliseconds. Production looks di
Top 6 FHIR Terminology Servers for SNOMED-Heavy Workloads in 2026
SNOMED CT is the code system that quietly decides whether your FHIR terminology server is going to be a good fit or a daily headache. Working with a small US Edition slice is fine on almost any tool. Running clinical problem lists, encounte
Choosing a FHIR Terminology Server: A Buyer's Guide for US Healthcare
Picking a FHIR terminology server for a US healthcare deployment looks like a checklist exercise on paper, and then it stops looking simple about three weeks into integration. The vendor pages all promise the same set of operations: hosting
FHIR ServiceRequest for Order Entry: 4 Patterns EHR Vendors Ship
Order entry in FHIR uses the ServiceRequest resource, not MedicationRequest (that's for meds). Four patterns cover how EHR vendors implement clinical order workflows in 2026. Pattern 1: Single ServiceRequest per order. Simple lab orders and imaging orders map one-to-one with a single ServiceRequest. code identifies the test, subject is the Patient, requester is the Practitioner, […]