Stream: implementers
Topic: Client-Side patch using FHIRPath
Christian Gulden (Jul 28 2020 at 11:40):
Is there a way to apply a FHIRPath patch to resources without a server? For JSONPatch a few client libraries exist, but is there something similar for FHIRPath?
Lloyd McKenzie (Jul 28 2020 at 13:22):
I believe the .NET and Java reference implementations support it - don't know they have the ability to invoke that code stand-alone, but seems like a reasonable request to make. And it shouldn't be too hard to wrap the existing code in a command-line interface
Last updated: Apr 12 2022 at 19:14 UTC