ylboerner / Pathfinder

A frontend for the Firely .NET SDK FHIRPath engine.
2 stars 0 forks source link

Allow user to pass URL where a resource can be loaded from #4

Open wardweistra opened 2 years ago

wardweistra commented 2 years ago

Make a query like https://ylboerner.github.io/Pathfinder/?resource_url=https%3A%2F%2Ffhir.simplifier.net%2Fr4%2FQuestionnaire%2F46a4d1e2-3a3b-4585-8569-151796ca96ed have Pathfinder populate the resource part of the application with the resource that can be downloaded from https://fhir.simplifier.net/Data4LifeFHIRartifactsR4/Questionnaire/46a4d1e2-3a3b-4585-8569-151796ca96ed. This would allow us to configure it as a Tool on Simplifier to allow users to open (publicly accessible) resources in Pathfinder for testing FHIRPath statements with.

Example of how another similar tool shows in Simplifier: image

ylboerner commented 2 years ago

I added some rudimentary support for prefilling fields with url parameters here: https://github.com/ylboerner/Pathfinder/pull/7

Let's talk about your proposed feature in more detail soon 👍