A little FHIRPath sandbox
Somebody asked for a way to try FHIRPath expressions against a payload without setting up an engine, so I put…
Somebody asked for a way to try FHIRPath expressions against a payload without setting up an engine, so I put…
FHIRPath collections behave like flattened set-pipelines, and the four or five behaviors that surprise most people at first are worth…
The first FHIRPath expression a JavaScript developer meets looks familiar and then quietly is not. Patient.name.given looks like a chain…
Identity resolution is the practical job a master patient index does in a FHIR-based stack. The headline is matching, but…
Code system tools sit alongside the terminology server in any serious FHIR stack. The terminology server answers the runtime questions,…
Patient reported outcomes are a particular flavor of FHIR Questionnaire workflow. The form is filled in by the patient, often…
NextGate and Verato are the two commercial patient matching products that show up most often in enterprise MPI conversations in…
Health Samurai pushed out an open-source FHIR server performance benchmark on 2026-06-29 that puts Aidbox, HAPI FHIR, Medplum, and the…
LOINC and SNOMED CT are the two vocabularies that FHIR teams bind to most often, and they cover overlapping but…
The open-source-versus-commercial decision for FHIR form builders used to break clean along team-size lines: small teams bought commercial, large teams…