Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Seperate CSV converter from FDE Image #50

Open
bastianschaffer opened this issue Dec 9, 2024 · 0 comments
Open

Seperate CSV converter from FDE Image #50

bastianschaffer opened this issue Dec 9, 2024 · 0 comments
Assignees

Comments

@bastianschaffer
Copy link
Collaborator

Currently, the CSV converter is part of the FDE Docker Image and executed inside the Docker container automatically.
Since a conversion from MeasureReport to CSV is not really the task of an Evaluator, this should be seperated according to the following details:

  • the CSV Converter should be a stand-alone bash script
  • it receives either a URL or a file name as input for the MeasureReport
  • if it is a URL, the CSV Converter uses curl to get the MeasureReport from the given FHIR Server URL
  • this requires also basic auth, OAuth or a Bearer Token as input arguments
  • it gets an output directory as an argument that will be used to store the resulting CSV files
  • this will require the machine that the CSV conveter is run on to have jq and curl installed, which needs to be documented
@bastianschaffer bastianschaffer self-assigned this Dec 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant