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…
Extensions are how FHIR carries what the base spec did not model, and navigating them is one of the most…
A FHIRPath expression that passes on the demo resource in the spec often fails on the payload that actually arrives…
Invariants written in FHIRPath are the mechanism by which profiles enforce rules that go beyond cardinality and datatype. They are…
A handful of FHIRPath expressions come up on every real implementation, and having them at your fingertips saves the trip…
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…