google / fhir-data-pipes

A collection of tools for extracting FHIR resources and analytics services on top of that data.
https://google.github.io/fhir-data-pipes/
Apache License 2.0
141 stars 80 forks source link

Minimal support for ViewDefinition authoring #995

Closed bashir2 closed 3 months ago

bashir2 commented 3 months ago

It is helpful to have a simple tool to test ViewDefinition resources before using them in the pipelines. This will help developers create these resources. One solution is to add this functionality to the controller with the option of applying the ViewDefinition on some real FHIR resources from the server and show the tabular results (or the errors). Another option is to create a simple command-line tool to take the ViewDefinition and another FHIR resource then apply the view on it.