FHIR Chat · Turn a FHIR resource into FHIRPath · implementers

Stream: implementers

Topic: Turn a FHIR resource into FHIRPath


view this post on Zulip Travis Stenerson (Nov 08 2017 at 22:47):

Is there any tools out there that can take a FHIR resource, or an incomplete FHIR resource, and turn it into a FHIRPath expression? Does the Notepad++ plugin do this, and if so are there are basic instructions somewhere?

view this post on Zulip Lloyd McKenzie (Nov 08 2017 at 23:00):

Generate a FHIRPath expression that would do or say what?

view this post on Zulip Travis Stenerson (Nov 09 2017 at 01:13):

Identify the resource from an array of resources or within a bundle. I realize this is somewhat vague. There just isn't a ton of examples around and the javascript implementation is somewhat out of date.

view this post on Zulip Grahame Grieve (Nov 09 2017 at 22:02):

the notepad++ plaugin does show you the FHIR Path for the current selection, yes

view this post on Zulip Brian Postlethwaite (Nov 10 2017 at 07:42):

My server has a custom fhirpath function and operation to do that (kindof)
http://sqlonfhir-stu3.azurewebsites.net/fhir/Patient/example/$extract?expression=descendants().commonpathname()


Last updated: Apr 12 2022 at 19:14 UTC