Skip to content
Conecion

Conecion

Practical FHIR notes on SDC form builders and terminology server implementations for healthcare integration teams.

  • Terminology server
  • Medical form builder
  • Master patient index
site mode button

Author: Brandon Hayes

Total Posts: 52
Latest Post
Cloud EMPI vs On-Prem MPI for Modern Healthcare Platforms
  • Master patient index

Cloud EMPI vs On-Prem MPI for Modern Healthcare Platforms

Top 4 EMPI APIs for Real-Time Patient Lookup in Modern EHRs
  • Master patient index

Top 4 EMPI APIs for Real-Time Patient Lookup in Modern EHRs

Probabilistic vs Hybrid Patient Matching: How to Choose in 2026
  • Master patient index

Probabilistic vs Hybrid Patient Matching: How to Choose in 2026

Top 7 Patient-Matching Libraries for Healthcare Developers
  • Master patient index

Top 7 Patient-Matching Libraries for Healthcare Developers

Editorial illustration in blueprint-schematic style depicting an in-memory vs streaming formatter comparison with memory usage curves
  • Bundle Formatting
July 15, 2026July 13, 2026

Pretty-Printing Large Bundles Without Blowing Memory

A 50 kb Bundle is trivial to pretty-print in memory. A 500 MB export Bundle is not. The formatter that loads the whole payload as a JavaScript object, walks it, and re-serializes will eat memory equal to several times the payload size, and...

Continue Reading
Editorial illustration in blueprint-schematic style depicting a reference string preserved byte-for-byte through pretty-printing with normalization traps
  • Bundle Formatting
July 15, 2026July 13, 2026

Keeping References Intact After Pretty-Printing

A pretty-printer should never touch reference strings. Sounds obvious. In practice, formatters that normalize URL casing, resolve relative paths, or reformat urn:uuid: values silently break Bundle semantics. Reference integrity depends on...

Continue Reading
Top 5 FHIR MPI Tools for API-First Healthcare Platforms
  • Master patient index
July 15, 2026July 13, 2026

Top 5 FHIR MPI Tools for API-First Healthcare Platforms

API-first healthcare platforms have a particular set of expectations for a FHIR MPI tool. The match operation has to behave like any other service: clean REST, predictable latency, no surprises in the auth model. Older MPIs that grew up ins

Continue Reading
Editorial illustration in blueprint-schematic style depicting a Bundle rendered at three line-length caps with reviewer readability trade-offs
  • Bundle Formatting
July 14, 2026July 13, 2026

Line-Length Choices That Survive Code Review

Line-length choice sounds like a bike-shed argument. It becomes a real problem the first time a reviewer opens a Bundle diff in a two-panel code review tool and every fourth line scrolls horizontally. Reviewers who scroll do not review....

Continue Reading
Editorial illustration in blueprint-schematic style depicting a Bundle diff formatted vs unformatted with meaningful change highlighted
  • Bundle Formatting
July 14, 2026July 13, 2026

Diff-Friendly Formatting for Bundles Under Version Control

Bundles that live in version control — fixtures, examples, IG source, integration test data — deserve the same formatting discipline as source code. The formatter's job is not just readability. It is producing diffs that reviewers can...

Continue Reading
Editorial illustration in blueprint-schematic style depicting a Bundle preserving key and array order with explicit canonical sort as a separate path
  • Bundle Formatting
July 13, 2026July 13, 2026

Keeping Resource Order Stable Across Pretty-Printing

Pretty-printing a Bundle should change the whitespace and nothing else. That is the rule. Formatters that helpfully reorder keys, entries, or arrays are not helpful — they turn a formatting operation into a semantic change, and every...

Continue Reading
Editorial illustration in blueprint-schematic style depicting an unformatted vs formatted Bundle with time-to-triage annotations
  • Bundle Formatting
July 13, 2026July 13, 2026

Why an Unformatted Bundle Costs You More Time Than a Formatted One

The compact FHIR Bundle that arrived on the wire is optimized for bytes. That is the right shape for transport. It is the wrong shape for every human who has to read it. Every incident where a developer opens a Bundle in a text editor and...

Continue Reading
The Complete Guide to FHIR Master Patient Index for Modern Healthcare in 2026
  • Master patient index
July 11, 2026July 13, 2026

The Complete Guide to FHIR Master Patient Index for Modern Healthcare in 2026

A FHIR master patient index is the layer that decides whether two patient records are the same person. It runs underneath registration, scheduling, billing, and almost every clinical workflow that touches a record. The wrong call merges two

Continue Reading
Managed vs Self-Hosted FHIR Terminology Services for Healthcare Platforms
  • Terminology server
July 8, 2026July 8, 2026

Managed vs Self-Hosted FHIR Terminology Services for Healthcare Platforms

Healthcare platforms hit the managed vs self-hosted FHIR terminology service question earlier than they expect. The first ValueSet lands fine on whichever choice the founding engineer made. The first multi-tenant customer, the first complia

Continue Reading
Best Terminology Servers for FHIR-Native Decision Support in 2026
  • Terminology server
July 4, 2026July 8, 2026

Best Terminology Servers for FHIR-Native Decision Support in 2026

FHIR-native decision support has a specific relationship with the terminology layer. Every CQL expression that walks a SNOMED hierarchy, every quality measure that checks ValueSet membership, every CDS Hooks call that needs subsumption: all

Continue Reading

Posts pagination

Previous 1 2 3 Next

JSON tidy

JSON tidy

Compact or pretty? a FHIR JSON tidier hosted below will format either way, with sorted Bundle entries too.

Recent Posts

  • Cloud EMPI vs On-Prem MPI for Modern Healthcare Platforms
  • Top 4 EMPI APIs for Real-Time Patient Lookup in Modern EHRs
  • Probabilistic vs Hybrid Patient Matching: How to Choose in 2026
  • Top 7 Patient-Matching Libraries for Healthcare Developers
  • 5 MPI Engines That Actually Work With FHIR Bulk Data

Categories

  • Bundle Formatting
  • Master patient index
  • Medical form builder
  • Terminology server
Copyright 2025.